Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 686178

Summary: app-crypt/gcr-3.28.1 - python_wrapper_setup: python3 is not supported by python2.7 (PYTHON_COMPAT)
Product: Gentoo Linux Reporter: jd93 <larry.phil76>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED NEEDINFO    
Severity: normal CC: me
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build log
build log with MAKEOPTS=-j1

Description jd93 2019-05-17 20:46:03 UTC
app-crypt/gcr-3.28.1 not compiling successfully.

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge app-crypt/gcr

Actual Results:  
Build fails


Build log http://dpaste.com/34FWJ5Z

emerge --info http://dpaste.com/15NRP40
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-05-17 20:50:18 UTC
(In reply to ed from comment #0)
> Build log http://dpaste.com/34FWJ5Z
> 
> emerge --info http://dpaste.com/15NRP40

Please attach those to this bug report.
Comment 2 Mart Raudsepp gentoo-dev 2019-05-17 20:57:58 UTC
Also what does this output:

head -n1 /usr/bin/glib-mkenums
Comment 3 jd93 2019-05-17 21:55:31 UTC
Created attachment 577090 [details]
emerge --info
Comment 4 jd93 2019-05-17 21:55:45 UTC
Created attachment 577092 [details]
build log
Comment 5 jd93 2019-05-17 21:56:52 UTC
$ head -n1 /usr/bin/glib-mkenums
#!/usr/bin/env python3.6
Comment 6 Mart Raudsepp gentoo-dev 2019-05-18 10:05:47 UTC
hmm, that ones good. Can you attach a build.log built with a temporary MAKEOPTS=-j1 ?
Comment 7 jd93 2019-05-20 20:35:18 UTC
Created attachment 577428 [details]
build log with MAKEOPTS=-j1
Comment 8 Mart Raudsepp gentoo-dev 2019-07-29 11:24:03 UTC
ah, it's actually calling a build utility that calls gdbus-codegen internally. So I could use the output of
head -n1 /usr/bin/gdbus-codegen
as well to make sure something isn't wrong there on your system.
Comment 9 Mart Raudsepp gentoo-dev 2019-07-29 11:24:49 UTC
For those that still hit the problem, at least, e.g. the fresh CC :)
head -n1 of all these 3: /usr/bin/{gdbus-codegen,glib-genmarshal,glib-mkenums}
Comment 10 Mart Raudsepp gentoo-dev 2019-08-25 07:15:35 UTC
Closing bug in lack of followup info requested. Please reopen if providing the info