Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219548 - x11-libs/libsynaptics-0.14.6c fails w/ gcc-4.3.0
Summary: x11-libs/libsynaptics-0.14.6c fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Parpart (RETIRED)
URL: http://bugs.debian.org/cgi-bin/bugrep...
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-27 23:18 UTC by Mike Pagano
Modified: 2008-07-21 16:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gcc43 patch (libsynaptics-0.14.6c-r1-gcc-4-3-0.patch,241 bytes, patch)
2008-04-27 23:20 UTC, Mike Pagano
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ;)