Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] error when i build buidroot
@ 2021-10-10  7:58 Esaïe Ledoux NJONGSSI KOUAM
  2021-10-10 12:00 ` Edgar Bonet
  0 siblings, 1 reply; 25+ messages in thread
From: Esaïe Ledoux NJONGSSI KOUAM @ 2021-10-10  7:58 UTC (permalink / raw)
  To: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 4388 bytes --]

Hey everybody ,
It is my first time to use buildroot. I have read the manual and i want to
use it for embedded linux projects .
So i have :
clone the project
build  for qemu_x86_64 by typing "qemu_x86_64_defconfig"
then type "make"

After that i have seen some error, i don't know how to solve it :

"rsync -a --ignore-times --exclude .svn --exclude .git --exclude .hg
--exclude .bzr --exclude CVS --chmod=u=rwX,go=rX --exclude .empty --exclude
'*~' system/skeleton/
/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/"

So this command generate a lot of errors :

rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/dev":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc/profile.d":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/media":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/mnt":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/opt":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/proc":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/root":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/run":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/sys":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/tmp":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/bin":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib":
Function not implemented (38)
rsync: [generator] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/sbin":
Function not implemented (38)
rsync: [receiver] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc/.group.nsk97w":
Function not implemented (38)
rsync: [receiver] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc/.hosts.yBRyXu":
Function not implemented (38)
rsync: [receiver] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc/.passwd.0Uncqt":
Function not implemented (38)
rsync: [receiver] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc/.profile.0E8enu":
Function not implemented (38)
rsync: [receiver] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc/.protocols.DJb4ew":
Function not implemented (38)
rsync: [receiver] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc/.services.AO2ruv":
Function not implemented (38)
rsync: [receiver] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc/.shadow.QE0FTt":
Function not implemented (38)
rsync: [receiver] failed to set permissions on
"/root/buildroot/output/host/x86_64-buildroot-linux-uclibc/sysroot/etc/profile.d/.umask.sh.IN0rhw":
Function not implemented (38)
rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1333) [sender=3.2.3]
make: *** [package/pkg-generic.mk:333 :
/root/buildroot/output/build/skeleton-init-common/.stamp_staging_installed]
Erreur 23

Please how can i fix that ?? Because i have not seen something talk about
how to avoid it

[-- Attachment #1.2: Type: text/html, Size: 4997 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2021-10-15  5:48 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-10  7:58 [Buildroot] error when i build buidroot Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 12:00 ` Edgar Bonet
2021-10-10 15:48   ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 15:49     ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 15:49       ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 17:27     ` Joachim Wiberg
2021-10-10 16:52       ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 19:57         ` Joachim Wiberg
2021-10-11 10:20           ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-11 20:24             ` Arnout Vandecappelle
2021-10-12 11:00               ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 12:41                 ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 12:56                   ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 13:01                   ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 17:41                     ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 20:52                       ` Peter Seiderer
2021-10-12 20:58                         ` Arnout Vandecappelle
2021-10-13 10:34                           ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-13 10:38                             ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-13 16:26                               ` Peter Seiderer
2021-10-14 11:35                                 ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-14 15:24                                   ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-14 19:30                                     ` Arnout Vandecappelle
2021-10-14 19:48                                       ` Peter Seiderer
2021-10-15  5:47                                         ` Esaïe Ledoux NJONGSSI KOUAM

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox