PKGBUILD lprof 1.11.4.1 problem

I've tried making my very first PKGBUILD (and just my luck) for a scons-based install script.
The PKGBUILD is as follows:
pkgname=lprof
_srcname=lprof
pkgver=1.11.4.1
pkgrel=1
pkgdesc="Imaging device calibration tool"
depends=('qt>=3' 'lcms>=1.12' 'vigra>=1.3')
makedepends=('python>=1.53' 'scons')
source=(http://sourceforge.net/project/downloading.php?group_id=146038&use_mirror=ovh&filename=${_srcname}-${pkgver}.tar.gz&11432377)
url="http://lprof.sourceforge.net/"
md5sum=('2177c77c24aa10db9b7681d264735ea9')
build() {
cd ${startdir}/src/${_srcname}-${pkgver}
python scons.py PREFIX=/usr || return 1
python scons.py PREFIX=${startdir}/pkg install
EDIT: A rather careless mistake... a wrong source link. Changed to:
source=(http://heanet.dl.sourceforge.net/sourceforge/lprof/${_srcname}-${pkgver}.tar.gz)
END EDIT
The build fails with this error:
/lib/libvigraimpex.so: undefined reference to `png_set_gray_1_2_4_to_8'
/lib/libvigraimpex.so: undefined reference to `png_sig_cmp'
/lib/libvigraimpex.so: undefined reference to `png_create_read_struct'
/lib/libvigraimpex.so: undefined reference to `png_set_sig_bytes'
/lib/libvigraimpex.so: undefined reference to `png_set_IHDR'
/lib/libvigraimpex.so: undefined reference to `png_create_write_struct'
/lib/libvigraimpex.so: undefined reference to `png_set_swap'
/lib/libvigraimpex.so: undefined reference to `png_set_palette_to_rgb'
/lib/libvigraimpex.so: undefined reference to `png_write_info'
/lib/libvigraimpex.so: undefined reference to `png_write_end'
/lib/libvigraimpex.so: undefined reference to `png_get_IHDR'
/lib/libvigraimpex.so: undefined reference to `png_read_info'
/lib/libvigraimpex.so: undefined reference to `png_destroy_read_struct'
/lib/libvigraimpex.so: undefined reference to `png_write_image'
/lib/libvigraimpex.so: undefined reference to `png_read_update_info'
/lib/libvigraimpex.so: undefined reference to `png_read_image'
/lib/libvigraimpex.so: undefined reference to `png_create_info_struct'
/lib/libvigraimpex.so: undefined reference to `png_destroy_write_struct'
/lib/libvigraimpex.so: undefined reference to `png_init_io'
collect2: ld returned 1 exit status
scons: *** [build/linux/lprof] Error 1
scons: building terminated because of errors.
==> ERROR: Build Failed.  Aborting...
Any thoughts? I'm not a dev, but I'd really like this program....

Snowman wrote:pkgname=lprof
pkgver=1.11.4.1
pkgrel=1
pkgdesc="Imaging device calibration tool"
url="http://lprof.sourceforge.net/"
license="GPL"
depends=('qt>=3' 'lcms>=1.12' 'vigra>=1.3')
makedepends=('python>=1.53' 'scons')
source=(http://dl.sourceforge.net/lprof/${pkgname}-${pkgver}.tar.gz)
md5sums=('2177c77c24aa10db9b7681d264735ea9')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
sed -i "s/'tiff'/'tiff','png'/" SConstruct || return 1
python scons.py PREFIX=/usr || return 1
install -d ${startdir}/pkg/usr
python scons.py PREFIX=${startdir}/pkg/usr install
I'll try this as soon as possible. Frankly I din't expect such a quick answer! Thank you! Thank you SO MUCH!
EDIT: Thanks. It worked!

Similar Messages

  • K9copy - kdelibs problem while compiling

    hello!
    got the PKGBUILD from the aur.
    http://aur.archlinux.org/packages/k9cop … y/PKGBUILD
    while compiling i had this problem:
    checking if UIC has KDE plugins available... no
    configure: error: you need to install kdelibs first.
    make: *** No targets specified and no makefile found. Stop.
    i have installed all depencies of k9copy (newest versions)!
    anyone has an idea?
    thx for any help!

    user5606182 wrote:
    How to identify which is causing?
    Login as DMTAPPS and issue
    SELECT  *
      FROM  USER_ERRORS
      WHERE NAME = 'DMT_UTILITY_PKG';Or select from all_errors/dba_errors:
    SELECT  *
      FROM  USER_ERRORS
      WHERE OWNER = 'DMTAPPS'
        AND NAME = 'DMT_UTILITY_PKG';SY.

  • Fusepod PKGBUILD

    Hello, I grabbed the fusepod PKG from here and then did a:
    # makepkg PKGBUILD.
    It was having some problems connecting to sourceforge to download the .tar.bz2 so I did that manually and placed it in the same dir as the PKGBUILD.
    However, the makepkg fails. Here is the output:
    [root@bulbasaur pkgbuilds]# makepkg PKGBUILD
    ==> Making package: fusepod 0.5.1-1 (Fri Nov  3 02:00:55 PST 2006)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==>     Found fusepod-0.5.1.tar.bz2 in build dir
    ==> Validating source files with MD5sums
        fusepod-0.5.1.tar.bz2 ... Passed
    ==> Extracting Sources...
    ==>     tar --use-compress-program=bzip2 -xf fusepod-0.5.1.tar.bz2
    ==> Starting build()...
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for FUSE... yes
    checking for libgpod... yes
    checking for taglib-config... /usr/bin/taglib-config
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating man/Makefile
    config.status: executing depfiles commands
    Making all in src
    make[1]: Entering directory `/home/f/pkgbuilds/src/fusepod-0.5.1/src'
    if g++ -DPACKAGE_NAME="fusepod" -DPACKAGE_TARNAME="fusepod" -DPACKAGE_VERSIO
    N="0.5.1" -DPACKAGE_STRING="fusepod 0.5.1" -DPACKAGE_BUGREPORT="Keegan Ca
    rruthers-Smith <keegan>" -DPACKAGE="fusepod" -DVERSION="
    0.5.1"  -I. -I.   -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25  -I/us
    r/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/
    include/taglib  -march=i686 -O2 -pipe -MT fusepod.o -MD -MP -MF ".deps/fusepod.T
    po" -c -o fusepod.o fusepod.cpp;
            then mv -f ".deps/fusepod.Tpo" ".deps/fusepod.Po"; else rm -f ".deps/fus
    epod.Tpo"; exit 1; fi
    if g++ -DPACKAGE_NAME="fusepod" -DPACKAGE_TARNAME="fusepod" -DPACKAGE_VERSIO
    N="0.5.1" -DPACKAGE_STRING="fusepod 0.5.1" -DPACKAGE_BUGREPORT="Keegan Ca
    rruthers-Smith <keegan>" -DPACKAGE="fusepod" -DVERSION="
    0.5.1"  -I. -I.   -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25  -I/us
    r/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/
    include/taglib  -march=i686 -O2 -pipe -MT fusepod_ipod.o -MD -MP -MF ".deps/fuse
    pod_ipod.Tpo" -c -o fusepod_ipod.o fusepod_ipod.cpp;
            then mv -f ".deps/fusepod_ipod.Tpo" ".deps/fusepod_ipod.Po"; else rm -f
    ".deps/fusepod_ipod.Tpo"; exit 1; fi
    /usr/include/taglib/fileref.h:89: warning: 'class TagLib::FileRef::FileTypeResol
    ver' has virtual functions but non-virtual destructor
    fusepod_ipod.cpp: In member function 'std::string FUSEPod::get_statistics()':
    fusepod_ipod.cpp:420: error: 'struct _Itdb_iTunesDB' has no member named 'mountp
    oint'
    fusepod_ipod.cpp: In member function 'void FUSEPod::add_orphaned_tracks()':
    fusepod_ipod.cpp:641: warning: suggest parentheses around assignment used as tru
    th value
    fusepod_ipod.cpp:653: warning: suggest parentheses around assignment used as tru
    th value
    make[1]: *** [fusepod_ipod.o] Error 1
    make[1]: Leaving directory `/home/f/pkgbuilds/src/fusepod-0.5.1/src'
    make: *** [all-recursive] Error 1
    ==> ERROR: Build Failed.  Aborting...
    Anyone know how to decipher this? Can someone tell me if i'm doing anything wrong? I'd love to get this working!
    Thanks in advance!

    --- src/fusepod_ipod.cpp 2006-08-08 23:28:23.000000000 +0200
    +++ src/fusepod_ipod.cpp.new 2007-01-17 20:58:17.000000000 +0100
    @@ -417,7 +417,7 @@
    stats << "FUSEPod Version: " << PACKAGE_VERSION << endl;
    stats << "ITunesDB Version: " << this->ipod->version << endl;
    - stats << "Real Mountpoint: " << this->ipod->mountpoint << endl;
    + stats << "Real Mountpoint: " << itdb_get_mountpoint(this->ipod) << endl;
    Playlist * mpl = itdb_playlist_mpl (ipod);
    stats << "iPod Name: " << (mpl && mpl->name ? string(mpl->name) : "Unknown") << endl;

  • AUR web frontend sources URL problem

    Sometimes the $pkgname is different from source package tarball filename, so it is necessary to use a different variables.. For an imaginary foo package, with sources available at http://foo.org/foo-linux-1.2.tar.gz , the PKGBUILD fragment may look like
    pkgname=foo
    pkgname0=foo-linux
    pkgver=1.2
    source=('http://foo.org/$pkgname0-$pkgver.tar.gz')
    unfortunaly, in such case, the AUR web page points to a wrong sources URL: http://foo.org/foo0-1.2.tar.gz . It looks like the frontend thinks that the source URL must contain $pkgname, and is doing simple string substitution, not interpreting the PKGBUILD as a shell script.
    Is there already a working way how to form the PKGBUILD, to avoid this sort of problem ?
    Last edited by mykhal (2007-09-02 17:28:50)

    tardo wrote:...I don't think I'll ever flag the openssh pkg as safe because you're implementing completely new functions not found in the official package. Other than that, fix the others and you're good to go =/
    thanks for the review.
    If you look more carefully at the openssh patch, it is not implementing anything new, openssh has an infrastructure for using hardware engines (engines.h), but is not used by default somehow, the patch is just enabling it. Anyway, I'm not creator of the patch, is it taken from Michal Ludvig's site (http://www.logix.cz/michal/devel/padlock/) , some of his patches have also been accepted in linux kernel.
    But I understand, this is very sensitive package..

  • Problems recompiling 2.6.8

    Hi all,
    Can't find any problems related to compilng kernel 2.6.8 in the forum so I guess its just me doing something weird.
    Well, I upgraded to stock 2.6.8 last night and all went fine. Then I decided to recompile with ABS today and all went fine. Then I was messing around with iptables and realised I needed some other modules so I went for another recompile - for some reason this time it keeps borking out on me. All I've changed is the config and the md5s in the PKGBUILD - this is the output I get:
    [root@sigma7 kernel26]# makepkg -f
    ==> Making package: kernel26 (Wed Sep 8 22:17:05 BST 2004)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Using local copy of linux-2.6.8.1.tar.bz2
    ==> Found config in build dir
    ==> Found cdburning.patch in build dir
    ==> Found logo_linux_clut224.ppm in build dir
    ==> Found bio_uncopy_user-mem-leak.patch in build dir
    ==> Found bio_uncopy_user-mem-leak-fix.patch in build dir
    ==> Using local copy of acpi-20040715-2.6.8.diff.bz2
    ==> Validating source files with MD5sums
    linux-2.6.8.1.tar.bz2 ... Passed
    config ... Passed
    cdburning.patch ... Passed
    logo_linux_clut224.ppm ... Passed
    bio_uncopy_user-mem-leak.patch ... Passed
    bio_uncopy_user-mem-leak-fix.patch ... Passed
    acpi-20040715-2.6.8.diff.bz2 ... Passed
    ==> Extracting Sources...
    ==> tar --use-compress-program=bzip2 -xf linux-2.6.8.1.tar.bz2
    ==> bunzip2 acpi-20040715-2.6.8.diff.bz2
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    patching file fs/bio.c
    patching file fs/bio.c
    patching file drivers/block/scsi_ioctl.c
    patching file arch/i386/kernel/acpi/boot.c
    patching file arch/i386/kernel/acpi/sleep.c
    patching file arch/i386/kernel/cpu/cpufreq/acpi.c
    patching file arch/i386/kernel/dmi_scan.c
    patching file arch/i386/kernel/i8259.c
    patching file arch/i386/kernel/io_apic.c
    patching file arch/i386/kernel/setup.c
    patching file arch/i386/kernel/smpboot.c
    patching file arch/i386/mm/discontig.c
    patching file arch/ia64/kernel/acpi.c
    patching file arch/x86_64/kernel/i8259.c
    patching file arch/x86_64/kernel/setup.c
    patching file arch/x86_64/kernel/smpboot.c
    patching file drivers/acpi/Makefile
    patching file drivers/acpi/acpi_ksyms.c
    patching file drivers/acpi/asus_acpi.c
    patching file drivers/acpi/blacklist.c
    patching file drivers/acpi/bus.c
    patching file drivers/acpi/button.c
    patching file drivers/acpi/dispatcher/dsmethod.c
    patching file drivers/acpi/dispatcher/dsmthdat.c
    patching file drivers/acpi/dispatcher/dsopcode.c
    patching file drivers/acpi/dispatcher/dswload.c
    patching file drivers/acpi/dispatcher/dswstate.c
    patching file drivers/acpi/ec.c
    patching file drivers/acpi/events/evevent.c
    patching file drivers/acpi/events/evgpe.c
    patching file drivers/acpi/events/evgpeblk.c
    patching file drivers/acpi/events/evmisc.c
    patching file drivers/acpi/events/evregion.c
    patching file drivers/acpi/events/evxface.c
    patching file drivers/acpi/events/evxfevnt.c
    patching file drivers/acpi/events/evxfregn.c
    patching file drivers/acpi/executer/exconfig.c
    patching file drivers/acpi/executer/exfldio.c
    patching file drivers/acpi/executer/exmisc.c
    patching file drivers/acpi/executer/exmutex.c
    patching file drivers/acpi/executer/exoparg2.c
    patching file drivers/acpi/executer/exresolv.c
    patching file drivers/acpi/executer/exstore.c
    patching file drivers/acpi/hardware/hwgpe.c
    patching file drivers/acpi/hardware/hwregs.c
    patching file drivers/acpi/hardware/hwsleep.c
    The next patch would create the file drivers/acpi/motherboard.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored -- saving rejects to file drivers/acpi/motherboard.c.rej
    patching file drivers/acpi/namespace/nsaccess.c
    patching file drivers/acpi/namespace/nsalloc.c
    patching file drivers/acpi/namespace/nseval.c
    patching file drivers/acpi/namespace/nsinit.c
    patching file drivers/acpi/namespace/nsparse.c
    patching file drivers/acpi/namespace/nsxfeval.c
    patching file drivers/acpi/namespace/nsxfname.c
    patching file drivers/acpi/osl.c
    patching file drivers/acpi/parser/psopcode.c
    patching file drivers/acpi/parser/psxface.c
    patching file drivers/acpi/pci_link.c
    patching file drivers/acpi/power.c
    patching file drivers/acpi/processor.c
    patching file drivers/acpi/resources/rsutils.c
    patching file drivers/acpi/resources/rsxface.c
    patching file drivers/acpi/scan.c
    patching file drivers/acpi/sleep/Makefile
    patching file drivers/acpi/sleep/main.c
    patching file drivers/acpi/sleep/proc.c
    patching file drivers/acpi/sleep/sleep.h
    The next patch would create the file drivers/acpi/sleep/wakeup.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored -- saving rejects to file drivers/acpi/sleep/wakeup.c.rej
    patching file drivers/acpi/tables/tbxfroot.c
    patching file drivers/acpi/thermal.c
    patching file drivers/acpi/utilities/utalloc.c
    patching file drivers/acpi/utilities/uteval.c
    patching file drivers/acpi/utilities/utglobal.c
    patching file drivers/acpi/utilities/utxface.c
    patching file include/acpi/acconfig.h
    patching file include/acpi/acdebug.h
    patching file include/acpi/acdisasm.h
    patching file include/acpi/acdispat.h
    patching file include/acpi/acevents.h
    patching file include/acpi/acexcep.h
    patching file include/acpi/acglobal.h
    patching file include/acpi/achware.h
    patching file include/acpi/acinterp.h
    patching file include/acpi/aclocal.h
    patching file include/acpi/acmacros.h
    patching file include/acpi/acnamesp.h
    patching file include/acpi/acobject.h
    patching file include/acpi/acparser.h
    patching file include/acpi/acpi_bus.h
    patching file include/acpi/acpi_drivers.h
    patching file include/acpi/acpiosxf.h
    patching file include/acpi/acpixf.h
    patching file include/acpi/acstruct.h
    patching file include/acpi/actbl.h
    patching file include/acpi/actypes.h
    patching file include/acpi/platform/acenv.h
    patching file include/acpi/platform/aclinux.h
    patching file include/asm-i386/acpi.h
    patching file include/asm-i386/smp.h
    patching file include/asm-ia64/acpi.h
    patching file include/asm-x86_64/acpi.h
    patching file init/main.c
    ==> ERROR: Build Failed. Aborting...
    Does anyone have any suggestions here?If I'd changed something major then it would give me a clue about what to fix.
    Thanks in advance.

    Me again
    IT seems like its the acpi file that the PKGBUILD needs that's causing the problem-I removed it from the PKGBUILD and it compiled fine (I have yet to load it and test it tho)...I can't find any news item or forum thread relating to what this file is and whether it's important or not, can anyone let me know?
    On a side note, when I just ran makepkg the acpi.diff file wouldn't download - I had to go get it myself - is there an error in the url in the PKGBUILD?
    nobody else seems to be having any trouble here, which is making me a bit paranoid!

  • Wireless-applet PKGBUILD

    Wireless Applet for Gnome
    http://www.bitron.ch/software/wireless-applet.php
    I wrote a basic PKGBUILD but some things are not in the right places. The problem is most likely that I would have to do some additionals in the configure part.
    pkgname=wireless-applet
    pkgver=0.0.1
    pkgrel=0
    pkgdesc="Applet for the GNOME Panel displaying available wireless networks with
    the ability to add a listed network to the system configuration easily. Brings the comfort of NetworkManager to wpa_supplicant users. Supports WEP, WPA-PSK, and open wireless networks."
    url="http://www.bitron.ch/software/wireless-applet.php"
    depends=(       'gtk2'
                    'gnome-panel'
                    'gnome-keyring'
                    'wpa_supplicant'
                    'hal'
                    'libgcrypt'
    groups=()
    source=(http://www.bitron.ch/downloads/wireless-applet-0.0.1.tar.bz2)
    md5sums=('a4aa00823b123ae52cc5703e66140af3')
    build() {
            cd $startdir/src/$pkgname-$pkgver
            ./configure --prefix=/opt/gnome
            make
            make DESTDIR=$startdir/pkg install
    I can load the Applet but it seems not to find it own configuration files.
    Someone who has made a Applet PKGBUILD will probably just see the problem.
    Thanks
    wabi

    one has to configure a group for wpa_supplicant and be member of this group. then you can start.
    more details will follow but the PKGBUILD should be correct.

  • Newsletter 5-09-4

    (It's a tad late, but once again Xentac forgot to finish it)
      Arch Linux Weekly Newsletter
    *Jason Chu and Ben Mazer*
      Opening
    Welcome to the Arch Linux Newsletter. This attempts to give you an ``at
    a glance'' look at the world of Arch Linux.
      News
        This Week in Dev Land
       1. Discussion rages on about Arch's goals and the eventual changes to
          take place.
       2. On that note, a document has been drafted relating to the eventual
          changes in package submission.
       3. Dusty and Dennis are laying out their plans for documentation,
          though still plowing ahead.
       4. A new fortran compiler has been added to extra. Rather than having
          to use a modified gcc, all fortran dependent packages can use f2c.
        ArchStats Updates
    /To participate, visit http://archstats.coding-zone.com/
    Number of registered systems: 404
    Date first system was registered: 20031017
    Most recent update occurred: 20040511
    Longest recorded uptime: 175 days, 22 hours, 51 minutes, 55 seconds.
    Average uptime: 4 days, 10 hours, 31 minutes, 40 seconds.
    Least packages installed on a system: 44
    Average installed packages: 260
    Most packages installed on a system: 733
      Discussions
        Forum Highlights
       1. JGC has made a repository for Ximian OpenOffice. Since the latest
          version of vanilla open office is having trouble with GCC 3.4,
          this is an alternative. Read the thread here:
          http://bbs.archlinux.org/viewtopic.php?t=4460.
       2. gaspojo has made more Archlinux wallpapers. All of them are
          located at http://themedepot.org
          TUR Mailing List
    I spent a little bit of time cleaning up STAGING, but there's still lots
    of work to be done. Hopefully the TURs will spend a bit of time to
    update packages. Damir has also been doing a great job in testing
    packages. Lots of programs have gone into Extra recently.
      Packages
        Package Highlights
       1. Mono Beta 1 was released and packaged. This is a testing version
          in preparation for the 1.0 release. Read all about it at
          http://go-mono.org
        New Packages
    stegdetect 0.5-2
    distcc 2.12.1-2
    grub 0.94-2
    shadow 4.0.4.1-2
    tcp_wrappers 7.6-4
    openobex 1.0.1-1
    xfig 3.2.4-1
    unixodbc 2.2.7-2
    mdadm 1.5.0-1
    net-tools 1.60-6
    gtkglext 1.0.6-1
    xdiskusage 1.47-1
    wine 20040505-2
    knockd 0.3-1
    bash 2.05b-12t2
    octave 2.1.57-1
    ecasound 2.3.3-1
    sweep 0.8.3-1
    streamtuner 0.12.1-1
    librsvg 2.7.1-1
    imagemagick 6.0.1-1
    scite 1.60-1
    streamripper 1.60.5-1
    id3 0.72-2
    id3v2 0.1.11-1
    easytag 0.30-2
    labplot 1.3.0.pre2-1
    sysklogd 1.4.1-10t1
    x 11R6.7.0-1t4
    liferea 0.4.8-1
    r 1.9.0-1
    libxml++ 1.0.2-1
    ed2k-gtk-gui 0.6.2-1
    xsane 0.93-1
    dillo 0.8.0-2
    pstoedit 3.33-1
    sysklogd 1.4.1-9
    dcron 2.9-2
    libol 0.3.13-1
    syslog-ng 1.6.2-1
    exim 4.33-1
    gammu 0.95.0-1
    mono 0.91-1
    docbook-xsl 1.65.1-1
    xpad 1.13.1-1
    sane 1.0.14-1
    gnome-terminal 2.6.1-1
    dia 0.93-1
    allegro 4.1.14-1
    hicolor-icon-theme 0.5-1
    rhythmbox 0.8.3-1
    planner 0.11-3
    gnumeric 1.2.12-1
    gst-plugins 0.8.1-2
    gnomeicu 0.99.5-2
    dctc 0.85.9-2
    libsamplerate 0.1.0-1
    libgsf 1.9.0-1
    sound-juicer 0.5.11-1
    motion 3.1.13-1
    vtun 2.6-4
    wdm 1.26-3
    tpb 0.6.1-2
    uptimed 0.3.1-3
    frozen-bubble 1.0.0-2
    sdl_perl-compat 1.19.2-2
    stunnel 4.05-1
    quickswitch 1.05-2
    pwm 20030617-3
    mozilla-thunderbird 0.6-2
    namcap 1.4-1
    glibc 2.3.2-4t1
    etherape 0.9.0-3
    geoip 1.3.1-2
    pekwm 0.1.3-4
    mlterm 2.8.0-4
    enscript 1.6.4-2
    a2ps 4.13b-2
    a2ps-lprng 4.13b-4
    rsync 2.6.2-1
    tpop3d 1.5.3-1
    ltrace 0.3.32-1
    dcraw 1.189-1
    ghex 2.6.0-1
    dvdrip 0.50.18-1
    gtk-perl 0.7009-6
          STAGING Listing
    muine 0.6.0-s1
    briquolo 0.4.2-1
    tutris 1.0.1-s1
    straw 0.23-1
    qtparted 0.4.4-1
    workrave 1.4.1-s1
    fftw3 3.0.1-1
    gxine 0.3.3-s1
    gmencoder 0.1.0-s1
    aspell-fr 0.50.1-1
    cmf 1.4.2-s1
    gnotime 2.1.7-s1
    smb4k 0.4.0-s1
    gp 0.26-1
    gtk-smooth-engine 0.5.6-s1
    windowlab 1.23-s1
    gtkglext 1.0.5-s1
    gtkglextmm 1.0.1-s1
    libgnomecups 0.1.6-2
    hwd 1.6-2
    ion-devel 20030814-1
    gocr 0.39-s1
    kbarcode 1.6.1-s1
    ksambaplugin 0.5b2-1
    labplot 1.2.2-1
    libchipcard 0.9.1-1
    plone 2.0-s1
    libksba 0.4.7-1
    ether-wake 1.09-1
    gxmame 0.34b-1
    libofx 0.6.4-1
    putty 0.54-s2
    fortune-mod-dune-quotes 2.0.1-s1
    gtk-sharp 0.91.1-s1
    lwm 1.2.0-1
    mage 6.30.030607-1
    materm 0.1-1
    mlview 0.6.2-1
    monopd 0.9.0-s1
    mp3burn 0.3.1-1
    pwgen 2.03-1
    panorama-tools 2.6bml12-s1
    parse-yapp 1.05-1
    kshutdown 0.1.7-s1
    pixieplus 0.5.4-1
    potrace 1.2-1
    potracegui 0.3-s1
    prekin 6.30.030607-1
    prizm 0.2-s1
    pychecker 0.8.13-s1
    pygtkglext 1.0.1-s1
    scribus-devel 1.1.5-s1
    scribus-docs 1.0.1-s1
    seahorse 0.7.3-2
    shaaft 0.5.0-1
    supertux 0.1.0-s1
    spe 0.4.2c-s1
    gifsicle 1.40-1
    texmacs 1.0.3.3-s1
    tse3 0.2.7-1
    ttf-cheapskate 0.1-2
    universalkopete 0.1-1
    klogic 1.6-s1
    streamtuner-xiph 0.1.0-s1
    streamtuner-python 0.1.1-s1
    xml-dom 1.43-1
    xml-regexp 0.03-1
    xml-xql 0.68-1
    logjam 4.4.0-s2
    xtermset 0.5.1-s1
    xv 3.10a-1
    xymms 0.9.1-s1
    sip 3.10.1-s1
    qscintilla 1.2-s1
    tnftp 20030825-1
    imms 1.1-s1
    adns-python 1.0.0-1
    htmldoc 1.8.23-1
    si3d 1.2-1
    xfree86-freefonts-fonts 0.10-1
    pil 1.1.4-s1
    esmtp 0.5.0-1
    gkrellm_amiconnected 0.6-1
    gkrellmseti 0.7.0b-1
    meld 0.9.1-1
    msmtp 0.7.1-1
    nautilus_thumbnailers 0.0.3-1
    ne 1.20-1
    njam 1.00-1
    digikam 0.6-s1
    dosemu 1.2.1-s1
    xfig 3.2.4-1
    tuxpuck 0.8.2-1
    pyxml 0.8.3-s1
    skencil 0.6.16-s1
    bfilter 0.9.3-1
    opera 723-2
    wtf 0.0.4-s1
    amule 1.2.6-s2
    jack-audio-connection-kit 0.91.1-2
    fbpager 0.1.4-s1
    mpd 0.10.3-s1
    bittornado 0.2.0-s1
    py-libmpdclient 0.10.0-s1
    cups-pdf 1.4.2a-s1
    3ddesktop 0.2.5-s1
    sim 0.9.3-1
    ntfsprogs 1.9.1-1
    kdetv 0.8.0-1
    kmyfirewall 0.9.6.2-1
    sip 4.0rc3-s1
    progsreiserfs 0.3.0.4-1
    pstoedit 3.33-1
    pyqt 3.11-s1
    qalculate 0.5.1-s1
    soundtracker 0.6.7-s1
    tla 1.2-s1
    pycrypto 1.9a6-s1
    emelfm2 0.0.7-s2
    sylpheed-gtk2 0.9.9-s2
    gnome-cups-manager 0.17-2
    lyx-qt 1.3.4-s1
    kradio 0.3.0-2
    synaptics 0.12.5-2
    eric 3.4.1-s1
    unison 2.9.1-1
    lablgtk 1.2.6-1
    ocaml 3.07pl2-1
    giftui 0.4.0-s2
      Problems
        FAQ
    Q: Im installing packages from -Current, but they're not working
    A: If you want to install packages from -Current (e.g. not from the
    release CD), then you MUST be pacman -Syu often. This keeps your system
    up to date. Arch always uses the latest libraries/compilers, and
    frequently there are binary incompatibilities with the Release ISO. If
    things aren't working, always try a sys update, because fixed/updated
    packages are probably already out.
        Bugs
          Bugs Closed This Week
    829. stegdetect build error
    890. Bash Segmentation Faults
    885. Streamtuner Needs Updating (Which Requires Patching to Do So)
    886. r's PKGBUILD has a typo
    884. xkb problems with X.org pkg
    851. docbook-xsl missing manpages xsl files
    882. libtar source changed
    739. PerlMagick binary missing
    877. gnome-terminal 2.6.1 build fix
    838. gst-plugins postinstall script
    734. rhythmbox .install script bug
    728. gnomeicu install script error
    726. Planner Needs to be Rebuilt
    826. dctc missing libgcrypt.so.7
    771. gnumeric - all options in preferences are labelled 'missing schema'
    733. magicdev has 2 .installscripts in ABS
    767. make namcap check for TESTING release numbers in dependency packages.
    841. FB and New PERL
    879. thunderbird 0.6-1 dependency
    820. Nvidia Driver and kernel module suggestion
          Bugs Opened This Week
    898. gv build error
    897. libicq2000 download issues
    896. fluxbox-devel does not exit properly
    895. gtklp depends on old libssl
    894. crashes when adding mp3s to an audio cd project
    892. imagemagick fails on install. perl5.8
    891. Segfault with pacman -S
    889. JuK requires 'trm'
    888. Timestamp support for Pacman
    887. id3lib have problems
    883. firefox&thunderbird icons and images
      Closing
    That's it for this week, stay tuned for more exciting Arch Linux news.

    cbozic wrote:Do I like...  win anything?   
    Well, yes you have cbozic. Johny, tell him what his won.
    johny wrote:"You get a free copy (iso image only) of the next release of arch linux, but thats not all. You also get a clean linux distrobution with supurb package management, and a free years with of tech support on the undisputed best forums on the net.",
    -wd

  • [SOLVED] can't build t4k_common

    Hi,
    [a@StudioA ~]$ cd /A/pkgsrc/archlinux/t4k_common
    [a@StudioA t4k_common]$ makepkg -g >> PKGBUILD
    ==> Retrieving sources...
    -> Found t4k_common-0.1.1.tar.gz
    -> Found libpng15.patch
    ==> Generating checksums for source files...
    [a@StudioA t4k_common]$ makepkg
    ==> Making package: t4k_common 0.1.1-2 (Wed Sep 3 10:40:17 UTC 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found t4k_common-0.1.1.tar.gz
    -> Found libpng15.patch
    ==> Validating source files with sha1sums...
    t4k_common-0.1.1.tar.gz ... Passed
    libpng15.patch ... Passed
    ==> Extracting sources...
    ==> Starting prepare()...
    /A/pkgsrc/archlinux/t4k_common/PKGBUILD: line 19: cd: /A/pkgsrc/archlinux/t4k_common/src/t4k_common-0.1.1: No such file or directory
    ==> ERROR: A failure occurred in prepare().
    Aborting...
    [a@StudioA t4k_common]$
    running "makepkg -g >> PKGBUILD" seems to have fixed a problem the sha1sums but now this. I know it must be quite simple but I'm not very experienced.
    Thanks!
    Last edited by Frabato (2014-09-09 17:07:57)

    The download is non-existing in alioth.debian.org so the resulting file (of which you created a valid sha sum   is really a 404 html file.
    This works:
    #download and extract the source aur package
    wget "https://aur.archlinux.org/packages/t4/t4k_common/t4k_common.tar.gz" -O - | tar xzf -
    cd t4k_common
    # download the real tarball
    wget "http://ftp.de.debian.org/debian/pool/main/t/t4kcommon/t4kcommon_0.1.1.orig.tar.gz" -O t4k_common-0.1.1.tar.gz
    # recreate the sha sums
    makepkg -g >> PKGBUILD
    # build the package
    makepkg
    The tuxmath aur itself suffers from the same problem. Fix it with:
    wget "https://aur.archlinux.org/packages/tu/tuxmath/tuxmath.tar.gz" -O - | tar xzf -
    cd tuxmath
    wget "http://distro.ibiblio.org/slitaz/sources/packages/t/tuxmath_w_fonts-2.0.3.tar.gz" -O tuxmath_w_fonts-2.0.3.tar.gz
    makepkg -g >> PKGBUILD
    makepkg
    It compiles, builds, installs and runs fine over here.
    I'll try to get the aurs fixed.
    Regards,
    Ronald
    Last edited by ronalde (2014-09-08 07:14:02)

  • Quad-Ren package.

    Hi, I am the developer of the Quad-Ren graphics engine(www.quad-ren.sourceforge.net), A resolution independent 2D graphics engine designed to work with tiling WM's.
    Recently I tried to upload a PKGBUILD for the lib, only to find out that someone else had already uploaded one, I don't mind someone besides me maintaining the package, but the uploaded PKGBUILD is both out of date and doesn't install the PNG->QRDD compiler. Here is my origonal PKGBUILD which does not have these problems.
    # Contributor: Robert Hickman hessiess^at)hessiess[dot>com
    pkgname=quad-ren
    pkgver=0.3
    pkgrel=0
    pkgdesc="Quad-Ren is a resolution independent 2D graphics engine that aims to ease the
    development of bitmap-based applications, primarily games. Applications using
    Quad-Ren will function the same regardless of screen resolution or aspect ratio.
    Quad-Ren is programmed in, and usable from C++, with a simple object-oriented API
    and a small, well documented, easy to edit code base.
    This package contains the runtime library, header files and support applications
    needed to develop applications with Quad-Ren."
    arch=('i686' 'x86_64')
    url="http://quad-ren.sourceforge.net/"
    license=('LGPL')
    depends=('libpng' 'mesa' 'sdl')
    makedepends=('gcc' 'make' 'pkgconfig')
    makedepends=('automake' 'autoconf' 'libtool')
    source=(http://heanet.dl.sourceforge.net/sourceforge/quad-ren/quad-ren-$pkgver.tar.gz)
    build() {
    #build the sheared lib
    cd "$srcdir/quad-ren-$pkgver"
    ./configure --prefix=/usr \
    --sysconfdir=/etc \
    --localstatedir=/var \
    --disable-static
    make || return 1
    make DESTDIR="$pkgdir" install || return 1
    #build the support application(s)
    cd support_apps
    make
    mkdir "$pkgdir/usr/bin/"
    mv ./png_qrdd_conv "$pkgdir/usr/bin/"
    Also, I don't recommend using SVN builds of the lib, unless you are interesed in developing the engine. I frequantly upload uncompleted code which may or may not compile or segfault at runtime.

    Hi Ian,
    What you are pointing out is an error in the footprint-to-symbol mapping for the component LM3301. If you were creating a custom component such as the LM3301N what you would want to do is have each of the quad packages to be tied to footprint pins 7 and 14 (which is what I believe made logical sense to you in the first place).
    The reason that everything works out with the netlist in Multisim/Ultiboard despite this error is due to those symbol-pin designation of COM (common) which I described earlier. In later stages of the model creation (such as footprint-to-symbol mapping), the COM designation by default changes the other common pins to have the same footprint mapping as the first one that is defined. So in the footprint mapping page, once the VS1+, VS1- were assigned to 7 and 14, VS2+, VS3+ and VS4+ are automatically assigned to the same thing by Multisim once components are placed onto a schematic (regardless of what is written in the footrpint-to-symbol map). So essentially the error is automatically overwritten.
    When you are designing any components you will want to avoid this issue by just assigning the symbol pins to the footprint pins as they should be (i.e. all VS+ to 7 and VS- to 14). If you need any further assistance in creating components please check out the following tutorial: http://zone.ni.com/devzone/conceptd.nsf/webmain/897FBC1CA3296F088625712B0034BEE9.
    I hope this clears any confusion.
    Thanks
    Bhavesh

  • [System : Utilities] unp

    "unpack (almost) everything with one command"
    I used to use this program on my old debian distro and I love it. So I build a PKGBUILD for this program. The problem is that the home page is down and I had to download the sources from the debian site.
    It is not a big proble 'cause it works...
    This is the PKGBUILD :
    # PKGBUILD for unp
    # Maintainer : namlook <namlook at laposte dot net>
    # 2004/06/02
    pkgname=unp
    pkgver=1.0.9
    pkgrel=1
    pkgdesc="unpack (almost) everything with one command"
    depends=('bzip2' 'tar' 'gzip' 'unarj' 'cpio' 'cabextract' 'lzop' 'unzip' 'lha' )
    source=(http://ftp.debian.org/debian/pool/main/u/unp/unp_1.0.9.tar.gz)
    url="http://sites.inka.de/~W1752/edecosi/unp.en.html"
    md5sums=('3278101819b4f00d0a868fbda874a6a5')
    build() {
    cd $startdir/src/$pkgname-$pkgver || return 1
    mkdir -p $startdir/pkg/usr/bin
    cp unp $startdir/pkg/usr/bin
    Have fun !
    Namlook

    Thank you!!
    Here's the new version!!
    # PKGBUILD for unp
    # Maintainer : namlook <namlook at laposte dot net>
    # 2004/11/11
    pkgname=unp
    pkgver=1.0.10
    pkgrel=1
    pkgdesc="unpack (almost) everything with one command"
    depends=('bzip2' 'tar' 'gzip' 'unarj' 'cpio' 'cabextract' 'lzop' 'unzip'
    'lha' )
    source=(http://ftp.debian.org/debian/pool/main/u/unp/unp_1.0.10.tar.gz)
    url="http://sites.inka.de/~W1752/edecosi/unp.en.html"
    md5sums=('b9efabc9ee610c6879f67fc3bb65030d')
    build() {
    cd $startdir/src/$pkgname-$pkgver || return 1
    mkdir -p $startdir/pkg/usr/bin
    cp unp $startdir/pkg/usr/bin
    HINT: pacman -S unarj cabextract lzop lha

  • PKGBUILD problem with zip file

    Hi all,
    I'm trying to build Envy Code R font package. Here is the file:
    pkgname=ttf-envy-code-r
    pkgver=preview7
    _pkgver=PR7
    pkgrel=1
    pkgdesc="Free scalable coding font"
    arch=('i686' 'x86_64')
    url="http://damieng.com/blog/tag/envy-code-r"
    license=('freeware')
    depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
    install=envycoder.install
    source=("http://download.damieng.com/fonts/original/EnvyCodeR-$_pkgver.zip")
    md5sums=('0cce55205f1e8a109021b46c24741257')
    build() {
    cd $srcdir/Envy\ Code\ R\ $_pkgver
    install -D -m644 Read\ Me.txt $pkgdir/usr/share/licenses/$pkgname/readme.txt
    mkdir -p ${startdir}/pkg/usr/share/fonts/TTF
    for i in *.ttf
    do
    mv "$i" $(echo $i | sed -e 's/ //g')
    done
    install -m644 *.ttf ${startdir}/pkg/usr/share/fonts/TTF/ #Skipping what's under VS
    However, 'makepkg' gave this error:  -> bsdtar -x -f EnvyCodeR-PR7.zip
    Envy Code R PR7/Envy Code R Bold.ttf: Write request too large
    Envy Code R PR7/Envy Code R Command Prompt.reg: Write request too large
    Envy Code R PR7/Envy Code R Italic.ttf: Write request too large
    Envy Code R PR7/Envy Code R.ttf: Write request too large
    Envy Code R PR7/Read Me.txt: Write request too large
    Envy Code R PR7/Visual Studio italics-as-bold/Envy Code R VS Italic-as-bold.ttf: Write request too large
    Envy Code R PR7/Visual Studio italics-as-bold/Envy Code R VS.ttf: Write request too large
    bsdtar: Error exit delayed from previous errors.
    I tried bsdtar -x -f with normal zip file and zip file with spaced file name and found no problem. Can anybody explain? Thanks,

    Certain zip files can't be handled by bsdtar; it is explained in more detail in some of the technical writeups of libarchive which processes all files as streams rather than random-access as the 'unzip' program does.
    For zip files that are made in a slightly unorthodox fashion, one can do the following:
    1. Add the zip file to the noextract=() PKGBUILD array
    2. Add 'unzip' as a makedepend
    3. Add as the first lines of your build function:
      cd $srcdir
      unzip <sourcefile>.zip
    4. Continue as normal.

  • [Solved] dvbcut compile problems - New PKGBUILD fix!

    Anyone using dvbcut? The aur version won't compile, nor the tar package version from sourceforge nor the svn version (170). It all seems to boil down to qt3/qt4 mismatches. I have both versions installed yet I get; configure: error: Qt library not found
    I even tried compiling the latest Ubuntu version with same results (desperation?)
    I know it's an old app but it did the job very well of editing mpg/m2t files. I do not like avidemux!
    Fedora and Ubuntu seem to have '-dev' packages which solves these kinds of problems. And hacking those libraries manually is too tricky to be worth it. Is there an Arch solution somewhere?
    Last edited by swanson (2011-09-25 14:49:02)

    Seems that this modified PKGBUILD works:
    # Contributor: sp42b <sp42b|a_t|gmx.net>
    # Contributor: AndyRTR <[email protected]>
    ## Contributor: swanson
    pkgname=dvbcut
    pkgver=0.6.2
    pkgrel=1
    pkgdesc="Qt3 application for cutting parts out of DVB streams"
    arch=('i686' 'x86_64')
    url="http://dvbcut.sourceforge.net/index.html"
    license="GPL"
    depends=('qt3' 'libao' 'libmad' 'a52dec')
    optdepends=('mplayer: for video playback inside of DVBCUT')
    source=(https://launchpad.net/~frafu/+archive/ppa/+files/dvbcut_0.6.2-0ppa%7Esvn178%7Enatty1.tar.gz)
    md5sums=('cc49cd50dd44184d3db6125297a92ab5')
    build() {
    cd ${srcdir}/dvbcut-0.6.2-0ppa~svn178~natty1
    msg "${srcdir}/dvbcut-0.6.2-0ppa~svn178~natty1"
    autoconf
    ./configure --prefix=/usr
    make
    install -Dm755 ${srcdir}/dvbcut-0.6.2-0ppa~svn178~natty1/bin/dvbcut ${pkgdir}/usr/bin/dvbcut
    install -Dm644 ${srcdir}/dvbcut-0.6.2-0ppa~svn178~natty1/dvbcut.1 ${pkgdir}/usr/share/man/man1/dvbcut.1
    install -Dm644 ${srcdir}/dvbcut-0.6.2-0ppa~svn178~natty1/dvbcut.desktop ${pkgdir}/usr/share/applications/dvbcut.desktop
    install -Dm644 ${srcdir}/dvbcut-0.6.2-0ppa~svn178~natty1/dvbcut.svg ${pkgdir}/usr/share/pixmaps/dvbcut.svg
    OK for the AUR?
    Last edited by swanson (2011-08-22 06:17:04)

  • PKGBUILD source conflict problem [solved]

    I'm making a PKGBUILD for a game called noiz2sa.  The problem is, it comes in two separate pieces - one is the binary and the other is some extra files and when extracted they both have the same name - noiz2sa.  Because of this, when I put the both in the source= section and run makepkg, one of them inevitably gets overwritten.  Is there a way to fix this?
    Edit: I couldn't find a delete option so I'm marking this solved - after reading the PKGBUILD man page again, the noextract option was what I needed to work around this issue.
    Last edited by Shirakawasuna (2007-05-07 07:56:21)

    I wrapped it with double quotes and it worked , I've also added a note on the wiki page.
    thanks

  • Lightspark PKGBUILD: problems on building

    I was creating a new PKGBUILD for lightsmark-git, an alternative opensource flash plugin:
    # Contributor: Flamelab <[email protected]>
    pkgname=lightspark-git
    _realpkgname=lightspark
    pkgver=20100518
    pkgrel=1
    pkgdesc="An alternative Flash Player implementation "
    arch=("i686" "x86_64")
    url="http://sourceforge.net/projects/lightspark/"
    depends=('glew' 'sdl' 'nasm' 'ftgl')
    makedepends=('cmake' 'llvm')
    license=('GPL')
    source=("001-llvm-cmake-error-fix.patch")
    options=(!libtool)
    _gitroot="git://lightspark.git.sourceforge.net/gitroot/lightspark/lightspark"
    _gitname="lightspark"
    build()
    cd ${srcdir}/
    msg "Connecting to the GIT server...."
    if [[ -d ${srcdir}/${_gitname} ]] ; then
    cd ${_gitname}
    git pull origin
    msg "The local files are updated..."
    else
    git clone ${_gitroot}
    fi
    msg "GIT checkout done."
    msg "Starting make for: ${pkgname}"
    if [[ -d ${srcdir}/${_gitname}-build ]]; then
    msg "Cleaning the previous build directory..."
    rm -rf ${srcdir}/${_gitname}-build
    fi
    git clone ${srcdir}/${_gitname} ${srcdir}/${_gitname}-build
    cd ${srcdir}/${_gitname}-build
    msg "Starting configure..."
    patch -Np1 -i ${srcdir}/001-llvm-cmake-error-fix.patch
    cmake . -DCMAKE_BUILD_TYPE=Release -DCOMPILE_PLUGIN=ON -DCMAKE_INSTALL_PREFIX=/usr #-DUSE_VAAPI=on
    msg "Starting make..."
    make || return 1
    package()
    cd ${srcdir}/${_gitname}-build
    make DESTDIR=${pkgdir} install || return 1
    md5sums=('c2eae90af9061072f304289af2fdc143')
    I'm building it on x86_64.
    I encounter this problem:
    Linking CXX static library libspark.a
    [ 94%] Built target spark
    Scanning dependencies of target lightspark
    [ 97%] Building CXX object CMakeFiles/lightspark.dir/main.cpp.o
    Linking CXX executable lightspark
    /usr/bin/ld: cannot find -lLLVMLinker
    collect2: ld returned 1 exit status
    make[2]: *** [lightspark] Error 1
    make[1]: *** [CMakeFiles/lightspark.dir/all] Error 2
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    How can I fix that LLVMLinker error ? Please ?
    Thanks in advance.
    Last edited by flamelab (2010-05-18 17:22:41)

    yet again the same prob with the patch
    [ 86%] Building CXX object plugin-dir/CMakeFiles/lightsparkplugin.dir/__/netutils.cpp.o
    [ 88%] Building CXX object plugin-dir/CMakeFiles/lightsparkplugin.dir/__/timer.cpp.o
    [ 89%] Scanning dependencies of target tightspark
    Building CXX object plugin-dir/CMakeFiles/lightsparkplugin.dir/__/decoder.cpp.o
    [ 90%] Building CXX object CMakeFiles/tightspark.dir/tightspark.cpp.o
    [ 92%] Building CXX object plugin-dir/CMakeFiles/lightsparkplugin.dir/__/threading.cpp.o
    Linking CXX executable tightspark
    [ 93%] Building CXX object plugin-dir/CMakeFiles/lightsparkplugin.dir/__/flashxml.cpp.o
    [ 93%] Built target tightspark
    [ 94%] Building ASM-NASM object plugin-dir/CMakeFiles/lightsparkplugin.dir/__/fastpaths_64.asm.o
    [ 96%] Building CXX object plugin-dir/CMakeFiles/lightsparkplugin.dir/np_entry.cpp.o
    [ 97%] Building CXX object plugin-dir/CMakeFiles/lightsparkplugin.dir/npn_gate.cpp.o
    [ 98%] Building CXX object plugin-dir/CMakeFiles/lightsparkplugin.dir/npp_gate.cpp.o
    [100%] Building CXX object plugin-dir/CMakeFiles/lightsparkplugin.dir/plugin.cpp.o
    /home/flamelab/Projects/lightspark-git/src/lightspark-build/decoder.cpp: In member function 'virtual bool lightspark::FFMpegDecoder::decodeData(uint8_t*, uint32_t)':
    /home/flamelab/Projects/lightspark-git/src/lightspark-build/decoder.cpp:365:2: warning: 'int avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3448)
    /home/flamelab/Projects/lightspark-git/src/lightspark-build/decoder.cpp:365:69: warning: 'int avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3448)
    /home/flamelab/Projects/lightspark-git/src/lightspark-build/flashxml.cpp: In static member function 'static lightspark::ASObject* lightspark::XMLDocument::_constructor(lightspark::ASObject*, lightspark::ASObject* const*, unsigned int)':
    /home/flamelab/Projects/lightspark-git/src/lightspark-build/flashxml.cpp:46:15: warning: unused variable 'th'
    Linking CXX shared library liblightsparkplugin.so
    /usr/bin/ld: cannot find -lLLVMLinker
    collect2: ld returned 1 exit status
    make[2]: *** [plugin-dir/liblightsparkplugin.so] Error 1
    make[1]: *** [plugin-dir/CMakeFiles/lightsparkplugin.dir/all] Error 2
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    I updated the PKGBUILD in the first post !
    Last edited by flamelab (2010-05-18 17:23:02)

  • Problem wth JAM (making a skyscrapers pkgbuild)

    I am using this:
    # This is an example PKGBUILD file. Use this as a start to creating your own,
    # and remove these comments. For more information, see 'man PKGBUILD'.
    # NOTE: Please fill out the license field for your package! If it is unknown,
    # then please put 'unknown'.
    # Contributor: Your Name <[email protected]>
    pkgname=skyscraper
    pkgver=20alpha41
    pkgrel=1
    pkgdesc="Skyscraper aims to be a fully-featured, modular, 3D realtime building simulator, powered by the Scalable Building Simulator (SBS) engine."
    arch=('i686' 'x86_64')
    url="http://www.skyscrapersim.com/"
    license=('GPL')
    depends=('crystalspace')
    makedepends=('jam')
    optdepends=()
    source=(http://downloads.sourceforge.net/project/skyscraper/Skyscraper/2.0a4.1/$pkgname$pkgver.tar.gz)
    md5sums=(7325eadcdf8c42264fdddffb197f6aaf)
    build() {
      cd "$srcdir/$pkgname"
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR="$pkgdir/" install
    and having this JAM issue: http://pastebin.ca/1519472
    my system have ftjam installed:
    Name           : ftjam
    Version        : 2.5.3rc2-1
    URL            : http://freetype.org/jam/
    Licenses       : custom
    Groups         : None
    Provides       : jam
    Depends On     : glibc
    Optional Deps  : None
    Required By    : None
    Conflicts With : jam
    Replaces       : jam
    Installed Size : 122.44 K
    Packager       : Roman Kyrylych <[email protected]>
    Architecture   : i686
    Build Date     : Wed Oct 31 09:49:06 2007
    Install Date   : Tue Aug 4 16:28:23 2009
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description    : FT Jam - an enhanced version of the Jam build tool
    any idea?

    well, the problem was in cal3d-svn, a dependency of cristalspace-1.4branch-svn....
    here is the output: http://pastebin.ca/1528369
    Last edited by luuuciano (2009-08-13 18:25:55)

Maybe you are looking for

  • Error: No Entries were Found In the Catelog (IW52)

    Hi, After creatinf the SD Doc from Notification I am trying to send it (Using Send mail from Task,  in the Action Box).  The task has been created, but when I click on "Send Mail From Task", I get an error, "No Entries....". Can anyone please suggest

  • Show Cursor During Presentation with Trackpad.

    Using Keynote only, and not any external applications, how does one display an arrow on-screen during the presentation? I don't have a mouse, just trackpad. Thanks in advance!

  • Wrapping and unwrapping source code

    Hi All, I'm having a security issue. I wanna do some wrapping thing for database objects like procedures,packages and functions. can anybody tell me how can i wrap my source codes. And also how can i unwrap these wrapped codes whenever i need..??? ca

  • Disk utility won't let me resize Time Machine partition

    My Time Machine is a 400GB partition of a 1 TB external HD. There is another 600GB partition that is empty. In Disk Utility I was expecting a dot/divider between the two partitions so that I could resize them. It is not there and and when I select th

  • Please give answer for ths question

    hi Month end and quarter end support activity like user education in period closing, and carry forward of balances activity. guna [email protected]