This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin 1.7.0-28: Broken pipe signal broken?


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Christopher Faylor on 8/20/2008 10:07 AM:
>>
>> Unfortunately, this makes things worse: bash now exits silently on
>> $(...) commands, so 'bash --login' fails.
> 
> I think this is fixed now.  I spent a lot of time trying to get this
> to work exactly like linux but Windows thwarted me.  It should now, at
> least, behave like 1.5.*.

Not quite.  Now, with cygwin 1.7.0-29, parallel make is breaking, when
trying to use a fifo on fd3 for communication between the parallel
processes.  This is making it hard to package anything, since cygport
defaults to 'make -j2':

$ cygcheck -c cygwin
...
Cygwin Package Information
Package              Version        Status
cygwin               1.7.0-29       OK
$ cd coreutils
$ make -j2
...
gcc -std=gnu99  -gdwarf-2 -Wall  -Wl,--as-needed -o arch.exe uname.o
uname-arch.o ../lib/libcoreutils.a /usr/local/lib/libintl.dll.a -liconv
- -L/usr/local/lib ../lib/libcoreutils.a
gcc -std=gnu99  -gdwarf-2 -Wall  -Wl,--as-needed -o setuidgid.exe
setuidgid.o ../lib/libcoreutils.a /usr/local/lib/libintl.dll.a -liconv
- -L/usr/local/lib ../lib/libcoreutils.a
make[3]: *** write jobserver: No error.  Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: *** write jobserver: No error.  Stop.
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/eblake/coreutils/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/eblake/coreutils'
make: *** [all] Error 2
make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2!

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkis2GoACgkQ84KuGfSFAYACuwCgupNbckj5uw5MDhx7RhIDDbXY
qaYAn2jeoc5aUg/fPpx8txY0sgZLO7w9
=xrcG
-----END PGP SIGNATURE-----

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]