* [Buildroot] [Bug 583] New: build fails with external x86_64 toolchain
@ 2009-08-28 8:59 bugzilla at busybox.net
2010-02-21 18:51 ` [Buildroot] [Bug 583] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2009-08-28 8:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=583
Summary: build fails with external x86_64 toolchain
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: is at eseco.de
CC: buildroot at uclibc.org
Estimated Hours: 0.0
buildroot 2009.08-rc3
./toolchain/external-toolchain/ext-tool.mk
checks if 'lib/ld-linux.so.*' is present in the toolchain's sysroot. This is
fine for x86 system, but this check fails for x86_64 systems and crosstool-ng
toolchains.
Here you have 'lib/ld-linux-x86-64.so.2 -> ld-2.9.so'.
The check could/should be modified to 'lib/ld-linux*.so.*'
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 583] build fails with external x86_64 toolchain
2009-08-28 8:59 [Buildroot] [Bug 583] New: build fails with external x86_64 toolchain bugzilla at busybox.net
@ 2010-02-21 18:51 ` bugzilla at busybox.net
2010-04-09 14:54 ` bugzilla at busybox.net
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-02-21 18:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=583
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2010.02
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 583] build fails with external x86_64 toolchain
2009-08-28 8:59 [Buildroot] [Bug 583] New: build fails with external x86_64 toolchain bugzilla at busybox.net
2010-02-21 18:51 ` [Buildroot] [Bug 583] " bugzilla at busybox.net
@ 2010-04-09 14:54 ` bugzilla at busybox.net
2010-06-07 14:22 ` bugzilla at busybox.net
2010-07-15 9:22 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-04-09 14:54 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=583
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2010.02 |2010.05
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 583] build fails with external x86_64 toolchain
2009-08-28 8:59 [Buildroot] [Bug 583] New: build fails with external x86_64 toolchain bugzilla at busybox.net
2010-02-21 18:51 ` [Buildroot] [Bug 583] " bugzilla at busybox.net
2010-04-09 14:54 ` bugzilla at busybox.net
@ 2010-06-07 14:22 ` bugzilla at busybox.net
2010-07-15 9:22 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-06-07 14:22 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=583
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Ok, I confirm the issue and agrees with your proposal. I've written a patch
implementing this, but unfortunately, the build still doesn't work for me due
to mix between the host x86-64 C library and the target x86-64 C library. I'll
try to work these out.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 583] build fails with external x86_64 toolchain
2009-08-28 8:59 [Buildroot] [Bug 583] New: build fails with external x86_64 toolchain bugzilla at busybox.net
` (2 preceding siblings ...)
2010-06-07 14:22 ` bugzilla at busybox.net
@ 2010-07-15 9:22 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-07-15 9:22 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=583
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed by
http://git.buildroot.net/buildroot/commit/?id=914f19ca1ea648d451bfa2ab232dbf1cc1fed351.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-07-15 9:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-28 8:59 [Buildroot] [Bug 583] New: build fails with external x86_64 toolchain bugzilla at busybox.net
2010-02-21 18:51 ` [Buildroot] [Bug 583] " bugzilla at busybox.net
2010-04-09 14:54 ` bugzilla at busybox.net
2010-06-07 14:22 ` bugzilla at busybox.net
2010-07-15 9:22 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox