public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* Libffi-3.0.10 fails on OS X 10.7
@ 2011-11-10 21:32 Hans Aberg
  2011-11-11  4:48 ` Jay
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Hans Aberg @ 2011-11-10 21:32 UTC (permalink / raw)
  To: libffi-discuss

[I am not on this list, so please cc me.]

Libffi-3.0.10 fails on OS X 10.7.2, with Xcode 4.2, i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1; 'make' gives:
MAKE x86_64-apple-darwin11.2.0 :        0 * all-all
make: *** [all-all] Error 1

One can, however, do
  cd x86_64-apple-darwin11.2.0
and then do 'make' there.

Libffi-3.0.9 compiles in this configuration.

Also, 'make pdf' fails in both libffi versions.

Hans


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Libffi-3.0.10 fails on OS X 10.7
  2011-11-10 21:32 Libffi-3.0.10 fails on OS X 10.7 Hans Aberg
@ 2011-11-11  4:48 ` Jay
  2011-11-11  8:54   ` Hans Aberg
       [not found] ` <CAKBxTcLUYQLwHpHj6ybzck568CBCg9PkEPcGGRxC7u-bF1pe2g@mail.gmail.com>
  2011-11-12 12:43 ` Anthony Green
  2 siblings, 1 reply; 5+ messages in thread
From: Jay @ 2011-11-11  4:48 UTC (permalink / raw)
  To: Hans Aberg; +Cc: <libffi-discuss@sourceware.org>

Are you building outside the source tree? Is there more to the error? I recently saw a cryptically short error like this & it was due to building in the source tree instead of out. Maybe it is a Makefile bug worth fixing, maybe not.

 - Jay (phone)

On Nov 10, 2011, at 1:32 PM, Hans Aberg <haberg-1@telia.com> wrote:

> [I am not on this list, so please cc me.]
> 
> Libffi-3.0.10 fails on OS X 10.7.2, with Xcode 4.2, i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1; 'make' gives:
> MAKE x86_64-apple-darwin11.2.0 :        0 * all-all
> make: *** [all-all] Error 1
> 
> One can, however, do
>  cd x86_64-apple-darwin11.2.0
> and then do 'make' there.
> 
> Libffi-3.0.9 compiles in this configuration.
> 
> Also, 'make pdf' fails in both libffi versions.
> 
> Hans
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Libffi-3.0.10 fails on OS X 10.7
  2011-11-11  4:48 ` Jay
@ 2011-11-11  8:54   ` Hans Aberg
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Aberg @ 2011-11-11  8:54 UTC (permalink / raw)
  To: Jay; +Cc: <libffi-discuss@sourceware.org>

On 11 Nov 2011, at 05:47, Jay wrote:

> Are you building outside the source tree? Is there more to the error? I recently saw a cryptically short error like this & it was due to building in the source tree instead of out. Maybe it is a Makefile bug worth fixing, maybe not.

In both, I just do ./configure && make within the unpacked distribution. Probably just a simple Makefile bug (see debug output below from libffi-3.0.10).

It would be nice to able to do 'make pdf' as well.

Hans


$ make --debug
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.0
Reading makefiles...
Updating goal targets....
 File `all-configured' does not exist.
   File `all-all' does not exist.
  Must remake target `all-all'.
MAKE x86_64-apple-darwin11.2.0 :        0 * all-all
make: *** [all-all] Error 1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Libffi-3.0.10 fails on OS X 10.7
       [not found] ` <CAKBxTcLUYQLwHpHj6ybzck568CBCg9PkEPcGGRxC7u-bF1pe2g@mail.gmail.com>
@ 2011-11-11  8:58   ` Hans Aberg
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Aberg @ 2011-11-11  8:58 UTC (permalink / raw)
  To: Bobby Holley; +Cc: <libffi-discuss@sourceware.org>

On 11 Nov 2011, at 01:12, Bobby Holley wrote:

> Probably not your bug, but just in case: https://bugzilla.mozilla.org/show_bug.cgi?id=682180

Mine is probably just a Makefile bug, but I noticed that the guile 2.0.3 libffi test failed using libffi-3.0.9. I have just reported it, so I do not know much about it.

Hans


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Libffi-3.0.10 fails on OS X 10.7
  2011-11-10 21:32 Libffi-3.0.10 fails on OS X 10.7 Hans Aberg
  2011-11-11  4:48 ` Jay
       [not found] ` <CAKBxTcLUYQLwHpHj6ybzck568CBCg9PkEPcGGRxC7u-bF1pe2g@mail.gmail.com>
@ 2011-11-12 12:43 ` Anthony Green
  2 siblings, 0 replies; 5+ messages in thread
From: Anthony Green @ 2011-11-12 12:43 UTC (permalink / raw)
  To: libffi-discuss, haberg-1

On 11/10/2011 4:32 PM, Hans Aberg wrote:
> [I am not on this list, so please cc me.]
>
> Libffi-3.0.10 fails on OS X 10.7.2, with Xcode 4.2, i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1; 'make' gives:
> MAKE x86_64-apple-darwin11.2.0 :        0 * all-all
> make: *** [all-all] Error 1
>
> One can, however, do
>    cd x86_64-apple-darwin11.2.0
> and then do 'make' there.

I just committed a couple of darwin11 fixes from Kimura Wataru.  Please 
try again with the latest code from the git tree 
(http://github.com/atgreen/libffi).


> Libffi-3.0.9 compiles in this configuration.
>
> Also, 'make pdf' fails in both libffi versions.

I'll look into this today.

Anthony Green


>
> Hans
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-12 12:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-10 21:32 Libffi-3.0.10 fails on OS X 10.7 Hans Aberg
2011-11-11  4:48 ` Jay
2011-11-11  8:54   ` Hans Aberg
     [not found] ` <CAKBxTcLUYQLwHpHj6ybzck568CBCg9PkEPcGGRxC7u-bF1pe2g@mail.gmail.com>
2011-11-11  8:58   ` Hans Aberg
2011-11-12 12:43 ` Anthony Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).