FS#21486 - [gnome-games] 2.32.0 build fails from ABS
Attached to Project:
Arch Linux
Opened by Thomas Hopkins (Snowknight) - Wednesday, 27 October 2010, 02:23 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 27 October 2010, 13:46 GMT
Opened by Thomas Hopkins (Snowknight) - Wednesday, 27 October 2010, 02:23 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 27 October 2010, 13:46 GMT
|
Details
Gnome-games compiles fine, but when makepkg reaches the two
lines of the build function that run sed, it fails:
sed: can't read /home/thomas/abs/gnome-games/pkg/usr/lib/python2.7/site-packages/gnome_sudoku/tracker_info.py: No such file or directory sed: can't read /home/thomas/abs/gnome-games/pkg/usr/lib/python2.7/site-packages/gnome_sudoku/number_box.py: No such file or directory Indeed, the python2.7 directory does not exist. A python3.1 directory does. I removed the sed calls that switch python to python2 and it builds fine. The built package installs too. Additional info: Gnome-games version 2.32.0 |
This task depends upon
try adding export PYTHON=python2 before ./configure.