On 9/4/2012 1:59 PM, Max Horn wrote: > Hi again, > On 04.09.2012, at 11:21, Hanspeter Niederstrasser wrote: > >> On 9/4/2012 7:22 AM, Hanspeter Niederstrasser wrote: >>> automake1.12-1.12.3-1 fails these tests: >>> >>> FAIL: t/distcheck-override-infodir.sh >>> FAIL: t/python-missing.sh >>> FAIL: t/txinfo3.sh >>> FAIL: t/txinfo13.sh >>> FAIL: t/txinfo16.sh >>> FAIL: t/txinfo22.sh >>> FAIL: t/txinfo23.sh >>> FAIL: t/txinfo24.sh >>> FAIL: t/txinfo25.sh >>> FAIL: t/txinfo28.sh >>> FAIL: t/txinfo33.sh >>> FAIL: t/txinfo-no-clutter.sh >>> FAIL: t/version7.sh >>> FAIL: t/vtexi4.sh >> >> On 10.6/*, all those (except for python-missing.sh which was OK) as well as >> this new failure: >> >> FAIL: t/objc-megademo.sh >> >> The failure for objc-megademo.sh is identical to that seen here: >> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11618 >> >> The 10.7 test-suite.log file is here: >> http://snaggledworks.com/fink/logs/automake1.12-1.12.3-1-test-suite.log > > Interesting. I just re-run the test, and I now do get one test failure (which > I didn't get in a previous run): > > FAIL: t/amhello-binpkg.sh > > Curiously, this is not among the failures you got ;). > >> >> t/distcheck-override-infodir.sh and t/python-missing.sh have patches in the >> linked bugs. The txinfo failures seem to be releated to install-info. > > Yes, and I specifically patched dpkg some time ago to resolve these issues. > Hm, and I just see that I added a bdep on dpkg >= 1.10.21-1233, but 1233 > still had a small problem, so it should be a bdep on dpkg >= 1.10.21-1234... > >> These machines do not have Justin's newer dpkg in testing. > > Neither am I using that. But I do wonder, what dpkg version do you have > installed? And regarding the python-missing test: Do you have any of the Fink > python packages installed? Finally, what do these commands say: > which python > ls /usr/bin/python* > /usr/bin/python --version
From the link in the original report, the python failure seems to be a race issue: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12210> This is an 8 core MBP, while the 10.6 system only has 4 cores. $ fink list dpkg i dpkg 1.10.21-1234 The Debian package manager $ which python /sw/bin/python $ ls /usr/bin/python* /usr/bin/python* /usr/bin/python2.6@ /usr/bin/pythonw* /usr/bin/python-config* /usr/bin/python2.6-config@ /usr/bin/pythonw2.5@ /usr/bin/python2.5@ /usr/bin/python2.7@ /usr/bin/pythonw2.6@ /usr/bin/python2.5-config@ /usr/bin/python2.7-config@ /usr/bin/pythonw2.7@ $ /usr/bin/python --version Python 2.7.1 $ /sw/bin/python --version Python 2.7.3 t/python-missing.sh is definitely fixed by http://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=1be71fc819e07c596e4d570844385fcd01f4cef0 (failed 6 of 8 w/out patch, succeeded 10/10 with when run manually) For t/distcheck-override-infodir.sh, I tried the patch from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12198 -> http://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=2bb6c94e04b100143a596ca31e2f1b60590f934e and while that allows the test to proceed further, it then fails with this: install-info --info-dir='/sw/build.build/automake1.12-1.12.3-1/automake-1.12.3/t/distcheck-override-infodir.dir/distcheck-override-infodir-1.0/_inst/blah/blah/foobar' --remove '/sw/build.build/automake1.12-1.12.3-1/automake-1.12.3/t/distcheck-override-infodir.dir/distcheck-override-infodir-1.0/_inst/blah/blah/foobar/main.info' install-info(/sw/build.build/automake1.12-1.12.3-1/automake-1.12.3/t/distcheck-override-infodir.dir/distcheck-override-infodir-1.0/_inst/blah/blah/foobar/main.info): no entry for file `main'. cp: /sw/share/info/dir.bak: Permission denied install-info(/sw/build.build/automake1.12-1.12.3-1/automake-1.12.3/t/distcheck-override-infodir.dir/distcheck-override-infodir-1.0/_inst/blah/blah/foobar/main.info): couldn't backup /sw/build.build/automake1.12-1.12.3-1/automake-1.12.3/t/distcheck-override-infodir.dir/distcheck-override-infodir-1.0/_inst/blah/blah/foobar/dir in /sw/share/info/dir.bak: Inappropriate ioctl for device Again, an info/dir problem. Hanspeter ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel