Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98863 - Problematic typo in epic4 ebuild
Summary: Problematic typo in epic4 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-13 03:03 UTC by Erik McNellis
Modified: 2005-07-19 17:08 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 Erik McNellis 2005-07-13 03:03:24 UTC
The epic4-2.2 ebuild with perl enabled requires perl without ithreads support.
The (lower) error message in the ebuild states the opposite, however:

<snip>
pkg_setup() {
        if use perl && built_with_use dev-lang/perl ithreads
        then
                error "You need perl compiled with USE=\"-ithreads\" to be able
to compile epic4."
                die "perl with USE=\"ithreads\" needed"
        fi
}
<snip>

Perl with USE="ithreads" is precisely the problem, and will cause unnecessary
comfusion.

Reproducible: Always
Steps to Reproduce:
1. # emerge epic4




Expected Results:  
Given the correct error message.
Comment 1 Sven Wegener gentoo-dev 2005-07-19 17:08:56 UTC
Thanks, fixed in CVS.