Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113115 - <=gcc 3.4.4 needs uClibc with --enable-sjlj-exceptions
Summary: <=gcc 3.4.4 needs uClibc with --enable-sjlj-exceptions
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-20 13:17 UTC by Chris White (RETIRED)
Modified: 2006-04-22 12:22 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris White (RETIRED) gentoo-dev 2005-11-20 13:17:55 UTC
Without it python C++ checks fail, as does lots of other C++ stuff.
Comment 1 SpanKY gentoo-dev 2005-11-20 15:55:27 UTC
i dont make changes without any real details

i havent had problems with gcc-3.4 in my uClibc envs, nor have i seen reports
about any
Comment 2 Chris White (RETIRED) gentoo-dev 2005-11-20 16:17:58 UTC
This is a report of one :/.  The C++ checks for python fail, that's the report.  
Once I re-enabled --enable-sjlj-exceptions in toolchain.eclass locally, it no 
longer failed.  Are you sure you don't have nocxx, I'm sure that would make the 
check not fail for you. 
Comment 3 Natanael Copa 2005-12-07 13:58:27 UTC
I think I see the same thing here.
alpine-experimental:~ # emerge --info
Portage 2.0.53 (uclibc/x86/hardened, gcc-3.4.4, uclibc-0.9.28-r0,
2.6.8-2-686-smp i686)
=================================================================
System uname: 2.6.8-2-686-smp i686 Intel(R) Xeon(TM) CPU 2.40GHz
Gentoo Base System version 1.12.0_pre11
distcc 2.18.3 i386-gentoo-linux-uclibc (protocols 1 and 2) (default port 3632)
[disabled]
ccache version 2.4 [disabled]
dev-lang/python:     2.3.4-r1, 2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i386-gentoo-linux-uclibc"
CFLAGS="-march=i386 -Os -pipe -fomit-frame-pointer"
CHOST="i386-gentoo-linux-uclibc"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -pipe"
DISTDIR="/var/cache/distfiles"
FEATURES="autoconfig buildpkg distlocks nodoc noinfo noman sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/var/cache/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X509 berkdb bitmap-fonts bzip2 cdr cracklib curl expat gd gmp hardened
jpeg mad mhash minimal ncurses ogg pci pcmcia pcre pic png readline rrdtool snmp
sqlite ssl tdb truetype truetype-fonts type1-fonts uclibc udev usb vorbis
winbind xml2 zlib userland_GNU kernel_linux elibc_uclibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

Comment 4 Natanael Copa 2005-12-07 14:01:02 UTC
some relevant parts from /var/tmp/portage/python-2.4.2/work/Python-2.4.2/config.log:

configure:1836: checking whether the C++ compiler works
configure:1842: ./a.out
./a.out: can't resolve symbol '_Unwind_Resume_or_Rethrow'
configure:1845: $? = 1
configure:1854: error: cannot run C++ compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

Comment 5 Brian Jackson (RETIRED) gentoo-dev 2006-02-06 15:39:19 UTC
hmm, just saw this one pop by from spanky changing the summary.

This also affects courier (mail server) in a rather strange way. Everything seems to work, but maildrop gets SIGABRT's if there is a maildroprc file being used. Very annoying, and took me quite some time to figure it out. So.... me too.
Comment 6 SpanKY gentoo-dev 2006-02-06 15:45:35 UTC
does 3.4.5 work for you ?
Comment 7 SpanKY gentoo-dev 2006-04-22 12:22:44 UTC
3.4.5+ is stable now