[csw-maintainers] chkpkg error, or gmake clean platforms error?

Maciej (Matchek) Blizinski maciej at opencsw.org
Sun Jul 11 17:38:57 CEST 2010


No dia 11 de Julho de 2010 15:14, rupert THURNER <rupert at opencsw.org> escreveu:
> hi,
>
> when building the new version of mercurial, 1.6, i did, on build9s:
>
> 1. change the version numer from 1.5.4 to 1.6
> 2. gmake makesums
> 3. gmake clean platforms

The 'gmake clean' command has performed clean on your current host
(probably current9s), and on this host only.  The error you saw was
thrown on current9x.  If you look at the error message you got, you'll
see the sequence: the error is emitted, and the connection to
current9x is closed.

gmake: Leaving directory `/home/rupert/mgar/pkg/mercurial/trunk'
Connection to current9x closed.
gmake: *** [platforms] Error 2
rupert at current9s

As a general rule, you would do:

gmake makesums
gmake replatforms

The 'replatforms' target performs 'clean' on all hosts.

Maciej


More information about the maintainers mailing list