Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218504 - [PATCH] net-libs/wvstreams-4.4 and net-dialup/wvdial-1.60 fails to compile with gcc-4.3
Summary: [PATCH] net-libs/wvstreams-4.4 and net-dialup/wvdial-1.60 fails to compile wi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
: 233750 (view as bug list)
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-19 22:55 UTC by Martin Väth
Modified: 2008-08-31 11:05 UTC (History)
4 users (show)

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


Attachments
Patch wvstreams-4.4 for gcc-4.3 when USE="qt3 -debug -doc -pam -qdbm -slp" (wvstreams-gcc-4.3.patch,510 bytes, patch)
2008-04-19 22:57 UTC, Martin Väth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Väth 2008-04-19 22:55:43 UTC
Some header-files in net-libs/wvstream-4.4 need some patches for gcc-4.3.
After reemerging the corrected headers files also net-dialup/wvdial-1.60
will compile with gcc-4.3.

I tested the patches only with all USE-flags except qt3 disabled - maybe for
other USE-flags further patches are necessary.
Comment 1 Martin Väth 2008-04-19 22:57:50 UTC
Created attachment 150336 [details, diff]
Patch wvstreams-4.4 for gcc-4.3 when USE="qt3 -debug -doc -pam -qdbm -slp"
Comment 2 Alex J. Ivasyuv 2008-07-01 13:19:00 UTC
(In reply to comment #0)
> Some header-files in net-libs/wvstream-4.4 need some patches for gcc-4.3.
> After reemerging the corrected headers files also net-dialup/wvdial-1.60
> will compile with gcc-4.3.
> 
> I tested the patches only with all USE-flags except qt3 disabled - maybe for
> other USE-flags further patches are necessary.
> 

Confirm. Working patch. Why it is not in portage?
net-libs/wvstreams-4.4.1 is masked, so net-libs/wvstreams-4.4 whithout this patch
compile with errors in gcc 4.3.
Comment 3 Ferenc Erki 2008-07-21 10:09:10 UTC
The attached patch works for me too! I just had to tweak it a little bit (didn't liked the paths), but after that it compiles successfully.

I don't use "qt3" USE-flag, but I do use "pam".
Comment 4 Martin Väth 2008-08-03 08:38:22 UTC
*** Bug 233750 has been marked as a duplicate of this bug. ***
Comment 5 Hanno Böck gentoo-dev 2008-08-31 11:05:55 UTC
I've added the patch.