On Mar 23, 2012, at 4:21 PM, Derek Homeier wrote: > Hi, > > when I am trying to build and install any of the 6 modules below > in a clean fink tree with testing turned on, it fails due to unresolved > dependencies, but gives no information on the dependencies. > >> fink --validate=on --tests=on --build-as-nobody update io-socket-ssl-pm5100 >> > Information about 11389 packages read in 1 seconds. > Validating package file > /sw32/fink/dists/stable/main/finkinfo/libs/perlmods/io-socket-ssl-pm.info... > Package looks good! > The following package will be installed or updated: > io-socket-ssl-pm5100 > The following 5 additional packages will be installed: > libwww-pm5100 module-cpants-analyse-pm5100 net-http-pm5100 net-ssleay-pm5100 > test-kwalitee-pm5100 > Do you want to continue? [Y/n] > Failed: Problem resolving dependencies. Check for circular dependencies. > > Since it works after installing one of them without --tests=on, I realize it > must be due to the > additional test dependencies. So I don't know whether this should be > considered a bug, > but thought you might want to know. >
Yeah, it's the TestDepends on test-kwalitee-pm5100 in net-ssleay-pm5100. That depends on libwww-pm5100 which depends on net-http-pm5100 which depends on io-socket-ssl-pm5100 which depends on net-ssleay-pm5100… Aren't circular dependencies fun? I removed test-kwalitee-pm5100 since it's an optional test. > I also noted that the following packages fail their test suites on 10.6/32bit: > compress-raw-bzip2-pm5100-2.037-1 io-compress-pm5100-2.037-1 > module-find-pm5100-0.10-1 > compress-raw-zlib-pm5100-2.037-1 io-socket-inet6-pm5100-2.67-1 > socket6-pm5100-0.23-1 > encode-pm5100-2.44-1 locale-gettext-pm5100-1.05-2 > > Let me know if you want the detailed error output. > > Cheers, > Derek > Bleh, I hate fat perl. This is not an unusual issue with perl tests on 10.6/i386. Make sure that test-simple-pm5100 is installed and if not try again. Other than that, someone else will have to look at it since I don't have a 10.6 system anymore to test with. Daniel ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
