Your message dated Sun, 17 Jan 2010 16:54:38 +0100
with message-id <20100117155438.ga3...@atlan>
and subject line Re: Bug#447324: gnuplot: save command needs kpsexpand
has caused the Debian Bug report #447324,
regarding gnuplot: save command needs kpsexpand
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 [email protected]
immediately.)
--
447324: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447324
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnuplot
Version: 4.0.0-5
Severity: normal
The save command seems to depend on kpsexpand, which is provided by
tetex-bin package.
The following script is for the test:
#!/bin/sh
echo "### Print gnuplot version ###"
/usr/bin/gnuplot -V
echo "### test for save command ###"
/usr/bin/gnuplot <<EOF
save "foo"
EOF
# end of script
The result without tetex-bin package is:
### Print gnuplot version ###
gnuplot 4.0 patchlevel 0
### test for save command ###
sh: kpsexpand: command not found
sh: kpsexpand: command not found
Hence it seems to be that gnuplot or (gnuplot-nox and gnuplot-x11)
should depend on tetex-bin.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (1000, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Versions of packages gnuplot depends on:
ii gnuplot-nox 4.0.0-5 A command-line driven interactive
ii gnuplot-x11 4.0.0-5 X11-terminal driver for gnuplot
gnuplot recommends no packages.
-- debconf information:
* gnuplot/setuid: false
--- End Message ---
--- Begin Message ---
On Mon, Jan 18, 2010 at 12:20:46AM +0900, [email protected] wrote:
> Dear Thomas,
>
> > > The following script is for the test:
> > >
> > > #!/bin/sh
> > > echo "### Print gnuplot version ###"
> > > /usr/bin/gnuplot -V
> > >
> > > echo "### test for save command ###"
> > > /usr/bin/gnuplot <<EOF
> > > save "foo"
> > > EOF
> > > # end of script
>
> (snip)
>
> >
> > This seems to work with the current gnuplot in unstable.
>
> Thank you for your report. I confirmed that this also works
> with gnuplot in testing (4.2.6-1).
Thanks. I'm not the maintainer, but I'm still closing this bug report.
Thanks
Thomas
--- End Message ---