On 12-May-00 at 03:27, Alexander Mai ([EMAIL PROTECTED]) wrote: > On Thu, May 11, 2000 at 04:33:46PM -0400, Rick Scott wrote: > > Or watching the commits list. Either way, I'm always surprized how fast > > the new ones get snaped up. I'm configuring the 0.90.9 now, we'll see > > how it goes. I've added a couple of comments to make_release, based on > > your experience. After looking at it, I'm not sure why it didn't work for > > you when you where running make_release from somewhere other than the PWD. > > The cmp is using $0 as the current copy??? > > Hmm, no idea. > Perhaps one should log the output of cmp, i.e. instead of -s > send to a temporary file for debugging purposes. I fugure if you want to see the diff, do it yourself. I usually just execute the suggested mv command, and carry on. > > > Ok, now the trailing part of the log, I think you've seen most of it > already: > > for subdir in combobox grabshell notebook spinbox draw messages > translations container; do if test "$subdir" = .; then :; else test -d > ../../lesstif-0.90.9/test/Xm-2.0/$subdir || mkdir ../../lesstif-0.90.9/test/Xm-2.0/$subdir || exit 1; chmod 777 > ../../lesstif-0.90.9/test/Xm-2.0/$subdir; (cd $subdir && make > top_distdir=../../../lesstif-0.90.9/test > distdir=../../../lesstif-0.90.9/test/Xm-2.0/$subdir distdir) || exit 1; > fi; done chmod -R a+r lesstif-0.90.9 > chmod: lesstif-0.90.9/config.guess: Operation not permitted > chmod: lesstif-0.90.9/config.sub: Operation not permitted > chmod: lesstif-0.90.9/install-sh: Operation not permitted > chmod: lesstif-0.90.9/ltconfig: Operation not permitted > chmod: lesstif-0.90.9/ltmain.sh: Operation not permitted > chmod: lesstif-0.90.9/missing: Operation not permitted > chmod: lesstif-0.90.9/mkinstalldirs: Operation not permitted > chmod: lesstif-0.90.9/lib/Xlt/config.guess: Operation not permitted > chmod: lesstif-0.90.9/lib/Xlt/config.sub: Operation not permitted > chmod: lesstif-0.90.9/lib/Xlt/install-sh: Operation not permitted > chmod: lesstif-0.90.9/lib/Xlt/ltconfig: Operation not permitted > chmod: lesstif-0.90.9/lib/Xlt/ltmain.sh: Operation not permitted > chmod: lesstif-0.90.9/lib/Xlt/missing: Operation not permitted > chmod: lesstif-0.90.9/lib/Xlt/mkinstalldirs: Operation not permitted > chmod: lesstif-0.90.9/lib/Xbae/config.guess: Operation not permitted > chmod: lesstif-0.90.9/lib/Xbae/config.sub: Operation not permitted > chmod: lesstif-0.90.9/lib/Xbae/install-sh: Operation not permitted > chmod: lesstif-0.90.9/lib/Xbae/ltconfig: Operation not permitted > chmod: lesstif-0.90.9/lib/Xbae/ltmain.sh: Operation not permitted > chmod: lesstif-0.90.9/lib/Xbae/missing: Operation not permitted > chmod: lesstif-0.90.9/lib/Xbae/mkinstalldirs: Operation not permitted > *** Error code 1 (ignored) I'm not sure why this happens on terror. I suspect that it is somewhat expected, since it appears to be set to ignore the error in the Makefile. I don't see this on my box, only on terror. > tar chof - lesstif-0.90.9 | GZIP=--best gzip -c > lesstif-0.90.9.tar.gz > rm -rf lesstif-0.90.9 > Done. > > Moving the tar file to the ftp dir > Done. > > Something failed, no announcement made > > Now we let things settle down and perhaps roll a dice to find another > volunteer for 0.90.11 > > +++++++++++++ > > Still something to fix probably. > Ah, another glitch: make_release deletes silently "lesstif". > Better don't do this and issue an error so the user can safely > delete/remove it. This is where the checkouts go. If something fails along the way, I think it is important to leave this around so you can investigate. If that's a valid point, I don't like the idea of having to manually remove this each time. It is however worth a comment in the instructions. I am open to opinions either way... > > > -- > Alexander Mai > [EMAIL PROTECTED] > >
