Bug 21781 - app-crypt/heimdal-0.6 ebuild fails: library `/usr/athena/lib/libdes.la' was moved
|
Bug#:
21781
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: agriffis@gentoo.org
|
Reported By: sf-gentoo@stephan-feder.de
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: app-crypt/heimdal-0.6 ebuild fails: library `/usr/athena/lib/libdes.la' was moved
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-05-27 13:21 0000
|
ebuild fails during link step. The message
library `/usr/athena/lib/libdes.la' was moved
appears several times before and could possibly indicate the reason of the
failure.
Reproducible: Always
Steps to Reproduce:
emerge app-crypt/heimdal-0.6
Actual Results:
collect2: ld returned 1 exit status
make[2]: *** [libkafs.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/heimdal-0.6/work/heimdal-0.6/lib/ka
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/heimdal-0.6/work/heimdal-0.6/lib'
make: *** [all-recursive] Error 1
!!! ERROR: app-crypt/heimdal-0.6 failed.
!!! Function src_compile, Line 57, Exitcode 2
!!! (no error message)
Expected Results:
ebuild should succeed.
Created an attachment (id=12466) [details]
last part of ebuild log
System is
Portage 2.0.48 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-xfs i686 Pentium III (Coppermine)
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/gentoo/portage"
DISTDIR="/gentoo/distfiles"
PKGDIR="/gentoo/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 -3dfx -3dnow aalib acl acpi -afs alsa apache2 apm -arts -atlas avi
berkdb -bonobo -canna cdr -cjk crypt cups curl -debug dga directfb doc dvb dvd
-emacs encode -esd ethereal -ev6 evo fbcon firebird flash freetds -freewnn gb
gd gdbm ggi gif -gnome gphoto2 gpm gps gtk gtk2 gtkhtml -guile -icc -icc-pgo
imap imlib innodb informix ipv6 java jikes jpeg junit -kde kerberos ladcca lcms
ldap -leim libg++ -libgda libwww lirc -maildir -matrox -mbox mcal mikmod
-memlimit mmx motif mozilla mpeg mpi -mule mysql nas ncurses nhc98 nls
-nocardbus oav oci8 odbc oggvorbis opengl oss pam pcmcia pda pdflib -perl
plotutils png pnp postgres prebuilt -python -qt quicktime readline -ruby samba
sasl scanner sdl slang slp snmp socks5 spell sse ssl -static svga -tcltk tcpd
tetex tiff truetype trusted usb -voodoo3 wavelan wmf X Xaw3d xface xinerama xml
xml2 xmms xv -zeo zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O2 -fomit-frame-pointer -pipe"
CXXFLAGS="-march=pentium3 -O2 -fomit-frame-pointer -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="buildpkg ccache sandbox userpriv usersandbox"
I can confirm this bugreport. I see in my config.log:
configure:8623: checking for openldap
configure:8825: result: no
configure:8873: checking for krb4
configure:8947: gcc -o conftest ./configure: line 1: krb4-config: command not found -O2 -mcpu=i686 -pipe conftest
.c ./configure: line 1: krb4-config: command not found >&5
gcc: ./configure:: No such file or directory
gcc: line: No such file or directory
gcc: 1:: No such file or directory
gcc: krb4-config:: No such file or directory
gcc: command: No such file or directory
gcc: not: No such file or directory
gcc: found: No such file or directory
gcc: ./configure:: No such file or directory
gcc: line: No such file or directory
gcc: 1:: No such file or directory
gcc: krb4-config:: No such file or directory
gcc: command: No such file or directory
gcc: not: No such file or directory
gcc: found: No such file or directory
configure:8955:17: krb.h: No such file or directory
configure:8950: $? = 1
configure: failed program was:
| #line 8930 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Heimdal"
| #define PACKAGE_TARNAME "heimdal"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "Heimdal 0.6"
| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se"
I guess the patches did not apply cleanly or the original configure is buggy.
Heimdal 0.6 conflicts with app-crypt/kth-krb, whereas this has been a dep in
the previous version.
This should be fixed now in heimdal-0.6.ebuild... You will need to unmerge
app-crypt/kth-krb prior to emerging heimdal.