This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR other/55291: Add support for GCC multilib run-time libraries to libsanitizer


On Thu, Nov 15, 2012 at 12:47 AM, Markus Trippelsdorf
<markus@trippelsdorf.de> wrote:
> On 2012.11.14 at 08:21 -0800, H.J. Lu wrote:
>> On Tue, Nov 13, 2012 at 3:48 PM, Paolo Bonzini <bonzini@gnu.org> wrote:
>> > Il 14/11/2012 00:43, H.J. Lu ha scritto:
>> >> This works.
>> >
>> > Ok, then please test remove install-sh and friends and do
>> > autoconf/automake again.  If it works, commit the result (I don't care
>> > if you make it one or two commits).
>> >
>> > Then, wait 24 hours for breakages and commit the multilib patch.
>> >
>> > Paolo
>>
>> This is the multilib patch I will commit later.
>
> And it still doesn't work (after applying the fix in my other reply):
>
> make[4]: Entering directory `/var/tmp/gcc_build_dir/x86_64-pc-linux-gnu/libsanitizer/asan'
>  /bin/mkdir -p '/usr/lib/gcc/x86_64-pc-linux-gnu/'
>  /bin/sh ../libtool   --mode=install /usr/bin/install -c   libasan.la '/usr/lib/gcc/x86_64-pc-linux-gnu/'
> libtool: install: error: cannot install `libasan.la' to a directory not ending in /usr/lib/gcc/x86_64-pc-linux-gnu/
> make[4]: *** [install-toolexeclibLTLIBRARIES] Error 1
>

It works for me.  Did you do

# ./contrib/gcc_update --touch

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]