[Fink-users] Build error with pyqt-py2Y-3.14.7-3, Y=4,5,6

2008-11-11 Thread Alexander Hansen
Occurs on OS 10.5.5, with Xcode 3.1.1, for both Intel and PowerPC, and  
all python-flavors of pyqt:

...
perl -pi -e 's|while 1|print license accepted by fink package  
maintainer\nwhile 0|g' configure.py
/sw/bin/python2.5 configure.py -b /sw/src/fink.build/root-pyqt- 
py25-3.17.4-3/sw/bin -d /sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/ 
lib/python2.5/site-packages -v /sw/src/fink.build/root-pyqt- 
py25-3.17.4-3/sw/share/sip-py25 -n /sw/include -o /sw/lib INCDIR_OPENGL 
+=/usr/X11R6/include LFLAGS+=-L/sw/lib/python2.5/config  
LFLAGS_PLUGIN=-bundle -undefined dynamic_lookup INCDIR+=/sw/include/ 
python2.5
sip: QApplication has ctors with the same Python signature

AKH: presumed error
Error: Unable to create the C++ code.
/AKH

This is the GPL version of PyQt 3.17.4 (licensed under the GNU General  
Public
License) for Python 2.5.2 on darwin.

Type 'L' to view the license.
Type 'yes' to accept the terms of the license.
Type 'no' to decline the terms of the license.

license accepted by fink package maintainer
QScintilla 1.6 is being used.
Checking to see if the qtcanvas module should be built...
Checking to see if the qtnetwork module should be built...
Checking to see if the qttable module should be built...
Checking to see if the qtxml module should be built...
Checking to see if the qtgl module should be built...
Checking to see if the qtui module should be built...
Checking to see if the qtsql module should be built...
Checking to see if the qtext module should be built...
Checking to see if the QAssistantClient class is available...
Creating features file...
Checking to see if the QCDEStyle class is built in...
Checking to see if the QInterlaceStyle class is built in...
Checking to see if the QMotifStyle class is built in...
Checking to see if the QMotifPlusStyle class is built in...
Checking to see if the QPlatinumStyle class is built in...
Checking to see if the QSGIStyle class is built in...
Checking to see if the QWindowsXPStyle class is built in...
Checking to see if the QWindowsStyle class is built in...
Qt v3.3.8 free edition is being used.
SIP 4.7.8 is being used.
These PyQt modules will be built: qt qtcanvas qtnetwork qttable qtxml  
qtgl qtui
qtsql qtext.
Support for these Qt classes has been disabled: QInterlaceStyle
QWindowsXPStyle.
The PyQt modules will be installed in
/sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/lib/python2.5/site- 
packages.
The PyQt .sip files will be installed in
/sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/share/sip-py25.
The Qt header files are in /sw/lib/qt3/include.
The qt-mt Qt library is in /sw/lib/qt3/lib.
pyuic will be installed in /sw/src/fink.build/root-pyqt-py25-3.17.4-3/ 
sw/bin.
pylupdate will be installed in
/sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/bin.
Generating the C++ source for the qt module...
### execution of /sw/bin/python2.5 failed, exit code 1

(the order of the lines of output is somewhat variable)



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Build error with pyqt-py2Y-3.14.7-3, Y=4,5,6

2008-11-11 Thread David Reiser
oops. looks like I built the -py26 version of pyqt before I updated my  
own version of sip. At the moment, it looks like pyqt is not  
compatible with sip 4.7.8. I'll go fishing upstream.

Dave
On Nov 11, 2008, at 3:26 PM, Alexander Hansen wrote:

 Occurs on OS 10.5.5, with Xcode 3.1.1, for both Intel and PowerPC, and
 all python-flavors of pyqt:

 ...
 perl -pi -e 's|while 1|print license accepted by fink package
 maintainer\nwhile 0|g' configure.py
 /sw/bin/python2.5 configure.py -b /sw/src/fink.build/root-pyqt-
 py25-3.17.4-3/sw/bin -d /sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/
 lib/python2.5/site-packages -v /sw/src/fink.build/root-pyqt-
 py25-3.17.4-3/sw/share/sip-py25 -n /sw/include -o /sw/lib  
 INCDIR_OPENGL
 +=/usr/X11R6/include LFLAGS+=-L/sw/lib/python2.5/config
 LFLAGS_PLUGIN=-bundle -undefined dynamic_lookup INCDIR+=/sw/include/
 python2.5
 sip: QApplication has ctors with the same Python signature

 AKH: presumed error
 Error: Unable to create the C++ code.
 /AKH

 This is the GPL version of PyQt 3.17.4 (licensed under the GNU General
 Public
 License) for Python 2.5.2 on darwin.

 Type 'L' to view the license.
 Type 'yes' to accept the terms of the license.
 Type 'no' to decline the terms of the license.

 license accepted by fink package maintainer
 QScintilla 1.6 is being used.
 Checking to see if the qtcanvas module should be built...
 Checking to see if the qtnetwork module should be built...
 Checking to see if the qttable module should be built...
 Checking to see if the qtxml module should be built...
 Checking to see if the qtgl module should be built...
 Checking to see if the qtui module should be built...
 Checking to see if the qtsql module should be built...
 Checking to see if the qtext module should be built...
 Checking to see if the QAssistantClient class is available...
 Creating features file...
 Checking to see if the QCDEStyle class is built in...
 Checking to see if the QInterlaceStyle class is built in...
 Checking to see if the QMotifStyle class is built in...
 Checking to see if the QMotifPlusStyle class is built in...
 Checking to see if the QPlatinumStyle class is built in...
 Checking to see if the QSGIStyle class is built in...
 Checking to see if the QWindowsXPStyle class is built in...
 Checking to see if the QWindowsStyle class is built in...
 Qt v3.3.8 free edition is being used.
 SIP 4.7.8 is being used.
 These PyQt modules will be built: qt qtcanvas qtnetwork qttable qtxml
 qtgl qtui
 qtsql qtext.
 Support for these Qt classes has been disabled: QInterlaceStyle
 QWindowsXPStyle.
 The PyQt modules will be installed in
 /sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/lib/python2.5/site-
 packages.
 The PyQt .sip files will be installed in
 /sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/share/sip-py25.
 The Qt header files are in /sw/lib/qt3/include.
 The qt-mt Qt library is in /sw/lib/qt3/lib.
 pyuic will be installed in /sw/src/fink.build/root-pyqt-py25-3.17.4-3/
 sw/bin.
 pylupdate will be installed in
 /sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/bin.
 Generating the C++ source for the qt module...
 ### execution of /sw/bin/python2.5 failed, exit code 1

 (the order of the lines of output is somewhat variable)



 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users

--
David Reiser
[EMAIL PROTECTED]





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users