zsh-workers
 help / color / mirror / code / Atom feed
* Out-of-tree build of zsh 5.7.1 fails in install.man
@ 2019-02-05 19:16 Michal Nowak
  0 siblings, 0 replies; only message in thread
From: Michal Nowak @ 2019-02-05 19:16 UTC (permalink / raw)
  To: zsh-workers

Hello,

zsh 5.7.1 build fails on OpenIndiana (illumos kernel) with:

for file in zsh.1 zshbuiltins.1 zshcalsys.1 zshcompctl.1 zshcompwid.1 
zshcompsys.1 zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 
zshparam.1 zshroadmap.1 zshtcpsys.1 zshzftpsys.1 zshzle.1 zshall.1; do \
     test -s $file || exit 1; \
     /usr/bin/ginstall -c -m 644 $file 
/export/home/newman/ws/oi-userland/components/shell/zsh/build/prototype/i386/usr/share/man/man1/`echo 
$file | sed 's|zsh|zsh|'` || exit 1; \
done
make[2]: *** [Makefile:474: install.man] Error 1
make[2]: Leaving directory 
'/export/home/newman/ws/oi-userland/components/shell/zsh/build/amd64/Doc'
make[1]: *** [Makefile:222: install.man] Error 2
make[1]: Leaving directory 
'/export/home/newman/ws/oi-userland/components/shell/zsh/build/amd64'

File 'zsh.1' et al. is not in 
'/export/home/newman/ws/oi-userland/components/shell/zsh/build/amd64/Doc', 
I can see them in the sources at: 
'/export/home/newman/ws/oi-userland/components/shell/zsh/zsh-5.7.1/Doc'.

I perform out-of-tree build from 
'/export/home/newman/ws/oi-userland/components/shell/zsh/build/amd64', 
sources are at 
'/export/home/newman/ws/oi-userland/components/shell/zsh/zsh-5.7.1/'.

Build used to work with 5.6.2.

If I revert change "43692: Generate man pages in the build dir, rather 
than the source dir" 
(https://sourceforge.net/p/zsh/code/ci/76a16498d5c76aa3fee0805b8241263249d71b94/), 
build works again.

Our build system is at 
https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/components/shell/zsh/ 
(in case we messed-up something).

Thanks,
Michal

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-05 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05 19:16 Out-of-tree build of zsh 5.7.1 fails in install.man Michal Nowak

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).