[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Package Definition Place
From: |
Kete |
Subject: |
Re: Package Definition Place |
Date: |
Sat, 04 Jan 2014 16:21:35 -0500 |
User-agent: |
KMail/4.12 (Linux/3.5.0-40-generic; KDE/4.12.0; i686; ; ) |
On Saturday, January 04, 2014 08:15:40 AM John Darrington wrote:
> The example in bash.scm is over complicated. Look at some of the examples
> in xorg.scm to see how to set configure-flags.
That got me a little further.
Src/../Src/mkmakemod.sh: line 467: /bin/sh: No such file or directory
Makefile:299: recipe for target 'Makemod' failed
These are the lines around 464-470:
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
I tried with the --without-tcsetpgrp flag, but I got the same error.
- Re: Package Definition Place, (continued)
- Re: Package Definition Place, Kete, 2014/01/02
- Re: Package Definition Place, John Darrington, 2014/01/03
- Re: Package Definition Place, Kete, 2014/01/03
- Re: Package Definition Place, Nikita Karetnikov, 2014/01/03
- Re: Package Definition Place, Ludovic Courtès, 2014/01/03
- Re: Package Definition Place, Kete, 2014/01/03
- Re: Package Definition Place, John Darrington, 2014/01/04
- Re: Package Definition Place,
Kete <=
- Re: Package Definition Place, John Darrington, 2014/01/04
- Re: Package Definition Place, Ludovic Courtès, 2014/01/05
- Re: Package Definition Place, Ludovic Courtès, 2014/01/04
- Re: Package Definition Place, Kete, 2014/01/04
- Re: Package Definition Place, Ludovic Courtès, 2014/01/05