public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* "Bad address" error while building cygwin with make -j2
@ 2011-12-14 15:22 Heiko Elger
  2011-12-14 18:06 ` marco atzeri
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Elger @ 2011-12-14 15:22 UTC (permalink / raw)
  To: cygwin

Hello,

I spend much of time in reproducing a testcase - I hope that this problem can 
be reproduced by others too.
While looking for a testcase for reproducing our other problem with "Bad 
address" errors - I tried to build cygwin snapshot 20111213.

I did a fresh cygwin intallation for this test.
I installed snapshot cygwin-inst-20111213.tar.bz2.
I run rebaseall and peflagsall and did a reboot.

$ uname -a
CYGWIN_NT-6.1-WOW64 PCFX061 1.7.10s(0.255/5/3) 20111213 04:12:34 i686 Cygwin

Here is my configuration
$ cygcheck -c >cygcheck.log
ftp://temp3-ro:tempro@ftp.arburg.com/temp3/make_strace.log

Her you will find an strace of the problem:
$ strace -o make_strace.log make -j2
ftp://temp3-ro:tempro@ftp.arburg.com/temp3/cygcheck.log


I've downloaded cygwin-src-20111213.tar.bz2.

running make -j2 in /cygwin-snapshot-20111213-1/i686-pc-cygwin/newlib/libc/argz
will produce the following error:

******* snip snip snip *******
ente59@PCFX061 /src/cygwin-snapshot-20111213-1/i686-pc-cygwin/newlib/libc/argz
$ rm *.o

ente59@PCFX061 /src/cygwin-snapshot-20111213-1/i686-pc-cygwin/newlib/libc/argz
$ make -j2
gcc -L/src/cygwin-snapshot-20111213-1/i686-pc-cygwin/winsup -L/src/cygwin-
snapshot-20111213-1/i686-pc-cygwin/winsup/cygwin -L/src/cygwin-snapshot-
20111213-1/i686-pc-cygwin/winsup/w32api/lib -isystem /src/cygwin-snapshot-
20111213-1/winsup/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/w32api/include -B/src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/ -isystem /src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/targ-include -isystem /src/cygwin-snapshot-20111213-
1/newlib/libc/include    -I/src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -DPACKAGE_NAME=\"newlib\" -
DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.19.0\" -
DPACKAGE_STRING=\"newlib\ 1.19.0\" -DPACKAGE_BUGREPORT=\"\" -
DPACKAGE_URL=\"\" -I. -I../../../.././newlib/libc/argz -DHAVE_OPENDIR -
DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_BLKSIZE -
DHAVE_FCNTL -DMALLOC_PROVIDED -fno-builtin      -g -O2 -c -o lib_a-dummy.o 
`test -f 'dummy.c' || echo '../../../.././newlib/libc/argz/'`dummy.c
gcc -L/src/cygwin-snapshot-20111213-1/i686-pc-cygwin/winsup -L/src/cygwin-
snapshot-20111213-1/i686-pc-cygwin/winsup/cygwin -L/src/cygwin-snapshot-
20111213-1/i686-pc-cygwin/winsup/w32api/lib -isystem /src/cygwin-snapshot-
20111213-1/winsup/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/w32api/include -B/src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/ -isystem /src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/targ-include -isystem /src/cygwin-snapshot-20111213-
1/newlib/libc/include    -I/src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -DPACKAGE_NAME=\"newlib\" -
DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.19.0\" -
DPACKAGE_STRING=\"newlib\ 1.19.0\" -DPACKAGE_BUGREPORT=\"\" -
DPACKAGE_URL=\"\" -I. -I../../../.././newlib/libc/argz -DHAVE_OPENDIR -
DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_BLKSIZE -
DHAVE_FCNTL -DMALLOC_PROVIDED -fno-builtin      -g -O2 -c -o lib_a-argz_add.o 
`test -f 'argz_add.c' || echo '../../../.././newlib/libc/argz/'`argz_add.c
make: *** read jobs pipe: Bad address.  Stop.
make: *** Waiting for unfinished jobs....
make: INTERNAL: Exiting with 1 jobserver tokens available; should be 2!
******* snip snip snip *******

Running without -j flag all works fine.

I did the following steps: running configure and run make without -j flag for 
the first build:

$ tar xjf /cygdrive/c/Programme/cygwin/mirror/snapshots/cygwin-src-
20111213.tar.bz2
$ cd cygwin-snapshot-20111213-1
$ md myinstall
$ ./configure --prefix=/src/cygwin-snapshot-20111213-1/myinstall
$ make

Then I tried make using -j flag in a sub directory.
$ cd i686-pc-cygwin/newlib/libc/argz
$ rm *.o
$ make -j2

I hope other users can reproduce same problem.

regards

Heiko



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-14 15:22 "Bad address" error while building cygwin with make -j2 Heiko Elger
@ 2011-12-14 18:06 ` marco atzeri
  2011-12-14 18:15   ` Ken Brown
  2011-12-14 18:28   ` Christopher Faylor
  0 siblings, 2 replies; 14+ messages in thread
From: marco atzeri @ 2011-12-14 18:06 UTC (permalink / raw)
  To: cygwin

On 12/14/2011 4:22 PM, Heiko Elger wrote:

> make: *** read jobs pipe: Bad address.  Stop.
> make: *** Waiting for unfinished jobs....
> make: INTERNAL: Exiting with 1 jobserver tokens available; should be 2!

I saw the same issue building another program on W7/64

I noticed that it happens on very high loaded machine so I doubt it
will be easily reproducible.

Marco




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-14 18:06 ` marco atzeri
@ 2011-12-14 18:15   ` Ken Brown
  2011-12-14 18:28   ` Christopher Faylor
  1 sibling, 0 replies; 14+ messages in thread
From: Ken Brown @ 2011-12-14 18:15 UTC (permalink / raw)
  To: cygwin

On 12/14/2011 1:06 PM, marco atzeri wrote:
> On 12/14/2011 4:22 PM, Heiko Elger wrote:
>
>> make: *** read jobs pipe: Bad address. Stop.
>> make: *** Waiting for unfinished jobs....
>> make: INTERNAL: Exiting with 1 jobserver tokens available; should be 2!
>
> I saw the same issue building another program on W7/64
>
> I noticed that it happens on very high loaded machine so I doubt it
> will be easily reproducible.

Could this be the same Program Compatibility Assistant problem that was 
discussed in

   http://cygwin.com/ml/cygwin/2011-12/msg00058.html ?

If so, there might be improvement in recent snapshots as a result of the 
following change:

2011-12-07  Corinna Vinschen  <xxx@xxx>

	* spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOB
	to all spawned processes.  Explain why.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-14 18:06 ` marco atzeri
  2011-12-14 18:15   ` Ken Brown
@ 2011-12-14 18:28   ` Christopher Faylor
  2011-12-15  5:43     ` Heiko Elger
  1 sibling, 1 reply; 14+ messages in thread
From: Christopher Faylor @ 2011-12-14 18:28 UTC (permalink / raw)
  To: cygwin

On Wed, Dec 14, 2011 at 07:06:04PM +0100, marco atzeri wrote:
>On 12/14/2011 4:22 PM, Heiko Elger wrote:
>
>> make: *** read jobs pipe: Bad address.  Stop.
>> make: *** Waiting for unfinished jobs....
>> make: INTERNAL: Exiting with 1 jobserver tokens available; should be 2!
>
>I saw the same issue building another program on W7/64
>
>I noticed that it happens on very high loaded machine so I doubt it
>will be easily reproducible.

It's easy to reproduce.  It's the result of changes I made in recent snapshots
to handle signals in threads.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-14 18:28   ` Christopher Faylor
@ 2011-12-15  5:43     ` Heiko Elger
  2011-12-15  7:16       ` Heiko Elger
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Elger @ 2011-12-15  5:43 UTC (permalink / raw)
  To: cygwin

Christopher Faylor writes:

> 
> It's easy to reproduce.  It's the result of changes I made in recent 
snapshots
> to handle signals in threads.
> 
that sounds good.

Is it easy to fix it!
Is it fixed in latest snapshot 20111214?
I read somthing about signal handling in ChangeLog.

regars 
Heiko







--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-15  5:43     ` Heiko Elger
@ 2011-12-15  7:16       ` Heiko Elger
  2011-12-16  1:12         ` Chris Sutcliffe
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Elger @ 2011-12-15  7:16 UTC (permalink / raw)
  To: cygwin

Heiko Elger writes:

> 
> Christopher Faylor writes:
> 
> > 
> > It's easy to reproduce.  It's the result of changes I made in recent 
> snapshots
> > to handle signals in threads.
> > 
> that sounds good.
> 
> Is it easy to fix it!
> Is it fixed in latest snapshot 20111214?

I tested it - still same issue!

*** snip snp snip ******
$ uname -a
CYGWIN_NT-6.1-WOW64 PCFX061 1.7.10s(0.255/5/3) 20111214 15:56:36 i686 Cygwin

$ make -j2
gcc -L/src/cygwin-snapshot-20111213-1/i686-pc-cygwin/winsup -L/src/cygwin-
snapshot-20111213-1/i686-pc-cygwin/winsup/cygwin -L/src/cygwin-snapshot-
20111213-1/i686-pc-cygwin/winsup/w32api/lib -isystem /src/cygwin-snapshot-
20111213-1/winsup/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/w32api/include -B/src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/ -isystem /src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/targ-include -isystem /src/cygwin-snapshot-20111213-
1/newlib/libc/include    -I/src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -DPACKAGE_NAME=\"newlib\" -
DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.19.0\" -
DPACKAGE_STRING=\"newlib\ 1.19.0\" -DPACKAGE_BUGREPORT=\"\" -
DPACKAGE_URL=\"\" -I. -I../../../.././newlib/libc/argz -DHAVE_OPENDIR -
DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_BLKSIZE -
DHAVE_FCNTL -DMALLOC_PROVIDED -fno-builtin      -g -O2 -c -o lib_a-dummy.o 
`test -f 'dummy.c' || echo '../../../.././newlib/libc/argz/'`dummy.c
gcc -L/src/cygwin-snapshot-20111213-1/i686-pc-cygwin/winsup -L/src/cygwin-
snapshot-20111213-1/i686-pc-cygwin/winsup/cygwin -L/src/cygwin-snapshot-
20111213-1/i686-pc-cygwin/winsup/w32api/lib -isystem /src/cygwin-snapshot-
20111213-1/winsup/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/w32api/include -B/src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/ -isystem /src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/targ-include -isystem /src/cygwin-snapshot-20111213-
1/newlib/libc/include    -I/src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -DPACKAGE_NAME=\"newlib\" -
DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.19.0\" -
DPACKAGE_STRING=\"newlib\ 1.19.0\" -DPACKAGE_BUGREPORT=\"\" -
DPACKAGE_URL=\"\" -I. -I../../../.././newlib/libc/argz -DHAVE_OPENDIR -
DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_BLKSIZE -
DHAVE_FCNTL -DMALLOC_PROVIDED -fno-builtin      -g -O2 -c -o lib_a-argz_add.o 
`test -f 'argz_add.c' || echo '../../../.././newlib/libc/argz/'`argz_add.c
make: *** read jobs pipe: Bad address.  Stop.
make: *** Waiting for unfinished jobs....
make: INTERNAL: Exiting with 1 jobserver tokens available; should be 2!
*** snip snp snip ******

regards
Heiko



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-15  7:16       ` Heiko Elger
@ 2011-12-16  1:12         ` Chris Sutcliffe
  2011-12-16 21:05           ` Chris Sutcliffe
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Sutcliffe @ 2011-12-16  1:12 UTC (permalink / raw)
  To: cygwin

On 15 December 2011 02:16, Heiko Elger wrote:
> I tested it - still same issue!
>
> *** snip snp snip ******
> $ uname -a
> CYGWIN_NT-6.1-WOW64 PCFX061 1.7.10s(0.255/5/3) 20111214 15:56:36 i686 Cygwin
>
> $ make -j2

<snip>

> make: *** read jobs pipe: Bad address.  Stop.
> make: *** Waiting for unfinished jobs....
> make: INTERNAL: Exiting with 1 jobserver tokens available; should be 2!

I'm not sure if the 20111214 snapshot was supposed to address this
issue, but I'm continuing to experience the issue as well:

csutclif@bmotec3017201lt:[~] $ uname -a
CYGWIN_NT-5.1 BMOTEC3017201LT 1.7.10s(0.255/5/3) 20111214 15:56:36 i686 Cygwin

csutclif@bmotec3017201lt:[/usr/src/vim] $ make -j4
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && make first
make[1]: Entering directory `/usr/src/vim/src'
gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=1       -o objects/buffer.o buffer.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=1       -o objects/blowfish.o blowfish.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=1       -o objects/charset.o charset.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=1       -o objects/diff.o diff.c
make[1]: *** read jobs pipe: Bad address.  Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/usr/src/vim/src'
Makefile:26: recipe for target `first' failed
make: *** [first] Error 2
make: INTERNAL: Exiting with 3 jobserver tokens available; should be 4!

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-16  1:12         ` Chris Sutcliffe
@ 2011-12-16 21:05           ` Chris Sutcliffe
  2011-12-17  2:56             ` Chris Sutcliffe
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Sutcliffe @ 2011-12-16 21:05 UTC (permalink / raw)
  To: cygwin

On 15 December 2011 20:11, Chris Sutcliffe wrote:
> I'm not sure if the 20111214 snapshot was supposed to address this
> issue, but I'm continuing to experience the issue as well:
>
> csutclif@bmotec3017201lt:[~] $ uname -a
> CYGWIN_NT-5.1 BMOTEC3017201LT 1.7.10s(0.255/5/3) 20111214 15:56:36 i686 Cygwin
>
> csutclif@bmotec3017201lt:[/usr/src/vim] $ make -j4
> Starting make in the src directory.
> If there are problems, cd to the src directory and run make there
> cd src && make first
> make[1]: Entering directory `/usr/src/vim/src'
> gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -U_FORTIFY_SOURCE
> -D_FORTIFY_SOURCE=1       -o objects/buffer.o buffer.c
> gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -U_FORTIFY_SOURCE
> -D_FORTIFY_SOURCE=1       -o objects/blowfish.o blowfish.c
> gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -U_FORTIFY_SOURCE
> -D_FORTIFY_SOURCE=1       -o objects/charset.o charset.c
> gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -U_FORTIFY_SOURCE
> -D_FORTIFY_SOURCE=1       -o objects/diff.o diff.c
> make[1]: *** read jobs pipe: Bad address.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory `/usr/src/vim/src'
> Makefile:26: recipe for target `first' failed
> make: *** [first] Error 2
> make: INTERNAL: Exiting with 3 jobserver tokens available; should be 4!

Things improved with the 20111216 snapshot, in that vim build
completed, but something still isn't quite right:

make[1]: Leaving directory `/usr/src/vim/src'
make: INTERNAL: Exiting with 1 jobserver tokens available; should be 4!

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-16 21:05           ` Chris Sutcliffe
@ 2011-12-17  2:56             ` Chris Sutcliffe
  2011-12-18 23:30               ` Chris Sutcliffe
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Sutcliffe @ 2011-12-17  2:56 UTC (permalink / raw)
  To: cygwin

On 16 December 2011 16:05, Chris Sutcliffe wrote:
> Things improved with the 20111216 snapshot, in that vim build
> completed, but something still isn't quite right:
>
> make[1]: Leaving directory `/usr/src/vim/src'
> make: INTERNAL: Exiting with 1 jobserver tokens available; should be 4!

Just tested with the 20111217 snapshot and experienced the same results.

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-17  2:56             ` Chris Sutcliffe
@ 2011-12-18 23:30               ` Chris Sutcliffe
  2011-12-19  6:02                 ` Heiko Elger
  2011-12-22 16:48                 ` Chris Sutcliffe
  0 siblings, 2 replies; 14+ messages in thread
From: Chris Sutcliffe @ 2011-12-18 23:30 UTC (permalink / raw)
  To: cygwin

On 16 December 2011 21:55, Chris Sutcliffe wrote:
> On 16 December 2011 16:05, Chris Sutcliffe wrote:
>> Things improved with the 20111216 snapshot, in that vim build
>> completed, but something still isn't quite right:
>>
>> make[1]: Leaving directory `/usr/src/vim/src'
>> make: INTERNAL: Exiting with 1 jobserver tokens available; should be 4!
>
> Just tested with the 20111217 snapshot and experienced the same results.

Tested with the 20111218 snapshot and the vim build now fails with as
a result of a different issue:

make[1]: *** read jobs pipe: Resource temporarily unavailable.  Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/usr/src/vim/src'
Makefile:26: recipe for target `first' failed
make: *** [first] Error 2

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-18 23:30               ` Chris Sutcliffe
@ 2011-12-19  6:02                 ` Heiko Elger
  2011-12-22 16:48                 ` Chris Sutcliffe
  1 sibling, 0 replies; 14+ messages in thread
From: Heiko Elger @ 2011-12-19  6:02 UTC (permalink / raw)
  To: cygwin

Chris Sutcliffe writes:

> 
> Tested with the 20111218 snapshot and the vim build now fails with as
> a result of a different issue:
> 
> make[1]: *** read jobs pipe: Resource temporarily unavailable.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory `/usr/src/vim/src'
> Makefile:26: recipe for target `first' failed
> make: *** [first] Error 2
> 


I can confirm it also!
I've same different issue:

$ uname -a
CYGWIN_NT-6.1-WOW64 PCFX061 1.7.10s(0.255/5/3) 20111218 06:46:00 i686 Cygwin

$ make -j2
gcc -L/src/cygwin-snapshot-20111213-1/i686-pc-cygwin/winsup -L/src/cygwin-
snapshot-20111213-1/i686-pc-cygwin/winsup/cygwin -L/src/cygwin-snapshot-
20111213-1/i686-pc-cygwin/winsup/w32api/lib -isystem /src/cygwin-snapshot-
20111213-1/winsup/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/w32api/include -B/src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/ -isystem /src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/targ-include -isystem /src/cygwin-snapshot-20111213-
1/newlib/libc/include    -I/src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -DPACKAGE_NAME=\"newlib\" -
DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.19.0\" -
DPACKAGE_STRING=\"newlib\ 1.19.0\" -DPACKAGE_BUGREPORT=\"\" -
DPACKAGE_URL=\"\" -I. -I../../../.././newlib/libc/argz -DHAVE_OPENDIR -
DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_BLKSIZE -
DHAVE_FCNTL -DMALLOC_PROVIDED -fno-builtin      -g -O2 -c -o lib_a-dummy.o 
`test -f 'dummy.c' || echo '../../../.././newlib/libc/argz/'`dummy.c
gcc -L/src/cygwin-snapshot-20111213-1/i686-pc-cygwin/winsup -L/src/cygwin-
snapshot-20111213-1/i686-pc-cygwin/winsup/cygwin -L/src/cygwin-snapshot-
20111213-1/i686-pc-cygwin/winsup/w32api/lib -isystem /src/cygwin-snapshot-
20111213-1/winsup/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -isystem /src/cygwin-snapshot-20111213-
1/winsup/w32api/include -B/src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/ -isystem /src/cygwin-snapshot-20111213-1/i686-pc-
cygwin/newlib/targ-include -isystem /src/cygwin-snapshot-20111213-
1/newlib/libc/include    -I/src/cygwin-snapshot-20111213-
1/winsup/cygwin/include -DPACKAGE_NAME=\"newlib\" -
DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.19.0\" -
DPACKAGE_STRING=\"newlib\ 1.19.0\" -DPACKAGE_BUGREPORT=\"\" -
DPACKAGE_URL=\"\" -I. -I../../../.././newlib/libc/argz -DHAVE_OPENDIR -
DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_BLKSIZE -
DHAVE_FCNTL -DMALLOC_PROVIDED -fno-builtin      -g -O2 -c -o lib_a-argz_add.o 
`test -f 'argz_add.c' || echo '../../../.././newlib/libc/argz/'`argz_add.c
make: *** read jobs pipe: Resource temporarily unavailable.  Stop.
make: *** Waiting for unfinished jobs....


regards
Heiko





--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-18 23:30               ` Chris Sutcliffe
  2011-12-19  6:02                 ` Heiko Elger
@ 2011-12-22 16:48                 ` Chris Sutcliffe
  2011-12-22 17:36                   ` Christopher Faylor
  2011-12-23  9:42                   ` Heiko Elger
  1 sibling, 2 replies; 14+ messages in thread
From: Chris Sutcliffe @ 2011-12-22 16:48 UTC (permalink / raw)
  To: cygwin

On 18 December 2011 18:30, Chris Sutcliffe wrote:
> Tested with the 20111218 snapshot and the vim build now fails with as
> a result of a different issue:
>
> make[1]: *** read jobs pipe: Resource temporarily unavailable.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory `/usr/src/vim/src'
> Makefile:26: recipe for target `first' failed
> make: *** [first] Error 2

Tested with 20111222 and all is good again.

Thanks cgf for all the effort in getting this functional again!

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-22 16:48                 ` Chris Sutcliffe
@ 2011-12-22 17:36                   ` Christopher Faylor
  2011-12-23  9:42                   ` Heiko Elger
  1 sibling, 0 replies; 14+ messages in thread
From: Christopher Faylor @ 2011-12-22 17:36 UTC (permalink / raw)
  To: cygwin

On Thu, Dec 22, 2011 at 11:47:54AM -0500, Chris Sutcliffe wrote:
>On 18 December 2011 18:30, Chris Sutcliffe wrote:
>> Tested with the 20111218 snapshot and the vim build now fails with as
>> a result of a different issue:
>>
>> make[1]: *** read jobs pipe: Resource temporarily unavailable. ?Stop.
>> make[1]: *** Waiting for unfinished jobs....
>> make[1]: Leaving directory `/usr/src/vim/src'
>> Makefile:26: recipe for target `first' failed
>> make: *** [first] Error 2
>
>Tested with 20111222 and all is good again.
>
>Thanks cgf for all the effort in getting this functional again!

That one was Corinna.  But I helped quite a bit by pointing and grunting
in the general direction of the problem.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: "Bad address" error while building cygwin with make -j2
  2011-12-22 16:48                 ` Chris Sutcliffe
  2011-12-22 17:36                   ` Christopher Faylor
@ 2011-12-23  9:42                   ` Heiko Elger
  1 sibling, 0 replies; 14+ messages in thread
From: Heiko Elger @ 2011-12-23  9:42 UTC (permalink / raw)
  To: cygwin

I can agree all works fine ...

good job ....

I wish all a Merry Christmas and a Happy New Year.

Heiko



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-12-23  9:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-14 15:22 "Bad address" error while building cygwin with make -j2 Heiko Elger
2011-12-14 18:06 ` marco atzeri
2011-12-14 18:15   ` Ken Brown
2011-12-14 18:28   ` Christopher Faylor
2011-12-15  5:43     ` Heiko Elger
2011-12-15  7:16       ` Heiko Elger
2011-12-16  1:12         ` Chris Sutcliffe
2011-12-16 21:05           ` Chris Sutcliffe
2011-12-17  2:56             ` Chris Sutcliffe
2011-12-18 23:30               ` Chris Sutcliffe
2011-12-19  6:02                 ` Heiko Elger
2011-12-22 16:48                 ` Chris Sutcliffe
2011-12-22 17:36                   ` Christopher Faylor
2011-12-23  9:42                   ` Heiko Elger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).