* ERROR: dev-perl/Alien-Gnuplot-1.33.0::gentoo failed (configure phase): * Unable to build! * ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma-20200208-201054 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.2.0 * clang: clang version 9.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/9/bin llvm: 9.0.1 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.6 [3] python3.7 (fallback) [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.41.0 * java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.14.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm ghc: The Glorious Glasgow Haskell Compilation System, version 8.0.2 repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Fri, 14 Feb 2020 22:37:30 +0000 emerge -qpvO dev-perl/Alien-Gnuplot [ebuild N ] dev-perl/Alien-Gnuplot-1.33.0
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.