Skip to content

fix documentation about $f and $m

ec582c4
Select commit
Loading
Failed to load commit list.
Merged

fix documentation about $f and $m #419

fix documentation about $f and $m
ec582c4
Select commit
Loading
Failed to load commit list.
Cirrus CI / alpine-latest-clang failed Jan 27, 2026 in 26s

Task Summary

Instruction build failed in 00:06

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 00:17 install
❌ 00:06 build

checking for errx... yes
checking for warn... yes
checking for warnx... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
make distcheck
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory '/tmp/cirrus-ci-build'
make  distdir-am
make[2]: Entering directory '/tmp/cirrus-ci-build'
if test -d "scrot-1.12.1"; then find "scrot-1.12.1" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "scrot-1.12.1" || { sleep 5 && rm -rf "scrot-1.12.1"; }; else :; fi
/bin/mkdir -p "scrot-1.12.1"
 (cd src && make  top_distdir=../scrot-1.12.1 distdir=../scrot-1.12.1/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/tmp/cirrus-ci-build/src'
make  distdir-am
make[4]: Entering directory '/tmp/cirrus-ci-build/src'
make[4]: Leaving directory '/tmp/cirrus-ci-build/src'
make[3]: Leaving directory '/tmp/cirrus-ci-build/src'
test -n "" \
|| find "scrot-1.12.1" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/sh /tmp/cirrus-ci-build/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "scrot-1.12.1"
make[2]: Leaving directory '/tmp/cirrus-ci-build'
tardir=scrot-1.12.1 && false | eval GZIP= gzip -9 -c >scrot-1.12.1.tar.gz
make[1]: Leaving directory '/tmp/cirrus-ci-build'
if test -d "scrot-1.12.1"; then find "scrot-1.12.1" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "scrot-1.12.1" || { sleep 5 && rm -rf "scrot-1.12.1"; }; else :; fi
case 'scrot-1.12.1.tar.gz' in \
*.tar.gz*) \
  eval GZIP= gzip -dc scrot-1.12.1.tar.gz | false ;;\
*.tar.bz2*) \
  bzip2 -dc scrot-1.12.1.tar.bz2 | false ;;\
*.tar.bz3*) \
  bzip3 -dc scrot-1.12.1.tar.bz3 | false ;;\
*.tar.lz*) \
  lzip -dc scrot-1.12.1.tar.lz | false ;;\
*.tar.xz*) \
  xz -dc scrot-1.12.1.tar.xz | false ;;\
*.tar.Z*) \
  uncompress -c scrot-1.12.1.tar.Z | false ;;\
*.shar.gz*) \
  eval GZIP= gzip -dc scrot-1.12.1.shar.gz | unshar ;;\
*.zip*) \
  unzip scrot-1.12.1.zip ;;\
*.tar.zst*) \
  zstd -dc scrot-1.12.1.tar.zst | false ;;\
esac
make: *** [Makefile:744: distcheck] Error 1

Exit status: 2