DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 12th February 2017
nyg nyg is offline
Port Guard
 
Join Date: Jan 2017
Posts: 14
Default Building jdk/1.8 stuck during ftp fetch

Hello,

I'm trying to compile the jdk-1.8 with the with_ipv6 flavor but it's stuck here:

Code:
===> py-crypto-2.6.1p2 depends on: python->=2.7,<2.8 -> python-2.7.12
===> py-crypto-2.6.1p2 depends on: gmp-* - not found
===>  Verifying install for gmp-* in devel/gmp
===>  Checking files for gmp-5.0.2p3
>> Fetch ftp://ftp.gmplib.org/pub/gmp-5.0.2/gmp-5.0.2.tar.bz2
OpenBSD is running inside VirtualBox so I'm thinking there's kind of network issue. Strange thing is that:

Code:
curl ftp://ftp.cc.uoc.gr/mirrors/OpenBSD/ftplist
works, but

Code:
curl ftp://ftp.gmplib.org/pub/gmp-5.0.2/gmp-5.0.2.tar.bz2 -o output
doesn't. It does on the host OS however.

How can I debug this?

EDIT:

Code:
# curl -v ftp://ftp.gmplib.org/pub/gmp-5.0.2/gmp-5.0.2.tar.bz2 -o output 
*   Trying 130.242.124.102...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* Connected to ftp.gmplib.org (130.242.124.102) port 21 (#0)
< 220-GMP ftp server
< 220 Only anonymous FTP is allowed here
> USER anonymous
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0< 230-
< 230-GMP -- GNU Multiple Precision Arithmetic Library
< 230-
< 230->>>  This is an intensionally throttled ftp server.                 <<<
< 230->>>  For faster and less tamper-prone file download, please go to:  <<<
< 230->>>                                                                 <<<
< 230->>>                  https://gmplib.org/download/                   <<<
< 230-
< 230-On this server:
< 230-  pub                  -- GMP releases, signature files
< 230-  pub/gmp-[VERSION]    -- GMP release [VERSION]
< 230-  pub/gmp              -- All GMP releases
< 230-  pub/snapshot         -- GMP daily snapshots
< 230-
< 230-For more info about GMP, see https://gmplib.org/
< 230-
< 230 Anonymous user logged in
> PWD
< 257 "/" is your current location
* Entry path is '/'
> CWD pub
* ftp_perform ends with SECONDARY: 0
< 250 OK. Current directory is /pub
> CWD gmp-5.0.2
< 250 OK. Current directory is /pub/gmp-5.0.2
> EPSV
* Connect data stream passively
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0< 229 Extended Passive mode OK (|||57345|)
*   Trying 130.242.124.102...
* Connecting to 130.242.124.102 (130.242.124.102) port 57345
* Connected to ftp.gmplib.org (130.242.124.102) port 21 (#0)
> TYPE I
  0     0    0     0    0     0      0      0 --:--:--  0:00:36 --:--:--     0

Thanks!

Last edited by nyg; 12th February 2017 at 09:29 PM.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Laptop lid close = stuck akts OpenBSD General 3 12th October 2017 02:31 PM
ThinkPad key stuck LeFrettchen General Hardware 0 26th July 2015 12:43 PM
Experts: We're stuck with passwords – and maybe they're best J65nko News 1 17th January 2012 03:08 AM
FreeBSD 7.2@amd64 atheros problem ath0: stuck beacon; resetting (bmiss count 4) asmo FreeBSD General 0 6th June 2009 11:02 AM
apache: data stuck in socket? goertzenator FreeBSD General 8 16th February 2009 04:01 PM


All times are GMT. The time now is 03:01 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick