Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525900 - net-misc/arm - /usr/bin/arm hard-codes python version
Summary: net-misc/arm - /usr/bin/arm hard-codes python version
Status: RESOLVED DUPLICATE of bug 432206
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-19 20:27 UTC by Juan Francisco Cantero Hurtado
Modified: 2014-10-19 20:41 UTC (History)
0 users

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 Juan Francisco Cantero Hurtado 2014-10-19 20:27:51 UTC
The "arm" script installed in "/usr/bin/arm" has hardcoded "python" in two lines. The problem is that both python scripts were written for python2 but the default "python" is python3.

The script doesn't run because the first python script includes a line with "print "something"" but the statement is not valid in python3. Probably there are more lines incompatible with python3 inside of the package.

A quick workaround is to change both lines in "arm" from "python" to "python2".

Reproducible: Always




Package: net-misc/arm-1.4.5.0
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-19 20:41:13 UTC

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