Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188044 - gnustep-base/gnustep-back-art-0.12.0 Access Violation (want to delete my fonts?)
Summary: gnustep-base/gnustep-back-art-0.12.0 Access Violation (want to delete my fonts?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-07 20:06 UTC by Federico Ferri (RETIRED)
Modified: 2007-08-08 20:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
sandbox-gnustep-base_-_gnustep-back-art-0.12.0-15285.log (sandbox-gnustep-base_-_gnustep-back-art-0.12.0-15285.log,15.50 KB, text/plain)
2007-08-07 20:07 UTC, Federico Ferri (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Ferri (RETIRED) gentoo-dev 2007-08-07 20:06:45 UTC
I get an ACCESS VIOLATION error emerging this ebuild (from 'gnustep' overlay)
attached is the sandbox log.

sorry, I tried to look for the problem both in the ebuild and in the GNUmakefile, but I do not see any remove action performed by anyone :(
Comment 1 Federico Ferri (RETIRED) gentoo-dev 2007-08-07 20:07:45 UTC
Created attachment 127206 [details]
sandbox-gnustep-base_-_gnustep-back-art-0.12.0-15285.log
Comment 2 Federico Ferri (RETIRED) gentoo-dev 2007-08-07 20:10:34 UTC
hmm... this may be of help.
*before* the ACCESS DENIED errors, I get:

make[1]: Leaving directory `/var/tmp/portage/gnustep-base/gnustep-back-art-0.12.0/work/gnustep-back-0.12.0/Fonts'
 * Generating nfonts support files
warning: couldn't fully parse 'CarToon' (ComicsCarToon)
warning: couldn't fully parse 'Normal' (Old-Town-Normal)
warning: couldn't fully parse 'Script' (ShalomScript)
warning: couldn't fully parse 'Caps' (GreenCaps)
warning: couldn't fully parse 'Normal-Italic' (Baskerville-Normal-Italic)
warning: couldn't fully parse 'Normal' (Agate-Normal)
unable to open /usr/share/fonts/freefonts/capri.pfb, ignoring
warning: couldn't fully parse 'Normal-Italic' (Goudy-Old-Style-Normal-Italic)
warning: couldn't fully parse 'Normal' (Eras-Normal)
warning: couldn't fully parse 'Stone' (Ann-Stone)
warning: couldn't fully parse 'Normal-Italic' (Bodoni-Normal-Italic)
warning: couldn't fully parse 'Script' (Rechtman-Script)
warning: couldn't fully parse 'Normal' (Slogan-Normal)
warning: couldn't fully parse 'Stick' (ShalomStick)
warning: couldn't fully parse 'Fire' (CracklingFire)
warning: couldn't fully parse 'Normal' (Old-TownExt-Normal)
warning: couldn't fully parse 'Crary' (LauraMcCrary)
warning: couldn't fully parse 'Gothic' (PerryGothic)
warning: couldn't fully parse 'OldStyle' (ShalomOldStyle)
unable to open /usr/share/fonts/freefonts/postanti.pfb, ignoring
warning: couldn't fully parse 'Fold' (Shohl-Fold)
warning: couldn't fully parse 'Normal' (ParkAvenue-Normal)
warning: couldn't fully parse 'Normal' (Old-TownCnd-Normal)
unable to open /usr/share/fonts/freefonts/linotext.pfb, ignoring
unable to open /usr/share/fonts/freefonts/old_town.pfb, ignoring
warning: couldn't fully parse 'Normal' (Baskerville-Normal)
warning: couldn't fully parse 'Normal' (wasy10Normal)
warning: couldn't fully parse 'Normal' (Goudy-Old-Style-Normal)
warning: couldn't fully parse 'ANN' (Elizabeth-ANN)
warning: couldn't fully parse 'Normal' (Bodoni-Normal)
warning: couldn't fully parse 'Script' (Dobkin-Script)
warning: couldn't fully parse 'Normal-Italic' (Agate-Normal-Italic)
ACCESS DENIED  unlink:    /usr/share/fonts/sharefonts/romeo.pfb
[...]
Comment 3 Bernard Cafarelli gentoo-dev 2007-08-07 23:57:57 UTC
This is most probably caused by gnustep-base/mknfonts, current version in portage may try to remove the original fonts when run.

I have updated gnustep-back-art ebuild to force new enough mknfonts (0.5-r1 from the overlay too), can you sync and try again? 
Comment 4 Mark Tiefenbruck 2007-08-08 08:38:37 UTC
I had a similar problem with this package. It tried to mkdir /root/GNUstep. I made that for it, and then it tried to mkdir /root/GNUstep/Library. After I made that for it, the compile worked.
Comment 5 Bernard Cafarelli gentoo-dev 2007-08-08 09:00:22 UTC
/root/GNUstep sandbox violation is bug #159261 (also fixed in the overlay)
Comment 6 Federico Ferri (RETIRED) gentoo-dev 2007-08-08 20:02:43 UTC
ok thanks!