Gentoo Archives: gentoo-dev

From: Roy Marples <roy@×××××××.name>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass
Date: Mon, 18 Feb 2008 21:26:38
Message-Id: 200802182126.33425.roy@marples.name
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass by Donnie Berkholz
1 On Monday 18 February 2008 21:20:52 Donnie Berkholz wrote:
2 > > @@ -614,7 +614,7 @@
3 > > # @DESCRIPTION:
4 > > # DEPRECATED - Gets the flags needed for "NOW" binding
5 > > bindnow-flags() {
6 > > - ewarn "QA: stop using the bindnow-flags function ... simply drop it
7 > > from your ebuild" + ewarn "QA: stop using the bindnow-flags function ...
8 > > simply drop it from your ebuild" >&2
9 >
10 > This seems like something ewarn should do on its own.
11
12 baselayout and portage have always echoed ewarn to stdout and not stderr.
13
14 Warnings are NOT errors, so why use stderr? If it's an error, use eerror which
15 DOES goto stderr.
16
17 Thanks
18
19 Roy
20 --
21 gentoo-dev@l.g.o mailing list