[Webkit-unassigned] [Bug 118732] Use of ar T option not supported by older binutils

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 20 01:38:23 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118732





--- Comment #2 from Landry Breuil <landry at openbsd.org>  2013-07-20 01:38:17 PST ---
(In reply to comment #1)
> So far, i've tried the following workarounds without success :
> 
> - Removing T from ar flags, just using cru:
> 
> ar t | ar cru fails because it cant find the object files composing all the $(archives) ? maybe an xargs issue, or a link/search path issue ?

More on this :

$ar t .libs/libPlatformGtk2.a | head -2                   
libPlatformGtk2_la-AudioBusGtk.o
libPlatformGtk2_la-GraphicsContextCairo.o
$find . -name libPlatformGtk2_la-AudioBusGtk.o
./Source/WebCore/platform/audio/gtk/.libs/libPlatformGtk2_la-AudioBusGtk.o

how is ar cru supposed to reach that object file when archiving WebCoreLayerGtk2.a ?

-- 
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