You are not logged in.

#1 2010-10-23 20:55:50

CPUnltd
Member
From: Milwaukee, WI
Registered: 2009-12-05
Posts: 483
Website

snd123 PKGBUILD error

teaching myself how to do PKGBUILDs and found a program that's not in the repos or AUR called snd123...

followed the tutorials as best I could and from what I saw on the programs site, mono is the only dep it has... did the PKGBUILD file and ran it after installing mono (big install, btw) and get the following error:

make  all-recursive
make[3]: Entering directory `/home/adonus/test/src/snd123-1.0.2/libvlc/libmad-0.15.1b'
make[4]: Entering directory `/home/adonus/test/src/snd123-1.0.2/libvlc/libmad-0.15.1b'
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -pipe  -march=x86-64 -mtune=generic -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -MT version.lo -MD -MP -MF ".deps/version.Tpo" -c -o version.lo version.c; \
    then mv -f ".deps/version.Tpo" ".deps/version.Plo"; else rm -f ".deps/version.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -pipe -march=x86-64 -mtune=generic -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
cc1: error: unrecognized command line option "-fforce-mem"
make[4]: *** [version.lo] Error 1
make[4]: Leaving directory `/home/adonus/test/src/snd123-1.0.2/libvlc/libmad-0.15.1b'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/adonus/test/src/snd123-1.0.2/libvlc/libmad-0.15.1b'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/adonus/test/src/snd123-1.0.2/libvlc/libmad-0.15.1b'
make[1]: *** [libmad-0.15.1b/.libs/libmad.a] Error 2
make[1]: Leaving directory `/home/adonus/test/src/snd123-1.0.2/libvlc'
make: *** [all-recursive] Error 1
    Aborting...

unsure what all this means (as I am extremely new to PKGBUILD creation) and looking for help with this... any takers?


Help grow the dev population... have your tech trained and certified!

Offline

#2 2010-10-23 21:46:32

CPUnltd
Member
From: Milwaukee, WI
Registered: 2009-12-05
Posts: 483
Website

Re: snd123 PKGBUILD error

can provide PKGBUILD if necessary...


Help grow the dev population... have your tech trained and certified!

Offline

Board footer

Powered by FluxBB