You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to rebuild samba so that a runtime dependency could be added to a library package so that the ldd-check test pipeline would pass but unfortunately samba fails to build from source.
2025/01/26 17:21:06 ERRO failed to build package: unable to lint package samba: linter "dev" failed on package "samba": open var/lib/samba/bind-dns: permission denied; suggest: If this package is creating /dev nodes, it should use udev instead; otherwise, remove any files in /dev
linter "infodir" failed on package "samba": open var/lib/samba/bind-dns: permission denied; suggest: Remove /usr/share/info/dir from the package (run split/infodir)
linter "tempdir" failed on package "samba": open var/lib/samba/bind-dns: permission denied; suggest: Remove any offending files in temporary dirs in the pipeline
linter "varempty" failed on package "samba": open var/lib/samba/bind-dns: permission denied; suggest: Remove any offending files in /var/empty in the pipeline
make[1]: *** [Makefile:99: packages/x86_64/samba-4.21.3-r2.apk] Error 1
make[1]: Leaving directory '/home/user/src/wolfi-os'
make: *** [Makefile:89: package/samba] Error 2
The text was updated successfully, but these errors were encountered:
I was trying to rebuild samba so that a runtime dependency could be added to a library package so that the ldd-check test pipeline would pass but unfortunately samba fails to build from source.
The text was updated successfully, but these errors were encountered: