| Summary: | dev-util/subversion-0.32.1: OpenSSL internal error with openssl-0.9.7c-r1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Philipp Kern <phil> |
| Component: | New packages | Assignee: | Paul de Vrieze (RETIRED) <pauldv> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Philipp Kern
2003-12-05 07:57:39 UTC
you use theese flags: CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -frerun-loop-opt -falign-functions=4 -fforce-mem -funroll-loops -ffast-math -finline-functions -foptimize-sibling-calls -m3dnow -mmmx" And expect it to -work- ?? I'm -AMAZED- at you right now. Rebuild openssl , db, apache, and subversion + required deps with -SANE- CFLAGS, reopen this bug again if it still doesn't work. It works FINE on the server. So does EVERY other package on my computer. I even compiled it there with -fstack-protector Nice try anyway ;) I could rebuild it with std cflags yes, but it doesn't seem as the problem to me as on the server everything's just fine (also https usage) The server's emerge info: Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.20-gentoo-r8) ================================================================= System uname: 2.4.20-gentoo-r8 i686 Pentium III (Katmai) Gentoo Base System version 1.4.3.12 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe -fomit-frame-pointer -frerun-loop-opt -falign-functions=4 -fforce-mem -ffast-math -finline-functions -foptimize-sibling-calls -mmmx -fstack-protector" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" 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/env.d" CXXFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe -fomit-frame-pointer -frerun-loop-opt -falign-functions=4 -fforce-mem -ffast-math -finline-functions -foptimize-sibling-calls -mmmx -fstack-protector -Wno-deprecated" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo http://212.219.247.14/sites/www.ibiblio.org/gentoo/ http://212.219.247.15/sites/www.ibiblio.org/gentoo/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" USE="acl apache2 berkdb crypt gd gdbm gif imap imlib innodb ipv6 jpeg libwww maildir mbox memlimit motif mysql ncurses nls oss pam pdflib perl png python readline ruby ruby18 slang sse ssl tcpd x86 xml2 xmms zlib" before anyone is going to attempt to track this down you're going to have to rebuild those packages with sane CFLAGS (or even just CFLAGS=-pipe) i dont care if a ton of other packages work, doesnt mean EVERY package works I invalidate all packages where I see -ffast-math and -m* that isn't arch/cpu, its too many variables to even bother with debugging. -fforce-mem doesn't make me more inclined that anything will work either Recompile with CFLAGS="-march=athlon-xp -O3 -pipe" for openssl, db, subversion didn't help. Marked as INVALID however. It runs after some emerges without the server part (so without berkdb). I can't really reproduce what failed exactly but keeping the bug open wouldn't help ;) This seems to be a problem with the neon library. A re-emerge seems to fix it. |