Re: [Gimp-docs] "make" broken?



Le 27/02/2012 20:52, Ulf-D. Ehlert a écrit :
I can't reproduce it (I tried it with "git archive" instead of
"git clone", but this shouldn't make a difference).  Both make-3.81 and
make-3.82 worked fine.

Which command did you try? Just "make"?
I get the error with gimp-help-2 on 2 different hard disks: the new sandbox under opensuse-12.1, the old sandbox under opensuse-11.4. You should get the same error after git pull and autogen...
I tried make alone, and also make validate-en with the same result.

Does "make --debug" give some useful information?
No, it only gives the error. No more information.

~/gimp-help-2> make --debug
GNU Make 3.82
Construit pour x86_64-unknown-linux-gnu
Copyright (C) 2010  Free Software Foundation, Inc.
Licence GPLv3+ : GNU GPL version 3 ou ultérieure <http://gnu.org/licenses/gpl.html>
Ceci est un logiciel libre : vous êtes autorisé à le modifier et à la redistribuer.
Il ne comporte AUCUNE GARANTIE, dans la mesure de ce que permet la loi.
Lecture des makefiles...
Makefile:496: xml/en,/.deps.mk: Aucun fichier ou dossier de ce type
Makefile:496: xml/fr/.deps.mk: Aucun fichier ou dossier de ce type
Makefile:1220: *** mélange de règles implicites et statiques pour le motif. Arrêt.


Does it work with "make -r"?
No, it gives the error.

~/gimp-help-2> make -r
Makefile:496: xml/en,/.deps.mk: Aucun fichier ou dossier de ce type
Makefile:496: xml/fr/.deps.mk: Aucun fichier ou dossier de ce type
Makefile:1220: *** mélange de règles implicites et statiques pour le motif. Arrêt.

Do you get the same result with the attached Makefile?
No, I get this:

~/gimp-help-2> make
Making pot/foo.pot
Making po/de/foo.po (pot/foo.pot)
Making pot/bar/baz.pot
Making po/de/bar/baz.po (pot/bar/baz.pot)
Making po-de (po/de/foo.po po/de/bar/baz.po)
Making po/fr/foo.po (pot/foo.pot)
Making po/fr/bar/baz.po (pot/bar/baz.pot)
Making po-fr (po/fr/foo.po po/fr/bar/baz.po)
Making all (po-de po-fr)

Julien




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