Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29323 - emerge openssh 3.7.1_p1-r1 fails
Summary: emerge openssh 3.7.1_p1-r1 fails
Status: RESOLVED DUPLICATE of bug 13795
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Highest blocker (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-22 03:48 UTC by Narada Sage
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
emerge-openssh.log (openssh.log,96.14 KB, text/plain)
2003-09-22 03:49 UTC, Narada Sage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Narada Sage 2003-09-22 03:48:48 UTC
See attached file for details.

$ emerge info
Portage 2.0.49-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.6.0-test5-bk4)
=================================================================
System uname: 2.6.0-test5-bk4 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
distcc 2.7.1 i686-pc-linux-gnu (protocol 1) (default port 3632) [disabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
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/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://ftp.gentoo.skynet.be/pub/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://ftp.easynet.nl/mirror/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://gentoo.linux.no/
http://trumpetti.atm.tut.fi/gentoo/ http://ds.thn.htu.se/linux/gentoo
http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/
http://www.fhh.opensource-mirror.de/gentoo.org/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://ftp.caliu.info/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="x86 oss avi cups encode foomaticdb gif java jpeg mad mmx mpeg ncurses
pdflib png quicktime truetype xml2 xmms xv zlib directfb alsa berkdb slang
readline tetex aalib svga tcltk mysql X sdl gpm tcpd pam libwww perl python
imlib oggvorbis gtk motif opengl cdr acpi acpi4linux apache2 dvd faad fbcon gtk2
imap maildir nptl openal sse tiff usb xml -apm -crypt -kde -libg++ -mikmod -nls
-spell -gtkhtml -gdbm -arts -bonobo -guile -ssl -esd -gnome -qt"
Comment 1 Narada Sage 2003-09-22 03:49:27 UTC
Created attachment 18118 [details]
emerge-openssh.log
Comment 2 SpanKY gentoo-dev 2003-09-22 06:53:19 UTC

*** This bug has been marked as a duplicate of 13795 ***
Comment 3 Narada Sage 2003-09-22 07:07:34 UTC
What exactly is the solution to this bug report?  It was unclear from the bug this was marked a duplicate of.  Is there any way to sort this without upgrading gcc?
Comment 4 Andy Dustman 2003-09-22 08:49:59 UTC
See bug #29334. Yes, your bug came first. I also reported this on friday but a lot of bugzilla bugs were lost; see bug #29071.
Comment 5 SpanKY gentoo-dev 2003-09-23 20:13:35 UTC
the solution there is poor

the answer is to delete the openssl header files that gcc installed
`rm /usr/lib/gcc-lib/i686-pc-linux-gnu/*/include/openssl/bn.h`
Comment 6 Andy Dustman 2003-10-08 06:06:19 UTC
The real solution is to fix the gcc build: It shouldn't be including that
file in it's packaging. gcc-3.2.3-r2 (the current stable build) still does
this. None of the gcc-3.3* builds have this problem at least.
Comment 7 SpanKY gentoo-dev 2003-10-08 09:41:37 UTC
afaik the gcc ebuilds were cleaning out said header files ...