bugmake - Bugs: bug #48070, "make update" fails at...

 
 

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

Submitter:  Josh Triplett <joshtriplett>
Submitted:  Tue 31 May 2016 07:37:34 PM UTC
   
 
Severity:  3 - Normal Item Group:  Build/Install
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  4.2.1 Operating System:  Any
Fixed Release:  4.2.1 Triage Status:  Small Effort
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 11 Jun 2016 01:19:02 PM UTC, 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.

Paul D. Smith <psmith>
Group administrator
Tue 31 May 2016 08:27:23 PM UTC, comment #2: 

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

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

Josh Triplett <joshtriplett>
Tue 31 May 2016 07:59:17 PM UTC, comment #1: 

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.

Paul D. Smith <psmith>
Group administrator
Tue 31 May 2016 07:37:34 PM UTC, original submission:  

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.

Josh Triplett <joshtriplett>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  • -email is unavailable- added by joshtriplett (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-06-11 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.2.1
        Triage StatusNone Small Effort

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code