Bug#803028: emscripten uses deprecated find -perm +xxx syntax, please switch to find -perm /+++
Andreas Metzler
ametzler at debian.org
Mon Oct 26 07:29:52 UTC 2015
Package: emscripten
Version: 1.22.1-1
User: ametzler at debian.org
Usertags: find-perm-plus
Hello,
the emscripten package uses find -perm +xxx. This GNU extension
syntax is deprecated and does not work in GNU findutils 4.5.11 and
later. Please change to find -perm /xxx instead.
The new syntax was introduced in 4.2.25 (October 2005) and should
therefore be available on any relevant system.
--------------
ametzler at argenau:/tmp/FINDPERM$ grep -r -- '-perm +' emscripten-1.22.1
emscripten-1.22.1/tests/freealut/Makefile.in: find . -type f \! -perm +222 \! -name "*.sh" -exec chmod +w {} \;
emscripten-1.22.1/tests/freealut/Makefile.am: find . -type f \! -perm +222 \! -name "*.sh" -exec chmod +w {} \;
--------------
cu Andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
More information about the Pkg-llvm-team
mailing list