Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342289 - invalid install_name in sys-devel/llvm-2.8-r1
Summary: invalid install_name in sys-devel/llvm-2.8-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: PPC OS X
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-23 10:52 UTC by Konstantin Tokarev
Modified: 2010-10-23 18:15 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 Konstantin Tokarev 2010-10-23 10:52:55 UTC
When trying to emerge LLVM in Gentoo Prefix, it compiles fine, but installation fails with messages "invalid install_name found, your application or library will crash at runtime". 

Seems to be ebuild problem like PR 304291
Comment 1 Fabian Groffen gentoo-dev 2010-10-23 11:20:24 UTC
do you still have the list of invalid files, by chance?
Comment 2 Konstantin Tokarev 2010-10-23 11:30:56 UTC
Do you need this piece of output:

* QA Notice: invalid self-reference install_name /Volumes/Development/Gentoo/var/tmp/portage/sys-devel/llvm-2.8-r1/work/llvm-2.8/Release/lib/BugpointPasses.dylib in /Users/konstantintokarev/Gentoo/usr/lib/llvm/libBugpointPasses.dylib
 * QA Notice: invalid self-reference install_name @executable_path/../lib/libLLVM-2.8.dylib in /Users/konstantintokarev/Gentoo/usr/lib/llvm/libLLVM-2.8.dylib
Comment 3 Fabian Groffen gentoo-dev 2010-10-23 15:12:53 UTC
Ah, the former is a typo, the latter a new lib since 2.7.  Fixed now, thanks!
Comment 4 Konstantin Tokarev 2010-10-23 18:15:23 UTC
It works, thanks!