* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.5-r1.ebuild
[not found] <E1KkBdf-0005ax-W7@stork.gentoo.org>
@ 2008-09-29 7:38 ` Alexis Ballier
2008-09-29 8:27 ` Alexis Ballier
0 siblings, 1 reply; 5+ messages in thread
From: Alexis Ballier @ 2008-09-29 7:38 UTC (permalink / raw
To: flameeyes; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
Hi Diego,
> EAPI=2
[...]
> src_compile() {
> WX_GTK_VER="2.8"
> need-wxwidgets unicode
>
> econf \
This causes me a configure failure because I don't have a system
wxwdigets profile set and need-wxwidgets doesn't seem to do anything.
1.3.5 is fine; -r1 fails at configure. I don't understand what's going
on, the only change seems to be the switch to EAPI-2.
Alexis.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.5-r1.ebuild
2008-09-29 7:38 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.5-r1.ebuild Alexis Ballier
@ 2008-09-29 8:27 ` Alexis Ballier
2008-09-29 17:56 ` Petteri Räty
2008-09-29 19:24 ` Bo Ørsted Andresen
0 siblings, 2 replies; 5+ messages in thread
From: Alexis Ballier @ 2008-09-29 8:27 UTC (permalink / raw
To: gentoo-dev; +Cc: flameeyes
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
On Mon, 29 Sep 2008 09:38:41 +0200
Alexis Ballier <aballier@gentoo.org> wrote:
> Hi Diego,
>
>
> > EAPI=2
> [...]
> > src_compile() {
> > WX_GTK_VER="2.8"
> > need-wxwidgets unicode
> >
> > econf \
>
>
> This causes me a configure failure because I don't have a system
> wxwdigets profile set and need-wxwidgets doesn't seem to do anything.
> 1.3.5 is fine; -r1 fails at configure. I don't understand what's going
> on, the only change seems to be the switch to EAPI-2.
Ok, that was a failure at src_configure which obviously was called
before src_compile. Maybe it would be worth adding repoman
warnings/errors for econf calls in eapi2 src_compile.
Alexis.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.5-r1.ebuild
2008-09-29 8:27 ` Alexis Ballier
@ 2008-09-29 17:56 ` Petteri Räty
2008-09-29 19:24 ` Bo Ørsted Andresen
1 sibling, 0 replies; 5+ messages in thread
From: Petteri Räty @ 2008-09-29 17:56 UTC (permalink / raw
To: aballier; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 801 bytes --]
Alexis Ballier kirjoitti:
> On Mon, 29 Sep 2008 09:38:41 +0200
> Alexis Ballier <aballier@gentoo.org> wrote:
>
>> Hi Diego,
>>
>>
>>> EAPI=2
>> [...]
>>> src_compile() {
>>> WX_GTK_VER="2.8"
>>> need-wxwidgets unicode
>>>
>>> econf \
>>
>> This causes me a configure failure because I don't have a system
>> wxwdigets profile set and need-wxwidgets doesn't seem to do anything.
>> 1.3.5 is fine; -r1 fails at configure. I don't understand what's going
>> on, the only change seems to be the switch to EAPI-2.
>
> Ok, that was a failure at src_configure which obviously was called
> before src_compile. Maybe it would be worth adding repoman
> warnings/errors for econf calls in eapi2 src_compile.
>
>
> Alexis.
Open a bug to bugs.gentoo.org.
Regards,
Petteri
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.5-r1.ebuild
2008-09-29 8:27 ` Alexis Ballier
2008-09-29 17:56 ` Petteri Räty
@ 2008-09-29 19:24 ` Bo Ørsted Andresen
2008-09-29 19:53 ` Alexis Ballier
1 sibling, 1 reply; 5+ messages in thread
From: Bo Ørsted Andresen @ 2008-09-29 19:24 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 268 bytes --]
On Monday 29 September 2008 10:27:51 Alexis Ballier wrote:
> Maybe it would be worth adding repoman warnings/errors for econf calls in
> eapi2 src_compile.
Or make econf warn when run outside src_configure/src_compile depending upon
EAPI.
--
Bo Andresen
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.5-r1.ebuild
2008-09-29 19:24 ` Bo Ørsted Andresen
@ 2008-09-29 19:53 ` Alexis Ballier
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2008-09-29 19:53 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
On Mon, 29 Sep 2008 21:24:55 +0200
Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> On Monday 29 September 2008 10:27:51 Alexis Ballier wrote:
> > Maybe it would be worth adding repoman warnings/errors for econf
> > calls in eapi2 src_compile.
>
> Or make econf warn when run outside src_configure/src_compile
> depending upon EAPI.
I'd say s/Or/And/ ; if we can catch this pre-commit that's better;
unfortunately I don't think repoman will catch exported functions from
eclasses :/
Alexis.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-09-29 19:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1KkBdf-0005ax-W7@stork.gentoo.org>
2008-09-29 7:38 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.5-r1.ebuild Alexis Ballier
2008-09-29 8:27 ` Alexis Ballier
2008-09-29 17:56 ` Petteri Räty
2008-09-29 19:24 ` Bo Ørsted Andresen
2008-09-29 19:53 ` Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox