On 5/28/2012 6:16 PM, Héctor Urbina wrote: > OK, my log is here http://pastebin.com/wLZTbmNM, but I'm not sure what > to compare between the logs. It doesn't seem to be a missing > dependency. > > So, how can I turn off all of the -Werror?
torque has several issues, not the least of which is that it doesn't declare a BuildDepends on tcltk-dev and so links to whichever tcltk it finds (system or Fink's). That's a different issue from -Werror, however. torque builds OK here on 10.6/* on a clean system, without any warning when compiling iff2.c, so more than a missing dependency, it might be an existing package that is causing the warning->error to appear. Héctor, if you can try the following, it might help us narrow the failure: 1) install the package 'fink-package-precedence', 2) edit /sw/fink/dists/stable/main/finkinfo/utils/torque.info and modify --disable-dependency-tracking on line 13 to --enable-dependency-tracking 3) try to rebuild torque 4) when it fails, cd into /sw/src/fink.build/torque-2.4.6-5/torque-2.4.6 and run the following command (include the period at the end): fink-package-precedence --prohibit-bdep=torque-dev . That should give us a list of packages Fink used when building torque. The only package should be tcltk-dev. Anything else is a spurious result. Also, have you installed any non-Apple or non-Fink compiler? Finally, torque-2.4.6 is over 2 years old, with 3 newer micro releases, a newer minor release, and 2 newer major releases, so it could probably use an update (maintainer cc'd so he can work on fixing his package). Plus, the perl -pie that removes -Werror is incomplete. 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-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
