texlive issues

2012-02-13 Thread Adam Golebiowski
While trying to rebuild VirtualBox against libpng-1.5 it failed with
some misleading message in %install (missing VBox.png). 

I narrowed it down to pdflatex call:
$ cd ~/rpm/BUILD/VirtualBox-4.1.8_OSE
$ ./kBuild/bin/linux.amd64/kmk_redirect -w+ti /dev/null -C 
out/linux.amd64/release/obj/manual/en_US -- pdflatex -halt-on-error 
-interaction batchmode UserManual.tex
This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
%-line parsing enabled.
pdflatex: fatal: Could not undump 1 4-byte item(s).
$

After some google-fo I run `sudo fmtutil-sys --all' and it helped. 
VirtualBox builds now, so does vice (this one fails aon texi2dvi call).

Are we missing fmtutil-sys call somewhere in texlive-*'s %post ?

-- 
adamg
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: texlive issues

2012-02-13 Thread Zsolt Udvari
I think doesn't need to call with option `--all'. If you'll see
texlive-texmf.spec you can see an `fmtutil' call.
Maybe need to rebuild because of upgrade of libpng.

2012/2/13 Adam Golebiowski ad...@pld-linux.org:
 While trying to rebuild VirtualBox against libpng-1.5 it failed with
 some misleading message in %install (missing VBox.png).

 I narrowed it down to pdflatex call:
 $ cd ~/rpm/BUILD/VirtualBox-4.1.8_OSE
 $ ./kBuild/bin/linux.amd64/kmk_redirect -w+ti /dev/null -C 
 out/linux.amd64/release/obj/manual/en_US -- pdflatex -halt-on-error 
 -interaction batchmode UserManual.tex
 This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
 %-line parsing enabled.
 pdflatex: fatal: Could not undump 1 4-byte item(s).
 $

 After some google-fo I run `sudo fmtutil-sys --all' and it helped.
 VirtualBox builds now, so does vice (this one fails aon texi2dvi call).

 Are we missing fmtutil-sys call somewhere in texlive-*'s %post ?

 --
 adamg
 ___
 pld-devel-en mailing list
 pld-devel-en@lists.pld-linux.org
 http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: texlive issues

2012-02-13 Thread Arkadiusz Miƛkiewicz
On Monday 13 of February 2012, Zsolt Udvari wrote:
 I think doesn't need to call with option `--all'. If you'll see
 texlive-texmf.spec you can see an `fmtutil' call.
 Maybe need to rebuild because of upgrade of libpng.

rebuild actually caused the issue (and note that we still use texlive 2008).

 
 2012/2/13 Adam Golebiowski ad...@pld-linux.org:
  While trying to rebuild VirtualBox against libpng-1.5 it failed with
  some misleading message in %install (missing VBox.png).
  
  I narrowed it down to pdflatex call:
  $ cd ~/rpm/BUILD/VirtualBox-4.1.8_OSE
  $ ./kBuild/bin/linux.amd64/kmk_redirect -w+ti /dev/null -C
  out/linux.amd64/release/obj/manual/en_US -- pdflatex -halt-on-error
  -interaction batchmode UserManual.tex This is pdfTeXk, Version
  3.1415926-1.40.9 (Web2C 7.5.7)
  %-line parsing enabled.
  pdflatex: fatal: Could not undump 1 4-byte item(s).
  $
  
  After some google-fo I run `sudo fmtutil-sys --all' and it helped.
  VirtualBox builds now, so does vice (this one fails aon texi2dvi call).
  
  Are we missing fmtutil-sys call somewhere in texlive-*'s %post ?
  
  --
  adamg
  ___
  pld-devel-en mailing list
  pld-devel-en@lists.pld-linux.org
  http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
 
 ___
 pld-devel-en mailing list
 pld-devel-en@lists.pld-linux.org
 http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


-- 
Arkadiusz MiƛkiewiczPLD/Linux Team
arekm / maven.plhttp://ftp.pld-linux.org/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en