aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule-2.0.0 compile failure with ssp gcc on gentoo linux  (Read 2680 times)

ali3nx

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
    • http://www.eliteitminds.com
aMule-2.0.0 compile failure with ssp gcc on gentoo linux
« on: May 12, 2005, 10:04:55 AM »

When using pie+ssp gcc to compile aMule the following file fails to compile on Hardened gentoo. Just a heads up. it's definitely a problem with the file in question and ssp requiring -fprotector

if /usr/bin/ccache g++ -DHAVE_CONFIG_H -I. -I. -I..     -DUSE_WX_TRAY -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA   -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D__GTK2__  -march=athlon-xp -O2  -pipe -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -O2 -pg -MT amule-ECSpecialTags.o -MD -MP -MF ".deps/amule-ECSpecialTags.Tpo" -c -o amule-ECSpecialTags.o `test -f 'ECSpecialTags.cpp' || echo './'`ECSpecialTags.cpp; \
then mv -f ".deps/amule-ECSpecialTags.Tpo" ".deps/amule-ECSpecialTags.Po"; else rm -f ".deps/amule-ECSpecialTags.Tpo"; exit 1; fi
ECSpecialTags.cpp:264:4: warning: #warning TODO
ECSpecialTags.cpp:268:4: warning: #warning TODO
ECSpecialTags.cpp:461:4: warning: #warning TODO
ECSpecialTags.cpp:465:4: warning: #warning TODO
ECSpecialTags.h: In member function `void CValueMap::CreateTagT(ec_tagname_t, T, std::map, std::allocator > >&, CECTag*) [with T = CMD4Hash]':
ECSpecialTags.h:84: internal compiler error: in sweep_string_variable, at protector.c:1158
Please submit a full bug report,
with preprocessed source if appropriate.
See http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /tmp/ccdPqJPN.out file, please attach this to your bugreport.
make[3]: *** [amule-ECSpecialTags.o] Error 1
make[3]: Leaving directory `/root/aMule-2.0.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/aMule-2.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/aMule-2.0.0'
make: *** [all] Error 2
mage aMule-2.0.0 # gcc-config -l
[1] i386-pc-linux-gnu-3.3.5
[2] i386-pc-linux-gnu-3.3.5-hardened
[3] i386-pc-linux-gnu-3.3.5-hardenednopie
[4] i386-pc-linux-gnu-3.3.5-hardenednossp
[5] i686-pc-linux-gnu-3.4.3-20050110 *
[6] i686-pc-linux-gnu-3.4.3-20050110-hardenednopie
[7] i686-pc-linux-gnu-3.4.3-20050110-hardenednossp
[8] i686-pc-linux-gnu-3.4.3-20050110-vanilla
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: aMule-2.0.0 compile failure with ssp gcc on gentoo linux
« Reply #1 on: May 12, 2005, 01:12:39 PM »

I'd suggest that you follow the instructions in the error-message and submit a bug to the ssp folks instead, this is Not Our Problem (tm). ;)
Logged