Summary: | dev-perl/Alien-Gnuplot-1.33.0 :the executable '/usr/bin/gnuplot' appears not to be gnuplot. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ago, gentoo, junghans, kentnl, sci, ulm |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=762790 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-perl:Alien-Gnuplot-1.33.0:20200214-230540.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 Fix parsing of gnuplot version in Gnuplot.pm |
Description
Toralf Förster
![]() Created attachment 613870 [details]
emerge-info.txt
Created attachment 613872 [details]
dev-perl:Alien-Gnuplot-1.33.0:20200214-230540.log
Created attachment 613874 [details]
emerge-history.txt
Created attachment 613876 [details]
environment
Created attachment 613878 [details]
etc.portage.tbz2
Created attachment 613880 [details]
temp.tbz2
> Alien::Gnuplot: the executable '/usr/bin/gnuplot' appears not to be gnuplot, or perhaps there was a problem running it. You can remove it or set your GNUPLOT_BINARY variable to an actual gnuplot. Your information doesn't help here. Please provide the output of `gnuplot -V` on a system that fails, to confirm that your GNU Plot both exists, and isn't broken. Also confirm what the output of GNUplot is when run in a terminal, after executing the command: > show version it should have the string G N U P L O T In it. https://metacpan.org/source/ZOWIE/Alien-Gnuplot-1.033/lib/Alien/Gnuplot.pm#L209-211 https://metacpan.org/source/ZOWIE/Alien-Gnuplot-1.033/lib/Alien/Gnuplot.pm#L209-211 https://metacpan.org/source/ZOWIE/Alien-Gnuplot-1.033/lib/Alien/Gnuplot.pm#L285-290 also, stupid paste buffer. Closing until more details can be provided to actually replicate this issue. *** Bug 753224 has been marked as a duplicate of this bug. *** Created attachment 681091 [details, diff]
Fix parsing of gnuplot version in Gnuplot.pm
Just add the attached patch to PATCHES variable of the .ebuild
*** Bug 762790 has been marked as a duplicate of this bug. *** The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2832cbcfbcefc77050a6f3ffeaa40e64f632f5f commit c2832cbcfbcefc77050a6f3ffeaa40e64f632f5f Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2021-01-24 17:28:18 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2021-01-24 17:28:53 +0000 dev-perl/Alien-Gnuplot: Fix gnuplot version detection Closes: https://bugs.gentoo.org/709670 Acked-by: Andreas K. Hüttel <dilfridge@gentoo.org> Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org> dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild | 4 +++- .../Alien-Gnuplot/files/Alien-Gnuplot-1.33.0-version.patch | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (In reply to David Haller from comment #11) > Created attachment 681091 [details, diff] [details, diff] > Fix parsing of gnuplot version in Gnuplot.pm Thank you for the patch. Fixed without revbump, because it is a build-time issue. |