Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53402 - qt-embedded 3.3.2 version bump, examples, package.mask
Summary: qt-embedded 3.3.2 version bump, examples, package.mask
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-09 06:10 UTC by Chris Bainbridge (RETIRED)
Modified: 2004-07-05 22:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild (qt-embedded-3.3.2.ebuild,4.41 KB, text/plain)
2004-06-14 02:43 UTC, Chris Bainbridge (RETIRED)
Details
x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild (qt-embedded-3.3.2.ebuild,4.51 KB, text/plain)
2004-06-14 02:47 UTC, Chris Bainbridge (RETIRED)
Details
files/47qt-embedded3 (47qt-embedded3,118 bytes, text/plain)
2004-06-14 02:47 UTC, Chris Bainbridge (RETIRED)
Details
files/50qt-embeddeddir3 (50qt-embeddeddir3,25 bytes, text/plain)
2004-06-14 02:47 UTC, Chris Bainbridge (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bainbridge (RETIRED) gentoo-dev 2004-06-09 06:10:59 UTC
The existing ebuild appears to work with a simple renaming. Also it would be nice if USE doc installed the example tutorials and code.

qt-embedded was package.masked in 2002 (just for testing). As it is considered stable by trolltech and there are no serious bugs (only code rot #37154) it should be unmasked so people can actually test it.
Comment 1 Chris Bainbridge (RETIRED) gentoo-dev 2004-06-14 02:43:29 UTC
Created attachment 33199 [details]
x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild

This is a much cleaner and working ebuild. Tested and works with mythtv.
Comment 2 Chris Bainbridge (RETIRED) gentoo-dev 2004-06-14 02:47:03 UTC
Created attachment 33200 [details]
x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild

oops..
Comment 3 Chris Bainbridge (RETIRED) gentoo-dev 2004-06-14 02:47:26 UTC
Created attachment 33201 [details]
files/47qt-embedded3
Comment 4 Chris Bainbridge (RETIRED) gentoo-dev 2004-06-14 02:47:49 UTC
Created attachment 33202 [details]
files/50qt-embeddeddir3
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2004-07-01 07:02:49 UTC
this is in portage now - thanks for the ebuild.

also, un package.mask'd.
Comment 6 Stephane Bonnell 2004-07-05 02:32:05 UTC
Can't emerge on my gentoo. Compilation produce errors:
---
/var/tmp/portage/qt-embedded-3.3.2/work/qt-embedded-free-3.3.2/bin/uic: error while loading shared libraries: libqte-mt.so.3: cannot open shared object file: No such file or directory
make[2]: *** [distributor.h] Error 127
make[1]: *** [sub-distributor] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [sub-examples] Error 2

!!! ERROR: x11-libs/qt-embedded-3.3.2 failed.
!!! Function src_compile, Line 86, Exitcode 2
!!! making examples
---

After checking libqte-mt.so.3 exists.

Why is the emerge compiling the examples ? My uses flags are :
 -build -debug -doc +gif +mysql -odbc +opengl -postgres

Regards
Comment 7 Chris Bainbridge (RETIRED) gentoo-dev 2004-07-05 04:29:06 UTC
oops, fixed the use doc thing. I haven't seen the other bug. Can you try again with -r1 and if you use MAKEOPTS=-jx where x>1 try setting it to 1.
Comment 8 Stephane Bonnell 2004-07-05 22:49:44 UTC
Try with -j1, same error.
But where do I put -r1 ?