guix-devel
[Top][All Lists]
Advanced

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

Re: Glib 2.38.0


From: Ludovic Courtès
Subject: Re: Glib 2.38.0
Date: Mon, 30 Sep 2013 23:38:46 +0200
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Andreas Enge <address@hidden> skribis:

> Notice the duplications in the command lines; the culprit seems to be the
> lines in the recipe
>                   ;; Honor $(TESTS_ENVIRONMENT).
>                   (substitute* (find-files "." "^Makefile(\\.in)?$")
>                     (("^GTESTER[[:blank:]]*=(.*)$" _ rest)
>                      (string-append "GTESTER = $(TESTS_ENVIRONMENT) "
>                                     rest))))
> so that Makefile in glib/tests contains
>    GTESTER = $(TESTS_ENVIRONMENT)  $(top_builddir)/glib/gtester
>           ${GTESTER} -k --quiet -o tmpsample.xml 
> --test-arg=--gtester-selftest ${GTESTER}
>
> I ended up dropping these lines and all tests pass; if you have a better
> solution, please feel free to modify the recipe again.

Looks like you made the right decision: this hack is apparently no
longer needed.

Thanks!

Ludo’.



reply via email to

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