[bug #48070] "make update" fails at wget of translationproject translations

2016-06-11 Thread Paul D. Smith
Update of bug #48070 (project make):

  Status:None => Fixed  
 Assigned to:None => psmith 
 Open/Closed:Open => Closed 
   Fixed Release:None => SCM
   Triage Status:None => Small Effort   

___

Follow-up Comment #3:

I checked with the Translation Project folks and they recommend a best
practice of using rsync, instead of wget, which will avoid various problems. 
I modified the maintMakefile to use that.

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make


[bug #48070] "make update" fails at wget of translationproject translations

2016-05-31 Thread Josh Triplett
Follow-up Comment #2, bug #48070 (project make):

I managed to work around it for now by running "make scm-update".

You may want to consider pointing to that from README.git.

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make


[bug #48070] "make update" fails at wget of translationproject translations

2016-05-31 Thread Paul D. Smith
Follow-up Comment #1, bug #48070 (project make):

I've sent a query to the translation project coordinator: I have no control
over or insight into the management of that site.

You can probably hack this, if you wanted to, by mucking with the po/LINGUAS
file to remove translations you don't have.  You could alternatively get the
official 4.2 build and copy over the .c and .h files from Git to build/test
the newer code (only a few files were actually changed).

Hopefully this issue will be resolved soon.

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make


[bug #48070] "make update" fails at wget of translationproject translations

2016-05-31 Thread Josh Triplett
URL:
  

 Summary: "make update" fails at wget of translationproject
translations
 Project: make
Submitted by: joshtriplett
Submitted on: Tue 31 May 2016 12:37:34 PM PDT
Severity: 3 - Normal
  Item Group: Build/Install
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
   Component Version: SCM
Operating System: Any
   Fixed Release: None
   Triage Status: None

___

Details:

I tried to get and build the source from git, and ran into the following error
trying to run "make update":


~/src/make$ make update
[ -d "po" ] && make do-po-update
make[1]: Entering directory '/home/josh/src/make'
tmppo="/tmp/po-make-4.2.$$" \
  && rm -rf "$tmppo" \
  && mkdir "$tmppo" \
  && (cd "$tmppo" \
&& wget --passive-ftp -np -nv --recursive --level=1 --no-directories
--no-check-certificate -A '*.po' http://translationproject.org/latest/make) \
  && cp "$tmppo"/*.po ./po \
  && rm -rf "$tmppo"
2016-05-31 12:30:46 URL:https://translationproject.org/latest/make/ [769/769]
-> "make" [1]
https://translationproject.org/robots.txt:
2016-05-31 12:30:47 ERROR 404: Not Found.
2016-05-31 12:30:47 URL:https://translationproject.org/latest/make/?C=N;O=D
[769/769] -> "index.html?C=N;O=D" [1]
2016-05-31 12:30:47 URL:https://translationproject.org/latest/make/?C=M;O=A
[769/769] -> "index.html?C=M;O=A" [1]
2016-05-31 12:30:47 URL:https://translationproject.org/latest/make/?C=S;O=A
[769/769] -> "index.html?C=S;O=A" [1]
2016-05-31 12:30:47 URL:https://translationproject.org/latest/make/?C=D;O=A
[769/769] -> "index.html?C=D;O=A" [1]
2016-05-31 12:30:48 URL:https://translationproject.org/latest/ [33430] ->
"index.html" [1]
FINISHED --2016-05-31 12:30:48--
Total wall clock time: 3.2s
Downloaded: 6 files, 36K in 0.4s (81.2 KB/s)
cp: cannot stat '/tmp/po-make-4.2.23937/*.po': No such file or directory
Makefile:1479: recipe for target 'do-po-update' failed
make[1]: *** [do-po-update] Error 1
make[1]: Leaving directory '/home/josh/src/make'
Makefile:1490: recipe for target 'po-update' failed
make: *** [po-update] Error 2


Looking at https://translationproject.org/latest/make/ , it looks empty.




___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make