https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-visualization/gnuplot-5.4.0-r1 fails tests. Discovered on: amd64 (internal ref: ci)
Created attachment 670181 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Possible context of error(s): ./configure: line 2699: 0: command not found
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595462e0045e2dbee2561bb03c479249541b1b62 commit 595462e0045e2dbee2561bb03c479249541b1b62 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2020-11-06 14:15:51 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2020-11-06 14:18:50 +0000 sci-visualization/gnuplot: Use virtualx for tests. Closes: https://bugs.gentoo.org/753314 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org> sci-visualization/gnuplot/gnuplot-5.4.0-r1.ebuild | 4 ++-- sci-visualization/gnuplot/gnuplot-5.4.0-r100.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
(In reply to Agostino Sarubbo from comment #2) > Possible context of error(s): > > ./configure: line 2699: 0: command not found This is unrelated, and completely harmless. There's an "if 0; then" in configure which fails but evaluates to false as intended.
(In reply to Ulrich Müller from comment #4) > (In reply to Agostino Sarubbo from comment #2) > > Possible context of error(s): > > > > ./configure: line 2699: 0: command not found > > This is unrelated, and completely harmless. There's an "if 0; then" in > configure which fails but evaluates to false as intended. this is an automatic grep about the possible failures
(In reply to Larry the Git Cow from comment #3) Virtual X doesn't fix it. The map_projection.dem test still fails if gnuplot was configured without mouse support. Reopening.
Reported upstream: https://sourceforge.net/p/gnuplot/bugs/2350/
*** Bug 753329 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=1b848fb4b8210856956b26752c71762d833e2a7b commit 1b848fb4b8210856956b26752c71762d833e2a7b Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2020-11-07 04:05:36 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2020-11-07 04:07:45 +0000 sci-visualization/gnuplot: Fix test failure. Patch from upstream. Closes: https://bugs.gentoo.org/753314 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org> .../gnuplot/files/gnuplot-5.4.0-no-mouse.patch | 27 ++++++++++++++++++++++ .../gnuplot/gnuplot-5.4.0-r100.ebuild | 6 ++--- ...lot-5.4.0-r1.ebuild => gnuplot-5.4.0-r2.ebuild} | 6 ++--- sci-visualization/gnuplot/gnuplot-5.5.9999.ebuild | 3 +-- 4 files changed, 34 insertions(+), 8 deletions(-)