Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125131 - net-misc/neon-0.24.7 compiles during src_install
Summary: net-misc/neon-0.24.7 compiles during src_install
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-05 13:25 UTC by Simon Stelling (RETIRED)
Modified: 2006-03-09 08:10 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 Simon Stelling (RETIRED) gentoo-dev 2006-03-05 13:25:28 UTC
>>> Install neon-0.24.7 into /var/tmp/portage/neon-0.24.7/image/ category net-misc
cd src && make
make[1]: Entering directory `/var/tmp/portage/neon-0.24.7/work/neon-0.24.7/src'
/bin/sh ../libtool --quiet --mode=link x86_64-pc-linux-gnu-gcc  -rpath /var/tmp/portage/neon-0.24.7/image/usr/lib32 -version-info 24:7:0 -o libneon.la ne_request.lo ne_session.lo ne_basic.lo  ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_cookies.lo ne_redirect.lo ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo  ne_acl.lo ne_openssl.lo -lz -L/usr/lib32 -lssl -lcrypto -ldl   -L/usr/lib32 -lxml2 -lz -lm
...

this should really be done in src_compile

Portage 2.1_pre5-r2 (default-linux/amd64/2006.0/32bit-userland, gcc-3.4.4, glibc-2.3.5-r2, 2.6.13-hardened-r1 x86_64)
=================================================================
System uname: 2.6.13-hardened-r1 x86_64 AMD Opteron(tm) Processor 842
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
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="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
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="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks multilib-strict sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 alsa avi berkdb bitmap-fonts crypt cups eds emboss encode foomaticdb fortran gif gnome gpm gstreamer imlib ipv6 lzw lzw-tiff mp3 mpeg ncurses nls nptl nptlonly opengl pam pdflib perl python quicktime readline sdl spell ssl tcpd tiff truetype-fonts type1-fonts usb userlocales xpm xv zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2006-03-06 01:56:51 UTC
Could you attach a full build log? I can't replicate this. I just tried it, and at my system there was not even relinking done. (Which libtool version do you have installed)
Comment 2 Simon Stelling (RETIRED) gentoo-dev 2006-03-09 08:10:42 UTC
this was actually my own fault, it doesn't happen if you don't do stupid stuff ;)