[Webkit-unassigned] [Bug 126381] New: REGRESSION(r160304): [GTK] Disable libtool fast install
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 2 05:23:24 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126381
Summary: REGRESSION(r160304): [GTK] Disable libtool fast
install
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cgarcia at igalia.com
CC: gns at gnome.org, pnormand at igalia.com
After r160304 we are currently building some of our binaries that are installed with the -no-fast-install ld flag. This makes that the binaries are installed with the source code path hardcoded in binary RPATH:
$ objdump -p /home/cgarcia/gnome/libexec/WebKitWebProcess | grep RPATH
RPATH /home/cgarcia/src/git/gnome/WebKit/WebKitBuild/Release/.libs:/home/cgarcia/gnome/lib64
The problem is that fast install is not disabled when installing and the binaries are not relinked.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list