bug-make
[Top][All Lists]
Advanced

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

po_repo in maintMakefile seems to be out of date


From: Brian Dessent
Subject: po_repo in maintMakefile seems to be out of date
Date: Sun, 09 Mar 2008 00:00:21 -0800

When building from CVS I get this error on "make update":

if test -d "po"; then \
          make do-po-update; \
        fi
make[1]: Entering directory `/usr/src/make'
tmppo="/tmp/po-make-3.81.90.$$" \
          && rm -rf "$tmppo" \
          && mkdir "$tmppo" \
          && (cd "$tmppo" \
                && wget --passive-ftp -nv -r -l1 -nd --no-parent -A
'*.po' http://translationproject.org/maint/make) \
          && cp "$tmppo"/*.po po && rm -rf "$tmppo"
http://translationproject.org/maint/make:
23:55:03 ERROR 404: Not Found.
unlink: No such file or directory

FINISHED --23:55:03--
Downloaded: 0 bytes in 0 files
cp: cannot stat `/tmp/po-make-3.81.90.1884/*.po': No such file or
directory
make[1]: *** [do-po-update] Error 1
make[1]: Leaving directory `/usr/src/make'
make: *** [po-update] Error 2

It seems that translationproject.org has changed their URL structure,
and it seems like <http://translationproject.org/latest/make/> is now
correct, as in the attached.

Brian
2008-03-08  Brian Dessent  <address@hidden>

        * maintMakefile: Update Translation Project location.

Index: maintMakefile
===================================================================
RCS file: /sources/make/make/maintMakefile,v
retrieving revision 2.43
diff -u -p -r2.43 maintMakefile
--- maintMakefile       4 Jul 2007 19:35:19 -0000       2.43
+++ maintMakefile       9 Mar 2008 07:58:37 -0000
@@ -135,7 +135,7 @@ move_if_change =  if test -r $(target) &
 #   http://translation.sf.net/maint/
 #   ftp://tiger.informatik.hu-berlin.de/pub/po/maint/
 
-po_repo = http://translationproject.org/maint/$(PACKAGE)
+po_repo = http://translationproject.org/latest/$(PACKAGE)
 .PHONY: do-po-update po-update
 do-po-update:
        tmppo="/tmp/po-$(PACKAGE)-$(VERSION).$$$$" \

reply via email to

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