Re: [perl #38217] r11124: Cygwin build fails

2007-06-06 Thread Greg Bacon
Joshua Gatcomb writes: : I build parrot on Cygwin circa 5x a week. Anytime it fails to build, I : perform the following: : : 1. make realclean : 2. svn up : 3. perl Configure.pl : 4. PATH=/home/me/parrot/blib/lib:/bin : 5. make Joy! Looks like t/stm/queue is wedged. Thanks, Greg

Re: [perl #38217] r11124: Cygwin build fails

2007-06-06 Thread Joshua Gatcomb
All: I build parrot on Cygwin circa 5x a week. Anytime it fails to build, I perform the following: 1. make realclean 2. svn up 3. perl Configure.pl 4. PATH=/home/me/parrot/blib/lib:/bin 5. make In the very few instances it still fails, I isolate the build that it started failing and report

Re: [perl #38217] r11124: Cygwin build fails

2007-06-05 Thread Paul Cochrane
On 05/06/07, Greg Bacon <[EMAIL PROTECTED]> wrote: In message <[EMAIL PROTECTED]>, "Paul Cochrane via RT" writes: : cygwin is building as of r18821. Is this ticket required anymore? I'm still seeing a failure in r18824: [...] make[1]: Entering directory `/usr/src/parrot/src/dynoplibs' mak

Re: [perl #38217] r11124: Cygwin build fails

2007-06-05 Thread Greg Bacon
In message <[EMAIL PROTECTED]>, "Paul Cochrane via RT" writes: : cygwin is building as of r18821. Is this ticket required anymore? I'm still seeing a failure in r18824: [...] make[1]: Entering directory `/usr/src/parrot/src/dynoplibs' make[1]: Leaving directory `/usr/src/parrot/src/dynoplib

[perl #38217] r11124: Cygwin build fails

2007-06-05 Thread Paul Cochrane via RT
cygwin is building as of r18821. Is this ticket required anymore? Paul

Re: [perl #38217] r11124: Cygwin build fails

2006-01-23 Thread Greg Bacon
In message <[EMAIL PROTECTED]>, "Nick Glencross via RT" writes: : Even with r11320, the extend tests are failing with linkage errors on : cygwin. I note that extend.h does not have PARROT_APIs in it. Should : it by right? (It's possible that extend.o is linked with directly) I'm seeing the sa

Re: [perl #38217] r11124: Cygwin build fails

2006-01-23 Thread Nick Glencross
Even with r11320, the extend tests are failing with linkage errors on cygwin. I note that extend.h does not have PARROT_APIs in it. Should it by right? (It's possible that extend.o is linked with directly) I'm tempted as a short term fix to remove the sym_import/export (cygwin) hints. Would anyone

Re: [perl #38217] r11124: Cygwin build fails

2006-01-23 Thread Nick Glencross
I have committed a fix in r11320 so that the build doesn't pick up system-wide libparrots, which has certainly been the cause of some linkage problems over the last few days. [As background, since my previous email didn't make it into RT, the circumstances for this are: * A system-wide libparro

Re: [perl #38217] r11124: Cygwin build fails

2006-01-22 Thread Joshua Hoblitt
On Mon, Jan 23, 2006 at 12:13:50AM +, Nick Glencross wrote: > Nick Glencross wrote: > > >There seem to be a few recent events which can now trigger a newish > >problem: > > > > > >The real problem is that -L/usr/local/lib is brought in from parrot, > >so we have a few choices: > > > > *

Re: [perl #38217] r11124: Cygwin build fails

2006-01-22 Thread Nick Glencross
Nick Glencross wrote: There seem to be a few recent events which can now trigger a newish problem: The real problem is that -L/usr/local/lib is brought in from parrot, so we have a few choices: * Just remove -Ls brought in from 'lddflags', which seems safe to me, or * remove the

Re: [perl #38217] r11124: Cygwin build fails

2006-01-22 Thread Nick Glencross
Jonathan Worthington wrote: "Greg Bacon" <[EMAIL PROTECTED]> wrote: I'm still seeing a link failure with r11221. Discovered I have cygwin on this PC, went to investigate and..the link failure is gone as well as the auto-import warnings. Sadly, there's a new problem that I really have n

Re: [perl #38217] r11124: Cygwin build fails

2006-01-19 Thread Greg Bacon
In message <[EMAIL PROTECTED]>, "Jonathan Worthington via RT" writes: : "Greg Bacon" <[EMAIL PROTECTED]> wrote: : : > I'm still seeing a link failure with r11221. : : Discovered I have cygwin on this PC, went to investigate and..the link failure is gone as well as the auto-import warnings.

Re: [perl #38217] r11124: Cygwin build fails

2006-01-18 Thread Greg Bacon
In message <[EMAIL PROTECTED]>, Larry Wall writes: : Looks like the same problem we were having before. If we have to have : -L/usr/local/lib in there, it should probably come after your personal : -L/home/gbacon/src/parrot/blib/lib so that -lparrot prefers the one : you just built. You ran

Re: [perl #38217] r11124: Cygwin build fails

2006-01-18 Thread Jonathan Worthington
"Greg Bacon" <[EMAIL PROTECTED]> wrote: I'm still seeing a link failure with r11221. Discovered I have cygwin on this PC, went to investigate and...happens>...the link failure is gone as well as the auto-import warnings. Sadly, there's a new problem that I really have no idea about (aside from

Re: [perl #38217] r11124: Cygwin build fails

2006-01-17 Thread Larry Wall
On Tue, Jan 17, 2006 at 08:28:37AM -0600, Greg Bacon wrote: : I'm still seeing a link failure with r11221. : : A confusing bit: I stopped the stripping of libparrot.dll, and nm : seems to see the symbols that the linker's complaining about: : : [...] : Compiling with: : xx.c : gcc -I./include -pi

Re: [perl #38217] r11124: Cygwin build fails

2006-01-17 Thread Greg Bacon
I'm still seeing a link failure with r11221. A confusing bit: I stopped the stripping of libparrot.dll, and nm seems to see the symbols that the linker's complaining about: [...] Compiling with: xx.c gcc -I./include -pipe -I/usr/local/include -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wi

Re: [perl #38217] r11124: Cygwin build fails

2006-01-13 Thread Nick Glencross
On 1/13/06, Jonathan Worthington <[EMAIL PROTECTED]> wrote: > "Greg Bacon" <[EMAIL PROTECTED]> wrote: > > Not quite. At r11144 on Cygwin, I see > > > > [...] > > gcc -o miniparrot.exe -s -L/usr/local/lib compilers/imcc/main.o \ > > -L/home/gbacon/src/parrot/blib/lib -lparrot -lcrypt src/null_con

Re: [perl #38217] r11124: Cygwin build fails

2006-01-13 Thread Jonathan Worthington
"Greg Bacon" <[EMAIL PROTECTED]> wrote: Not quite. At r11144 on Cygwin, I see [...] gcc -o miniparrot.exe -s -L/usr/local/lib compilers/imcc/main.o \ -L/home/gbacon/src/parrot/blib/lib -lparrot -lcrypt src/null_config.o compilers/imcc/main.o: In function `imcc_version': /home/gbacon/src/parro

Re: [perl #38217] r11124: Cygwin build fails

2006-01-13 Thread Greg Bacon
In message <[EMAIL PROTECTED]>, "Jonathan Worthington" writes: : Ugh. I'm currently doing a lot of stuff to get rid of .def files and : replace them with decorations in the code instead. You may have got : caught up in this (or maybe the changes have hurt cygwin in a way I : didn't anticipate)

Re: [perl #38217] r11124: Cygwin build fails

2006-01-12 Thread Jonathan Worthington
"Greg Bacon (via RT)" <[EMAIL PROTECTED]> wrote: [...] /usr/bin/perl tools/build/parrot_config_c.pl --mini > \ src/null_config.c src/null_config.c gcc -o miniparrot.exe -s -L/usr/local/lib compilers/imcc/main.o \ -L/home/gbacon/src/parrot/blib/lib -lparrot -lcrypt src/null_config.o compilers/

[perl #38217] r11124: Cygwin build fails

2006-01-12 Thread via RT
# New Ticket Created by Greg Bacon # Please include the string: [perl #38217] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38217 > [...] /usr/bin/perl tools/build/parrot_config_c.pl --mini > \ src/null_config.c src/null_