You are not logged in.
Pages: 1
hi... i have a VERY strange issue with makepkg... i tried to build amarok2-svn from AUR and i am getting this:
Linking CXX executable generator
/bin/sh: line 1: 19445 Segmentation fault /home/carnager/amarok2-svn/src/amarok2-svn/src/scriptengine/generator/generator/generator --output-directory=/home/carnager/amarok2-svn/src/amarok2-svn/src/scriptengine/generator/generator --include-paths=/usr/include
make[2]: *** [src/scriptengine/generator/generator/generator] Error 139
make[1]: *** [src/scriptengine/generator/generator/CMakeFiles/generator.dir/all] Error 2
make: *** [all] Error 2
up to here, nothing strange...
but if i run the exact same make commands manually it works:
[carnager@freebox amarok2-svn]$ cd src/amarok2-svn/
[carnager@freebox amarok2-svn]$ make
[ 4%] Built target generator
[ 4%] Building CXX object src/scriptengine/generator/generator/CMakeFiles/qtscript_core.dir/generated_cpp/com_trolltech_qt_core/qtscript_QBasicTimer.o
It builds til the end, without errors. It even continues the failed makepkg session, as you can clearly see above...
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Probably this is related to a setting in makepkg.conf. perhaps a CFLAG... Also try MAKEFLAGS="-j1". Those settings are not used when you compile manually.
Mortuus in anima, curam gero cutis
Offline
well my makepkg.conf is stock-config... that option does not help either
Last edited by Rasi (2008-12-30 13:26:15)
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
still have this problem, even after a new arch install
Last edited by Rasi (2009-01-17 10:51:34)
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
This appears to be some weird fakeroot issue that I can not track down (http://bugs.archlinux.org/task/12653).
Offline
if i comment out the cflags in makepkg.conf, it works... using different cflags (e.g. native) did not solve it tho.
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Pages: 1