PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 383 - qelapsedtimer_wrapper.cpp: No such file or directory
: qelapsedtimer_wrapper.cpp: No such file or directory
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: 0.4.1
: All All
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-09-23 10:52 EEST by Benoît HERVIER
Modified: 2010-12-20 11:26 EET (History)
8 users (show)

See Also:


Attachments
rawlog_meego_current (30.54 KB, application/octet-stream)
2010-09-23 10:52 EEST, Benoît HERVIER
Details
Build log on Trunk/standard target. (95.39 KB, text/x-log)
2010-09-29 16:07 EEST, renato filho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoît HERVIER 2010-09-23 10:52:55 EEST
Created attachment 99 [details]
rawlog_meego_current

While trying to build PySide on the Meego community OBS targetting Meego
Current i got the following error :

[ 16%] Building CXX object
PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qelapsedtimer_wrapper.cpp.o
c++:
/home/abuild/rpmbuild/BUILD/pyside-0.4.1/PySide/QtCore/PySide/QtCore/qelapsedtimer_wrapper.cpp:
No such file or directory
make[2]: ***
[PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qelapsedtimer_wrapper.cpp.o]
Error 1
make[1]: *** [PySide/QtCore/CMakeFiles/QtCore.dir/all] Error 2
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.GlLco9 (%build)
Comment 1 renato filho 2010-09-27 16:50:31 EEST
the same problem as bug #382 I can not reproduce this with
libqt-devel-4.7.0-1.4.i586.
Comment 2 renato filho 2010-09-29 16:07:03 EEST
For some reason your qt version is 4.7 but does not contain the class
QElapsedTimer. This class was inserted on qt in Qt 4.7 then you need check why
this class is not present on this version used on the OBS.

I compiled that using the meego obs target Trunk/standard. and works fine.
Comment 3 renato filho 2010-09-29 16:07:49 EEST
Created attachment 104 [details]
Build log on Trunk/standard  target.
Comment 4 renato filho 2010-09-29 16:11:12 EEST
If you want a workaround to continue compile pyside with that Qt library you
can create a patch to remove the line 33 from the file:
PySide/QtCore/CMakeLists.txt.
Comment 5 renato filho 2010-11-12 15:14:22 EET
any news about Qt version on comunity OBS?
Comment 6 Matti Airas 2010-11-23 06:15:40 EET
Renato, what's the status of this bug? Our internal backlog shows it's fixed.
Comment 7 Matti Airas 2010-11-25 11:07:42 EET
Renato, ping?
Comment 8 renato filho 2010-11-26 18:29:04 EET
new version of Qt available on meego public OBS.

PySide available on :
http://repo.pub.meego.com/home:/renatofilho/meego_1.1_core/
Comment 9 Hugo Parente Lima 2010-12-20 11:26:05 EET
Closign bugs after release of 1.0.0 beta2.