Summary: | arts-1.3.2 compile failure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | John Gluck <jgluckca> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | alpeterson |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
John Gluck
2004-12-10 17:09:56 UTC
Just for giggles I downloaded arts from kde.org and tried configuring and compiling that. I get exactly the same error but not the emake thing. I suspect my system is missing something but I'm not sure what. The previous version of arts compiled sucessfully. I did get arts-1.3.2 to compile on another system. I think that the problem is in the mcopidl tool but why??? What does it need??? I'll keep poking away and perhaps I can figure out what's happening OK I figured it out... Arts has indigestion when being compiled using gcc-3-4-3-r1 but works with 3.3.4-r1 if I do the compile from the package I downloaded. Doing an emerge, I get the following: checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for a BSD-compatible install... /bin/install -c -p checking for style of include used by make... GNU checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... configure: error: C compilercannot create executables See `config.log' for more details. !!! ERROR: kde-base/arts-1.3.2 failed. !!! Function kde_src_compile, Line 130, Exitcode 77 !!! died running ./configure, kde_src_compile:configure !!! If you need support, post the topmost build error, NOT this status message. I get a segfault while compiling! same for both hardened and non hardened gcc profile.. escargot ~ # gcc-config -l [1] i686-pc-linux-gnu-3.3.4 [2] i686-pc-linux-gnu-3.4.3 [3] i686-pc-linux-gnu-3.4.3-hardened * [4] i686-pc-linux-gnu-3.4.3-hardenednopie [5] i686-pc-linux-gnu-3.4.3-hardenednossp escargot ~ # gcc-config 2 * Switching to i686-pc-linux-gnu-3.4.3 compiler ... emerge arts It looks like I'm using hardened 3.4.3... Making all in gslpp make[3]: Entering directory `/var/tmp/portage/arts-1.3.2/work/arts-1.3.2/flow/gs lpp' /bin/sh ../../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -D HAVE_CONFIG_H -I. -I. -I../.. -I../../flow -I../../flow/gsl -I../../flow -I../.. /mcop -I../.. -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include - I../../libltdl -DQT_THREAD_SUPPORT -D_REENTRANT -pthread -I/usr/include/glib-2 .0 -I/usr/lib/glib-2.0/include -Wnon-virtual-dtor -Wno-long-long -Wundef -ans i -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=athlon-x p -O2 -pipe -fomit-frame-pointer -Wall -Wformat-security -Wmissing-format-attrib ute -fno-exceptions -fno-check-new -fno-common -ftemplate-depth-99 -c -o datah andle.lo `test -f 'datahandle.cpp' || echo './'`datahandle.cpp /bin/sh ../../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++ -Wno n-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -W cast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strin gs -DNDEBUG -DNO_DEBUG -O2 -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fn o-common -ftemplate-depth-99 -o libgslpp.la datahandle.lo make[3]: Leaving directory `/var/tmp/portage/arts-1.3.2/work/arts-1.3.2/flow/gsl pp' make[3]: Entering directory `/var/tmp/portage/arts-1.3.2/work/arts-1.3.2/flow' ../mcopidl/mcopidl -t ../flow/artsflow.idl ../mcopidl/mcopidl -t ../flow/artsflow.idl make[3]: *** [artsflow.cc] Segmentation fault make[3]: *** Waiting for unfinished jobs.... make[3]: *** [artsflow.h] Segmentation fault make[3]: Leaving directory `/var/tmp/portage/arts-1.3.2/work/arts-1.3.2/flow' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/arts-1.3.2/work/arts-1.3.2/flow' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/arts-1.3.2/work/arts-1.3.2' make: *** [all] Error 2 !!! ERROR: kde-base/arts-1.3.2 failed. !!! Function kde_src_compile, Line 142, Exitcode 2 !!! died running emake, kde_src_compile:make !!! If you need support, post the topmost build error, NOT this status message. |