Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411621 - dev-vcs/rapidsvn-0.12.0 does not work with (system?) dev-lang/python-3.2.2
Summary: dev-vcs/rapidsvn-0.12.0 does not work with (system?) dev-lang/python-3.2.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-11 18:10 UTC by Marc Gray
Modified: 2012-06-05 15:45 UTC (History)
3 users (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 Marc Gray 2012-04-11 18:10:49 UTC
The package dev-vcs/rapidsvn-0.12.0 requires python 2. I've personally fixed this by eselecting python 2 as the default and re-emerging. This is due to tools/msgfmt.py:86. The issue persists in the nightly build direct from tigris. It seems the ebuild needs to force python 2 for this compile.

Reproducible: Always

Steps to Reproduce:
1. Fresh-ish install with python 3.2.2 default.
2. emerge rapidsvn

Actual Results:  
for i in de fr hu it_IT pt_BR ru es uk zh_CN ja ; do \
    python ../../../tools/msgfmt.py -o ./$i/rapidsvn.mo ./$i/rapidsvn.po ; \
done
  File "../../../tools/msgfmt.py", line 86
    0x950412deL,       # Magic


Expected Results:  
Successful install
Comment 1 Marc Gray 2012-04-11 18:12:17 UTC
Actual results if I'm not an idiot and paste it properly:

for i in de fr hu it_IT pt_BR ru es uk zh_CN ja ; do \
    python ../../../tools/msgfmt.py -o ./$i/rapidsvn.mo ./$i/rapidsvn.po ; \
done
  File "../../../tools/msgfmt.py", line 86
    0x950412deL,       # Magic
              ^
SyntaxError: invalid syntax

repeated lots.
Comment 2 Alex Barker 2012-06-04 17:17:26 UTC
Also effecting =dev-vcs/rapidsvn-0.12.1_pre8247.  Same error, same line.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2012-06-05 14:18:55 UTC
should be fixed now. Please test and report back.
Comment 4 Alex Barker 2012-06-05 15:29:51 UTC
amd64 working, Thanks.
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2012-06-05 15:45:03 UTC
closing then.