* [Buildroot] [Bug 14411] New: 2021.11-rc2: Samba doesn't compile
@ 2021-12-01 15:15 bugzilla
2021-12-01 18:55 ` [Buildroot] [Bug 14411] " bugzilla
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla @ 2021-12-01 15:15 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14411
Bug ID: 14411
Summary: 2021.11-rc2: Samba doesn't compile
Product: buildroot
Version: unspecified
Hardware: Other
OS: Linux
Status: NEW
Severity: blocker
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: info@hifiberry.com
CC: buildroot@uclibc.org
Target Milestone: ---
Compilation of Samba aborts:
[ 876/3435] Compiling bin/default/source4/heimdal/lib/asn1/asn1_pkinit_asn1.c
source4/heimdal/lib/asn1/asn1_err.c:47:23: error: ‘link’ redeclared as
different kind of symbol
47 | static struct et_list link = { 0, 0 };
| ^~~~
In file included from
/home/matuschd/buildroot-2021.11-rc2/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/bits/sigstksz.h:24,
from
/home/matuschd/buildroot-2021.11-rc2/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/signal.h:328,
from
/home/matuschd/buildroot-2021.11-rc2/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/sys/param.h:28,
from ../../lib/replace/../replace/replace.h:659,
from ../../source4/heimdal_build/config.h:10,
from source4/heimdal/lib/asn1/asn1_err.c:1:
/home/matuschd/buildroot-2021.11-rc2/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/unistd.h:819:12:
note: previous declaration of ‘link’ was here
819 | extern int link (const char *__from, const char *__to)
| ^~~~
Waf: Leaving directory
`/home/matuschd/buildroot-2021.11-rc2/output/build/samba4-4.14.10/bin/default'
Build failed
-> task in 'HEIMDAL_HEIM_ASN1' failed with exit status 1 (run with -v to
display more information)
make[2]: *** [Makefile:7: all] Error 1
make[1]: *** [package/pkg-generic.mk:294:
/home/matuschd/buildroot-2021.11-rc2/output/build/samba4-4.14.10/.stamp_built]
Error 2
make: *** [Makefile:84: _all] Error 2
Configuration make raspberrypi3_defconfig, with just glibc and samba enabled.
--
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* [Buildroot] [Bug 14411] 2021.11-rc2: Samba doesn't compile 2021-12-01 15:15 [Buildroot] [Bug 14411] New: 2021.11-rc2: Samba doesn't compile bugzilla @ 2021-12-01 18:55 ` bugzilla 2021-12-02 9:45 ` bugzilla 2021-12-04 21:47 ` bugzilla 2 siblings, 0 replies; 4+ messages in thread From: bugzilla @ 2021-12-01 18:55 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=14411 --- Comment #1 from Peter Seiderer <ps.report@gmx.net> --- (In reply to HiFiBerry (Daniel) from comment #0) Problem seems to be addressed by [1], [2] and [3]... [1] https://patchwork.ozlabs.org/project/buildroot/patch/20211019172532.3431240-1-fontaine.fabrice@gmail.com/ [2] https://patchwork.ozlabs.org/project/buildroot/patch/20211019172532.3431240-2-fontaine.fabrice@gmail.com/ [3] https://patchwork.ozlabs.org/project/buildroot/patch/20211019172532.3431240-3-fontaine.fabrice@gmail.com/ -- 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
* [Buildroot] [Bug 14411] 2021.11-rc2: Samba doesn't compile 2021-12-01 15:15 [Buildroot] [Bug 14411] New: 2021.11-rc2: Samba doesn't compile bugzilla 2021-12-01 18:55 ` [Buildroot] [Bug 14411] " bugzilla @ 2021-12-02 9:45 ` bugzilla 2021-12-04 21:47 ` bugzilla 2 siblings, 0 replies; 4+ messages in thread From: bugzilla @ 2021-12-02 9:45 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=14411 --- Comment #2 from HiFiBerry (Daniel) <info@hifiberry.com> --- I can confirm that these patches fixes the problem. -- 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
* [Buildroot] [Bug 14411] 2021.11-rc2: Samba doesn't compile 2021-12-01 15:15 [Buildroot] [Bug 14411] New: 2021.11-rc2: Samba doesn't compile bugzilla 2021-12-01 18:55 ` [Buildroot] [Bug 14411] " bugzilla 2021-12-02 9:45 ` bugzilla @ 2021-12-04 21:47 ` bugzilla 2 siblings, 0 replies; 4+ messages in thread From: bugzilla @ 2021-12-04 21:47 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=14411 Yann E. MORIN <yann.morin.1998@free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |yann.morin.1998@free.fr --- Comment #3 from Yann E. MORIN <yann.morin.1998@free.fr> --- Daniel, All, Thanks for your report. We believe this is now fixed in master, now that the three patches mentioned in this report have been applied. Regards, Yann E. MORIN. -- 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:[~2021-12-04 21:47 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-12-01 15:15 [Buildroot] [Bug 14411] New: 2021.11-rc2: Samba doesn't compile bugzilla 2021-12-01 18:55 ` [Buildroot] [Bug 14411] " bugzilla 2021-12-02 9:45 ` bugzilla 2021-12-04 21:47 ` bugzilla
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox