Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82813 - xcolor ebuild tries to break out of sandbox
Summary: xcolor ebuild tries to break out of sandbox
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 06:14 UTC by Richard Torkar
Modified: 2005-11-05 18:25 UTC (History)
1 user (show)

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 Richard Torkar 2005-02-21 06:14:47 UTC
When I try to emerge xcolor-2.00 it bails with a access violation summary.

Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge -u xcolor


Actual Results:  
>>> Source unpacked.
 * Extracting from /var/tmp/portage/xcolor-2.00/work/xcolor/xcolor.ins
>>> Test phase [not enabled]: dev-tex/xcolor-2.00

>>> Install xcolor-2.00 into /var/tmp/portage/xcolor-2.00/image/ category dev-tex
 * Making documentation: ./xcolor1.tex
 * Making documentation: ./xcolor2.tex
 * Making documentation: ./xcolor3.tex
 * Making documentation: ./xcolor.dtx
man:
prepallstrip:
strip: strip --strip-unneeded
>>> Completed installing xcolor-2.00 into /var/tmp/portage/xcolor-2.00/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-dev-tex_-_xcolor-2.00-7329.log"

mkdir:     /usr/share/texmf/fonts/tfm/jknappen
mkdir:     /usr/share/texmf/fonts/tfm/jknappen/tc
--------------------------------------------------------------------------------
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-21 15:21:08 UTC
Which version of tetex are you using? If you are using tetex-2.0.2-r5,
please upgrade to 2.0.2-r6 and try again.
Comment 2 Richard Torkar 2005-02-21 23:35:27 UTC
As far as I can see tetex-2.0.2-r6 is not available on stable, or am I wrong? This is what I get:

 root # emerge -pu tetex

These are the packages that I would merge, in order:

Calculating dependencies ...done!
 root # emerge -p tetex

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-text/tetex-2.0.2-r5

------------------------------

So you need to fix the xcolor ebuild?
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-22 00:45:17 UTC
If you stick to use stable version please remerge tetex-2.0.2-r5.
It's the same as -r6 but you need to remerge if you have broken
installation at the moment. If you emerged tetex-2.0.2-r5 from
10 Feb to 18 Feb you are likely to have corrupted tetex installation.
(i.e. it may or may not xcolor that is broken)
Sorry for any inconvenience.
Comment 4 Richard Torkar 2005-02-22 01:31:21 UTC
Re-emerging tetex-2.0.2-r5 makes xcolor behave nicely.
Works for me...
Comment 5 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-22 03:43:32 UTC
Thanks for the report. I assume this won't be an issue after
marking -r6 stable.
Comment 6 Daniel Brown 2005-02-25 22:58:17 UTC
I experienced the same problem with ptex-3.1.4-r2. Re-emerging it also made xcolor behave nicely.
Comment 7 Ed Catmur 2005-07-26 07:30:51 UTC
Experienced similar with tetex-3.0-r2 (~x86):

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-dev-tex_-_xcolor-2.00-20311.log"

access_wr: /usr/share/texmf/fonts
access_wr: /usr/share/texmf/fonts
--------------------------------------------------------------------------------

Can be fixed (like other tex sandbox violations) with:

VARTEXFONTS="${T}" TEXMFVAR="${T}" USE_TEXMFVAR=1

in /etc/portage/bashrc or in ebuild.
Comment 8 Ed Catmur 2005-11-05 18:25:14 UTC
ping