Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59607 - cyrus-sasl-2.1.19 AND cyrus-sasl-2.1.18-r2 compilation failure
Summary: cyrus-sasl-2.1.19 AND cyrus-sasl-2.1.18-r2 compilation failure
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 05:13 UTC by kwant
Modified: 2004-09-08 12:02 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 kwant 2004-08-06 05:13:26 UTC
I can't emerge neither cyrus-sasl-2.1.19 nor cyrus-sasl-2.1.18-r2. 

Reproducible: Always
Steps to Reproduce:
1.emerge cyrus-sasl
2.
3.

Actual Results:  
tail of emerge log
(...)

CLASSPATH=..:./..:$CLASSPATH javac -d ..   Sasl.java GenericClient.java
ClientFactory.java GenericCommon.java SaslClient.java SaslClientFactory.java
SaslException.java SaslInputStream.java SaslOutputStream.java SaslUtils.java
ServerFactory.java SaslServerFactory.java SaslServer.java GenericServer.java
echo timestamp > classjavasasl.stamp
CLASSPATH=..:./..:$CLASSPATH javah -o javasasl.h -jni CyrusSasl.Sasl
CyrusSasl.GenericClient CyrusSasl.ClientFactory CyrusSasl.GenericCommon
CyrusSasl.SaslClient CyrusSasl.SaslClientFactory CyrusSasl.SaslException
CyrusSasl.SaslInputStream CyrusSasl.SaslOutputStream CyrusSasl.SaslUtils
CyrusSasl.ServerFactory CyrusSasl.SaslServerFactory CyrusSasl.SaslServer
CyrusSasl.GenericServer
make[3]: *** [javasasl.h] Killed
make[3]: Leaving directory
`/var/tmp/portage/cyrus-sasl-2.1.19/work/cyrus-sasl-2.1.19/java/CyrusSasl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/cyrus-sasl-2.1.19/work/cyrus-sasl-2.1.19/java'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/cyrus-sasl-2.1.19/work/cyrus-sasl-2.1.19'
make: *** [all] Error 2

!!! ERROR: dev-libs/cyrus-sasl-2.1.19 failed.
!!! Function src_compile, Line 146, Exitcode 2
!!! compile problem



emerge info
Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.4.22-gentoo-r7)
=================================================================
System uname: 2.4.22-gentoo-r7 i686 Pentium II (Deschutes)
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=i686 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /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="-O3 -march=i686 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl apache2 apm berkdb bonobo chroot clearpasswd crypt cscope cups curl
dnd doc dvd emacs ethereal exiscan exiscan-acl fbcon fbdev foomaticdb gdbm gif
gnome gpm gps gtk gtk2 gtkhtml idea imap imlib jabber java javascript jpeg kde
kerberos ldap libg++ libwww lids maildir md5sum memlimit mikmod mldonkeypango
mmx motif mozaccess mozilla mozinterfaceinfo moznocompose moznoirc moznomail
mpeg ncurses nls oggvorbis opengl oss pam parse-clocks pdflib perl php png
postgres ppds prelude python qt quicktime readline samba sasl sdl slang slp snmp
spell sse ssl svga tcltk tcpd tcsim transparent-proxy truetype type1 usb x86
xml2 xv zlib"

------------------------------------------------

Kernel has been compiled with Grsecurity
Comment 1 kwant 2004-08-06 05:59:52 UTC
I temporary workaround this problem:
  USE="-java" emerge cyrus-sasl
found in: http://forums.gentoo.org/viewtopic.php?t=160778&postdays=0&postorder=asc&start=25&sid=33f2e573da96c6c37f3537fe38a25a6d
Comment 2 Tuan Van (RETIRED) gentoo-dev 2004-08-06 08:28:11 UTC
Please the output of `java-config -L`.
Comment 3 kwant 2004-08-06 17:56:51 UTC
java-config -L
[blackdown-jre-1.4.1] "Blackdown JRE 1.4.1" (/etc/env.d/java/20blackdown-jre-1.4.1)
[blackdown-jdk-1.4.2_rc1] "Blackdown JDK 1.4.2_rc1" (/etc/env.d/java/20blackdown-jdk-1.4.2_rc1) *
[blackdown-jdk-1.4.1] "Blackdown JDK 1.4.1" (/etc/env.d/java/20blackdown-jdk-1.4.1)
Comment 4 Tuan Van (RETIRED) gentoo-dev 2004-08-07 11:45:36 UTC
> Kernel has been compiled with Grsecurity.
Reasssign to hardened@g.o
Comment 5 Adam Mondl (RETIRED) gentoo-dev 2004-09-08 11:53:02 UTC
I cannot reproduce this bug on my grsecurity box.  However, the java issue appears to be resolved in cyrus-sasl-2.1.19-r1 so can you try that version?  (See http://bugs.gentoo.org/show_bug.cgi?id=60769 for relevent information)
Comment 6 solar (RETIRED) gentoo-dev 2004-09-08 12:02:23 UTC
Killed <-- you failed to chpax/paxctl. 

Solution is to /etc/init.d/chpax restart

I've seen so many bugs like this.. 
Search bugzilla for solar@gentoo & java (CLOSED & INVALID stuff) if you want more details.