Trouble compiling games from ABS and AUR (solved)

Hi I hope someone can help me. Ive downloaded the tar.gz for drascula from ABS unzipped it and when I try to run makepkg -s I get the error that scummvm 0.12 not found in sync db. I installed the scummvm from ABS manually same error. I then saw it was version 0.11.1 so I uninstalled it and downloaded the correct version from sourceforge. I installed it with ./configure --prefix=/usr/local then make then install. It installed sucessfully as it runs fine but I still recieve the same error when running makepkg -s. What am I doing wrong?
Last edited by itsgregman (2008-09-24 16:12:04)

Welcome to the forums.
Since you installed it manually, pacman doesn't know it's there. The best way to this would have been to edit the scummvm PKGBUILD then install it with pacman. Usually you just need to change the pkgver line to the new version and comment out the md5sums line.
It's always best to use packages in Arch. You'll forever be running into problems like this if you don't.

Similar Messages

  • If i have the kindle app on my ipad, can i download a game from amazon and play it on the ipad?

    if i have the kindle app on my ipad2, can i download a game from amazon and play it on my ipad2?

    The only content that you can download for apps, games, music etc on the iPad is from the App Store or from iTunes. No that game will not work on the iPad.

  • Trouble sending email from iPad and iPhone

    I'm haing trouble sending email from iPad and iPhone 4. No trouble receiving email, just sending!

    If this happened in the past hour or so with dot-mac or dot-me mail, the iCloud servers were having a problem.

  • I am having troubles installing applications from itunes and apple stores

    I am having troubles installing applications from itunes and apple stores.

    What have you tried? What happened? What troubleshooting have
    you done?
    If there was an error message, what is the exact, complete wording of that
    error message?
    You need to provide some more details of what your problem is so someone
    can offer a solution.

  • Hello need help I download a game from 4shared and it an iPhone game . It show up and my iTunes but I can't sync it to my phone I need help

    Hello need help I download a game from 4shared and it an iPhone game . It show up and my iTunes but I can't sync it to my phone I need help

    Wowowowow I was told I can get any app from the net and it will work thank

  • Buying games from store and getting it onto ipod

    I just bought a game from the iTunes store and it now shows up as being in my library but not on my ipod unit. What do I do to get the game onto the ipod??

    Hello Coomdoom and welcome to discussions,
    Are you serious?
    I just bought a smashed up Ferrari from a guy in the pub. The front looks like an angry Emu, the engine is a wreck and the cockpit is full of bits of human being. Will Ferrari sort all this out for me?
    Buying " faulty " is loaded with problems. If the computer in question is within warranty and the fault is within terms and conditions of the user agreement blah blah blah blah....
    Do not under any circumstance click that " buy it now " button
    Despite my apparent harshness, I do appreciate the problems of being a student and wanting an Apple computer!
    Regards.
    Ian.

  • Build compiz-core from ABS and disabling some plugins

    Hello,
    I would like to build Compiz 0.8.6 from ABS but without some plugins that I don't use. For some plugins, the configure switch
    --disable-{plugin}
    works, but for others it doesn't. I assume that I got the wrong name of the plugin, so I'm wondering if I can somewhere find a list off all plugins? For example, I want to disable the water and clone plugins, but
    --disable-water / --disable-clone
    doesn't work.
    Thanks in advance

    Ah, I found a little list here:
    http://wiki.compiz.org/Installation/Stable
    That list doesn't list the other plugins though, so I guess I can't disable them :\ Can anyone confirm?
    EDIT:Plugins that I can't disable for now:
    Gnome Compatibility
    Opacity, Brightness and Saturation (obs)
    Zoom Desktop
    Clone
    Blur
    Water
    Annotate (though this one is listed on the Compiz Wiki, it won't disable)
    Screenshot
    PNG
    SVG (though this one is listed on the Compiz Wiki, it won't disable)
    Inotify (though this one is listed on the Compiz Wiki, it won't disable)
    Last edited by Unia (2011-07-17 17:21:30)

  • [Solved] pcsx2 segfaults on run, can't build from ABS or AUR (x86_64)

    pcsx2 1.0.0-5 from multilib segfaults immediately after running the command.
    [alexis@cuddles ~]$ pcsx2
    Segmentation fault (core dumped)
    Trying to compile with ABS produces this:
    [alexis@cuddles pcsx2]$ makepkg -s
    ==> Making package: pcsx2 1.0.0-5 (Wed Jul 3 22:29:01 MDT 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Installing missing dependencies...
    resolving dependencies...
    looking for inter-conflicts...
    :: lib32-mesa-libgl and lib32-catalyst-utils are in conflict (lib32-libgl). Remove lib32-catalyst-utils? [y/N]
    I'm pretty sure (but not positive) that lib32-catalyst-utils should be providing lib32-libgl. If I patch the PKGBUILD to remove the dependency on lib32-mesa-libgl (might be a bad idea, but it doesn't seem to be causing the issue), it fails when linking, producing thousands of lines like:
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_tree_view_scroll_to_cell'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_widget_is_composited'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_widget_set_size_request'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_notebook_set_current_page'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_text_buffer_place_cursor'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_editable_delete_selection'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_text_iter_begins_tag'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_tree_view_new_with_model'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_entry_get_text'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_editable_get_position'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_toggle_button_set_active'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_toolbar_remove_space'
    collect2: error: ld returned 1 exit status
    make[2]: *** [pcsx2/pcsx2] Error 1
    make[1]: *** [pcsx2/CMakeFiles/pcsx2.dir/all] Error 2
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    gtk packages I have installed:
    [alexis@cuddles pcsx2]$ sudo pacman -Q | grep gtk
    gtk-engines 2.21.0-1
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.19-1
    gtk2 2.24.19-1
    gtk3 3.8.2-1
    gtkmm 2.24.4-1
    gtkmm3 3.8.1-1
    lib32-gtk2 2.24.19-1
    lib32-wxgtk 2.8.12.1-5
    libdbusmenu-gtk2 12.10.2-1
    pygtk 2.24.0-3
    pywebkitgtk 1.1.8-2
    transmission-gtk 2.77-3
    webkitgtk2 1.10.2-7
    wireshark-gtk 1.10.0-3
    wxgtk 2.8.12.1-5
    wxgtk2.9 2.9.4-3
    Hope I provided enough info. Any help is appreciated :3.
    Edit: Oh, and the AUR package (the svn build) fails to compile a dependency, lib32-gtk-engines (another AUR package), with the following error:
    ==> Making package: lib32-gtk-engines 2.21.0-2 (Wed Jul 3 22:45:55 MDT 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found gtk-engines-2.21.0.tar.gz
    ==> Validating source files with md5sums...
    gtk-engines-2.21.0.tar.gz ... Passed
    ==> Extracting sources...
    -> Extracting gtk-engines-2.21.0.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... gcc -m32
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc -m32 accepts -g... yes
    checking for gcc -m32 option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc -m32... gcc3
    checking whether make sets $(MAKE)... (cached) yes
    checking whether gcc -m32 and cc understand -c and -o together... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc -m32... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... dlltool
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc -m32 object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking how to run the C preprocessor... gcc -m32 -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc -m32 supports -fno-rtti -fno-exceptions... no
    checking for gcc -m32 option to produce PIC... -fPIC -DPIC
    checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
    checking if gcc -m32 static flag -static works... yes
    checking if gcc -m32 supports -c -o file.o... yes
    checking if gcc -m32 supports -c -o file.o... (cached) yes
    checking whether the gcc -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking whether NLS is requested... yes
    checking for intltool >= 0.31.0... 0.50.2 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.18.0
    checking for XML::Parser... ok
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GTK... no
    configure: error: GTK+-2.12 is required to compile gtk-engines
    ==> ERROR: A failure occurred in build().
    Aborting...
    edit #2: backtrace!
    Reading symbols from /usr/bin/pcsx2...(no debugging symbols found)...done.
    (gdb) run
    Starting program: /usr/bin/pcsx2
    warning: Could not load shared library symbols for linux-gate.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    Program received signal SIGSEGV, Segmentation fault.
    0xf7fe6b43 in _dl_relocate_object () from /lib/ld-linux.so.2
    (gdb) bt
    #0 0xf7fe6b43 in _dl_relocate_object () from /lib/ld-linux.so.2
    #1 0xf7fe0508 in dl_main () from /lib/ld-linux.so.2
    #2 0xf7ff1013 in _dl_sysdep_start () from /lib/ld-linux.so.2
    #3 0xf7fe0a6b in _dl_start () from /lib/ld-linux.so.2
    #4 0xf7fdd097 in _start () from /lib/ld-linux.so.2
    Last edited by alexis_evo (2013-07-05 16:55:23)

    alexis_evo wrote:I wonder why pacman/makepkg is trying to install lib32-mesa-libgl over it. I am using Vi0L0's unofficial catalyst (and xorg) repositories, if it matters.
    Because pcsx2's PKGBUILD has "lib32-mesa-libgl" as makedepends, while I think it should be the virtual name "lib32-gl". It can cause pacman to uninstall nvidia (lib32-nvidia-libgl) or ATI (lib32-catalyst-utils) in order to install mesa files -- not good, I suppose.
    Please file a bug report against pcsx2 package.
    Last edited by josephg (2013-07-04 17:09:14)

  • [Solved]Error compiling kernel from abs

    Hello Everyone,
    I've hit a wall trying to compile the kernel from the abs. I get this error message:
    patching file fs/fat/inode.c
    Hunk #1 succeeded at 800 (offset 74 lines).
    HOSTCC scripts/basic/fixdep
    /bin/sh: scripts/basic/fixdep: cannot execute binary file
    make[2]: *** [scripts/basic/fixdep] Error 126
    make[1]: *** [scripts_basic] Error 2
    SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_32.h
    SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_64.h
    make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
    make: *** Waiting for unfinished jobs....
    HOSTCC scripts/basic/fixdep
    SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_x32.h
    SYSTBL arch/x86/syscalls/../include/generated/asm/syscalls_32.h
    /bin/sh: scripts/basic/fixdep: cannot execute binary file
    make[1]: *** [scripts/basic/fixdep] Error 126
    make: *** [scripts_basic] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    While trying to figure this out I came across this post: https://bbs.archlinux.org/viewtopic.php?id=99089 and have tried the solutions presented. I did end up having to change my fstab to include defaults,
    /dev/sda3 /home ext4 defaults,exec,rw,relatime,data=ordered 0 2
    and the permissions on scripts/basic/fixdep are: -rwxr-xr-x which i think it correct.
    Unfortunately, the problem still exists and I don't know how to continue trouble shooting. Can someone point me in a direction to troubleshoot this?
    Last edited by magyarm (2012-12-20 01:55:00)

    magyarm wrote:So now, I need to figure out a good way to handle multiple compilers on my system to prevent this from happening again. If anyone has any tips I would love to hear them.
    Set up a file that you source from bash to prepend the cross compiler to your path, that would only be active for that shell, and when you're done just close it. Means you only activate the cross compiler when you need it.

  • Abs and aur questions?

    when i download a package from pacman is it compiling source or fetching a binary?, also is this the same with yaourt and the aur?
    what is abs used for?

    Cew27 wrote:what binaries does arch use? i am only aware or rpm packages and debian
    arch uses its own .pkg.tar.gz binaries, which are basically just tar.gz archives.

  • Pbget: ABS and AUR PKGBUILD etc retriever

    Info page: http://xyne.archlinux.ca/projects/pbget
    edit: updated post with current information
    pbget is a command-line tool for downloading PKGBUILDs and local source files from the Arch Linux Git interface, the AUR, and the ABS tree
    Last edited by Xyne (2012-03-08 23:25:21)

    I now use a bash function as replacement for pbget. Probably, you are intereseted...
    pbget() {
    local extract
    [[ "$1" = "-x" ]] && extract=1 && shift
    local pkgname="${1##*/}"
    if [[ "$pkgname" = "$1" ]]; then
    local repos=(testing core extra community-testing community aur)
    else
    local repos=(${1%%/*})
    fi
    for repo in ${repos[@]}; do
    local url
    case "$repo" in
    aur)
    url="http://aur.archlinux.org/packages/$pkgname/$pkgname.tar.gz"
    community-testing|community)
    url="http://repos.archlinux.org/wsvn/community/$pkgname/repos/$repo-$(uname -m)/?op=dl&rev=0&isdir=1"
    testing|core|extra)
    url="http://repos.archlinux.org/wsvn/packages/$pkgname/repos/$repo-$(uname -m)/?op=dl&rev=0&isdir=1"
    echo "Unknown repository. Exiting..."
    return 1
    esac
    wget -O "$pkgname.tar.gz" "$url"
    if [[ ! -s "$pkgname.tar.gz" || "$(file -bp --mime-type "$pkgname.tar.gz")" = "text/plain" ]]; then
    rm -f -- "$pkgname.tar.gz"
    else
    break
    fi
    done
    if [[ ! -f "$pkgname.tar.gz" ]]; then
    echo "Package \`$pkgname' does not exist in the repositories. Exiting..."
    return 1
    fi
    # extract downloaded file
    if [[ -n "$extract" ]]; then
    mkdir "$pkgname"
    bsdtar xkf "$pkgname.tar.gz" --strip-components 1 -C "$pkgname"
    rm -f -- "$pkgname.tar.gz"
    cd "$pkgname"
    fi
    edit: I should probably give some examples how to use it:
    $ pbget pacman
    Will search for pacman in the following repos (testing core extra community-testing community aur) and takes the first pacman it finds. So, if there is a pacman package in testing, it would use this one.
    $ pbget core/pacman
    Get the PKGBUILD of the pacman package in core.
    $ pbget -x core/pacman
    Get the PKGBUILD of the pacman package in core, extract the tarball (and delete it) and change into the directory which contains the extracted PKGBUILD.
    Last edited by xduugu (2009-10-20 00:17:24)

  • Having trouble synching contacts from ipad and iphone to iMac

    Hello, I have an iMac with Yosemite and an iPad and iPhone with iOS 8 that are all fully updated.  I am having trouble getting all of my contacts to sync to my iMac.  They sync between the devices fine.  After a lot of searching around I found that my iMac doesn't show my outlook account as one of my internet accounts for contacts.  I get my mail no problem from outlook (hotmail) on my iMac.  But when I try to set up another internet account on my iMac it doesn't show outlook as a possibility.  I don't know why my ipad an phone are using outlook for contacts but they are and I don't seem to be able to switch it up.  Any help would be very much appreciated.
    Morgan

    I don't know much about sim cards (being a Verizon user), but having an iPhone 4S, mysteriouly having a SIM card slot, I notices a button in Settings>Mail, Contacts, Calendars that said "import SIM contacts. I'm not sure how you get your contacts in a SIM card, but thats obviously how you import them onto your new iPhone.
    Thank you for choosing Apple.

  • Trouble exporting Flash from FCP, and, no MPEG-2 option?

    Hello. I'm trying to export a short 5 minute video from FCP. There doesn't seem to be an option for MPEG 2 anymore. Am I missing it?
    Second, when I export with the Flash (FLV) setting FCP "stops responding" every time. Any idea what's up with that and what I can do to resolve it?
    Thank you!
    Eric P

    I was hoping to export MPEG2 directly from FCP, but I used Compressor as you suggested. Now, here's a really silly question: After I "submit" the file, it processed (I can see it processing in the Batch Monitor), but I can't find the file anywhere on my computer!
    I thought I changed the destination to my desktop, but even searching the computer for the file name it doesn't come up. Am I overlooking something obvious??
    Thank you again,
    Eric

  • Trouble emailing photos from Aperture and iPhoto, recurrent message about severs and passwords. I use gmail, but system insists on defaulting to Apple mail. I haven't used the Apple mail program for years. What's up? Thanks

    I cannot get either Aperture or iPhoto to email jpegs. I use gmail but there seems to be a problem with server selection or identification and passwords that I cannot figure out. Please note that I am not particularly competent technologically, so please use baby steps in your explanation.
    'Thank you,
    jcpwac00

    Helps if you tell us the exact error message you get but you
    1. Need to select your preferred method of emailing  (Mail, iPhoto, Aperture, whatever) in the Preferenes
    2. If you're getting password not recognised messages, then delete your account from whatever email method you are using and re enter it.

  • I can't download a game from gamersgate and I think firefox is blocking the downloader from acsessing the site.

    I run windows xp, and don't have an anti-virus installed because I thought that might have been the problem. any thoughts?
    OS: Windows XP
    FireFox: 3.6.16
    Plugins-
    * NPRuntime Script Plug-in Library for Java(TM) Deploy
    * Default Plug-in
    * Shockwave Flash 9.0 r124
    * Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers
    * 1.0.30401.0
    * Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    * Adobe PDF Plug-In For Firefox and Netscape
    * Npdsplay dll
    * DRM Store Netscape Plugin
    * DRM Netscape Network Object

    Right click on the photo in Safari and use the add photo to iPhoto option - if that is not there then your only choice is to save to disk and then import to iPhoto
    LN

Maybe you are looking for

  • My IPhone 4S won't turn on but is recognized by my computer? Help!

    When plugged in ONLY my computer it vibrates twice every couple of seconds but with a total blank screen. I turned off my phone normally to restart it and it neveer came back on. I HAVE tried using both buttons and holding them down. The phone is jai

  • HTML Stripping -- too much memory

    I have a program that takes data from a database and strips it of html tags. This is done over multiple tables. Some of the tables return a few thousand lines, but then others return about 65,000 lines. I open the file created and clean the needed fi

  • Proper Tax Group Setup

    I need help correctly setting up the Tax Groups for an EU company. I think that I have them set up correctly, but I keep SAP always wants me to enter a Federal Tax ID on the A/R Invoice, even when the EU BP is VAT liable. My current setup for a given

  • Disabling Vehicle iPod Device Control

    Hi all, I recently purchased a 2008 Merecedes Benz C300 with the iPod connector built in. When my iphone is connected the vehicle instructs the iPod app to immediately start playing content. There's no way to stop it, but there are some rudimentary c

  • Macbook Pro freezes all the time

    Hi, I have a fairly new early 2011 Macbook Pro 13". It has been running perfectly fine until about last Wednesday. Now whenever I try to do anything, I get the spinning beach ball of death. It does'nt matter what program it is, I always get it. My HD