Can't install doomsday from AUR

Hello.
I want to install doomsday to play doom, doom2 and so on
I type yaourt -S doomsday and installation works correctly, but then this appears:
-- Build files have been written to: /tmp/yaourt-tmp-ignacio/aur-doomsday/src/deng-1.9.0-beta6.9/doomsday/build
Scanning dependencies of target Generate.pk3
File "./packres.py", line 9
print "Usage: %s pk3-target-dir" % sys.argv[0]
^
SyntaxError: invalid syntax
make[2]: *** [CMakeFiles/Generate.pk3] Error 1
make[1]: *** [CMakeFiles/Generate.pk3.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: Se produjo un error en build().
Cancelando...
==> ERROR: Makepkg was unable to build doomsday.
I've all base-devel packages in my system.

I had the same problem, did what GordonGR said, and it worked, but now I'm getting this:
[ 41%] Building C object CMakeFiles/doomsday.dir/external/lzss/unix/src/lzss.o
Linking C executable doomsday
/usr/bin/ld: CMakeFiles/doomsday.dir/engine/portable/src/ui_main.o: undefined reference to symbol 'sin@@GLIBC_2.0'
/usr/bin/ld: note: 'sin@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
collect2: ld devolvi? el estado de salida 1
make[2]: *** [doomsday] Error 1
make[1]: *** [CMakeFiles/doomsday.dir/all] Error 2
make: *** [all] Error 2

Similar Messages

  • Can't install Ejecter from AUR

    Hi everyone
    I've been trying to install Ejecter from AUR using yaourt, but I get an error and the installation aborts.
    This is what the terminal tells me:
    Checking for program gcc,cc              : ok /usr/bin/gcc
    Checking for program cpp                 : ok /usr/bin/cpp
    Checking for program ar                  : ok /usr/bin/ar
    Checking for program ranlib              : ok /usr/bin/ranlib
    Checking for gcc                         : ok 
    Checking for program valac               : ok /usr/bin/valac
    Checking for gthread-2.0                 : Traceback (most recent call last):
      File "/tmp/yaourt-tmp-guido/aur-ejecter/src/ejecter-0.3.1/.waf3-1.5.9-92e9dcf84354592025d5265e05eb8bc4/wafadmin/Utils.py", line 414, in recurse
        txt=readf(base+'_'+name,m='rU')
      File "/tmp/yaourt-tmp-guido/aur-ejecter/src/ejecter-0.3.1/.waf3-1.5.9-92e9dcf84354592025d5265e05eb8bc4/wafadmin/Utils.py", line 379, in readf
        f=open(fname,m)
    IOError: [Errno 2] No such file or directory: '/tmp/yaourt-tmp-guido/aur-ejecter/src/ejecter-0.3.1/wscript_configure'
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
      File "./waf", line 148, in <module>
        Abortando...
    ==> ERROR: Makepkg was unable to build ejecter.
    ==> Restart building ejecter ? [y/N]
    ==> --------------------------------
    ==>
    There are no comments on the AUR package, so I don't know if this bugs only happens to me.
    Thanks in advance for your help!

    I have the same problem with Pino from AUR.
    ==> Starting build()...
    Checking for program gcc,cc : ok /usr/bin/gcc
    Checking for program cpp : ok /usr/bin/cpp
    Checking for program ar : ok /usr/bin/ar
    Checking for program ranlib : ok /usr/bin/ranlib
    Checking for gcc : ok
    Checking for program valac : ok /usr/bin/valac
    Checking for gthread-2.0 : Traceback (most recent call last):
    File "/tmp/clyde-johan/pino/pino/src/pino-0.2.10/.waf3-1.5.9-d1e0349fc8937631a656fb8ea7e99063/wafadmin/Utils.py", line 414, in recurse
    txt=readf(base+'_'+name,m='rU')
    File "/tmp/clyde-johan/pino/pino/src/pino-0.2.10/.waf3-1.5.9-d1e0349fc8937631a656fb8ea7e99063/wafadmin/Utils.py", line 379, in readf
    f=open(fname,m)
    IOError: [Errno 2] No such file or directory: '/tmp/clyde-johan/pino/pino/src/pino-0.2.10/wscript_configure'
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
    File "./waf", line 148, in <module>
    Aborting...
    error: Build failed

  • Can't install Dropbox from AUR due to missing dependencies.

    I'm posting in the Newbie Corner, since I suspect that this is a newbie issue with a really simple solution..
    I've been using Dropbox for Linux directly from Dropbox.com, but I had now decided to convert to the AUR version (easier to update). But it won't install. It won't even build.
    ==> Manglende avhengigheter:
    -> qt
    ==> Kontrollerer avhengigheter som trengs under bygging...
    ==> FEIL: Kunne ikke finne alle avhengigheter.
    ==> ERROR: Makepkg was unable to build bbox-git.
    ==> Restart building bbox-git ? [y/N]
    Not optimal that this is in norwegian.. But in essence it tells me that there are missing dependencies. Qt to be exact. And because of this makepkg is not able to build bbox-git. Earlier in the process (when the dependencies for bbox-git is listed) it says that qt is not installed and will be buildt from AUR. I've tried to reinstall qt. Please help.
    EDIT:
    I'm using Yaourt.
    Last edited by madr (2013-06-08 22:24:06)

    Trilby wrote:You say you've tried to install qt, does that mean you failed to install it?  qt should not be installed from the AUR, it is a package group in [extra].
    I've tried to reinstall it. And I've installed it from the official repos of course. The AUR bit is output from Yaourt, not me.
    karol wrote:
    Run
    LC_ALL=C <command>
    to get output in English.
    I'll post the output of this later (it's getting late here).
    mcmillan wrote:
    First, that's not the dropbox package, but something that is like dropbox. If you want the actual dropbox program you want https://aur.archlinux.org/packages/dropbox
    If this is the package you actually want, it looks like it hasn't been updated since the qt packaged was renamed qt4, so you'll need to change that in the PKGBUILD file by hand.
    It is the package you're linking to I'm having trouble installing. Okay, I'll have a look. Later. I'll get back to this thread.
    karol wrote:I'm not sure if https://aur.archlinux.org/packages/dropbox is easier to update - as you can read in the comments, many users are not happy with the auto-update feature.
    Maybe it's too easy to update ;P , but YMMV.
    Do I ever catch a break in life? Not often at least.

  • [SOLVED] Can't install linuxwacom from AUR with latest X Server

    I am unable to reinstall linuxwacom, which I had reinstalled perfectly the day before the big update from testing yesterday, which, among many other things, updated X Server to 1.7.0.901-1.
    Here is the error output (am installing linuxwacom 0.8.4-6 from the AUR). I'm including everything that apears (to me) to be associated with the error, but if there should be more or less, let me know:
    In file included from /usr/include/xorg/xf86str.h:38,
    from /usr/include/xorg/xf86.h:46,
    from ./xf86Wacom.h:68,
    from ./xf86Wacom.c:93:
    /usr/include/xorg/input.h:79:1: warning: this is the location of the previous definition
    ./xf86Wacom.c: In function 'xf86WcmInitialCoordinates':
    ./xf86Wacom.c:368: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:395: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c: In function 'xf86WcmRegisterX11Devices':
    ./xf86Wacom.c:630: warning: passing argument 3 of 'InitButtonClassDeviceStruct' from incompatible pointer type
    /usr/include/xorg/input.h:274: note: expected 'Atom *' but argument is of type 'CARD8 *'
    ./xf86Wacom.c:630: error: too few arguments to function 'InitButtonClassDeviceStruct'
    ./xf86Wacom.c:670: warning: passing argument 3 of 'InitValuatorClassDeviceStruct' makes pointer from integer without a cast
    /usr/include/xorg/input.h:280: note: expected 'Atom *' but argument is of type 'int'
    ./xf86Wacom.c:670: error: too few arguments to function 'InitValuatorClassDeviceStruct'
    ./xf86Wacom.c:712: warning: implicit declaration of function 'InitKeyClassDeviceStruct'
    ./xf86Wacom.c:720: warning: implicit declaration of function 'InitKbdFeedbackClassDeviceStruct'
    ./xf86Wacom.c:751: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:756: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:757: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:765: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:766: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:772: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:773: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:781: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:786: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:790: error: too few arguments to function 'InitValuatorAxisStruct'
    make[2]: *** [xf86Wacom.o] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src/xdrv'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src'
    make: *** [all-recursive] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build linuxwacom package.
    Error: unable to update linuxwacom
    Because of this, I can no longer use my pen or touchscreen. My tablet is a Lenovo X61t.
    This is probably due to the testing repo as the package's maintainer (gwash) was unable to reproduce this with the latest updates from core and extra installed.
    [edit] Perhaps this is because this package is designed to be compatible with version 1.6 of X Server, and I'm using 1.7 (the latest in testing). Are any other tablet users in testing experiencing this problem? [/edit]
    [edit] And as I thought, downgrading xorg-server to 1.6 fixed this (this also required downgrading evdev and the intel driver). So it's just linuxwacom's incompatibility with verison 1.7, which will hopefully be fixed soon. Marking the subject line as SOLVED, though the real solution is an update to linuxwacom. [/edit]
    Last edited by Sara (2011-06-08 22:43:19)

    N30N wrote:
    schuschu wrote:Could someone put a PKGBUILD with patch into the AUR please?
    I've added the patch to the linuxwacom-cvs package.
    Thanks, but I still can't build it:
    patching file src/xdrv/xf86Wacom.c
    Hunk #1 succeeded at 100 with fuzz 2 (offset 10 lines).
    Hunk #2 succeeded at 367 (offset -36 lines).
    Hunk #3 succeeded at 397 (offset -33 lines).
    Hunk #4 succeeded at 555 (offset -33 lines).
    Hunk #5 succeeded at 611 (offset -22 lines).
    Hunk #6 succeeded at 649 (offset -22 lines).
    Hunk #7 succeeded at 667 (offset -22 lines).
    Hunk #8 succeeded at 683 (offset -22 lines).
    Hunk #9 succeeded at 723 (offset -22 lines).
    Hunk #10 succeeded at 750 (offset -22 lines).
    Hunk #11 succeeded at 781 (offset -22 lines).
    Hunk #12 succeeded at 791 (offset -22 lines).
    Hunk #13 succeeded at 823 (offset -22 lines).
    Hunk #14 succeeded at 849 (offset -22 lines).
    Hunk #15 FAILED at 881.
    1 out of 15 hunks FAILED -- saving rejects to file src/xdrv/xf86Wacom.c.rej

  • Can't installing facebook from iPod Touch and Itunes 9.1.1 from windows 7

    Dear all, anyone can help me with my problem please...... I Can't install facebook from my ipod touch 8GB it mentioned "this program only run with iPhone" why ??? my other friend could install facebook to his iPod
    Second problem i can't run my iTune 9.1.1 into my OS windows 7 after update the software iTunes ,why ??? it mentioned "there's a problem "incompability" please help meeeee...........thank you.

    Hi all,
    I've found the solution in another thread: http://discussions.apple.com/message.jspa?messageID=11296350#11296350
    It's oviously a problem of iTunes 9.1, which does not seem to fin the syncserver. exe or some of its dependent files.
    User icefoxxxx showed me how to solve the problem. Anyway, Apple has to fix this, many people will have the problem:
    Posts: 4
    Registered: Mar 30, 2010
    New! Re: Unable to load provider data from Sync Services
    Posted: Mar 30, 2010 9:47 PM in response to: icefoxxxx
    Reply Email
    you won't believe how I fixed it... my syncserver.exe can't run because some dll is missing, but I notice the dll is in another folder "Apple Application Support". So I copied all files in
    C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    over to
    C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    and it solves everything!
    Obviously there is something wrong in registering the former folder by the new itunes installation program. Hope next version fixes it.

  • Can I install ios5 from a computer other than my primary computer?

    I have downloaded the Lion update in the office and would like to install ios5 on my iphone and ipad before going home, which is where my "primary" computer is, i.e., the one I use to sync.  Can I install ios5 from any computer or does it have to be the one I have always used for syncing?

    You can but if your office computer does not have your backups and iTunes Library from your home computer then the device contents will be wiped. I'd wait until you got home.

  • Can I install Garageband from iLife 2008 on Macbook Pro 10.8?

    Can I install Garageband from iLife 2008 onto a Macbook pro 10.8, recently bought?

    What sort of YouTube app are you looking for?
    My receiver has AirPlay so I can play iTunes music through it - never tried YouTube - I'm guessing that would need an Apple TV.
    Clinton

  • Wiped our old iPad 1 clean, now can't install iOS from iTunes.  iTunes does not "see" the devise.  Tried uninstalling and installing iTunes on laptop.  Also bought new USB cable.  The iPad is charging, but that's all it does.

    Wiped our old iPad 1 clean, now can't install iOS from iTunes using laptop PC (W Vista).  iTunes does not "see" the device.  Tried uninstalling and installing iTunes on laptop.  Also bought new USB cable.  The iPad is charging, but that's all it does.  Just want to get it operating again for browsing and e-reading.

    OK.  You merely erased the content and settings.  The IOS is still there.
    If it has NEVER been jailbroke, here are some standard repair procedures.  From what you've already stated, my guess is that you'll end up with Recovery Mode described in the last paragraph.
    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow the on-screen directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore (or it doesn't help), go into Recovery Mode per the instructions here.  You WILL lose all of your data (game scores, etc,) but, for the most part, you can redownload apps and music without being charged again.  Also, read this.

  • HT2604 I can't instal software from applications instal DVD! please help me!

    I can't instal software from applications instal DVD! please help me!

    hi, i face the same problem and appreciate your help. I delted iphone and the library. I reinstalled iphoto from the original application install DVD and when trying to open it I get a failure message. My mac version is 10.8.5 and the install disc is 10.6.6. I got a big text from the error message what would you need to help me?
    Thanks so much

  • I CAN-NOT install anything from a .pkg

    i CAN-NOT install anything from a .pkg
    i need help
    someone
    when i try to install i get this at the end
    "there were errors installing the software"
    "please try installing again"
    also in disk utility
    i get this
    "invalid file or directory ID found"
    "the volume HD needs to be repaired"
    "Error: the underlying task reported failure onn exit"
    and when i try to repair it from the MAC OSX disk i cant
    i get
    "Error: the underlying task reported failure onn exit"
    also i cant install the BSD as it is a .pkg
    HELP
    Mac mini   Mac OS X (10.4.5)  

    Hi, shoaib.
    You wrote: "also in disk utility i get this
    "invalid file or directory ID found"
    "the volume HD needs to be repaired"
    "Error: the underlying task reported failure onn exit""The disk directory of your hard drive is corrupted. This is the source of your problems.
    If you cannot afford either of the third-party utilities:
    • Alsoft Disk Warrior 3.x (DW3)
    • Micromat TechTool Pro version 4.1.x (TTP4).
    then you will need to follow the instructions in "Disk Utility reports 'Underlying task reported failure' when repairing a volume."
    Specifically, given that your attempt to repair the disk using Disk Utility from your Tiger DVD failed, there are no other solutions available for this problem other than:
    • Attempting repair with the third-party disk utilities cited above.
    • Backing up whatever data can be saved, then reinstalling Mac OS X with an Erase and Install.
    See the article I cited above for details. Sorry to be the bearer of bad news.
    To avoid having to reinstall in situations like this, as funds permit you should consider investing in:
    • Implementing a comprehensive backup and recovery solution. For advice on the backup and recovery solution I employ, see my "Backup and Recovery" FAQ.
    • Alsoft DiskWarrior and TechTool Pro.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • From the past 3days,i can't install apps from the appstore,it says "this items can't be purchased right now,try again later", please help me,thank you

    From the past 3days,i can't install apps from the appstore,it says "this items can't be purchased right now,try again later", please help me,thank you

    Hey Kay97,
    These are some troubleshooting steps that might be relevant to your issue:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Welcome to Apple Support Communities!
    Have a good one,
    Delgadoh

  • I can't install Lightroom from CC subscription

    Hello, I can't install Lightroom from Adobe CC
    Following 30 days of test with an evaluation version, I have subscribed to a pack CC+Lightroom; all is OK with CC, the evaluation version has been replaced by the subscribed one.
    But on Lightroom side it went much more difficult; I was still with the evalaution version and was always requested to enter a serial number.
    I asked for an advise on this forum and was suggested to uninstall Lightroom with Windows 8.1 process; I did so.
    Now I try to install the regular Lightroom version, but a pop-up window called "URIHandler" is asking for the choice of a program, somewhere on my PC ?
    I may add that the CC manager window is still indicated that I have an up-to date Lightroom version on my PC, which is unfortunately false; all lightroom directory has been deleted by the Windows uninstall process.
    I am stuck at this stage; does someone did experience such situation, and could help ?
    Thanks a lot

    Might not help your specific issue but you're installing outdated software.
    Try installing the current version 5.7.1
    Adobe - Lightroom : For Windows : Adobe Photoshop Lightroom 5.7.1

  • I can't install apps from my apple store, need help

    Hi All, I have an iphone 3GS. I used to download free as well as purchased apps from the app store. For some reason I am not able to do that anymore. For example when I try to open my facebook app, it keeps on not opening it, last time it did that to me, I deleted it reinstalled it, but now I am stuck because I can not install anything from the app store. Pls help what it does it: I click on the app store, it will allow me to pick the app I want to install (e.g. facebook, then it gives me the option to download, i.e. 'Free' but the free is with a plus sign i.e. "+Free"  then when I click on it, the "Install" appears but partially like "insta..." then am stuck can't install or do anything, anyone with idea on how to resolve this?
    P.S. I have not upgraded to IOS 4
    I have tried to restart my phone so many times,
    I have logged out and re-logged into the app store on my iphone.
    thanks much

    Log out of the Apple ID on your iPhone.
    Reset your iPad by simultaneously pressing and holding the Home and Sleep/Wake buttons until you see the Apple Logo. This can take up to 15 seconds so be patient and don't release the buttons until the logo appears.
    Log back into to your Apple ID with the current password.

  • TS3694 Can not install apps from store - getting this - MZCommerce.creditbalancemismatch.mobile_message. What do I do?

    Can not install apps from store.
    Keep getting this -MZCommerce.creditbalancemismatch.mobile_message
    What do I do?

    My friend had this problem and he just went into his payment information to make sure it was accurate and up to date. He didn't even change anything, only reentered his security code. He then downloaded the app successfully. Thought that might help you.

  • Can anyone please tell that can i install or from where i can install cydia on my iphone 4s

    can anyone please tell that can i install or from where i can install cydia on my iphone 4s

    I would not bother as it causes problems with other apps etc I have found a Cdia download site but I have a problem with my computer I can not pass beyond Guest log in.So unable to show where you can download at this moment.
    Regards

Maybe you are looking for

  • DBMS_LDAP package documentation and samples

    Where can I find the DBMS_LDAP package documentation and samples to use it to connect to OID from pl/sql blocks. TIA, Nishant

  • Export via email not working

    In iBools Author select > Share > Send Via Email > iBooks for ipad > Proceed > "bump sound" all i get is a sound the sound soulds like bump What is happening - how is it fixed ?

  • CRYSTAL Report showing emty

    Dear all, Crystal Report showing blank report for one invoice.but it's showing report other invoices.i write query like this. SELECT Distinct T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T0.[Address],T0.[Address2],  T0.[NumAtCard],T0.[Shi

  • Change icon in window bar?

    Hi, Can someone explain me how to change the icon that appears in windows (on Windows it's on the left part of the window bar). Which image file format are supported? Best Regards, Xavier.

  • Logo change in NWBC 4.0

    Hi guys I am running NWBC 4.0 and wish to change the SAP logo to our logo. I have managed this by making an entry in table NWBC_CFG using BRANDING_IMAGE and entering a url to an image on our intranet. However we don't want to point at a URL and would