Andreas Dittrich wrote:
[]
there you go:
http://www.informatik.hu-berlin.de/~dittrich/shared-mime-info.txt

From this it is clear that the bug is in the distcc package (maintainer CCed): It has

grep -q -E '^ *MAKEFLAGS' %p/etc/distcc.conf && [etc.]

as the last command in its profile.d/distcc.sh script. This returns 1 if the line with MAKEFLAGS is commented out, as is the case by default. Every PostInstScript will fail if distcc.sh is the last script in profile.d that is executed from init.sh.

Andreas, if you run from a bash command line

source /sw/bin/init.sh && echo 0 || echo 1

I bet you get "1" as result. You should get "0".

As a short term remedy you can edit /sw/etc/profile.d/distcc.sh and put a "|| true" at the end of the last line. Or remove that script temporarily. Or simply remove the distcc package if you don't use it.

--
Martin



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to