Re: building 12.2 vc1 from source

2020-11-17 Thread Matthias Bläsing
Hi Glenn,

Am Dienstag, den 17.11.2020, 10:40 -0600 schrieb Glenn Holmer:
> I tried building 12.2 vc1 from source under JDK 11.0.8 using Ant
> 1.10.9 with this command:
> 
> ant -Dpermit.jdk9.builds=true build
> 
> and got:
> 
> /mnt/common/netbeans-12.2-src/nbbuild/build.xml:72: Failed to
> download binaries - see log message for the detailed reasons.
> 
> Did I take a wrong step? Where to find the mentioned log file?
> 

The invocation looks sane. The build system downloads resources from
the https://netbeans.osuosl.org/ and maven central. There could be a
downtime of one of these or a temporary problem in your network
environment.

Errors while downloading should be displayed above the final message
you quoted. It might help to redirect the build log to a file:

ant -Dpermit.jdk9.builds=true build 2>&1 | tee build.log

Please retry the build and if it still fails, please provide the
build.log.



HTH

Matthias


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: building 12.2 vc1 from source

2020-11-17 Thread Glenn Holmer

On 11/17/20 10:57 AM, Matthias Bläsing wrote:

Am Dienstag, den 17.11.2020, 10:40 -0600 schrieb Glenn Holmer:

I tried building 12.2 vc1 from source under JDK 11.0.8 using Ant
1.10.9 with this command:

ant -Dpermit.jdk9.builds=true build

and got:

/mnt/common/netbeans-12.2-src/nbbuild/build.xml:72: Failed to
download binaries - see log message for the detailed reasons.

Did I take a wrong step? Where to find the mentioned log file?



The invocation looks sane. The build system downloads resources from
the https://netbeans.osuosl.org/ and maven central. There could be a
downtime of one of these or a temporary problem in your network
environment.

Errors while downloading should be displayed above the final message
you quoted. It might help to redirect the build log to a file:

ant -Dpermit.jdk9.builds=true build 2>&1 | tee build.log

Please retry the build and if it still fails, please provide the
build.log.


https://www.lyonlabs.org/build.log

Not out of disk space, and I did get seven files in ~/.hgexternalcache/.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: building 12.2 vc1 from source

2020-11-17 Thread Matthias Bläsing
Am Dienstag, den 17.11.2020, 11:36 -0600 schrieb Glenn Holmer:
> On 11/17/20 10:57 AM, Matthias Bläsing wrote:
> > Am Dienstag, den 17.11.2020, 10:40 -0600 schrieb Glenn Holmer:
> > > I tried building 12.2 vc1 from source under JDK 11.0.8 using Ant
> > > 1.10.9 with this command:
> > > 
> > > ant -Dpermit.jdk9.builds=true build
> > > 
> > > and got:
> > > 
> > > /mnt/common/netbeans-12.2-src/nbbuild/build.xml:72: Failed to
> > > download binaries - see log message for the detailed reasons.
> > > 
> > > Did I take a wrong step? Where to find the mentioned log file?
> > > 
> > 
> > The invocation looks sane. The build system downloads resources
> > from
> > the https://netbeans.osuosl.org/ and maven central. There could be
> > a
> > downtime of one of these or a temporary problem in your network
> > environment.
> > 
> > Errors while downloading should be displayed above the final
> > message
> > you quoted. It might help to redirect the build log to a file:
> > 
> > ant -Dpermit.jdk9.builds=true build 2>&1 | tee build.log
> > 
> > Please retry the build and if it still fails, please provide the
> > build.log.
> 
> https://www.lyonlabs.org/build.log
> 
> Not out of disk space, and I did get seven files in
> ~/.hgexternalcache/.

Ok - logging is not optimal *arg*. Could you please run:

wget 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar

Greetings

Matthias


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: building 12.2 vc1 from source

2020-11-17 Thread Glenn Holmer

On 11/17/20 11:43 AM, Matthias Bläsing wrote:

Ok - logging is not optimal *arg*. Could you please run:

wget 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar


cenbe@greyhand:~/temp > wget 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
--2020-11-17 12:12:49-- 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar

Resolving repo1.maven.org (repo1.maven.org)... 199.232.64.209
Connecting to repo1.maven.org (repo1.maven.org)|199.232.64.209|:443... 
connected.

HTTP request sent, awaiting response... 200 OK
Length: 1592593 (1.5M) [application/java-archive]
Saving to: ‘apache-rat-0.12.jar’

apache-rat-0.12.jar 100%[==>]   1.52M  8.12MB/sin 
0.2s


2020-11-17 12:12:49 (8.12 MB/s) - ‘apache-rat-0.12.jar’ saved 
[1592593/1592593]


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: building 12.2 vc1 from source

2020-11-17 Thread Svata Dedic
apache-rat-0.12.jar is the first binary (my) build downloads. It 
succeeded on my machine with build 11.0.5+10-LTS.


If the 1st binary fails, then it's quite likely you're experiencing some 
network issues, rather than a build error.


Doublecheck your network setup, if there's not a HTTP proxy (your 
environment does not define any - see http(s)_proxy in the log.


-S.

Dne 17. 11. 20 v 18:36 Glenn Holmer napsal(a):

On 11/17/20 10:57 AM, Matthias Bläsing wrote:

Am Dienstag, den 17.11.2020, 10:40 -0600 schrieb Glenn Holmer:

I tried building 12.2 vc1 from source under JDK 11.0.8 using Ant
1.10.9 with this command:

ant -Dpermit.jdk9.builds=true build

and got:

/mnt/common/netbeans-12.2-src/nbbuild/build.xml:72: Failed to
download binaries - see log message for the detailed reasons.

Did I take a wrong step? Where to find the mentioned log file?



The invocation looks sane. The build system downloads resources from
the https://netbeans.osuosl.org/ and maven central. There could be a
downtime of one of these or a temporary problem in your network
environment.

Errors while downloading should be displayed above the final message
you quoted. It might help to redirect the build log to a file:

ant -Dpermit.jdk9.builds=true build 2>&1 | tee build.log

Please retry the build and if it still fails, please provide the
build.log.


https://www.lyonlabs.org/build.log

Not out of disk space, and I did get seven files in ~/.hgexternalcache/.



-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: building 12.2 vc1 from source

2020-11-17 Thread Matthias Bläsing
Am Dienstag, den 17.11.2020, 12:14 -0600 schrieb Glenn Holmer:
> On 11/17/20 11:43 AM, Matthias Bläsing wrote:
> > Ok - logging is not optimal *arg*. Could you please run:
> > 
> > wget 
> > https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
> 
> cenbe@greyhand:~/temp > wget 
> https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
> --2020-11-17 12:12:49-- 
> https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
> Resolving repo1.maven.org (repo1.maven.org)... 199.232.64.209
> Connecting to repo1.maven.org
> (repo1.maven.org)|199.232.64.209|:443... 
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 1592593 (1.5M) [application/java-archive]
> Saving to: ‘apache-rat-0.12.jar’
> 
> apache-rat-0.12.jar 100%[==>]   1.52M  8.12MB/s    in
> 0.2s
> 
> 2020-11-17 12:12:49 (8.12 MB/s) - ‘apache-rat-0.12.jar’ saved 
> [1592593/1592593]
> 


Could you please rerun with:

wget --no-proxy 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: building 12.2 vc1 from source

2020-11-17 Thread Glenn Holmer

On 11/17/20 12:25 PM, Matthias Bläsing wrote:

Could you please rerun with:

wget --no-proxy 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar


cenbe@greyhand:~ > wget --no-proxy 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
--2020-11-17 12:33:59-- 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar

Resolving repo1.maven.org (repo1.maven.org)... 199.232.76.209
Connecting to repo1.maven.org (repo1.maven.org)|199.232.76.209|:443... 
connected.

HTTP request sent, awaiting response... 200 OK
Length: 1592593 (1.5M) [application/java-archive]
Saving to: ‘apache-rat-0.12.jar’

apache-rat-0.12.jar 
100%[=>] 
  1.52M  --.-KB/sin 0.1s


2020-11-17 12:33:59 (13.2 MB/s) - ‘apache-rat-0.12.jar’ saved 
[1592593/1592593]



--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists