[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#412726: marked as done (pst-eps: checkfile option in PSTtoEPS is ignored)



Your message dated Fri, 2 May 2008 18:01:04 +0200
with message-id <20080502160104.GA1500@PC23>
and subject line Re: Bug#412726: pst-eps: checkfile option in PSTtoEPS is ignored
has caused the Debian Bug report #412726,
regarding pst-eps: checkfile option in PSTtoEPS is ignored
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
412726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412726
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texlive-pstricks
Version: 2005.dfsg.3-1
Severity: normal

Independent of whether checkfile is set to true or false, a PSTricks warning
shows up whether the eps file can be overwritten:

(/usr/share/texmf-texlive/tex/latex/pstricks/pst-eps.sty
(/usr/share/texmf-texlive/tex/generic/pstricks/pst-eps.tex
v97 patch 1, 1997/05/05)) (./map.aux)

PSTricks warning:
!! File `map.eps' exists and will be erased if in current directory!
!! Make `map.eps'? (y=yes; n=no)

\pst@tempg=       

-- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. Don't forget to also include minimal examples of
other files that are needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##################################
minimal input file

\documentclass[letterpaper,12pt]{article}
\usepackage{pstricks}
\usepackage{pst-map2dII}
\usepackage{pst-eps}

\begin{document}

\PSTtoEPS[bbllx=-9,bblly=-4,bburx=10,bbury=9,checkfile=false,headers=all,makeeps=all*]{map.eps}{%

\begin{pspicture*}(-9,-4)(10,9)
\WorldMapII[maillage=false,all=true,level=5,borders=false,linewidth=0.01\pslinewidth,linecolor=gray]

\end{pspicture*}
}

\end{document}

##################################
other files

######################################
 List of ls-R files

-rw-r----- 1 arnout arnout 1434 2007-02-27 12:42 /home/arnout/texmf/ls-R
-rw-r--r-- 1 root root 1043 2007-02-27 08:20 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 2007-02-26 17:48 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 2007-01-15 19:19 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 2007-01-15 19:19 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE
######################################
 Config files
lrwxrwxrwx 1 root root 20 2007-02-26 17:48 /usr/share/texmf/web2c/texmf.cnf -> /etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 5303 2007-02-27 08:20 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 7281 2007-02-27 08:20 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 5446 2007-02-27 08:20 /var/lib/texmf/tex/generic/config/language.dat

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)

Versions of packages texlive-pstricks depends on:
ii  tetex-bin                  3.0-30        The teTeX programs
ii  texlive-common             2005.dfsg.3-1 TeX Live: Base component
ii  texlive-generic-recommende 2005.dfsg.3-1 TeX Live: Miscellaneous generic ma

texlive-pstricks recommends no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]         1.5.12     Debian configuration management sy
ii  ucf                           2.0020     Update Configuration File: preserv

Versions of packages texlive-pstricks is related to:
ii  tetex-base                  3.0.dfsg.3-5 Basic TeX input files of teTeX
ii  tetex-bin                   3.0-30       The teTeX programs
ii  tetex-extra                 3.0.dfsg.3-5 Additional TeX input files of teTe

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:


--- End Message ---
--- Begin Message ---
Version: 2007.dfsg.1-2

On 27.02.07 Arnout Boelens (aboelens@engin.umass.edu) wrote:

Hi,

> Package: texlive-pstricks
> Version: 2005.dfsg.3-1
> Severity: normal
> 
> Independent of whether checkfile is set to true or false, a PSTricks warning
> shows up whether the eps file can be overwritten:
> 
> (/usr/share/texmf-texlive/tex/latex/pstricks/pst-eps.sty
> (/usr/share/texmf-texlive/tex/generic/pstricks/pst-eps.tex
> v97 patch 1, 1997/05/05)) (./map.aux)
> 
> PSTricks warning:
> !! File `map.eps' exists and will be erased if in current directory!
> !! Make `map.eps'? (y=yes; n=no)
> 
> \pst@tempg=       
> 
This problem is fixed in pst-eps.tex (v 1.00) being contined in TL
2007 in Debian unstable. -> Closing. At least I can't reproduce it
with your minimal example.

H.
-- 
sigmentation fault


--- End Message ---

Reply to: