pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Jan 27 14:52:56 UTC 2015

Modified Files:
        pkgsrc/sysutils/xenkernel45: Makefile
        pkgsrc/sysutils/xentools45: Makefile

Log Message:
xen build with python 3.3 fails with:

xenkernel45:
  File "/tmp/pkgsrc/sysutils/xenkernel45/work.x86_64/xen-4.5.0/xen/tools/compat-
build-source.py", line 30
    print line.rstrip()
             ^
SyntaxError: invalid syntax

xentools45:
  File "mkchecker.py", line 40, in <module>
    if compat_arches.has_key(a):
AttributeError: 'dict' object has no attribute 'has_key'
...

XXX Assume the same is true for python 3.4 and mark as not for 33 34


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xenkernel45/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/xentools45/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index