[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 04:42:55 PDT 2013


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zandobersek at gmail.com




--- Comment #3 from Zan Dobersek <zandobersek at gmail.com>  2013-07-20 04:42:50 PST ---
(In reply to comment #2)
> (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 ?

Don't know exactly what's going on in .libs/libPlatformGtk2.a, but the object file path should be of relative form and pointing to the object file, in AudioBusGtk.o case that's in Source/WebCore/platform/audio/gtk/.libs/.

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