bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make install can fail with parallel make


From: Shaun Jackman
Subject: Re: make install can fail with parallel make
Date: Sat, 13 Aug 2016 15:57:00 -0400

Thanks for looking into it, Thomas. Could you please respond at this GitHub issue:

-- 
Shaun Jackman
http://sjackman.ca

On August 13, 2016 at 15:11:00, Thomas Dickey (address@hidden) wrote:

On Mon, Jul 04, 2016 at 02:34:45AM -0400, Shaun Jackman wrote:
> `make install` can fail with parallel make. `make -j1` works around the issue.
> See https://github.com/Homebrew/homebrew-dupes/issues/622
> and https://github.com/Homebrew/homebrew-dupes/pull/630
>
> ```
> installing ../lib/libncursesw.a as
> /home/nh79w/.linuxbrew/Cellar/ncurses/6.0_1/lib/libncursesw.a
> /home/nh79w/.linuxbrew/bin/ginstall -c -m 644 ../lib/libncursesw.a
> /home/nh79w/.linuxbrew/Cellar/ncurses/6.0_1/lib/libncursesw.a
> ranlib /home/nh79w/.linuxbrew/Cellar/ncurses/6.0_1/lib/libncursesw.a
> installing ../lib/libncursesw_g.a as
> /home/nh79w/.linuxbrew/Cellar/ncurses/6.0_1/lib/libncursesw_g.a
> /home/nh79w/.linuxbrew/bin/ginstall -c -m 644 ../lib/libncursesw_g.a
> /home/nh79w/.linuxbrew/Cellar/ncurses/6.0_1/lib/libncursesw_g.a
> /home/nh79w/.linuxbrew/bin/ginstall: cannot stat
> '../lib/libncursesw_g.a': No such file or directory
> make[1]: *** [Makefile:2840: install] Error 1
> make[1]: Leaving directory
> '/tmp/ncurses-20160613-61631-qne5hl/ncurses-6.0/ncurses'
> make: *** [Makefile:115: install] Error 2
> ```

hmm - the logs at

https://gist.github.com/anonymous/3d5a6fa1fcb71d7d55f0afbabcc7b6b3#file-02-make-L2-L1440

give the needed information. But my attempt to reproduce this with -j4
hasn't succeeded (I don't have hardware that could do -j20).

--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

reply via email to

[Prev in Thread] Current Thread [Next in Thread]