libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HP-UX 11.00 and parsing /bin/nm -p output (failing)


From: Gary V . Vaughan
Subject: Re: HP-UX 11.00 and parsing /bin/nm -p output (failing)
Date: Tue, 24 Apr 2001 22:17:25 +0100

On Tuesday 24 April 2001  7:09 pm, address@hidden wrote:
> On Tue, Apr 24, 2001 at 06:31:54PM +0100, Gary V. Vaughan wrote:
> > On Monday 23 April 2001  9:35 pm, address@hidden wrote:
> > > On Mon, Apr 23, 2001 at 03:28:52PM -0500,
> >
> > address@hidden wrote:
> > > > Patch below.
> > >
> > > Oops, forgot ChangeLog entry:
> > >
> > > 2001-04-23 Albert Chin-A-Young <address@hidden>
> > >
> > >   * libtool.m4: Handle case where /bin/nm -p outputs multiple
> > >     symbol types (like under HP-UX 11.00).
> >
> > No go on this one I am afraid.  The principle seems sound, but it causes
> > test failures on my linux box:
> >
> > =====================
> > 20 of 74 tests failed
> > =====================
>
> I just tried a Linux box here:
>   $ uname -a
>   Linux songoku 2.2.18
>   $ gcc --version
>   2.95.2
>   $ nm --version
>   GNU nm 2.9.5
>
> and all tests passed.

Quite right.  My bad.  My MUA (kmail) doesn't save inline patches properly 
(though it works with MIME attachments), and X cut-n-paste mangles 
whitespace, so I applied your patch by hand, but missed the change from 
single quotes to double quotes in the third hunk.  So that explains the 
failures I was experiencing.  Sorry about that.

In order to preserve sed's `match once character' more closely I am using 
"$symcode$symcode*" instead of just "$symcode*" to replace '.' in the sed 
expressions being changed.  I am applying the attached patch to HEAD and MLB.

Cheers,
        Gary.
-- 
  ___              _   ___   __              _         mailto: address@hidden
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       address@hidden
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc

Attachment: 2001-04-24-china-hp-symcode.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]