Bug 12991 - PER_PACKAGE_DIRECTORIES problem with host/share/gettext
Summary: PER_PACKAGE_DIRECTORIES problem with host/share/gettext
Status: RESOLVED MOVED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2020.05
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: Thomas Petazzoni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-09 13:31 UTC by HiFiBerry (Daniel)
Modified: 2024-06-15 14:52 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description HiFiBerry (Daniel) 2020-06-09 13:31:49 UTC
Some packages create a symlink for gettext-tiny in
 .../per-package/PKGNAME/host/share

e.g.:

lrwxrwxrwx 72 matuschd matuschd   84 Jun  9 11:49 /home/matuschd/buildroot-4/per-package/xkeyboard-config/host/share/gettext -> /home/matuschd/buildroot-4/per-package/host-gettext-tiny/host/usr/share/gettext-tiny

However, cairo and fontconfig, create a directory with a subdirectory "its":

ls -l /home/matuschd/buildroot-4/per-package/python-pycairo/host/share/gettext
total 4
drwxr-xr-x 2 matuschd matuschd 4096 Jun  9 11:54 its


As the result, the final rsync fails as the directory is non-empty:

rsync -a --link-dest=/home/matuschd/buildroot-4/per-package/alsa-utils/host/ /home/matuschd/buildroot-4/per-package/alsa-utils/host/ /home/matuschd/buildroot-4/host
cannot delete non-empty directory: share/gettext
could not make way for new symlink: share/gettext
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]
Makefile:737: recipe for target 'host-finalize' failed
make[1]: *** [host-finalize] Error 23
Makefile:84: recipe for target '_all' failed
make: *** [_all] Error 2

This way, the PER_PACKAGE_DIRECTORY setting can't be used 

I'm not sure at what point this should be fixed
Comment 1 Yann E. MORIN 2024-06-15 14:52:52 UTC
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!