Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3951 - wvstreams ebuild typo
Summary: wvstreams ebuild typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-20 18:15 UTC by Brian Rozmierski
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Rozmierski 2002-06-20 18:15:41 UTC
The wvstreams-3.70.ebuild file (cvs ver 1.1) contains a typo at the end of the
src_install() routine. Instead of "|| die" to end processing on an error, the
file has "|| dir" which causes any compiling errors to go undetected, and a
false installation to proceed.

This bug is fairly obvious when compiling this package with gcc3.1 (Gentoo 1.3a)
as the package has some gcc 3.1 specific problem.

As a side note - wouldn't it be more proper for the file to have seperate
src_compile() and src_install() routines, instead of just 1 _install routine?
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-21 01:16:29 UTC
my fault on the typo and the lack of src_compile()

dunno what I was thinking that day.  Anyway, that has been sorted.  I'm punting
this bug report to the gcc-3 team to see if they can sort out that issue.
Comment 2 Brian Rozmierski 2002-06-21 11:07:32 UTC
I had opened a seperate gcc3 bug, (bug 3956) to cover the gcc3 issues. :)

And the new ebuild looks much better. Thanks! (Marking Fixed)