Re: [Bug 230608] missing config.h in latest -14

2007-03-07 Thread Tom 'spot' Callaway
On Wed, 2007-03-07 at 08:57 +0100, Ralf Corsepius wrote: On Wed, 2007-03-07 at 01:31 -0600, Tom 'spot' Callaway wrote: On Wed, 2007-03-07 at 08:14 +0100, Ralf Corsepius wrote: On Mon, 2007-03-05 at 16:30 -0600, Tom 'spot' Callaway wrote: Thoughts? Suggestions are welcomed. BTW:

Re: [Bug 230608] missing config.h in latest -14

2007-03-06 Thread Ralf Corsepius
On Mon, 2007-03-05 at 15:38 -0500, Robin Norwood wrote: Tom 'spot' Callaway [EMAIL PROTECTED] writes: On Mon, 2007-03-05 at 18:17 +0100, Rafael Garcia-Suarez wrote: On 05/03/07, Tom 'spot' Callaway [EMAIL PROTECTED] wrote: CPAN isn't the only thing: [EMAIL PROTECTED] perl-5.8.8]$

Re: [Bug 230608] missing config.h in latest -14

2007-03-06 Thread Tom 'spot' Callaway
On Mon, 2007-03-05 at 15:38 -0500, Robin Norwood wrote: Spot, Jesse Keating, and I just had a call to try to work these issues out. Spot is going to continue to look into what needs to be done to split out perl-devel. Unfortunately, it looks like perl may be too tangled to allow us to make

Re: [Bug 230608] missing config.h in latest -14

2007-03-06 Thread Tom 'spot' Callaway
On Tue, 2007-03-06 at 14:31 +0100, Ralf Corsepius wrote: Below is a patch proposal to address this issue: It is based on moving EU::MM and CPAN to perl-devel and then tracing all deps between the main perl package and perl-devel. Unless I missed something, this should resolve the deps

Re: [Bug 230608] missing config.h in latest -14

2007-03-06 Thread Tom 'spot' Callaway
On Tue, 2007-03-06 at 08:52 -0600, Tom 'spot' Callaway wrote: On Tue, 2007-03-06 at 14:31 +0100, Ralf Corsepius wrote: Below is a patch proposal to address this issue: It is based on moving EU::MM and CPAN to perl-devel and then tracing all deps between the main perl package and

Re: [Bug 230608] missing config.h in latest -14

2007-03-06 Thread Robin Norwood
Tom 'spot' Callaway [EMAIL PROTECTED] writes: On Tue, 2007-03-06 at 14:31 +0100, Ralf Corsepius wrote: Below is a patch proposal to address this issue: It is based on moving EU::MM and CPAN to perl-devel and then tracing all deps between the main perl package and perl-devel. Unless I

Re: [Bug 230608] missing config.h in latest -14

2007-03-06 Thread Ralf Corsepius
On Tue, 2007-03-06 at 11:44 -0500, Robin Norwood wrote: Tom 'spot' Callaway [EMAIL PROTECTED] writes: On Tue, 2007-03-06 at 14:31 +0100, Ralf Corsepius wrote: The new spec moves all of: ExtUtils::MakeMaker, ExtUtils::Embed, CPAN, and Test::Harness into devel, along with the items that

Re: [Bug 230608] missing config.h in latest -14

2007-03-06 Thread Tom 'spot' Callaway
On Wed, 2007-03-07 at 08:14 +0100, Ralf Corsepius wrote: On Mon, 2007-03-05 at 16:30 -0600, Tom 'spot' Callaway wrote: Thoughts? Suggestions are welcomed. MUSTFIX: 1. There is a bug in your spec, which rendering the rpms non-installable: ... Requires: perl(ExtUtils::Embed),

Re: [Bug 230608] missing config.h in latest -14

2007-03-05 Thread Warren Togami
Ralf Corsepius wrote: As this thing doesn't seem to be baked yet[1], and as I don't want to see FE-6 and FE-5 being locked out from updates, for now, I will ignore this issue on rawhide, i.e. you will likely see broken EVRs between rawhide and older FE, on my perl-modules, soon. Why broken

[Bug 230608] missing config.h in latest -14

2007-03-05 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: missing config.h in latest -14 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230608 --- Additional Comments From [EMAIL PROTECTED] 2007-03-05

Re: [Bug 230608] missing config.h in latest -14

2007-03-05 Thread Ralf Corsepius
On Mon, 2007-03-05 at 15:38 +, Paul Howarth wrote: Warren Togami wrote: Ralf Corsepius wrote: As this thing doesn't seem to be baked yet[1], and as I don't want to see FE-6 and FE-5 being locked out from updates, for now, I will ignore this issue on rawhide, i.e. you will likely see

Re: [Bug 230608] missing config.h in latest -14

2007-03-05 Thread Robin Norwood
Paul Howarth [EMAIL PROTECTED] writes: Warren Togami wrote: Ralf Corsepius wrote: As this thing doesn't seem to be baked yet[1], and as I don't want to see FE-6 and FE-5 being locked out from updates, for now, I will ignore this issue on rawhide, i.e. you will likely see broken EVRs between

Re: [Bug 230608] missing config.h in latest -14

2007-03-05 Thread Robin Norwood
Ralf Corsepius [EMAIL PROTECTED] writes: On Mon, 2007-03-05 at 11:08 -0500, Robin Norwood wrote: [...] If we retroactively add a 'Provides: perl-devel' to versions of perl in older distributions, will that help? It will solve the *.spec portability issue, but ... the core question still

Re: [Bug 230608] missing config.h in latest -14

2007-03-05 Thread Rafael Garcia-Suarez
On 05/03/07, Tom 'spot' Callaway [EMAIL PROTECTED] wrote: CPAN isn't the only thing: [EMAIL PROTECTED] perl-5.8.8]$ grep -r require ExtUtils::MakeMaker * lib/CPAN.pm:require ExtUtils::MakeMaker; lib/CPAN.pm:require ExtUtils::MakeMaker; lib/ExtUtils/Embed.pm:#require

Re: [Bug 230608] missing config.h in latest -14

2007-03-05 Thread Robin Norwood
Tom 'spot' Callaway [EMAIL PROTECTED] writes: On Mon, 2007-03-05 at 10:42 -0600, Tom 'spot' Callaway wrote: Well, as Joe pointed out (when he wasn't name-calling), CPAN does depend on ExtUtils::MakeMaker. So, we can do the following: * Move ExtUtils::MakeMaker to its own package. Move

Re: [Bug 230608] missing config.h in latest -14

2007-03-05 Thread Chris Weyl
On 3/5/07, Paul Howarth [EMAIL PROTECTED] wrote: Warren Togami wrote: Ralf Corsepius wrote: As this thing doesn't seem to be baked yet[1], and as I don't want to see FE-6 and FE-5 being locked out from updates, for now, I will ignore this issue on rawhide, i.e. you will likely see broken

Re: [Bug 230608] missing config.h in latest -14

2007-03-05 Thread Tom 'spot' Callaway
On Mon, 2007-03-05 at 18:17 +0100, Rafael Garcia-Suarez wrote: On 05/03/07, Tom 'spot' Callaway [EMAIL PROTECTED] wrote: CPAN isn't the only thing: [EMAIL PROTECTED] perl-5.8.8]$ grep -r require ExtUtils::MakeMaker * lib/CPAN.pm:require ExtUtils::MakeMaker; lib/CPAN.pm:

Re: [Bug 230608] missing config.h in latest -14

2007-03-05 Thread Robin Norwood
Tom 'spot' Callaway [EMAIL PROTECTED] writes: On Mon, 2007-03-05 at 18:17 +0100, Rafael Garcia-Suarez wrote: On 05/03/07, Tom 'spot' Callaway [EMAIL PROTECTED] wrote: CPAN isn't the only thing: [EMAIL PROTECTED] perl-5.8.8]$ grep -r require ExtUtils::MakeMaker * lib/CPAN.pm:

Re: [Bug 230608] missing config.h in latest -14

2007-03-03 Thread Ralf Corsepius
On Sat, 2007-03-03 at 07:44 +0100, Ralf Corsepius wrote: On Sat, 2007-03-03 at 00:13 -0600, Tom 'spot' Callaway wrote: On Sat, 2007-03-03 at 06:20 +0100, Ralf Corsepius wrote: On Fri, 2007-03-02 at 11:28 -0500, Jesse Keating wrote: On Friday 02 March 2007 11:17:24 Tom 'spot' Callaway

Re: [Bug 230608] missing config.h in latest -14

2007-03-02 Thread Paul Howarth
On Fri, 2007-03-02 at 10:17 -0600, Tom 'spot' Callaway wrote: On Fri, 2007-03-02 at 13:05 +, Paul Howarth wrote: Ralf Corsepius wrote: --- Additional Comments From [EMAIL PROTECTED] 2007-03-01 14:38 EST --- Balint, Yes, this is related to our splitting out

Re: [Bug 230608] missing config.h in latest -14

2007-03-02 Thread Ralf Corsepius
On Fri, 2007-03-02 at 11:28 -0500, Jesse Keating wrote: On Friday 02 March 2007 11:17:24 Tom 'spot' Callaway wrote: I don't see any fault in adding perl-devel to the FC7 buildroot, with the caveat that it will not be there in FC8+. Thoughts? I'd rather not change things multiple times.

Re: [Bug 230608] missing config.h in latest -14

2007-03-02 Thread Tom 'spot' Callaway
On Sat, 2007-03-03 at 06:20 +0100, Ralf Corsepius wrote: On Fri, 2007-03-02 at 11:28 -0500, Jesse Keating wrote: On Friday 02 March 2007 11:17:24 Tom 'spot' Callaway wrote: I don't see any fault in adding perl-devel to the FC7 buildroot, with the caveat that it will not be there in FC8+.

Re: [Bug 230608] missing config.h in latest -14

2007-03-02 Thread Ralf Corsepius
On Sat, 2007-03-03 at 00:13 -0600, Tom 'spot' Callaway wrote: On Sat, 2007-03-03 at 06:20 +0100, Ralf Corsepius wrote: On Fri, 2007-03-02 at 11:28 -0500, Jesse Keating wrote: On Friday 02 March 2007 11:17:24 Tom 'spot' Callaway wrote: I don't see any fault in adding perl-devel to the FC7

[Bug 230608] missing config.h in latest -14

2007-03-01 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: missing config.h in latest -14 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230608 [EMAIL PROTECTED] changed: What|Removed

[Bug 230608] missing config.h in latest -14

2007-03-01 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: missing config.h in latest -14 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230608 [EMAIL PROTECTED] changed: What|Removed

[Bug 230608] missing config.h in latest -14

2007-03-01 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: missing config.h in latest -14 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230608 [EMAIL PROTECTED] changed: What|Removed