[Debian-med-packaging] Bug#980765: eigensoft: absolute path to fixgreen in /usr/bin/ploteig

Juhani Numminen juhaninumminen0 at gmail.com
Thu Jan 21 20:22:30 GMT 2021


Package: eigensoft
Version: 6.1.4+dfsg-1
Control: fixed -1 7.2.1+dfsg-1
X-Debbugs-Cc: Tony Travis <tony.travis at minke-informatics.co.uk>, Debian Med Project List <debian-med at lists.debian.org>

Tony Travis kirjoitti 21.1.2021 klo 21.39:
> Hi,
> 
> I still struggle to know the best way to report errors I find running Debian-Med packages under Ubuntu, so I'm just going to report it here.
> 
> There is an absolute path to "fixgreen" in the "ploteig" script in the "eigensoft" package. Sorry I'm not a true Debianista and before I get told off the Debian reporting tools don't work under Ubuntu. I obtained a copy of "fixgreen" from the EIG5.0.2.tgz distribution tarball.
> 
> Thanks again for all your hard work maintaining Debian-Med,
> 
>   Tony.
> 
> root at wildcat:/usr/local/src/bioinformatics/EIGENSOFT/EIG-6.1.4/bin# diff -Naur ploteig /usr/bin/ploteig
> --- ploteig    2016-09-07 16:00:02.000000000 +0100
> +++ /usr/bin/ploteig    2021-01-21 19:24:39.535788738 +0000
> @@ -1,4 +1,8 @@
> -#!/usr/local/bin/perl  -w
> +#!/usr/bin/perl  -w
> +#@(#)ploteig  2021-01-21  last modified by A.J.Travis
> +#
> +# Removed absolute path to "fixgreen"
> +#
> 
>  ### ploteig -i eigfile -p pops -c a:b [-t title] [-s stem] [-o outfile] [-x] [-k]  [-y] [-z sep] -r colorstring -m xmul -n ymul
>  use Getopt::Std ;
> @@ -135,7 +139,7 @@
>    $psfile  =~ s/xtxt/ps/ ;
>   }
>  system "gnuplot < $gnfile > $psfile" ;
> -system "/home/np29/bin/fixgreen  $psfile" ;
> +system "fixgreen  $psfile" ;
>  system "ps2pdf  $psfile " ;
>  }
>  unlink (@T) unless $keepflag ;

The bug system works by email, so I am forwarding this for filing there.
I'll also mark the bug fixed in a certain version because it looks like
the ploteig script disappeared at that point.

Even on Ubuntu, the reportbug package is supposed to work, sorry to hear
if does not. The command to use would be "reportbug -B debian eigensoft".

--
Juhani Numminen



More information about the Debian-med-packaging mailing list