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

2021-02-20 Thread Sascha Steinbiss
Hi,

> 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.

Can this bug be closed then? I just checked the latest version (which is
even in buster) and there seems to be no sign of ploteig script; I also
did a quick grep through the source to confirm there are no more
hard-coded references to np29's home directory.

Cheers
Sascha



Bug#980765: eigensoft: absolute path to fixgreen in /usr/bin/ploteig

2021-01-21 Thread Tony Travis

On 21/01/2021 20:22, Juhani Numminen wrote:

[...]
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".


Hi, Juhani.

Thanks for forwarding my BUG report.

The problem with "reportbug" is that it needs an MTA configured on the 
system you are reporting from but most people like me using Ubuntu do 
not use "mutt" and a local MTA. Furthermore, the Ubuntu "apport" system 
is for reporting BUGs in Ubuntu and I realise that the Debian-Med team 
are the people doing the packaging of this software. I've also reported 
a BUG in "metaphlan2" to the Debian-Med list, but I will try my best to 
use "reportbug" again: The last time I tried I gave up in frustration!


Bye,

  Tony.

--
Minke Informatics Limited, Registered in Scotland - Company No. SC419028
Registered Office: 3 Donview, Bridge of Alford, AB33 8QJ, Scotland (UK)
tel. +44(0)19755 63548http://minke-informatics.co.uk
mob. +44(0)7985 078324mailto:tony.tra...@minke-informatics.co.uk



Bug#980765: eigensoft: absolute path to fixgreen in /usr/bin/ploteig

2021-01-21 Thread Juhani Numminen
Package: eigensoft
Version: 6.1.4+dfsg-1
Control: fixed -1 7.2.1+dfsg-1
X-Debbugs-Cc: Tony Travis , Debian Med 
Project List 

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@wildcat:/usr/local/src/bioinformatics/EIGENSOFT/EIG-6.1.4/bin# diff 
> -Naur ploteig /usr/bin/ploteig
> --- ploteig    2016-09-07 16:00:02.0 +0100
> +++ /usr/bin/ploteig    2021-01-21 19:24:39.535788738 +
> @@ -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