guix-devel
[Top][All Lists]
Advanced

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



reply via email to

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