Bug#562364: transfig build failure

2010-03-05 Thread Michael Bienia
On 2010-02-16 15:47:36 -0800, Daniel Schepler wrote:
 I'm seeing this build failure still (or maybe again?) with texlive-extra 
 version 2009-7, which is supposed to have #562497 fixed:

The problem now seems to be that epstopdf ignores the --outfile in
--filter mode. I don't know if epstopdf itself is buggy or only its
documentation as epstopdf -h still lists -f in combination with -o in
the examples.

Anyways, with the following patch and texlive-font-utils instead of
texlive-extra-utils in Build-Depends the package builds again.

Michael

--- transfig-3.2.5.a/debian/patches/14_fig2mpdf.dpatch
+++ transfig-3.2.5.a/debian/patches/14_fig2mpdf.dpatch
@@ -318,7 +318,7 @@
 +  if (iPdfOutputs)
 +  {
 +  fprintf(ptCreateFile,   %s -L pstex -D +%d:%d %s, prog, 
depth, iStartDepth, from, szFileName);
-+  fprintf(ptCreateFile,  | epstopdf -f --outfile %s.pdf\n, 
szFileName, szFileName);
++  fprintf(ptCreateFile,  | epstopdf -f  %s.pdf\n, szFileName, 
szFileName);
 +  }
 +  else
 +  fprintf(ptCreateFile, %s -L pstex -D +%d:%d %s %s.eps\n, 
prog, depth, iStartDepth, from, szFileName);



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562364: transfig build failure

2010-02-18 Thread Hilmar Preusse
On 17.02.10 Daniel Schepler (dschep...@gmail.com) wrote:

Hi,

 I'm seeing this build failure still (or maybe again?) with texlive-extra 
 version 2009-7, which is supposed to have #562497 fixed:
 
At least for me the --filter option of epstopdf seems to work again:

hi...@sid:~ $ epstopdf --filter  a.ps  a.pdf
hi...@sid:~ $ file a.pdf
a.pdf: PDF document, version 1.4

hi...@sid:~ $ dpkg -l texlive-font-utils
Desired=Unknown/Install/Remove/Purge/Hold
|Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  texlive-font-u 2009-7 TeX Live: TeX and Outline font utilities

H.
-- 
O'Toole's commentary on Murphy's Law:
Murphy was an optimist.
  http://www.hilmar-preusse.de.vu/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562364: transfig build failure

2010-02-16 Thread Daniel Schepler
I'm seeing this build failure still (or maybe again?) with texlive-extra 
version 2009-7, which is supposed to have #562497 fixed:

...
LaTeX Warning: File `overlay-sample-0.pdf' not found on input line 45.


! Package pdftex.def Error: File `overlay-sample-0.pdf' not found.

See the pdftex.def package documentation for explanation.
Type  H return  for immediate help.
 ...  
  
l.45 \end{frame}

? 
! Emergency stop.
 ...  
  
l.45 \end{frame}

!  == Fatal error occurred, no output PDF file produced!
Transcript written on sample-presentation.log.
make[1]: *** [sample-presentation.pdf] Error 1
make[1]: Leaving directory `/tmp/buildd/transfig-3.2.5.a/fig2mpdf/doc'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

When I tried debugging, I found that texlive-font-utils wasn't even installed 
with the given Build-Depends, but adding it didn't seem to help at all either.
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002161547.36330.dschep...@gmail.com