* libffi-native 3.0.9 fails to build on at least x86_64
@ 2011-03-08 6:50 Robert Schuster
2011-03-08 7:54 ` libffi-native 3.0.9 fails to build on at least x86_64 [solved, problem on my side] Robert Schuster
0 siblings, 1 reply; 4+ messages in thread
From: Robert Schuster @ 2011-03-08 6:50 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 651 bytes --]
Hi,
I tried building libffi-native on an Ubuntu 10.04 amd64 box (during
angstrom build for pandaboard) and it fails. Investigation found out
that during libffi's configure it will symlink 'src/x86/ffitarget.h' to
'include/ffitarget.h'. Unfortunately this will create a broken softlink
because 'src' and 'include' are on the same directory level. I manually
corrected the softlink to '../src/x86/ffitarget.h' and then I could
continue the build.
Clearly this is not what should happen. Anyone an idea why ffi does that?
(For testing purposes I tried brand new libffi 3.0.10rc8 and it shows
exactly the same error).
Regards,
Robert
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 270 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: libffi-native 3.0.9 fails to build on at least x86_64 [solved, problem on my side]
2011-03-08 6:50 libffi-native 3.0.9 fails to build on at least x86_64 Robert Schuster
@ 2011-03-08 7:54 ` Robert Schuster
2011-03-08 8:24 ` Martin Jansa
2011-03-08 8:36 ` Petr Štetiar
0 siblings, 2 replies; 4+ messages in thread
From: Robert Schuster @ 2011-03-08 7:54 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1160 bytes --]
Hi,
I moved the whole OE directory (bitbake, oe, configdir) to a new
location and made it available through the same path using a symlink. As
it looks OE does not like that at all.
Regards,
Robert
Am 08.03.2011 07:50, schrieb Robert Schuster:
> Hi,
> I tried building libffi-native on an Ubuntu 10.04 amd64 box (during
> angstrom build for pandaboard) and it fails. Investigation found out
> that during libffi's configure it will symlink 'src/x86/ffitarget.h' to
> 'include/ffitarget.h'. Unfortunately this will create a broken softlink
> because 'src' and 'include' are on the same directory level. I manually
> corrected the softlink to '../src/x86/ffitarget.h' and then I could
> continue the build.
>
> Clearly this is not what should happen. Anyone an idea why ffi does that?
>
> (For testing purposes I tried brand new libffi 3.0.10rc8 and it shows
> exactly the same error).
>
> Regards,
> Robert
>
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 270 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: libffi-native 3.0.9 fails to build on at least x86_64 [solved, problem on my side]
2011-03-08 7:54 ` libffi-native 3.0.9 fails to build on at least x86_64 [solved, problem on my side] Robert Schuster
@ 2011-03-08 8:24 ` Martin Jansa
2011-03-08 8:36 ` Petr Štetiar
1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-03-08 8:24 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 453 bytes --]
On Tue, Mar 08, 2011 at 08:54:55AM +0100, Robert Schuster wrote:
> Hi,
> I moved the whole OE directory (bitbake, oe, configdir) to a new
> location and made it available through the same path using a symlink. As
> it looks OE does not like that at all.
Hi,
that's why I use mount --bind instead of symlinks/hardlinks (ie tmp/work pointing
to different partition/md).
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: libffi-native 3.0.9 fails to build on at least x86_64 [solved, problem on my side]
2011-03-08 7:54 ` libffi-native 3.0.9 fails to build on at least x86_64 [solved, problem on my side] Robert Schuster
2011-03-08 8:24 ` Martin Jansa
@ 2011-03-08 8:36 ` Petr Štetiar
1 sibling, 0 replies; 4+ messages in thread
From: Petr Štetiar @ 2011-03-08 8:36 UTC (permalink / raw)
To: openembedded-devel
Robert Schuster <thebohemian@gmx.net> [2011-03-08 08:54:55]:
> I moved the whole OE directory (bitbake, oe, configdir) to a new
> location and made it available through the same path using a symlink. As
> it looks OE does not like that at all.
In OE manual, in Getting started section there's information about
OEBASE/TOPDIR: "You must choose a location with _no symlinks above it_."
It's some problem with handling of symlinks in the path in Python or something
like that.
-- ynezz
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-08 8:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 6:50 libffi-native 3.0.9 fails to build on at least x86_64 Robert Schuster
2011-03-08 7:54 ` libffi-native 3.0.9 fails to build on at least x86_64 [solved, problem on my side] Robert Schuster
2011-03-08 8:24 ` Martin Jansa
2011-03-08 8:36 ` Petr Štetiar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.