Firefox 1.5 is being EOL'd upstream in about 1 month. Currently I can't get the latest (and apparently 2nd to last ever) firefox1.5 point release to build on 10.3 (10.4 is ok) and would like to get that done so that when the 10.3 tree is EOL'd here, 10.3 users at least have the last version of it, since several other packages depend on the firefox1.5 package.
You can try my experimental firefox1.5.info and .patch files from here: http://cvs.snaggledworks.com/viewvc.cgi/fink/10.3/main/finkinfo/net/ There really isn't any difference between this version and the previous working point release, so I'm at a loss to know what could be causing the crash. From the error log below[1], sign.sh calls shlibsign -v -i foo.dylib, which is what then really fails because it's looking for dylibs that haven't been installed yet. The source is patched so that install_name_tool puts them in %p while they were originally as @executable_path, but keeping them as @executable_path also fails. So if anyone can help try to troubleshoot this, it would be appreciated. [1] error log: cd Darwin7.9.0_OPT.OBJ ; sh /sw/src/fink.build/firefox1.5-1.5.0.11-1/mozilla/security/nss/cmd/shlibsign/./sign.sh /sw/src/fink.build/firefox1.5-1.5.0.11-1/mozilla/dist \ /sw/src/fink.build/firefox1.5-1.5.0.11-1/mozilla/security/nss/cmd/shlibsign/Darwin7.9.0_OPT.OBJ Darwin \ /sw/src/fink.build/firefox1.5-1.5.0.11-1/mozilla/dist/lib /sw/src/fink.build/firefox1.5-1.5.0.11-1/mozilla/dist/lib/libsoftokn3.dylib /sw/src/fink.build/firefox1.5-1.5.0.11-1/mozilla/security/nss/cmd/shlibsign/Darwin7.9.0_OPT.OBJ/shlibsign -v -i /sw/src/fink.build/firefox1.5-1.5.0.11-1/mozilla/dist/lib/libsoftokn3.dylib NSS_Init failed: An I/O error occurred during security authorization. make[3]: *** [/sw/src/fink.build/firefox1.5-1.5.0.11-1/mozilla/dist/lib/libsoftokn3.chk] Error 1 make[3]: Leaving directory `/sw/src/fink.build/firefox1.5-1.5.0.11-1/mozilla/security/nss/cmd/shlibsign' make[2]: *** [libs] Error 2 Hanspeter ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel