Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 84201

Summary: [PATCH] Fix wvstreams compilation with qt4 installed.
Product: Gentoo Linux Reporter: Simone Gotti (RETIRED) <motaboy>
Component: New packagesAssignee: Gentoo Dialup Developers <net-dialup>
Status: RESOLVED FIXED    
Severity: normal CC: kde
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: files/wvstreams-4.0.1-MOC-fix.patch
wvstreams-4.0.1-r1.ebuild.patch
wvstreams-4.0.1-r1.ebuild.patch

Description Simone Gotti (RETIRED) gentoo-dev 2005-03-05 09:30:21 UTC
wvstreams needs qt3 and won't work with qt4. Its build system as a little bug that will broke the compilation. It's also different from the current kde one that will find automatically the right qt to use sowe have to force it.

Here there's a patch for the build system and a patch for the latest ebuild.
Please review.
Thanks.
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2005-03-05 09:31:36 UTC
Created attachment 52729 [details, diff]
files/wvstreams-4.0.1-MOC-fix.patch

Use $(MOC) instead of the wrong hardcoded "moc".
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2005-03-05 09:31:53 UTC
Created attachment 52730 [details, diff]
wvstreams-4.0.1-r1.ebuild.patch
Comment 3 Simone Gotti (RETIRED) gentoo-dev 2005-03-05 09:38:41 UTC
Created attachment 52732 [details, diff]
wvstreams-4.0.1-r1.ebuild.patch

Also set --without-qt if USE qt is disabled.
Comment 4 Alin Năstac (RETIRED) gentoo-dev 2005-03-05 16:57:30 UTC
fixed in 4.0.1-r2
Comment 5 Simone Gotti (RETIRED) gentoo-dev 2005-03-05 17:53:21 UTC
Thanks a lot. Also noticed that you already fixed the depency issue that I forgot to fix.