All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14821] New: Samba server is failing to compile
@ 2022-05-26 22:50 bugzilla
  2022-05-27  8:31 ` [Buildroot] [Bug 14821] " bugzilla
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla @ 2022-05-26 22:50 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14821

            Bug ID: 14821
           Summary: Samba server is failing to compile
           Product: buildroot
           Version: 2022.02
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: buildroot@apitman.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

Hi,

I'm trying to get samba server up and running in my buildroot image.

First I enabled wchar support for uClibc, then enabled samba4. It's failing
with the following:

[2113/3474] Compiling source3/rpc_server/mdssvc/dalloc.c
[2114/3474] Compiling lib/afs/afs_funcs.c
[2115/3474] Compiling librpc/rpc/dcerpc_helper.c
[2116/3474] Compiling source3/registry/reg_parse_prs.c
../../source3/lib/netapi/examples/common.c:13:10: fatal error: iconv.h: No such
file or directory
   13 | #include <iconv.h>
      |          ^~~~~~~~~
compilation terminated.

Waf: Leaving directory
`/home/user/buildroot/output/build/samba4-4.15.6/bin/default'
Build failed
 -> task in 'LIBNETAPI_EXAMPLES_COMMON' failed with exit status 1 (run with -v
to display more information)
make[1]: *** [Makefile:7: all] Error 1
make[1]: Leaving directory '/home/user/buildroot/output/build/samba4-4.15.6'
make: *** [package/pkg-generic.mk:292:
/home/user/buildroot/output/build/samba4-4.15.6/.stamp_built] Error 2

-- 
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] 5+ messages in thread

* [Buildroot] [Bug 14821] Samba server is failing to compile
  2022-05-26 22:50 [Buildroot] [Bug 14821] New: Samba server is failing to compile bugzilla
@ 2022-05-27  8:31 ` bugzilla
  2022-05-27 15:20 ` bugzilla
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2022-05-27  8:31 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14821

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
Does this error happen after a full rebuild, i.e "make clean all" ?

-- 
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] 5+ messages in thread

* [Buildroot] [Bug 14821] Samba server is failing to compile
  2022-05-26 22:50 [Buildroot] [Bug 14821] New: Samba server is failing to compile bugzilla
  2022-05-27  8:31 ` [Buildroot] [Bug 14821] " bugzilla
@ 2022-05-27 15:20 ` bugzilla
  2022-05-31 20:48 ` bugzilla
  2022-06-06 20:05 ` bugzilla
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2022-05-27 15:20 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14821

--- Comment #2 from buildroot@apitman.com ---
I just double checked and confirmed.

Here's a complete list of steps to repro from master (commmit
de77516a2b3f8435df066cfc611b0eacfb61b02e):


git clone https://git.busybox.net/buildroot/

cd buildroot/

make qemu_x86_64_defconfig

make menuconfig

# enable uClibc wchar support
# enable samba4

make

-- 
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] 5+ messages in thread

* [Buildroot] [Bug 14821] Samba server is failing to compile
  2022-05-26 22:50 [Buildroot] [Bug 14821] New: Samba server is failing to compile bugzilla
  2022-05-27  8:31 ` [Buildroot] [Bug 14821] " bugzilla
  2022-05-27 15:20 ` bugzilla
@ 2022-05-31 20:48 ` bugzilla
  2022-06-06 20:05 ` bugzilla
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2022-05-31 20:48 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14821

--- Comment #3 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
Hi,

I was able to reproduce the build failure.
It should be fixed by
https://patchwork.ozlabs.org/project/buildroot/patch/20220531163828.3865322-1-fontaine.fabrice@gmail.com/

Best Regards,

Fabrice

-- 
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] 5+ messages in thread

* [Buildroot] [Bug 14821] Samba server is failing to compile
  2022-05-26 22:50 [Buildroot] [Bug 14821] New: Samba server is failing to compile bugzilla
                   ` (2 preceding siblings ...)
  2022-05-31 20:48 ` bugzilla
@ 2022-06-06 20:05 ` bugzilla
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2022-06-06 20:05 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14821

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Peter Korsgaard <jacmet@uclibc.org> ---
Fixed by
https://git.buildroot.org/buildroot/commit/?id=6a1331ba01b146f4c3a29e0d604e92cf676a46f8

-- 
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] 5+ messages in thread

end of thread, other threads:[~2022-06-06 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26 22:50 [Buildroot] [Bug 14821] New: Samba server is failing to compile bugzilla
2022-05-27  8:31 ` [Buildroot] [Bug 14821] " bugzilla
2022-05-27 15:20 ` bugzilla
2022-05-31 20:48 ` bugzilla
2022-06-06 20:05 ` bugzilla

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.