Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 753314 - sci-visualization/gnuplot-5.4.0-r1 fails tests
Summary: sci-visualization/gnuplot-5.4.0-r1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords: UPSTREAM
: 753329 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-11-06 13:30 UTC by Agostino Sarubbo
Modified: 2020-11-07 04:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,110.02 KB, application/x-xz)
2020-11-06 13:30 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-11-06 13:30:21 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2020-11-06 13:30:24 UTC
Created attachment 670181 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2020-11-06 13:30:25 UTC
Possible context of error(s):

./configure: line 2699: 0: command not found
Comment 3 Larry the Git Cow gentoo-dev 2020-11-06 14:18:59 UTC
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(-)
Comment 4 Ulrich Müller gentoo-dev 2020-11-06 14:20:50 UTC
(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.
Comment 5 Agostino Sarubbo gentoo-dev 2020-11-06 14:27:23 UTC
(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
Comment 6 Ulrich Müller gentoo-dev 2020-11-06 15:45:40 UTC
(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.
Comment 7 Ulrich Müller gentoo-dev 2020-11-06 19:24:22 UTC
Reported upstream:
https://sourceforge.net/p/gnuplot/bugs/2350/
Comment 8 Ulrich Müller gentoo-dev 2020-11-06 20:03:44 UTC
*** Bug 753329 has been marked as a duplicate of this bug. ***
Comment 9 Larry the Git Cow gentoo-dev 2020-11-07 04:07:54 UTC
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(-)