Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31732 - beecrypt-3.1.0 triggers sandbox violation & doesn't compile
Summary: beecrypt-3.1.0 triggers sandbox violation & doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-22 02:41 UTC by Dennis Freise
Modified: 2003-10-22 08:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Freise 2003-10-22 02:41:14 UTC
Here are the last lines of emerge-output I can see:

Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/latex/graphics/epsfig.sty
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/dvips.def))))
(/usr/share/texmf/tex/latex/dstroke/dsfont.sty)
No file _formulas.aux.
[1] [2] [3] (/usr/share/texmf/tex/latex/dstroke/Udsrom.fd)kpathsea: Running mktextfm dsrom10
ACCESS DENIED  mkdir:     /var/cache/fonts/tfm/public
mkdir: cannot create directory `/var/cache/fonts/tfm/public': Permission denied
kpsestat: /var/cache/fonts/tfm/public/..: No such file or directory
chmod: too few arguments
Try `chmod --help' for more information.
ACCESS DENIED  mkdir:     /var/cache/fonts/tfm/public/dstroke
mkdir: cannot create directory `/var/cache/fonts/tfm/public/dstroke': Permission denied
kpsestat: /var/cache/fonts/tfm/public/dstroke/..: No such file or directory
chmod: too few arguments
Try `chmod --help' for more information.
mktextfm: mktexdir /var/cache/fonts/tfm/public/dstroke failed.
kpathsea: Appending font creation commands to missfont.log.

! Font U/dsrom/m/n/10=dsrom10 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
<to be read again> 
                   relax 
l.15 $\mathds{Z}
                ^{*}_p$
[I had to press ctrl+c here to continue]
? ! Interruption.
extract@font ...ont font@name external@font relax 
                                                  font@name relax csname f@e...
l.15 $\mathds{Z}
                ^{*}_p$
? Caught signal 2

/usr/portage/dev-libs/beecrypt/beecrypt-3.1.0.ebuild: src_compile aborted; exiting.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-beecrypt-3.1.0-1224.log"

mkdir:     /var/cache/fonts/tfm/public
mkdir:     /var/cache/fonts/tfm/public/dstroke
--------------------------------------------------------------------------------
Comment 1 Martin Bergtholdt 2003-10-22 02:58:26 UTC
I have the exact same problem.
Comment 2 Henning Rohde 2003-10-22 04:20:42 UTC
HotFix: emerge it with USE="-doc"
Comment 3 Stefan Jones (RETIRED) gentoo-dev 2003-10-22 08:58:44 UTC
Ok, thanks for the testing, I was not sure if USE="doc" would work.

I guess using doxygen is not possible in sandbox; removing the doc option.
I doubt anyone would want the API docs anyway, if they do then a patch would
be welcome.