This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] cygport, find ... -exec


Eric Blake wrote:
-----BEGIN PGP SIGNED MESSAGE-----
find ${B} -type f -exec touch -t $(date +%Y%m%d%H%M.%S) '{}' +;

Which version of find? I know there was an upstream bug report to findutils that 'find -exec {} +' was not sharing the same logic as xargs in 4.3.0, but that was supposed to be fixed in find 4.3.1. If it is a legitimate find bug, I'd like to get it fixed upstream.


findutils-4.3.1-2


BUT...I reverted the cygport patch and now can no longer trigger the error:

>>> Installing ncurses-5.5-3
----* was getting an error here, from __prepinstalldirs() *----
cd man && make DESTDIR="/usr/src/ncurses/foo/ncurses-5.5-3/inst" install
make[1]: Entering directory `/usr/src/ncurses/foo/ncurses-5.5-3/build/man'

So, erhm, nevermind...

--
Chuck

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]