Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 153514
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: C++ Team <cpp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jack Lloyd <lloyd@randombit.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 153514 depends on: Show dependency tree
Bug 153514 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-30 22:49 0000
Portage 2.1.1-r1 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3,
2.6.19-rc1 x86_64)
=================================================================
System uname: 2.6.19-rc1 x86_64 Intel(R) Core(TM)2 CPU          6300  @ 1.86GHz
Gentoo Base System version 1.12.5
Last Sync: Tue, 31 Oct 2006 03:00:02 +0000
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
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-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe -momit-leaf-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=nocona -O2 -pipe -momit-leaf-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com
http://www.gtlib.gatech.edu/pub/gentoo/ http://gentoo.mirrors.tds.net/gentoo/
http://gentoo.osuosl.org"
LINGUAS="en"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X a52 aac alsa apache2 arts bash-completion berkdb bitmap-fonts
cairo cdr cli cracklib crypt cups dbus dlloader doc dri dvd dvdr dvdread
elibc_glibc emacs emboss encode esd fam ffmpeg firefox flac fortran gdbm gif
gnome gpm gstreamer gtk gtk2 hal iconv input_devices_evdev
input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg kernel_linux ldap
libg++ linguas_en mad mbox mikmod mp3 mpeg ncurses nls nptl nptlonly offensive
ogg opengl oss pam pcre perl png ppds pppd python qt3 qt4 quicktime readline
reflection sdl session spell spl ssl tcpd tetex truetype truetype-fonts
type1-fonts udev unicode userland_GNU video_cards_i810 vorbis xml xorg xv xvid
zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

Emerged dev-cpp/asio-0.3.7 with use flags "doc ssl test". Requesting ~amd64
keywording.

------- Comment #1 From Olivier Crete 2006-11-01 19:59:10 0000 -------
there is no app requiring this lib in the whole tree

and three tests fail:

terminate called after throwing an instance of '__gnu_cxx::recursive_init'
  what():  N9__gnu_cxx14recursive_initE
/bin/sh: line 4: 23063 Aborted                 ${dir}$tst
FAIL: tests/unit/ssl/context_service_test

terminate called after throwing an instance of '__gnu_cxx::recursive_init'
  what():  N9__gnu_cxx14recursive_initE
/bin/sh: line 4: 23068 Aborted                 ${dir}$tst
FAIL: tests/unit/ssl/context_test

terminate called after throwing an instance of '__gnu_cxx::recursive_init'
  what():  N9__gnu_cxx14recursive_initE
/bin/sh: line 4: 23079 Aborted                 ${dir}$tst
FAIL: tests/unit/ssl/stream_test

can't mark ~amd64

------- Comment #2 From Jack Lloyd 2006-11-01 20:33:13 0000 -------
The same tests fail on x86, so I'm guessing it's not an arch thing.

------- Comment #3 From Tiziano Müller 2006-11-05 12:25:00 0000 -------
Ok, I could reproduce it but I didn't have time to solve it yet. I think I'll
be able to fix it until the end of this week.

------- Comment #4 From Jack Lloyd 2006-11-08 21:40:30 0000 -------
This patch looks relevant, though I haven't tried it yet:

http://sourceforge.net/mailarchive/forum.php?thread_id=30916646&forum_id=42787

------- Comment #5 From Tiziano Müller 2006-11-14 23:50:10 0000 -------
Jup, this was it. But I have to check some dependency/doc stuff first, before I
commit the correction. Expect it to be done this evening. I'll also test it on
my ~amd64, so you're free, amd64-team :)

------- Comment #6 From Tiziano Müller 2006-11-16 22:27:29 0000 -------
Done. Just give it some time to hit the mirrors, resync and emerge. Merges fine
here and tests run successfully (with boost-1.33.1, but not with
boost-1.34_pre*, but it's the test-framework which fails, not the tests
itself).

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug