Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175250 - dev-games/OGRE 1.4 fails to install.
Summary: dev-games/OGRE 1.4 fails to install.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 176360 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-19 17:19 UTC by Jon
Modified: 2010-01-06 18:34 UTC (History)
0 users

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


Attachments
Build log for OGRE-1.4.0 (build.log,467.53 KB, text/plain)
2007-04-19 17:21 UTC, Jon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jon 2007-04-19 17:19:57 UTC
Upon unmasking dev-games/ogre-1.4.0 and trying to emerge it on an AMD64 system, I find that portage can successfully compile the code, but has errors when trying to install it to the system.

I get:
collect2: ld returned 1 exit status
libtool: install: error: relink `RenderSystem_GL.la' with the above command before installing it
make[5]: *** [install-pkglibLTLIBRARIES] Error 1
make[5]: Leaving directory `/var/tmp/portage/dev-games/ogre-1.4.0/work/ogrenew/RenderSystems/GL/src'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/var/tmp/portage/dev-games/ogre-1.4.0/work/ogrenew/RenderSystems/GL/src'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-games/ogre-1.4.0/work/ogrenew/RenderSystems/GL/src'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-games/ogre-1.4.0/work/ogrenew/RenderSystems/GL'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-games/ogre-1.4.0/work/ogrenew/RenderSystems'
make: *** [install-recursive] Error 1

!!! ERROR: dev-games/ogre-1.4.0 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_install
  ebuild.sh, line 1060:   Called qa_call 'src_install'
  environment, line 3629:   Called src_install
  ogre-1.4.0.ebuild, line 89:   Called die


The end of it also mentions a log at '/var/tmp/portage/dev-games/ogre-1.4.0/temp/build.log'. I will attach this to this post.

Reproducible: Always
Comment 1 Jon 2007-04-19 17:21:15 UTC
Created attachment 116741 [details]
Build log for OGRE-1.4.0
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2007-04-19 17:56:30 UTC
it's no keyworded for amd64 on purpose.
Comment 3 Tristan Heaven (RETIRED) gentoo-dev 2007-04-29 17:31:13 UTC
*** Bug 176360 has been marked as a duplicate of this bug. ***
Comment 4 Renan T. Inácio 2007-05-05 00:36:48 UTC
If you unmerge the previous install of OGRE, and then emerge 1.4.0, it works fine on amd64. The problem is that it tries to link with the old version on that stage. I don't know how to fix it so it looks for the new one, though.
Comment 5 Jon 2007-05-05 06:26:14 UTC
That did it. Thanks.
Comment 6 Vsevolod Kozlov 2007-05-05 07:34:12 UTC
It worked. Thanks