[Webkit-unassigned] [Bug 126381] REGRESSION(r160304): [GTK] Disable libtool fast install
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 7 07:11:27 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126381
Alberto Garcia <berto at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #8 from Alberto Garcia <berto at igalia.com> 2014-01-07 07:09:12 PST ---
I'm reopening this. If you don't use the gold linker you end up with
the libtool script installed when you do 'make install':
$ make DESTDIR=/tmp/dest install
[...]
$ file /tmp/dest/usr/local/libexec/WebKit*
/tmp/dest/usr/local/libexec/WebKitNetworkProcess: Bourne-Again shell script, ASCII text executable, with very long lines
/tmp/dest/usr/local/libexec/WebKitPluginProcess: Bourne-Again shell script, ASCII text executable, with very long lines
/tmp/dest/usr/local/libexec/WebKitWebProcess: Bourne-Again shell script, ASCII text executable, with very long lines
If the only problem is the rpath, we can probably strip it using
chrpath or something similar, which is what we're doing at the moment
in Debian btw.
--
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