All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14271] New: compilation error with rsync command for permission
@ 2021-10-10 19:57 bugzilla
  2021-11-02 20:20 ` [Buildroot] [Bug 14271] " bugzilla
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2021-10-10 19:57 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 14271
           Summary: compilation error with rsync command for permission
           Product: buildroot
           Version: 2021.08
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: kouamdoux@gmail.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

>>> skeleton-init-common  Installing to staging directory
rsync -a --ignore-times --exclude .svn --exclude .git --exclude .hg --exclude
.bzr --exclude CVS --chmod=u=rwX,go=rX --exclude .empty --exclude '*~'
system/skeleton/
/home/ledoux/Documents/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

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

* [Buildroot] [Bug 14271] compilation error with rsync command for permission
  2021-10-10 19:57 [Buildroot] [Bug 14271] New: compilation error with rsync command for permission bugzilla
@ 2021-11-02 20:20 ` bugzilla
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2021-11-02 20:20 UTC (permalink / raw)
  To: buildroot

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

Thomas Petazzoni <thomas.petazzoni@bootlin.com> changed:

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

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
According to
https://unix.stackexchange.com/questions/671132/rsync-failed-to-set-permissions-for-a-local-copy-function-not-implemented
this doesn't seem to be a Buildroot issue, but an issue in the rsync version
your Linux distribution is using. Please update your rsync utility.

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

end of thread, other threads:[~2021-11-02 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-10 19:57 [Buildroot] [Bug 14271] New: compilation error with rsync command for permission bugzilla
2021-11-02 20:20 ` [Buildroot] [Bug 14271] " 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.