Hi.
I am trying to install abiword from the unstable branch. As such, it builddepends upon applesystem fonts. I got the following error upon trying to install applesystemfonts:


 applesystemfonts
/var/tmp/tmp.1.fRffx4
find: /Network/Library/Fonts: No such file or directory
/var/tmp/tmp.1.fRffx4: line 3: fondu: command not found
.
. (about 40 of these lines)
.
/var/tmp/tmp.1.fRffx4: line 8: fondu: command not found
.
.(about 10 of these lines)
.
### execution of /var/tmp/tmp.1.fRffx4 failed, exit code 127
Failed: compiling applesystemfonts-1.0-15 failed

The contents of the file /var/tmp/tmp.1.fRffx4 are

#!/bin/sh
find /Library/Fonts /Network/Library/Fonts /System/Library/Fonts /Users/*/Library/Fonts -name \*.dfont -print | while read file; do
fondu -force "$file"
done
for file in "Arial" "Arial Black" "Arial Narrow" "Arial Rounded Bold" "Brush Script" \
"Comic Sans MS" "Courier New" "Georgia" "Inkpen2" "Opus" "Verdana" "Webdings" \
; do
[ ! -e /Library/Fonts/"$file" ] || fondu -force /Library/Fonts/"$file"
done


which is the same as the working contents of: /sw/fink/dists/unstable/main/finkinfo/x11/applesystemfonts.info

I removed /Network/Library/Fonts from the second line of applesystemfonts.info and got the same results. So, I don't think those lines appearing in the temporary file actually come from applesystemfonts.info.

Could someone steer me in the right direction, please?

Thank you.

Ed



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to