Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 219548

Summary: x11-libs/libsynaptics-0.14.6c fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Mike Pagano <mpagano>
Component: [OLD] GCC PortingAssignee: Christian Parpart (RETIRED) <trapni>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417359
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: gcc43 patch

Description Mike Pagano gentoo-dev 2008-04-27 23:18:42 UTC
Some references include the link to the Debian bug and patch above in the URL field.

i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libsynaptics\" -DVERSION=\"0.14.6c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -O2 -march=prescott -pipe -MT pad.lo -MD -MP -MF .deps/pad.Tpo -c pad.cpp  -fPIC -DPIC -o .libs/pad.o
mv -f .deps/padtest.Tpo .deps/padtest.Po
pad.cpp: In member function 'bool Synaptics::Pad::hasSynClient()':
pad.cpp:208: error: 'system' was not declared in this scope
pad.cpp: In member function 'bool Synaptics::Pad::hasSynDaemon()':
pad.cpp:217: error: 'system' was not declared in this scope
make: *** [pad.lo] Error 1
 *
 * ERROR: x11-libs/libsynaptics-0.14.6c failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2035:  Called die
 * The specific snippet of code:
 *           emake || die "emake failed";
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/x11-libs:libsynaptics-0.14.6c:20080427-222143.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libsynaptics-0.14.6c/temp/environment'.
 * This ebuild is from an overlay: '/usr/local/portage/'
Comment 1 Mike Pagano gentoo-dev 2008-04-27 23:20:23 UTC
Created attachment 151201 [details, diff]
gcc43 patch
Comment 2 Christian Parpart (RETIRED) gentoo-dev 2008-05-09 12:18:23 UTC
gcc 4.3 isn't even marced testing yet, however ;)
Comment 3 Christian Parpart (RETIRED) gentoo-dev 2008-05-09 12:42:12 UTC
fixed. thank's ;)
Comment 4 Steffen 'j0inty' Stollfuß 2008-07-21 16:22:43 UTC
amd64 fixed ;)