Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 776619 - sys-boot/grub-2.06_rc1 fails to compile with dev-lang/python-exec[-native-symlinks]
Summary: sys-boot/grub-2.06_rc1 fails to compile with dev-lang/python-exec[-native-sym...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 762406
  Show dependency tree
 
Reported: 2021-03-16 07:45 UTC by Agostino Sarubbo
Modified: 2021-03-17 14:49 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,11.59 KB, text/plain)
2021-03-16 07:45 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,106.66 KB, text/plain)
2021-03-16 07:45 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-03-16 07:45:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-boot/grub-2.06_rc1 fails to compile with dev-lang/python-exec[-native-symlinks].
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
Please take a look at the tracker bug for more info.
Comment 1 Agostino Sarubbo gentoo-dev 2021-03-16 07:45:16 UTC
Created attachment 691662 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-03-16 07:45:18 UTC
Created attachment 691665 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-03-16 07:45:20 UTC
Possible context of error(s):

configure: error: no suitable Python interpreter found
Comment 4 Larry the Git Cow gentoo-dev 2021-03-17 14:49:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a381a6a8c2e62b0ad7b98dcf57a6b933015487a

commit 7a381a6a8c2e62b0ad7b98dcf57a6b933015487a
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-03-17 14:39:23 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-03-17 14:39:23 +0000

    sys-boot/grub: set PYTHON=true when not running autogen
    
    Since 8b467844e1, configure.ac calls AM_PATH_PYTHON, but this is only
    used when re-generating automake input files.
    
    Closes: https://bugs.gentoo.org/776619
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-boot/grub/grub-2.06_rc1.ebuild | 2 ++
 sys-boot/grub/grub-9999.ebuild     | 2 ++
 2 files changed, 4 insertions(+)