* [Buildroot] [Bug 13536] New: Build issues and workarounds with qemu_aarch64_virt_defconfig
@ 2021-02-15 1:03 bugzilla at busybox.net
2021-02-16 21:26 ` [Buildroot] [Bug 13536] " bugzilla at busybox.net
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2021-02-15 1:03 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13536
Bug ID: 13536
Summary: Build issues and workarounds with
qemu_aarch64_virt_defconfig
Product: buildroot
Version: 2020.11.2
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: jarkko.sakkinen at iki.fi
CC: buildroot at uclibc.org
Target Milestone: ---
_STAT_VER
=========
See: https://www.spinics.net/lists/fedora-devel/msg280965.html
I fixed this with a trivial patch:
diff --git a/package/fakeroot/fakeroot-stat_ver.patch
b/package/fakeroot/fakeroot-stat_ver.patch
new file mode 100644
index 0000000000..1ff98f324b
--- /dev/null
+++ b/package/fakeroot/fakeroot-stat_ver.patch
@@ -0,0 +1,11 @@
+--- fakeroot-1.25.1.org/libfakeroot.c 2020-10-08 20:13:18.000000000 +0300
++++ fakeroot-1.25.1/libfakeroot.c 2021-02-11 04:54:48.160372740 +0200
+@@ -31,6 +31,8 @@
+ */
+ #define _GNU_SOURCE
+
++#define _STAT_VER 1
++
+ #define FAKEROOT_LIBFAKEROOT
+
+ #ifdef __APPLE__
ld and -no-pie
==============
Neither '-no-pie' nor '--no-pie' works anymore with the binutils version I
have:
? pacman -Qe |grep binutils
binutils 2.36-3
So, I just go on and manually edit the QEMU build file, when I hit to the
error.
The build file is:
output/build/host-qemu-5.2.0/build/config-host.mak
And you want to:
LDFLAGS_NOPIE=""
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 13536] Build issues and workarounds with qemu_aarch64_virt_defconfig
2021-02-15 1:03 [Buildroot] [Bug 13536] New: Build issues and workarounds with qemu_aarch64_virt_defconfig bugzilla at busybox.net
@ 2021-02-16 21:26 ` bugzilla at busybox.net
2021-02-18 20:35 ` bugzilla at busybox.net
2024-06-15 14:56 ` bugzilla
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2021-02-16 21:26 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13536
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
Thanks for your bug report. Since there are two issues, could you submit two
bugs? Indeed the first one is fixed by
https://patchwork.ozlabs.org/project/buildroot/patch/20210215185541.111347-1-joerg.krause at embedded.rocks/.
But I'm not sure yet about the second issue at this point.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 13536] Build issues and workarounds with qemu_aarch64_virt_defconfig
2021-02-15 1:03 [Buildroot] [Bug 13536] New: Build issues and workarounds with qemu_aarch64_virt_defconfig bugzilla at busybox.net
2021-02-16 21:26 ` [Buildroot] [Bug 13536] " bugzilla at busybox.net
@ 2021-02-18 20:35 ` bugzilla at busybox.net
2024-06-15 14:56 ` bugzilla
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2021-02-18 20:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13536
--- Comment #2 from Jarkko Sakkinen <jarkko.sakkinen@iki.fi> ---
(In reply to Thomas Petazzoni from comment #1)
Thanks I can do that.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 13536] Build issues and workarounds with qemu_aarch64_virt_defconfig
2021-02-15 1:03 [Buildroot] [Bug 13536] New: Build issues and workarounds with qemu_aarch64_virt_defconfig bugzilla at busybox.net
2021-02-16 21:26 ` [Buildroot] [Bug 13536] " bugzilla at busybox.net
2021-02-18 20:35 ` bugzilla at busybox.net
@ 2024-06-15 14:56 ` bugzilla
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2024-06-15 14:56 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13536
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
CC| |yann.morin.1998@free.fr
--- Comment #3 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-15 14:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-15 1:03 [Buildroot] [Bug 13536] New: Build issues and workarounds with qemu_aarch64_virt_defconfig bugzilla at busybox.net
2021-02-16 21:26 ` [Buildroot] [Bug 13536] " bugzilla at busybox.net
2021-02-18 20:35 ` bugzilla at busybox.net
2024-06-15 14:56 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox