Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27454 - openhbci causes Segmentation fault when compiling
Summary: openhbci causes Segmentation fault when compiling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-27 21:02 UTC by Urgo
Modified: 2003-09-26 03:28 UTC (History)
0 users

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 Urgo 2003-08-27 21:02:29 UTC
Everytime I try to emerge gnucash, the net-libs/openhbci-0.9.11 dependecy fails
to compile.

Reproducible: Always
Steps to Reproduce:
1. emerge gnucash

Actual Results:  
rm -f .libs/listwrappers.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../ -O2 -mcpu=i686 -pipe -MT
listwrappers.lo -MD -MP -MF .deps/listwrappers.Tpo -c listwrappers.cpp  -fPIC
-DPIC -o .libs/listwrappers.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../ -O2 -mcpu=i686 -pipe -MT
listwrappers.lo -MD -MP -MF .deps/listwrappers.Tpo -c listwrappers.cpp -o
listwrappers.o >/dev/null 2>&1
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/bits/basic_string.h: In
   function `std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const
   std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT,
   _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>,
   _Alloc = std::allocator<char>]':
job.cpp:137:   instantiated from here
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/bits/basic_string.h:936:
internal
   error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
make[5]: *** [job.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f .libs/listwrappers.lo listwrappers.lo
make[5]: Leaving directory
`/var/tmp/portage/openhbci-0.9.11/work/openhbci-0.9.11/src/openhbci/core'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/var/tmp/portage/openhbci-0.9.11/work/openhbci-0.9.11/src/openhbci/core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/openhbci-0.9.11/work/openhbci-0.9.11/src/openhbci'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/openhbci-0.9.11/work/openhbci-0.9.11/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/openhbci-0.9.11/work/openhbci-0.9.11'
make: *** [all] Error 2

!!! ERROR: net-libs/openhbci-0.9.11 failed.
!!! Function src_compile, Line 19, Exitcode 2
!!! parallel make failed


Expected Results:  
emerged package sucessfully.

Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.21_rc1-gss i686 AMD Athlon(tm) XP 1900+
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif jpeg libg++ mad
mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv
zlib gtkhtml alsa gdbm slang readline arts aalib bonobo svga tcltk java guile
mysql postgres X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis
gnome gtk qt kde motif opengl mozilla gphoto2 cdr acpi apache2 curl dga dvd
fbcon gps hbci imap ipv6 kerberos lcms ltsp mbox moznocompose moznoirc oav odbc
offensive pythos S3TC samba snmp tiff transcode usb xml -berkdb"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Urgo 2003-08-27 21:11:04 UTC
after about six tries to compile openhbci it worked this time.
Comment 2 Hanno Böck gentoo-dev 2003-08-28 14:29:25 UTC
Can you try if 0.9.13 works for you?
Comment 3 Urgo 2003-08-28 17:47:20 UTC
>>> Regenerating /etc/ld.so.cache...
>>> net-libs/openhbci-0.9.13 merged.


It compiled fine on the first try.
Comment 4 Hanno Böck gentoo-dev 2003-09-26 03:28:57 UTC
Seems to be done.