[ 
https://issues.apache.org/jira/browse/AVRO-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303616#comment-17303616
 ] 

ASF subversion and git services commented on AVRO-3079:
-------------------------------------------------------

Commit c030d4201e315f62f11ea9757017c38239fa6a17 in avro's branch 
refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=c030d42 ]

AVRO-3079: Fix Forrest download URL in Dockerfile (#1138)



> Fix Forrest download URL in Dockerfile
> --------------------------------------
>
>                 Key: AVRO-3079
>                 URL: https://issues.apache.org/jira/browse/AVRO-3079
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: build, docker
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Major
>
> I tried to run `./build.sh docker`, but came across the following error. The 
> download URL for Forrest seems to be obsolete.
> {code}
> $ ./build.sh docker
> ...
> Step 24/30 : RUN curl -L -s 
> "https://www.apache.org/dyn/closer.lua?action=download&filename=/forrest/apache-forrest-0.9-sources.tar.gz";
>  | tar -xzf - -C /usr/local/ &&     curl -L -s 
> "https://www.apache.org/dyn/closer.lua?action=download&filename=/forrest/apache-forrest-0.9-dependencies.tar.gz";
>  | tar -xzf - -C /usr/local/ &&     mv /usr/local/apache-forrest-0.9 
> /usr/local/apache-forrest &&     cd /usr/local/apache-forrest/main &&     
> ./build.sh
>  ---> Running in 13da66231f77
> gzip: stdin: not in gzip format
> tar: Child returned status 1
> tar: Error is not recoverable: exiting now
> The command '/bin/sh -c curl -L -s 
> "https://www.apache.org/dyn/closer.lua?action=download&filename=/forrest/apache-forrest-0.9-sources.tar.gz";
>  | tar -xzf - -C /usr/local/ &&     curl -L -s 
> "https://www.apache.org/dyn/closer.lua?action=download&filename=/forrest/apache-forrest-0.9-dependencies.tar.gz";
>  | tar -xzf - -C /usr/local/ &&     mv /usr/local/apache-forrest-0.9 
> /usr/local/apache-forrest &&     cd /usr/local/apache-forrest/main &&     
> ./build.sh' returned a non-zero code: 2
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to