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.
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.
Created attachment 33200 [details] x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild oops..
Created attachment 33201 [details] files/47qt-embedded3
Created attachment 33202 [details] files/50qt-embeddeddir3
this is in portage now - thanks for the ebuild. also, un package.mask'd.
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
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.
Try with -j1, same error. But where do I put -r1 ?