Greetings! Steve Langasek <[EMAIL PROTECTED]> writes:
> On Mon, Sep 26, 2005 at 12:55:14PM -0400, Camm Maguire wrote: > > > > mkdir -p debian/tmp/usr/bin > > > > cd $(dirname $(find -name lamclean -perm +u+x -type f |grep -v debian)) > > > > && mv -f lamclean lamclean.old && ( /usr/bin/make -n lamclean | awk > > > > '/mkdir/ {next} /libtool/ { gsub("[^ > > > > ]*liblam\\.la","-L'/build/buildd/lam-7.1.1/debian/tmp/usr/lib' -llam > > > > -ldl"); gsub("[^ > > > > ]*libmpi\\.la","-L'/build/buildd/lam-7.1.1/debian/tmp/usr/lib' -llam > > > > -ldl"); gsub(" lamclean "," > > > > '/build/buildd/lam-7.1.1/debian/tmp/usr/bin/lamclean' "); print}' | > > > > bash -x -e || (mv lamclean.old lamclean && false)) && mv lamclean.old > > > > lamclean > > > ^^^^^^^^^^ > > > > Yeah, that'll be that crazy upstream findutils change that breaks -perm > > > +foo in the name of POSIX.. According to the thread on debian-devel, the > > > new syntax is apparently -perm /foo. :P > > > Lovely! But I've just upgraded, and still can't get find locally > > which follows this syntax. Is this change final? > > I don't understand. You're saying that findutils on your system doesn't > respect the -perm /u+x syntax? What version of findutils do you have > installed? > Yes, fresh apt-get install this morning: [EMAIL PROTECTED]:/fix/t1/camm/debian/lam/lam-7.1.1$ find -name lamclean -perm +u+x ./otb/lamclean ./otb/lamclean/lamclean ./debian/static/usr/lib/lam/bin/lamclean ./debian/shared/usr/lib/lam/bin/lamclean ./debian/lam-runtime/usr/bin/lamclean [EMAIL PROTECTED]:/fix/t1/camm/debian/lam/lam-7.1.1$ find -name lamclean -perm /u+x [EMAIL PROTECTED]:/fix/t1/camm/debian/lam/lam-7.1.1$ dpkg -l findutils Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-=====================-=====================-========================================================== ii findutils 4.2.24-1 utilities for finding files--find, xargs, and locate [EMAIL PROTECTED]:/fix/t1/camm/debian/lam/lam-7.1.1$ Take care, > -- > Steve Langasek Give me a lever long enough and a Free OS > Debian Developer to set it on, and I can move the world. > [EMAIL PROTECTED] http://www.debian.org/ -- Camm Maguire [EMAIL PROTECTED] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]