-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Micah Cowan wrote: > cvs.savannah.gnu.org is no longer kept up-to-date, and should not be > used to obtain the latest gnulib sources; the CVS interface to the git > repo, at pserver.git.sv.gnu.org, should be used instead (or else just > use git).
I ran into this when I ran "cd po; make coreutils.pot" on bleeding-edge coreutils, just after having done a bootstrap and configure. bootstrap was fetching the latest gnulib sources from the now-defunct CVS repository, and thus was not getting xprintf (which is in POTFILES.in). Specifying --gnulib-srcdir to point at my local copy did the trick. It might well be preferable to grab it using git now, instead of the CVS interface to git, since I imagine it's reasonable to assume that anyone hacking on coreutils from the repo has git. :) This patch was just the quickest-path-to-functionality. - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer... http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHH5Vo7M8hyUobTrERCKuCAJ9I9HqswNbbQGWbfUf4NQUZfEiavwCeNVgD q1QNWZ6bOsshPd3d6ae4aU4= =57mI -----END PGP SIGNATURE----- _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
