Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419429 - dev-db/drizzle-7.1.33 requires python2.7
Summary: dev-db/drizzle-7.1.33 requires python2.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Pavel Stratil
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-03 02:37 UTC by Jessica Hawkwell
Modified: 2012-11-11 02:18 UTC (History)
2 users (show)

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


Attachments
Output of emerge --info (emerge-info.txt,5.17 KB, text/plain)
2012-06-03 02:39 UTC, Jessica Hawkwell
Details
drizzle-7.1.33.ebuild.diff (drizzle-7.1.33.ebuild.diff,727 bytes, patch)
2012-06-03 02:43 UTC, Julian Ospald
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jessica Hawkwell 2012-06-03 02:37:34 UTC
This package was failing for me while the system python was set at python3.2, but stopped failing as soon as I eselected python to 2.7.

Reproducible: Always

Steps to Reproduce:
1. eselect python3.x
2. emerge drizzle
3. Wait for build failure.
Actual Results:  
This build failure is the result of syntax specific to python2 which python3 does not understand, causing a Syntax Error to be thrown by python.

Expected Results:  
I expected the build to run without any problems.

After switching to python2.7 (using eselect), I was able to emerge drizzle without any problems.
Comment 1 Jessica Hawkwell 2012-06-03 02:39:50 UTC
Created attachment 313999 [details]
Output of emerge --info

Instructions says y'alls need this.  Kitty provides.
Comment 2 Julian Ospald 2012-06-03 02:43:33 UTC
Created attachment 314003 [details, diff]
drizzle-7.1.33.ebuild.diff

I think it is safe to just force python for the whole build process. (It's clearly missing from the dependencies too)