FS#6280 - Packages need rebuild after python upgrade
Attached to Project:
Arch Linux
Opened by Greg Meyer (oggb4mp3) - Friday, 26 January 2007, 02:15 GMT
Last edited by Roman Kyrylych (Romashka) - Wednesday, 30 January 2008, 18:35 GMT
Opened by Greg Meyer (oggb4mp3) - Friday, 26 January 2007, 02:15 GMT
Last edited by Roman Kyrylych (Romashka) - Wednesday, 30 January 2008, 18:35 GMT
|
Details
This is related to
I do not have gnome installed aside from a few libraries, so there may be more I missed. |
Please report all packages that need a rebuild after python 2.5 upgrade here.
avahi
kdelibs
kdebase
koffice
subversion (/usr/lib/python2.4 is hardcoded in the PKGBUILD, so more than just a rebuild was required)
mod_python
libvisual-plugins
tunepimp
libieee1284
cracklib
dbus-python
kdebindings
pykde
gedit
scons http://bugs.archlinux.org/task/6648
boost http://bugs.archlinux.org/task/6649
service-discovery-applet http://bugs.archlinux.org/task/6651
setuptools http://bugs.archlinux.org/task/6652
1) exaile works fine on my system
2) I wanted to rebuild it with python 2.5 but got errors
3) do not report bugs in community packages here
:P
Well, I should have thought before posting that. Anyway, I resolved my problem by copying certain .py files from python2.5's site-packages to python2.4's (dirty way, I know)
qtiplot: http://bugs.archlinux.org/task/6673
setuptools: http://bugs.archlinux.org/task/6652
libvisual-plugins
In file included from src/application.h:10,
from src/PythonScripting.cpp:24:
src/plot3DDialog.h:69: error: expected `:' before 'slots'
src/plot3DDialog.h:70: error: expected primary-expression before 'void'
src/plot3DDialog.h:70: error: ISO C++ forbids declaration of 'slots' with no type
src/plot3DDialog.h:70: error: expected ';' before 'void'
In file included from src/PythonScripting.cpp:24:
src/application.h:117: error: expected `:' before 'slots'
src/application.h:118: error: expected primary-expression before 'void'
src/application.h:118: error: ISO C++ forbids declaration of 'slots' with no type
src/application.h:118: error: expected ';' before 'void'
src/PythonScripting.cpp: In member function 'virtual QVariant PythonScript::eval()':
src/PythonScripting.cpp:498: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/PythonScripting.cpp:509: warning: suggest parentheses around assignment used as truth value
make: *** [../tmp/qtiplot/PythonScripting.o] Error 1
==> ERROR: Build Failed. Aborting...