From be9e3b5f61d79341069be0fec2a59685b81e85bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 21 Jan 2020 15:43:37 +0100 Subject: [PATCH] autofs: strange brokeness on the musl builders It compiles just fine for *-musl here. This perhaps could be some bsdtar vs. tar issue when unpacking the distfile and needs investigation on the builders. --- srcpkgs/autofs/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index 4b32d15507e..681fe983583 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -19,6 +19,8 @@ CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/gssglue -I${XBPS_CROSS_BASE}/usr/includ case "$XBPS_TARGET_MACHINE" in *-musl) # sssd cannot be built for musl + # Something strange happens on the musl builders; works here + broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/25529/steps/shell_3/logs/stdio" ;; *) if [ -z "$CROSS_BUILD" ]; then makedepends+=" sssd-devel" @@ -29,6 +31,7 @@ esac pre_configure() { sed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch] sed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch] + # chmod +x configure } pre_build() {