https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-misc/ntpsec-1.2.1-r6 fails to compile with dev-lang/python-exec[-native-symlinks]. Discovered on: amd64 (internal ref: ci) NOTE: Please take a look at the tracker bug for more info.
Created attachment 785411 [details] build.log build log and emerge --info
Error(s) that match a know pattern: Checking for header dns_sd.h : not found Checking for header libscf.h : not found Checking for header net/if6.h : not found Checking for header priv.h : not found Checking for header sys/clockctl.h : not found Checking for header sys/modem.h : not found Checking for header sys/sockio.h : not found Checking for library ssp_nonshared : not found Checking for library ssp : not found Checking for python module 'gps' (ver >= num(3, 18)) : not found Checking for systemd : not found /usr/bin/env: ‘python’: No such file or directory
Created attachment 816082 [details, diff] not really proposed splat patch that seems to address things This was a series of 3 patches, I'll try to cleave it down a bit.
Created attachment 817594 [details, diff] proposed patch take 2 It seems to address when there is no 'python' in ${PATH}. Only tested lightly in a docker image. Beat on it until it shatters,
ci has reproduced this issue with version 1.2.2 - Updating summary.
ci has reproduced this issue with version 1.2.2-r1 - Updating summary.
ci has reproduced this issue with version 1.2.2a - Updating summary.
ci has reproduced this issue with version 1.2.3 - Updating summary.
I think I unintentionally solved this in 38ad517ec (rebased/merged) but only for 9999 and *-r1 ebuilds.
(In reply to James Browning from comment #9) > I think I unintentionally solved this in 38ad517ec (rebased/merged) but only > for 9999 and *-r1 ebuilds. Thanks!