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

Bug 525900

Summary: net-misc/arm - /usr/bin/arm hard-codes python version
Product: Gentoo Linux Reporter: Juan Francisco Cantero Hurtado <iam>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***