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
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
|
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
Sunday, 24 July 2011, 04:07 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 1.2.3-3