zsh-workers
 help / color / mirror / code / Atom feed
* mkmakemod.sh 2nd stage build failure
@ 2014-01-05  2:21 Kete
  2014-01-05 19:21 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Kete @ 2014-01-05  2:21 UTC (permalink / raw)
  To: zsh-workers

Hello,
I am trying to build Zsh for an emerging package manager named Guix, but the build failed at the second stage of mkmakemod.sh when it tried to use /bin/sh. I see I can disable the 2nd stage with an -i option. What are the consequences of disabling the second stage? Here is my error (you might notice Guix is based on Nix):

starting phase `build'
make[1]: Entering directory '/tmp/nix-build-zsh-5.0.2.drv-1/zsh-5.0.4/Src'
cd .. && /nix/store/97vnvqq5daji73b71v4cnmyaa7r3hzk2-bash-4.2/bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
Src/../Src/mkmakemod.sh: line 467: /bin/sh: No such file or directory
Makefile:299: recipe for target 'Makemod' failed
make[1]: *** [Makemod] Error 1

Here are lines 464-470 of mkmakemod.sh:

if $second_stage ; then
    trap "rm -f $the_subdir/${the_makefile}; exit 1" 1 2 15

    ${CONFIG_SHELL-/bin/sh} ./config.status \
	--file=$the_subdir/${the_makefile}:$the_subdir/${the_makefile}.in ||
    exit 1
fi


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

end of thread, other threads:[~2014-01-05 23:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-05  2:21 mkmakemod.sh 2nd stage build failure Kete
2014-01-05 19:21 ` Bart Schaefer
2014-01-05 20:10   ` Peter Stephenson
2014-01-05 23:35   ` Kete

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).