Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105394 - ogre 1.0.4 install fails due to libtool relinking crap
Summary: ogre 1.0.4 install fails due to libtool relinking crap
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 113269 115954 135026 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-09 08:43 UTC by Carlos Rendon
Modified: 2006-07-01 21:59 UTC (History)
3 users (show)

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


Attachments
eclass-debug.log (eclass-debug.log,438 bytes, text/plain)
2005-09-09 08:48 UTC, Carlos Rendon
Details
environment (environment,108.20 KB, text/plain)
2005-09-09 08:50 UTC, Carlos Rendon
Details
Preprocessed source 1 (cc5wPWe0.out,1.25 MB, text/plain)
2005-09-09 08:51 UTC, Carlos Rendon
Details
Preprocessed source 2 (cc6JkDuf.out,1.42 MB, text/plain)
2005-09-09 08:52 UTC, Carlos Rendon
Details
Preprocessed source 3 (ccE58gka.out,1.41 MB, text/plain)
2005-09-09 08:52 UTC, Carlos Rendon
Details
Preprocessed source 4 (ccwFrEfK.out,1.11 MB, text/plain)
2005-09-09 08:52 UTC, Carlos Rendon
Details
emerge log (ogre.log,441.84 KB, text/plain)
2005-09-09 11:02 UTC, Carlos Rendon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Rendon 2005-09-09 08:43:09 UTC
The ogre 1.0.4 compile fails, it failed very noisily with lots of messages such
as the following, "Preprocessed source stored into
/var/tmp/portage/ogre-1.0.4/temp/ccE58gka.out file, please attach this to your
bugreport." 

Reproducible: Always
Steps to Reproduce:
1.emerge ogre
2.
3.

Actual Results:  
The compilation fails with several messages asking me to post several files here.

Expected Results:  
Compile successfully.

emerge info
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r1, 2.6.12.2 i686)
=================================================================
System uname: 2.6.12.2 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
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
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LDFLAGS="-O1"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac aalib alsa apache2 apm avi bash-completion berkdb bitmap-fonts
bonobo cdr crypt cups curl directfb divx4linux dvd dvdr eds emacs emboss encode
esd fam fbcon flac foomaticdb fortran gd gdbm gif gnome gpm gstreamer gtk gtk2
imlib ipv6 java jpeg libg++ libwww mad mikmod mmx motif mozilla mozsvg mp3 mpeg
ncurses nls nptl nvidia offensive ogg oggvorbis opengl pam pdflib perl png ppds
python quicktime readline samba sdl speex spell sqlite sse sse2 ssl svg tcltk
tcpd tetex tiff truetype truetype-fonts type1-fonts unicode usb vorbis
win32codecs wxwindows xine xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS, PORTDIR_OVERLAY
Comment 1 Carlos Rendon 2005-09-09 08:48:51 UTC
Created attachment 68038 [details]
eclass-debug.log

portage said it would be a good idea to attach this
Comment 2 Carlos Rendon 2005-09-09 08:50:48 UTC
Created attachment 68039 [details]
environment

portage asked me to post this files with this bug
Comment 3 Carlos Rendon 2005-09-09 08:51:40 UTC
Created attachment 68040 [details]
Preprocessed source 1
Comment 4 Carlos Rendon 2005-09-09 08:52:03 UTC
Created attachment 68042 [details]
Preprocessed source 2
Comment 5 Carlos Rendon 2005-09-09 08:52:22 UTC
Created attachment 68043 [details]
Preprocessed source 3
Comment 6 Carlos Rendon 2005-09-09 08:52:39 UTC
Created attachment 68044 [details]
Preprocessed source 4
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2005-09-09 10:23:08 UTC
Let's see the actual error messages please.  Go ahead and attach the entire
output from the merge if that's easier.
Comment 8 Carlos Rendon 2005-09-09 11:02:16 UTC
Created attachment 68052 [details]
emerge log

result of emerge ogre &> ogre.log
Comment 9 SpanKY gentoo-dev 2005-09-09 22:38:23 UTC
not sure what your original comment is talking about, the build fails during
install due to some ugly libtool relinking issues

i hit this on my amd64 box and wasnt really able to figure out wtf was going on

if you do `emerge -C ogre && emerge ogre`, does it work ?
Comment 10 Carlos Rendon 2005-09-10 12:04:09 UTC
That worked beatifully, I do not now why I did not think to try that myself. 
Although, it really should be able to work without us having to unmerge and then
emerge
Comment 11 SpanKY gentoo-dev 2005-11-22 14:14:55 UTC
*** Bug 113269 has been marked as a duplicate of this bug. ***
Comment 12 SpanKY gentoo-dev 2005-12-18 12:21:46 UTC
*** Bug 115954 has been marked as a duplicate of this bug. ***
Comment 13 SpanKY gentoo-dev 2006-07-01 21:59:40 UTC
*** Bug 135026 has been marked as a duplicate of this bug. ***