Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433934 - media-libs/glew-1.9.0 fails "invalid self-reference install_name"
Summary: media-libs/glew-1.9.0 fails "invalid self-reference install_name"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 14:11 UTC by Justin Lecher (RETIRED)
Modified: 2012-09-29 13:56 UTC (History)
0 users

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


Attachments
build.log (build.log,9.34 KB, text/plain)
2012-09-04 15:36 UTC, Justin Lecher (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2012-09-04 14:11:31 UTC
  100 %               352 B / 416 B = 0.846                                    
 * QA Notice: invalid reference to /usr/lib/libGLEW.1.9.0.dylib in 
/Volumes/iExtra/justin/iPrefix/usr/bin/glewinfo
 * QA Notice: invalid reference to /usr/lib/libGLEW.1.9.0.dylib in 
/Volumes/iExtra/justin/iPrefix/usr/bin/visualinfo
 * QA Notice: invalid self-reference install_name /usr/lib/libGLEW.1.9.0.dylib in 
/Volumes/iExtra/justin/iPrefix/usr/lib/libGLEW.1.9.0.dylib
 * QA Notice: invalid self-reference install_name /usr/lib/libGLEWmx.1.9.0.dylib in 
/Volumes/iExtra/justin/iPrefix/usr/lib/libGLEWmx.1.9.0.dylib
 * ERROR: media-libs/glew-1.9.0 failed:
 *   invalid install_name found, your application or library will crash at runtime
 * 
 * Call stack:
 *   misc-functions.sh, line 1877:  Called install_qa_check
 *   misc-functions.sh, line  298:  Called install_qa_check_macho
 *   misc-functions.sh, line 1091:  Called die
 * The specific snippet of code:
 *   		has allow_broken_install_names ${FEATURES} || \
 *   			die "invalid install_name found, your application or library will 
crash at runtime"


$ einfo =media-libs/glew-1.9.0
sh: einfo: command not found
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-09-04 15:36:30 UTC
Created attachment 322924 [details]
build.log

build.log
Comment 2 Fabian Groffen gentoo-dev 2012-09-29 13:56:41 UTC
GLEW_DEST wasn't set to the correct value for Prefix during make, resulting in incorrect install_name ids being generated.  Fixed now.