Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4910 - sslwrap will not compile with gcc3
Summary: sslwrap will not compile with gcc3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-12 04:20 UTC by Robert Coie (RETIRED)
Modified: 2002-07-12 10:15 UTC (History)
1 user (show)

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


Attachments
sslwrap gcc3 patch (sslwrap.patch,1022 bytes, patch)
2002-07-12 04:20 UTC, Robert Coie (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Coie (RETIRED) gentoo-dev 2002-07-12 04:20:06 UTC
net-misc/sslwrap-2.0.5-r1 will not compile with gcc 3.1.  It takes advantage of
a bug in previous versions of gcc that allowed string concatenation to take
place before source file inclusion.  I will add a patch that makes the
substitution explicitly in the src_unpack phase of the ebuild, and incidentally
updates the ebuild to the latest version as well if saved as
sslwrap-2.0.6.ebuild, as I initially thought this might have been the source of
the problem.

I of course make no claim that this is necessarily the correct way to solve this
problem, only that it is one possible solution that worked for me.
Comment 1 Robert Coie (RETIRED) gentoo-dev 2002-07-12 04:20:51 UTC
Created attachment 2182 [details, diff]
sslwrap gcc3 patch

This is one way to make sslwrap compile with GCC3.
Comment 2 Brandon Low (RETIRED) gentoo-dev 2002-07-12 10:15:47 UTC
Thanks, committed.