Custom Query (43 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 43)

3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#37 fixed docdir is hardcoded in Makefile.in bas anonymous
Description

The docdir setting is hardcoded in the Makefile.in file, making it hard to change this, e.g. when you are installing this in a prefix.

attached a patch that fixes this.

#39 fixed Unable to build debian package bas dennis
Description

I tried to build the Debian package for version 4.4.0 but it fails:

creating /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python/usr
creating /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python/usr/lib
creating /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python/usr/lib/python2.7
creating /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python/usr/lib/python2.7/site-packages
creating /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python/usr/lib/python2.7/site-packages/pbs
copying build/lib.linux-x86_64-2.7/pbs.py -> /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python///usr/lib/python2.7/site-packages/pbs
copying build/lib.linux-x86_64-2.7/PBSQuery.py -> /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python///usr/lib/python2.7/site-packages/pbs
copying build/lib.linux-x86_64-2.7/_pbs.so -> /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python///usr/lib/python2.7/site-packages/pbs
byte-compiling /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python///usr/lib/python2.7/site-packages/pbs/pbs.py to pbs.pyc
byte-compiling /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python///usr/lib/python2.7/site-packages/pbs/PBSQuery.py to PBSQuery.pyc
running install_egg_info
Writing /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python///usr/lib/python2.7/site-packages/pbs/pbs_python-4.4.0-py2.7.egg-info
creating /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python///usr/lib/python2.7/site-packages/pbs.pth
install -D LICENSE.openpbs /var/tmp/dennis/pbs_python-4.4.0/debian/pbs-python///share/doc/ /LICENSE.openpbs
install: target `/LICENSE.openpbs' is not a directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/var/tmp/dennis/pbs_python-4.4.0'
make: *** [debian/stamp-makefile-install] Error 2

This line tries to use the ${PACKAGE} variable. But is is not set.

DOCDIR=${prefix}/share/doc/${PACKAGE}
#42 fixed Error Codes Out of Date bas JimCarreer
Description

pbs_python reports the wrong error codes for responses returned from the server. The error lies in the mapping, and can be easily fixed.

See https://github.com/adaptivecomputing/torque/blob/4.2.7/src/include/pbs_error_db.h

For the up-to-date list. The symptoms of this bug cause the error message "Queue already exists" for the "Bad UID for job execution" error among others.

See also: http://stackoverflow.com/questions/23410801/torque-pbs-python-submit-job-error-15025-queue-already-exists

3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.