GNU bug report logs - #18942
2.4.3: Unable to build universal on OS X

Previous Next

Package: libtool;

Reported by: Misty De Meo <misty <at> brew.sh>

Date: Tue, 4 Nov 2014 06:49:01 UTC

Severity: normal

Found in version 2.4.3

Done: Gary V. Vaughan <gary <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18942 in the body.
You can then email your comments to 18942 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-libtool <at> gnu.org:
bug#18942; Package libtool. (Tue, 04 Nov 2014 06:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Misty De Meo <misty <at> brew.sh>:
New bug report received and forwarded. Copy sent to bug-libtool <at> gnu.org. (Tue, 04 Nov 2014 06:49:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Misty De Meo <misty <at> brew.sh>
To: bug-libtool <at> gnu.org
Subject: 2.4.3: Unable to build universal on OS X
Date: Mon, 3 Nov 2014 20:56:01 -0800
[Message part 1 (text/plain, inline)]
Hi,

I'm unable to get libtool 2.4.3 to build universally on OS X. It fails
while calling lipo while attempting to build libltdl.la.

It looks like the `find` here is returning no files, which results in lipo
being called with an output file but no input files:
http://git.savannah.gnu.org/cgit/libtool.git/tree/build-aux/ltmain.in?id=5627a7f498e07a40b970c3a5ab5e74a5053e956f#n3243

This occurs when attempting to build universal i386/x86_64 for OS X 10.6
through 10.10, so it doesn't seem to be confined to a particular OS verison.

I've attached verbose build logs (with silent rules disabled); they're also
accessible online here: https://gist.github.com/9a4212e9f453dfcc813a

Best,
Misty De Meo
[Message part 2 (text/html, inline)]
[01.configure (application/octet-stream, attachment)]
[02.make (application/octet-stream, attachment)]
[config.log (application/octet-stream, attachment)]

Information forwarded to bug-libtool <at> gnu.org:
bug#18942; Package libtool. (Tue, 04 Nov 2014 20:23:02 GMT) Full text and rfc822 format available.

Message #8 received at 18942 <at> debbugs.gnu.org (full text, mbox):

From: "Gary V. Vaughan" <gary <at> gnu.org>
To: Misty De Meo <misty <at> brew.sh>
Cc: 18942 <at> debbugs.gnu.org
Subject: Re: bug#18942: 2.4.3: Unable to build universal on OS X
Date: Tue, 4 Nov 2014 20:22:05 +0000
[Message part 1 (text/plain, inline)]
Hi Misty,

On Nov 4, 2014, at 4:56 AM, Misty De Meo <misty <at> brew.sh> wrote:
> I'm unable to get libtool 2.4.3 to build universally on OS X. It fails while calling lipo while attempting to build libltdl.la.
> 
> It looks like the `find` here is returning no files, which results in lipo being called with an output file but no input files: http://git.savannah.gnu.org/cgit/libtool.git/tree/build-aux/ltmain.in?id=5627a7f498e07a40b970c3a5ab5e74a5053e956f#n3243
> 
> This occurs when attempting to build universal i386/x86_64 for OS X 10.6 through 10.10, so it doesn't seem to be confined to a particular OS verison.
> 
> I've attached verbose build logs (with silent rules disabled); they're also accessible online here: https://gist.github.com/9a4212e9f453dfcc813a

Thanks for the detailed report.  Now fixed in master, so the fix will be in upcoming 2.4.4 (in about a week, depending how quickly the trickle of bug reports against 2.4.3 slow down noticeably).

Patch attached incase you want to upload a patched 2.4.3 to homebrew in the interim.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)

[fix-darwin-universal-libraries.patch (application/octet-stream, attachment)]

Reply sent to Gary V. Vaughan <gary <at> gnu.org>:
You have taken responsibility. (Tue, 04 Nov 2014 20:24:02 GMT) Full text and rfc822 format available.

Notification sent to Misty De Meo <misty <at> brew.sh>:
bug acknowledged by developer. (Tue, 04 Nov 2014 20:24:02 GMT) Full text and rfc822 format available.

Message #13 received at 18942-close <at> debbugs.gnu.org (full text, mbox):

From: Gary V. Vaughan <gary <at> gnu.org>
To: 18942-close <at> debbugs.gnu.org
Subject: Re: bug#18942: 2.4.3: Unable to build universal on OS X
Date: Tue, 4 Nov 2014 20:23:06 +0000
[Message part 1 (text/plain, inline)]
Hi Misty,

On Nov 4, 2014, at 4:56 AM, Misty De Meo <misty <at> brew.sh> wrote:
> I'm unable to get libtool 2.4.3 to build universally on OS X. It fails while calling lipo while attempting to build libltdl.la.
> 
> It looks like the `find` here is returning no files, which results in lipo being called with an output file but no input files: http://git.savannah.gnu.org/cgit/libtool.git/tree/build-aux/ltmain.in?id=5627a7f498e07a40b970c3a5ab5e74a5053e956f#n3243
> 
> This occurs when attempting to build universal i386/x86_64 for OS X 10.6 through 10.10, so it doesn't seem to be confined to a particular OS verison.
> 
> I've attached verbose build logs (with silent rules disabled); they're also accessible online here: https://gist.github.com/9a4212e9f453dfcc813a

Thanks for the detailed report.  Now fixed in master, so the fix will be in upcoming 2.4.4 (in about a week, depending how quickly the trickle of bug reports against 2.4.3 slow down noticeably).

Patch attached incase you want to upload a patched 2.4.3 to homebrew in the interim.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)

[fix-darwin-universal-libraries.patch (application/octet-stream, attachment)]

Information forwarded to bug-libtool <at> gnu.org:
bug#18942; Package libtool. (Tue, 04 Nov 2014 22:46:02 GMT) Full text and rfc822 format available.

Message #16 received at 18942 <at> debbugs.gnu.org (full text, mbox):

From: Misty De Meo <misty <at> brew.sh>
To: "Gary V. Vaughan" <gary <at> gnu.org>
Cc: 18942 <at> debbugs.gnu.org
Subject: Re: bug#18942: 2.4.3: Unable to build universal on OS X
Date: Tue, 4 Nov 2014 14:45:16 -0800
[Message part 1 (text/plain, inline)]
Thank you! I've applied the fix to our libtool package:
https://github.com/Homebrew/homebrew/commit/0f80370be66ddcfcea7c9d2ea20dd331f32e3eb1

Cheers,
Misty

On Tue, Nov 4, 2014 at 12:22 PM, Gary V. Vaughan <gary <at> gnu.org> wrote:

> Hi Misty,
>
> On Nov 4, 2014, at 4:56 AM, Misty De Meo <misty <at> brew.sh> wrote:
> > I'm unable to get libtool 2.4.3 to build universally on OS X. It fails
> while calling lipo while attempting to build libltdl.la.
> >
> > It looks like the `find` here is returning no files, which results in
> lipo being called with an output file but no input files:
> http://git.savannah.gnu.org/cgit/libtool.git/tree/build-aux/ltmain.in?id=5627a7f498e07a40b970c3a5ab5e74a5053e956f#n3243
> >
> > This occurs when attempting to build universal i386/x86_64 for OS X 10.6
> through 10.10, so it doesn't seem to be confined to a particular OS verison.
> >
> > I've attached verbose build logs (with silent rules disabled); they're
> also accessible online here: https://gist.github.com/9a4212e9f453dfcc813a
>
> Thanks for the detailed report.  Now fixed in master, so the fix will be
> in upcoming 2.4.4 (in about a week, depending how quickly the trickle of
> bug reports against 2.4.3 slow down noticeably).
>
> Patch attached incase you want to upload a patched 2.4.3 to homebrew in
> the interim.
>
> Cheers,
> --
> Gary V. Vaughan (gary AT gnu DOT org)
>
>
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 03 Dec 2014 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.