Not able to build kst (kde plotting application from AUR) [SOLVED]

I am getting following error on running command makepkg -s :
Starting build()...
-- 3rd party libs for plugins--------------------
-- Not found: Getdata, GETDATA_DIR
-- Found Gsl:
-- includes : /usr/include/gsl;/usr/include/gsl/..
-- libraries: /usr/lib/libgsl.so;/usr/lib/libgslcblas.so;/usr/lib/libm.so
-- Not found: NetCDF, set NETCDF_DIR
-- Not found: matio, set MATIO_DIR
-- Found CFITSIO:
-- includes : /usr/include;/usr/include/..
-- libraries: /usr/lib/libcfitsio.so;m
-- Build summary----------------------------------
-- Version : 1
-- Path to source: /home/abcd/kst/src/kst-2.0.6
-- Installation :
-- /home/abcd/kst/pkg/usr//bin
-- /home/abcd/kst/pkg/usr//lib
-- /home/abcd/kst/pkg/usr//lib/kst2/plugins
-- Used options:
-- kst_version_string = 1 : Version string.
-- kst_release = ON : Build release version: optimize for speed, don't embedded debug symbols. Toggle with '-Dkst_release=0'
-- kst_deploy = OFF : Deploy into install dir. Toggle with '-Dkst_deploy=1'
-- kst_merge_files = OFF : Merge files to speedup build about factor 5. Toggle with '-Dkst_merge_files=1'
-- kst_merge_rebuild = OFF : Rebuild generated files from merged files build. Toggle with '-Dkst_merge_rebuild=1'
-- kst_verbose = OFF : Make verbose CMake run and Makefiles. Toggle with '-Dkst_verbose=1'
-- kst_install_prefix = /home/abcd/kst/pkg/usr/ : Install path for Kst, using a default if not set.
-- kst_install_libdir = lib : Install directory name for libraries.
-- kst_3rdparty = ON : Build plugins depending on 3rd party libraries. Toggle with '-Dkst_3rdparty=0'
-- kst_dataobjects = ON : Build dataobject plugins. Toggle with '-Dkst_dataobjects=0'
-- kst_test = OFF : Build unit tests. Toggle with '-Dkst_test=1'
-- kst_pch = ON : Use precompiled headers. Toggle with '-Dkst_pch=0'
-- kst_svnversion = OFF : Use svnversion's output for Kst's version information. Toggle with '-Dkst_svnversion=1'
-- kst_rpath = OFF : Use rpath. Toggle with '-Dkst_rpath=1'
-- kst_3rdparty_build = OFF : Download and build 3rd party libraries. Toggle with '-Dkst_3rdparty_build=1'
-- kst_python = ON : Install Python support. Toggle with '-Dkst_python=0'
-- kst_python_build = OFF : Download and build NumPy/SciPy then install Python support. Toggle with '-Dkst_python_build=1'
-- kst_python_prefix = /home/abcd/kst/pkg/usr/lib/python2.7 : Path for installing python bindings.
-- Installing python support into /home/abcd/kst/pkg/usr/lib/python2.7
CMake Error at modules/FindNumPy.cmake:76 (math):
math cannot parse the expression: "(1 * 10000) + (7 * 100) + 0b2": syntax
error, unexpected exp_NUMBER, expecting $end (29)
Call Stack (most recent call first):
pyKst/CMakeLists.txt:35 (find_package)
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
Where could be the problem? Thanks for your help.
Last edited by rnarch (2012-11-19 01:20:02)

It seems that python2-numpy being a beta version in [extra] gives some trouble to cmake. If you don't need the python interface, you can try switching it off in the PKGBUILD (change -Dkst_python=1 to -Dkst_python=0 in the build section). Otherwise, downgrade numpy to stable 1.6.2
Last edited by arojas (2012-11-18 18:03:57)

Similar Messages

  • Users are not able to login to BPM worklist application from one of the AD.

    Hi ,
    We are using FMW11g ( 11.1.1.6.0) and configured 2 AD's.( AD-1 & AD-2). We are able to see users from both AD's in the weblogic admin console. Users present in AD-1 are able to login to BPM worklist application without any issue but users from AD-2 are not able to login to BPM application. Could any one please answer 1) Can we configure 2 AD's to FMW11g ? 2) If "YES" , what configuration needs to change to users login from AD-2.
    Please let me know if any more information need.
    Regard's
    Naveen

    Hi
    NO. You CANNOT use more than One Security Provider for a BPM Workspace Application. Only the top most first Security Provider will work. In your case you have 2 ADs security providers and only users from top most can login. Yes, you can see the Users from both and infact all the Security Providers that are configured. It is the limitation of the bpm workspace application and its corresponding security framework.
    Out of box, if you use default AD Configuration then there is nothing you can do. Only the first top most will work. If you really really want you need to use totally custom authentication provider where you will write your own code for authentication. Remember this development is pure weblogic security related one and you need to have good understanding of internal weblogic security. I would not recommend this.
    Here is one old post. This old post has 2 other old posts worth visiting to get more details:
    Re: Use multiple ActiveDirectory as authenticator provider
    Re: oracle soa and active directory integration (Different requirement/usecase)
    Thanks
    Ravi Jegga

  • I created an Apple ID but i can't able to use it for downloading applications from iTunes store on my 4s iPhone

    I have created an apple id on my 4S iPhone. But i can not able to use it for downloading applications from iTunes store on my phone

    can your computer?
    can your browser ?
    what error does it give you?

  • I need to use agilent34970A with serial cable;but i'm not able to build a routine.

    Hi, i'm learning labview and i'm not able to build a routine to communicate with my Agilent34970A with serial cable only and to use the data. Anyone can help me? thanks. lucky

    Are you using the driver from the LabVIEW Instrument Driver CD or that you downloaded from here? If you are, what problems are you having? Are there error codes generated and what are they? Have you verified that the serial cable is correct and the the comm parameters (baud rate, stop bits, etc.) are the same in the program and the instrument?

  • I am not able to run a Windows Azure application

    I have a very strange issue.
    I am not able to run a windows azure application which has a WCF service and mschart in it. Following are the steps to reproduce the error:
    1) Create a new windowsazureapplication with a blank asp.net webrole
    2) Now add a new WCfService
    3) run to check it runs ok
    http://i.stack.imgur.com/1g6gW.png
    4) now in one of the pages include mschart, and open the design of the page to make sure the webconfig is changed to use the mschart.
    5) now try to run the project.
    I am getting error message like this one:
    enter image description here
    Is this a problem with windows azure or am I doing somthing wrong?
    FYI: This is not my first project on windows azure.
    RuchitRami

    As far as I know Toshiba doesnt support such Microsoft stuff so I think Microsoft is the right adres for such issues.
    Have you already checked what Microsoft say about that?

  • Not able to see list of Plan applications when click on Navigate- Applica

    Hi,
    Somehow I am not able to see list of Planning applications when clicking on on Navigate->Applications->Planning from Workspace within Planning 9.3.1. Is there an Internet settings that I would need to change in order to see the list of applications. It seems like there are something disabled within my internet options or within my preferences.
    Could someone please help?
    Thanks.

    Hi,
    Is it just yourself that is experiencing this issue.
    Are you using IE7, If so
    Tools -> Internet Options -> Security -> Custom Level -> Allow script-initiated windows without size or position constraints
    Otherwise it could be that you have not been given access.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Not able to see any of the application,system windows in jdev

    Hi everyone,
    I am facing a strange problem in jdev 10.1.3.1.I am not able to see any of the application,system and other window.I tried clicking the view button in the toolbar and clicking on the application and system navigator to show off in the window,but there was no luck.I continue to see a blue screen.Even i deleted the jdev10.1.3.1 and installed again the new jdev10.1.3.1 but still then its not showing me the windows.When i tried to explore more clicking Tool->Preferences it gave me the following exception:
    java.lang.NullPointerException
         at oracle.tip.tools.ide.tx.addin.MapperOptionsPanel.load(MapperOptionsPanel.java:412)
         at oracle.tip.tools.ide.tx.addin.MapperOptionsPanel.onEntry(MapperOptionsPanel.java:400)
         at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
         at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
         at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:106)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1348)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1216)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1210)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:597)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:391)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:47)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:259)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:541)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    I dont have any clue on this.
    Please help me in resolving the problem and finding some solution to this.
    Thanks & regards

    Try and see if this helps:
    http://blogs.oracle.com/shay/2006/11/10
    Although it seems that just removing JDeveloper and reinstalling from scratch should have done this.

  • I am not able to send messages to multiple person from my iphone 5s after updating to ios 8.1.2. It shows message not delievered

    I am not able to send messages to multiple person from my iphone 5s after updating to ios 8.1.2. It shows message not delievered

    Hi waqaskhan91,
    Thank you for visiting Apple Support Communities.
    If you're not able to send text or iMessages to certain contacts after updating your iPhone, start with the troubleshooting tips in this article:
    iOS: Troubleshooting Messages - Apple Support
    If you only see this behavior with a few contacts, you may want to try these steps first:
    If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    If the issue occurs with a specific contact or contacts, delete and recreate the contact from the Contacts app. Send a new message to the contact.
    Best Regards,
    Jeremy

  • Iam not able to share internet in windows 8 from my macbook air...though my iphone ipad is connected to the hotspot well..tried everything but it seems to be different from windows 7  and other microsft operating systems setting. help!!

    Iam not able to share internet in windows 8 from my macbook air...though my iphone ipad is connected to the hotspot well..tried everything but it seems to be different from windows 7  and other microsft operating systems setting. help!!

    Ask on a Windows forum since that's what you're having a problem with.

  • Why am I not able to export NEF files to Photoshop from Lightroom to edit. This is new. When I right click on an image, the export to PS option is not selectable.

    Why am I not able to export NEF files to Photoshop from Lightroom to edit. This is new. When I right click on an image, the export to PS option is not selectable. I've never had this happen before. I haven't used it for a few weeks, so maybe there's an update (Mac or otherwise) that's screwing things up? HELP!

    I have an Edit In - Photoshop option, but not an Export - Photoshop option.
    Obviously to have right-click Edit In to work, the photo you're right-clicking on needs to be selected.  I assume this is not the problem, and that the photo is selected.
    Mavericks 10.9.3 has a problem where the Users folder is hidden, and you need to update iTunes to fix it, but it's been a few weeks since this happened so hopefully you're up-to-date and the Users folder isn't hidden anymore.
    If you can't get things to work, I'd uninstall LR and uninstall Photoshop, then install Photoshop, and update it, then install LR and update it, as a way to get any wayward security or other OS-level things reset.

  • My Numbers file sent to somebody is not able to open in Excel can anybody help to solve this problem?

    my Numbers file sent to somebody. He is not able to open in Excel can anybody help to solve this problem?

    Numbers files are not compatible with MS Excel.  To share a Numbers file with Excel you need to export you Numbers file in MS Excel format.  To do this:
    1) Open you Numbers document
    2) select the menu item "File > Export..."
    3) select "Excel" for the target output
    4) click next and select where to save the file.
    5) email the file you saved

  • How to automatically generate a build file of the application from command-line

    Hi All
    How can we automatically generate a build file of the application from command-line (as opposed to using Jdev IDE to click to generate a build.xml) ?
    Thanks

    User, which jdev version do you use?
    I don't think you can do this. You can only create an ant build.xml from the project inside jdev.
    You can use ojdeploy to build the project.  This is the only method which will also make the necessary changes to the descriptors.
    Timo

  • HT1296 Im not able to download movies and music purchased from my iTunes on my iPad iOS 6.1. The download begings to show and once the dowload appears 100% done, I get a message "unable to download". please help

    Im not able to download movies and music purchased from my iTunes on my iPad iOS 6.1. The download begings to show and once the dowload appears 100% done, I get a message "unable to download". please help

    You have to have an internet connection, either wireless or through a computer with iTunes.  When you choose Software Update you can only update to the latest version for your iPod Touch, iOS 6.1.6

  • Why is iTunes not able to pick up certain photo folders from iPhoto? Camera and image sizes are similiar to the ones which can be picked up.

    why is itunes not able to pick up certain photo folders from Iphoto. i'm tryin got sync certain iphoto album into my iphone 5 but itunes is only able to read certain photo albums. not sure why because photos were taken using the same camera 1 day apart.
    pls advise.
    Thank you

    i did but its still only picking up some of the photos. For eg, 1 folder had 147 pics but iTunes is only picking up 17. Can't seem to understand why. They were all taken on the same day using the same camera with the same settings.

  • I am not able to send sms to certain contacts from my iphone5

    hi
    iam not able to send message to certain contacts from my iphone5

    Hi sri_sr,
    If you are unable to send SMS messages to certain contacts, we may need to check a few things:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    If you still can't send or receive SMS or MMS messages
    - See the iPhone Troubleshooting Assistant.
    - Verify that every phone number in your contacts list includes an area code.
    - When sending to existing contacts, ensure that your contacts include the full phone number, and not just the information needed to dial locally.
    - If you have recently ported your number from another carrier, please contact your current carrier to verify that the porting process has completed successfully.
    Thanks,
    Matt M.

Maybe you are looking for