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

Bug 506780

Summary: www-servers/cherokee-1.2.103-r1 - configure: checking Python 2.x interpreter... ./configure: line 21550: no: command not found -//- make[2]: no: Command not found
Product: Gentoo Linux Reporter: kuzetsa CatSwarm (kuza for short) <kuzetsa>
Component: [OLD] ServerAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 455102    
Attachments: emerge --info, emerge -pqv, build log

Description kuzetsa CatSwarm (kuza for short) 2014-04-05 03:17:24 UTC
Created attachment 374272 [details]
emerge --info, emerge -pqv, build log

exact same settings work for cherokee-1.2.101-r3
Comment 1 kuzetsa CatSwarm (kuza for short) 2014-04-05 03:18:00 UTC
bug submitted as per suggestion in #gentoo on freenode
Comment 2 eroen 2014-04-05 03:21:16 UTC
I see the same issue unless the 'admin' use flag is enabled.
Comment 3 kuzetsa CatSwarm (kuza for short) 2014-04-05 05:31:54 UTC
in further testing, enabling the admin USE flag made cherokee-1.2.103-r3 work but caused cherokee-1.2.101-r3 (which worked fine with -admin) to no longer build correctly.
Comment 4 kuzetsa CatSwarm (kuza for short) 2014-04-07 01:47:45 UTC
the python re-label on this bug really confuses me.

I have dev-lang/python-2.7.5-r3:2.7 installed and don't even have anything newer than python 2.7.x on my system...

Does anyone have any specific info about what causes this issue?
Comment 5 Anthony Basile gentoo-dev 2014-05-31 14:04:13 UTC
(In reply to Sarah White from comment #4)
> the python re-label on this bug really confuses me.
> 
> I have dev-lang/python-2.7.5-r3:2.7 installed and don't even have anything
> newer than python 2.7.x on my system...
> 
> Does anyone have any specific info about what causes this issue?

Sorry this one feell under the radar for a while.  The problem is in doc/Makefile where PYTHON = no.  If that were PYTHON = python2.7 its fixed.

However, this is just an analysis of the failure, the correct fix requires this to be moved to the python-r1 eclass.
Comment 6 Anthony Basile gentoo-dev 2014-05-31 14:56:01 UTC
(In reply to Anthony Basile from comment #5)
> (In reply to Sarah White from comment #4)
> > the python re-label on this bug really confuses me.
> > 
> > I have dev-lang/python-2.7.5-r3:2.7 installed and don't even have anything
> > newer than python 2.7.x on my system...
> > 
> > Does anyone have any specific info about what causes this issue?
> 
> Sorry this one feell under the radar for a while.  The problem is in
> doc/Makefile where PYTHON = no.  If that were PYTHON = python2.7 its fixed.
> 
> However, this is just an analysis of the failure, the correct fix requires
> this to be moved to the python-r1 eclass.

Please test 1.2.103-r2.  I've taken -r1 off the tree.  Reopen this bug if this is still an issue.

@Sarah.  I'm so sorry for not responding earlier.  Feel free to ping me often, espeically on freendoe/#gentoo-hardened.  I have so many threads of "things-to-do" and my schedular is a bit broken.