bug-make
[Top][All Lists]
Advanced

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

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


From: Josh Triplett
Subject: [bug #48070] "make update" fails at wget of translationproject translations
Date: Tue, 31 May 2016 19:37:36 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/bugs/?48070>

                 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:

  <http://savannah.gnu.org/bugs/?48070>

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




reply via email to

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