[perl #40817] [TODO] track generated files during the configure/make process

2009-05-11 Thread James Keenan via RT
I've been staring at this ticket for more than a year. One of my earlier patches got us part of the way there. Applying Reini's or something like that would get us closer. But the more I look at this problem in light of https://trac.parrot.org/parrot/ticket/586, https://trac.parrot.org/parrot/ti

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-12-30 Thread Reini Urban
Can you assign it to me? 2008/12/30 Reini Urban : > 2008/12/30 James Keenan via RT: >> On Tue May 06 17:56:23 2008, jk...@verizon.net wrote: >>> No. I only figured out how to keep track of files generated during >>> configuration, not during build. We need some of what, IIRC, particle >>> termed

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-12-30 Thread Reini Urban
2008/12/30 James Keenan via RT: > On Tue May 06 17:56:23 2008, jk...@verizon.net wrote: >> No. I only figured out how to keep track of files generated during >> configuration, not during build. We need some of what, IIRC, particle >> termed "makefile trickery" to keep track of files generated by

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-08-03 Thread Reini Urban
James Keenan via RT schrieb: On Tue May 06 17:15:39 2008, coke wrote: If the patch is applied, can we close this ticket? No. I only figured out how to keep track of files generated during configuration, not during build. We need some of what, IIRC, particle termed "makefile trickery" to keep

[perl #40817] [TODO] track generated files during the configure/make process

2008-05-06 Thread James Keenan via RT
On Tue May 06 17:15:39 2008, coke wrote: > > If the patch is applied, can we close this ticket? > No. I only figured out how to keep track of files generated during configuration, not during build. We need some of what, IIRC, particle termed "makefile trickery" to keep track of files generat

[perl #40817] [TODO] track generated files during the configure/make process

2008-03-24 Thread James Keenan via RT
Alright, take 3: Store the fact that this is real configuration in the Parrot::Configure object just before calling runsteps(). Index: lib/Parrot/Configure/Compiler.pm === --- lib/Parrot/Configure/Compiler.pm(revision 26526) +++ l

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-03-23 Thread jerry gay
On Sun, Mar 23, 2008 at 7:49 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > Hmm, the more I look at this, the more I realize that even the improved > version of my patch is not ready for prime time. While it DWIMs when > you call 'perl Configure.pl', it doesn't when you call 'perl > Confi

[perl #40817] [TODO] track generated files during the configure/make process

2008-03-23 Thread James Keenan via RT
Hmm, the more I look at this, the more I realize that even the improved version of my patch is not ready for prime time. While it DWIMs when you call 'perl Configure.pl', it doesn't when you call 'perl Configure.pl --test' (as I do frequently). We only want MANIFEST.configure.generated to be open

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-03-23 Thread chromatic
On Sunday 23 March 2008 19:17:41 James Keenan via RT wrote: > Index: lib/Parrot/Configure/Utils.pm > === > --- lib/Parrot/Configure/Utils.pm   (revision 26524) > +++ lib/Parrot/Configure/Utils.pm   (working copy) > @@ -311,6

[perl #40817] [TODO] track generated files during the configure/make process

2008-03-23 Thread James Keenan via RT
Here's a corrected version of the patch. It eliminates some "uninitialized value" warnings in t/configure/034-step.t and prepends the needed path to the *.pasm entries in MANIFEST.configure.generated. Index: lib/Parrot/Configure/Compiler.pm =

[perl #40817] [TODO] track generated files during the configure/make process

2008-03-21 Thread James Keenan via RT
On Sat Nov 11 12:04:20 2006, particle wrote: > we need ... some config hackery to do it during > configure-time. > > this would replace the MANIFEST.generated file which is created ex > post facto with a file that is created at build-time. > Herewith some configure-time hackery. This patch prov

[perl #40817] [TODO] track generated files during the configure/make process

2006-11-11 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #40817] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40817 > arguably the best way to track which files are generated during parrot's configure/build pr