Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84201 - [PATCH] Fix wvstreams compilation with qt4 installed.
Summary: [PATCH] Fix wvstreams compilation with qt4 installed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-05 09:30 UTC by Simone Gotti (RETIRED)
Modified: 2006-03-20 01:00 UTC (History)
1 user (show)

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


Attachments
files/wvstreams-4.0.1-MOC-fix.patch (wvstreams-4.0.1-MOC-fix.patch,479 bytes, patch)
2005-03-05 09:31 UTC, Simone Gotti (RETIRED)
Details | Diff
wvstreams-4.0.1-r1.ebuild.patch (wvstreams-4.0.1-r1.ebuild.patch,822 bytes, patch)
2005-03-05 09:31 UTC, Simone Gotti (RETIRED)
Details | Diff
wvstreams-4.0.1-r1.ebuild.patch (wvstreams-4.0.1-r1.ebuild.patch,847 bytes, patch)
2005-03-05 09:38 UTC, Simone Gotti (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.