Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349371 - sys-devel/distcc ebuild calls python instead of python2 causin failure
Summary: sys-devel/distcc ebuild calls python instead of python2 causin failure
Status: RESOLVED DUPLICATE of bug 349391
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-22 14:28 UTC by Conor Curran
Modified: 2010-12-22 17:59 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Conor Curran 2010-12-22 14:28:59 UTC
distcc calls python instead of python2 causing failure. 

Will build correctly by :

woot} livecd / # eselect python list 
Available Python interpreters:
  [1]   python2.6
  [2]   python3.1 *
woot} livecd / # eselect python set 1

Was referenced in bug #343077 with a RTFM failure about distcc not supporting python3. This is an ebuild issue and should be fixed.

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge distcc
3. Profit ???

Actual Results:  
Traceback (most recent call last):
  File "./include_server/setup.py", line 115, in <module>
    print >> sys.stderr, 'setup.py: PYTHON_CFLAGS must be defined.'
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'
make: *** [include-server] Error 1
emake failed


Expected Results:  
Installation maybe? : )

Thanks for Gentoo! 
#Please read thread before posting#
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2010-12-22 16:05:02 UTC
Attach full build.log, emerge --info distcc and keep language objective.
Comment 2 Conor Curran 2010-12-22 17:57:04 UTC
Build info/eratta be found under bug #343077.

I am now past this point in my needs. Would you like me to load up a livecd to provide additional data?
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2010-12-22 17:59:32 UTC
reopen to close
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2010-12-22 17:59:37 UTC

*** This bug has been marked as a duplicate of bug 349391 ***