-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/13/10 11:29 AM, Sean Lake wrote:
> Hello all,
> 
> Is this error message actually a problem?
> 
> Setting up applesystemfonts (1.1-1) ...
> find: /Network/Library/Fonts: No such file or directory
> Can't find an appropriate resource fork in /Library/Fonts/Brush Script
> /sw/bin/dpkg: error processing applesystemfonts (--install):
>  subprocess post-installation script returned error exit status 1
> Errors were encountered while processing:
>  applesystemfonts
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
> Failed: can't install package applesystemfonts-1.1-1
> 
> Thanks,
> Sean
> 

I believe the unhappy segment of the postinstall script is:

...
   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" ] || /sw32/bin/fondu -force
/Library/Fonts/"$file"
     done
...

fondu requires the files it reads to have resource forks or to _be_
resource forks.   I could send you a copy of my Brush Script.ttf


- -- 
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAky19w8ACgkQB8UpO3rKjQ/MLwCeKv/QJyYGY7fnsnlSSR7q7LXl
2AcAn1nNXXwxSVUQDQ9/yCGJIRtUotdK
=VEQU
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to