Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#25120 - [nfs-utils] Add python2 support

Attached to Project: Arch Linux
Opened by Adrian C. (anrxc) - Tuesday, 12 July 2011, 22:40 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 24 July 2011, 04:07 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Hello nfs-utils have some python dependancies which do not seem to be listed in the PKGBUILD. So being that some tools are written in python they were never patched, or built, for python2 support so they do not work at the moment.


Additional info:
* core/nfs-utils 1.2.3-2
* List of python2 tools:

# \grep -H python $list
/usr/sbin/mountstats:#!/usr/bin/env python
/usr/sbin/nfsiostat:#!/usr/bin/python



Steps to reproduce:
# /usr/sbin/nfsiostat --help
File "/usr/sbin/nfsiostat", line 230
print 'app bytes: %f client bytes %f' % (app_bytes_read, client_bytes_read)
^
SyntaxError: invalid syntax

# /usr/sbin/mountstats --help
File "/usr/sbin/mountstats", line 175
print 'Stats for %s mounted on %s:' % \
^
SyntaxError: invalid syntax


Note: do not confuse the first one with nfsiostat from community/sysstat 10.0.1-1.
This task depends upon

Closed by  Dave Reisner (falconindy)
Sunday, 24 July 2011, 04:07 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 1.2.3-3

Loading...