BTS

Issue946

Title grml-x: fails with python 2.5.5 on Grml 2010.04
Priority bug Status resolved
Superseder Nosy List ch, mika
Assigned To ch Topics release-stopper

Created on 2010-12-13.16:49:00 by mika, last changed 2010-12-14.10:01:45 by mika.

Messages
msg3629 (view) Author: mika Date: 2010-12-14.10:01:43
We believe that your issue has been closed by the upload of
Version 0.6.4 of grml-x from Michael Prokop <mika@grml.org>.
The explanation is attached below

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 10:47:52 +0100
Source: grml-x
Binary: grml-x
Architecture: source all
Version: 0.6.4
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop <mika@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-x     - wrapper for startx for running X Window System
Changes: 
 grml-x (0.6.4) unstable; urgency=low
 .
   [ Christian Hofstaedtler ]
   * [ca524b8] Explicitly use python2.6 [Closes: issue946]
Checksums-Sha1: 
 b8e608976c6819c9250a1c0b478197d95791a6f5 868 grml-x_0.6.4.dsc
 d1bf29dc12f9e81f39d5814864dac462e722e1ab 16167 grml-x_0.6.4.tar.gz
 852a1084d576fbb66c44cc06f3263479f83e87c3 18440 grml-x_0.6.4_all.deb
Checksums-Sha256: 
 1677d382c89498f47e3e2d703fa4cbce864c4139516d75d251a9ba19ca5df12b 868 grml-x_0.6.4.dsc
 ced9bd48042131a01790a538d897ea0ed29b3a5119a7f1c43d7354d730065223 16167 grml-x_0.6.4.tar.gz
 ebf8001b2593adb56aeb8236ec8f720a0d50479d1a91c7ecad2c7e9d11ef28c4 18440 grml-x_0.6.4_all.deb
Files: 
 d9cef4f7f4a7d13039295788519405e4 868 grml optional grml-x_0.6.4.dsc
 b3f3827fb69388f5a72670b719fc1913 16167 grml optional grml-x_0.6.4.tar.gz
 0c2c8a651081888cb4af135e6238be0e 18440 grml optional grml-x_0.6.4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk0HPXAACgkQ2N9T+zficuinQgCfXADzq54VFAKtZPWUZPjP4Gqh
fGoAnRK5qvmjEsbGDzS8C0I1eDSs5ZH+
=JM4Z
-----END PGP SIGNATURE-----
msg3621 (view) Author: ch Date: 2010-12-14.01:10:38
Fixed by directly using python2.6.
Commit needs a quick test...
msg3620 (view) Author: mika Date: 2010-12-13.16:49:00
Running current grml-x from grml-testing on Grml 2010.04:

% grml-x fluxbox
Traceback (most recent call last):
  File "/usr/bin/grml-x", line 231, in <module>
    rc = main()
  File "/usr/bin/grml-x", line 201, in main
    os.fchmod(f.fileno(), 0750)
Attribute Error: 'module' object has no attribute 'fchmod'
E: Exception

% python --version
Python 2.5.5
History
Date User Action Args
2010-12-14 10:01:45mikasetstatus: fixed-in-git -> resolved
nosy: mika, ch
messages: + msg3629
2010-12-14 01:10:38chsetstatus: chatting -> fixed-in-git
nosy: mika, ch
messages: + msg3621
2010-12-13 17:56:23chsetstatus: unread -> chatting
nosy: mika, ch
2010-12-13 16:49:00mikacreate