Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794529 - sci-libs/plplot-5.15.0-r101 fails to install: No Python implementation set (EPYTHON is null).
Summary: sci-libs/plplot-5.15.0-r101 fails to install: No Python implementation set (E...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-06 07:11 UTC by Agostino Sarubbo
Modified: 2021-06-06 11:17 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,127.04 KB, text/plain)
2021-06-06 07:12 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 2021-06-06 07:11:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/plplot-5.15.0-r101 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-06-06 07:11:59 UTC
CC'ing also the author of the commit (2a2c79e8b4346c594ee2c97cee54fa7a45ea2766)
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-06 07:12:01 UTC
Created attachment 713865 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2021-06-06 07:12:02 UTC
Possible context of error(s):

-- Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) 
-- Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB)
Comment 4 Bernd 2021-06-06 09:02:40 UTC
I didn't run a full test on a clean install, but was expecting the ebuild has a proper quality, being an official science team ebuild. Only tested, if it builds and installs with python-3.9 set as default python interpreter.

The error is in the added line to byte-compile python modules. There's only one & sign instead of two. Unfortunately, the issue didn't show up when I tested the build with USE=python enabled, and neither Andrew nor me noticed it.

Changing title, as it doesn't fail to compile, but fails to install.
Comment 5 Agostino Sarubbo gentoo-dev 2021-06-06 10:07:25 UTC
(In reply to Bernd from comment #4)
> Unfortunately, the issue didn't show up when I tested the build with USE=python > enabled, and neither Andrew nor me noticed it.

Don't worry, this is what CI stays for :)
Comment 6 Larry the Git Cow gentoo-dev 2021-06-06 11:17:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638824792af2d1140910027353c37542ebfaef60

commit 638824792af2d1140910027353c37542ebfaef60
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-06-06 11:16:22 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-06-06 11:17:03 +0000

    sci-libs/plplot: fix typo
    
    Closes: https://bugs.gentoo.org/794529
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-libs/plplot/plplot-5.15.0-r101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)