Gentoo Archives: gentoo-science

From: "Andrey G. Grozin" <A.G.Grozin@×××××××.su>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] freemat-2.0 at gentooscience.org
Date: Tue, 29 Aug 2006 20:46:52
Message-Id: Pine.LNX.4.64.0608300338120.6744@star.inp.nsk.su
In Reply to: Re: [gentoo-science] freemat-2.0 at gentooscience.org by Vadim
1 On Tue, 29 Aug 2006, Vadim wrote:
2 > I almost build succesfully, but I get some error on the very last step.
3 > I suspect the problem is somewhere in general config, rather than in
4 > particular "matio", but googling did not help for me.
5 >
6 > Can you please help me?
7 >
8 > Error is:
9 >
10 > ....
11 > mv latex/refman.pdf latex/libmatio.pdf
12 > make[1]: Leaving directory `/var/tmp/portage/matio-1.3.0/work/matio/doxygen'
13 > make[1]: Entering directory `/var/tmp/portage/matio-1.3.0/work/matio'
14 > make[1]: Nothing to be done for `all-am'.
15 > make[1]: Leaving directory `/var/tmp/portage/matio-1.3.0/work/matio'
16 > >>> Source compiled.
17 > --------------------------- ACCESS VIOLATION SUMMARY
18 > ---------------------------
19 > LOG FILE = "/var/log/sandbox/sandbox-sci-libs_-_matio-1.3.0-25187.log"
20 >
21 > access_wr: /usr/share/texmf/fonts
22 > mkdir: /var/cache/fonts/tfm
23 > access_wr: /usr/share/texmf/fonts
24 > mkdir: /var/cache/fonts/tfm
25 > --------------------------------------------------------------------------------
26 > !!! This ebuild is from an overlay: '/usr/local/sci'
27 >
28 Arrgh!!
29
30 This kind of access violation again. I was told that they have been fixed
31 once and for all.
32
33 This has nothing to do with matio. This sort of thing happend to me
34 innumerable times, for various packages. What happens:
35
36 1. Some ebuild (usually with the USE flag "doc") starts latex
37 2. Some font used in the latex file has not yet been used on this
38 particular computer
39 3. latex starts metafont to generate this font
40 4. metafont wants to write it to /var/cache/fonts
41 5. This triggers sandbox violation
42
43 I don't know how to fight against this. The only way seems to emerge with
44 sandboxing switched off. The next time the same package can be emerged in
45 the normal way, because all fonts used in its documentation has been
46 already generated.
47
48 This is *absolutely* generic problem, and something should be done about
49 it.
50
51 Andrey
52 --
53 gentoo-science@g.o mailing list

Replies

Subject Author
Re: [gentoo-science] freemat-2.0 at gentooscience.org Markus Dittrich <markusle@g.o>