Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 312343

Summary: dev-util/coccinelle-0.2.1 fails to build with USE=doc
Product: Gentoo Linux Reporter: August Hörandl <hoea>
Component: Current packagesAssignee: Alexis Ballier <aballier>
Status: RESOLVED FIXED    
Severity: normal CC: ml, tex
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description August Hörandl 2010-03-31 09:52:26 UTC
USE="doc" emerge -va coccinelle

Reproducible: Always

Actual Results:  
...
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ifgeob10
ACCESS DENIED  mkdir:        /var/cache/fonts/pk/ljfour
mkdir: kann Verzeichnis »././var/cache/fonts/pk/ljfour« nicht anlegen: Keine Berechtigung
mktexpk: /usr/share/texmf/web2c/mktexdir /var/cache/fonts/pk/ljfour/public/ifsym failed.
kpathsea: Appending font creation commands to missfont.log.
(see the transcript file for additional information)
!pdfTeX error: pdflatex (file ifgeob10): Font ifgeob10 at 600 not found
 ==> Fatal error occurred, no output PDF file produced!
make[2]: *** [main_options.pdf] Fehler 70
make[2]: Leaving directory `/mnt/data/portage/portage/dev-util/coccinelle-0.2.1/work/coccinelle-0.2.1/docs/manual'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/mnt/data/portage/portage/dev-util/coccinelle-0.2.1/work/coccinelle-0.2.1/docs'
make: *** [docs] Fehler 2
 * ERROR: dev-util/coccinelle-0.2.1 failed:
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  54:  Called src_compile
 *   environment, line 934:  Called die
 * The specific snippet of code:
 *           emake docs || die;
 * 
 * If you need support, post the output of 'emerge --info =dev-util/coccinelle-0.2.1',
 * the complete build log and the output of 'emerge -pqv =dev-util/coccinelle-0.2.1'.
 * The complete build log is located at '/mnt/data/portage/portage/dev-util/coccinelle-0.2.1/temp/build.log'.
 * The ebuild environment file is located at '/mnt/data/portage/portage/dev-util/coccinelle-0.2.1/temp/environment'.
 * S: '/mnt/data/portage/portage/dev-util/coccinelle-0.2.1/work/coccinelle-0.2.1'
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE "/var/log/sandbox/sandbox-7029.log"

VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: mkdir
S: deny
P: ././var/cache/fonts/pk/ljfour
A: /var/cache/fonts/pk/ljfour
R: /var/cache/fonts/pk/ljfour
C: mkdir ././var/cache/fonts/pk/ljfour 
--------------------------------------------------------------------------------



this works:
USE="-doc" emerge -va coccinelle
Comment 1 August Hörandl 2010-03-31 09:53:32 UTC
Created attachment 225917 [details]
emerge --info
Comment 2 August Hörandl 2010-04-05 13:11:23 UTC
Additional info:
FEATURES="-sandbox" emerge -va coccinelle
with USE=doc builds and installs ok.
Afterwards
emerge -va coccinelle
with USE=doc builds and installs ok.

So the problems seems to be latex building some fonts.
Comment 3 Alexis Ballier gentoo-dev 2010-04-06 11:55:21 UTC
should be fixed now, thanks for the report