Discussion:
[Buildroot] Connection refused error
Shaikat Hossain
2018-10-16 23:27:23 UTC
Permalink
I am receiving the following error when I run make on the Erpiam project I
am building from Github:

"
host-expat 2.2.5 Downloading
--2018-10-16 15:59:34--
http://downloads.sourceforge.net/project/expat/expat/2.2.5/expat-2.2.5.tar.bz2
Connecting to 127.0.0.1:8080... failed: Connection refused.
--2018-10-16 15:59:34-- http://sources.buildroot.net/expat-2.2.5.tar.bz2
Connecting to 127.0.0.1:8080... failed: Connection refused.
package/pkg-generic.mk:133: recipe for target
'/home/shaikat/erpiam/output/build/host-expat-2.2.5/.stamp_downloaded'
failed
make: ***
[/home/shaikat/erpiam/output/build/host-expat-2.2.5/.stamp_downloaded]
Error 1
"

Can anyone advise on what may be the cause/solutions to this problem? I'm
kind of stuck on this right now.

Best,
Shaikat Hossain Ph.D.
University of Southern California
Fabio Estevam
2018-10-16 23:50:56 UTC
Permalink
Hi Shaikat,
"
host-expat 2.2.5 Downloading
--2018-10-16 15:59:34-- http://downloads.sourceforge.net/project/expat/expat/2.2.5/expat-2.2.5.tar.bz2
Connecting to 127.0.0.1:8080... failed: Connection refused.
--2018-10-16 15:59:34-- http://sources.buildroot.net/expat-2.2.5.tar.bz2
Connecting to 127.0.0.1:8080... failed: Connection refused.
package/pkg-generic.mk:133: recipe for target '/home/shaikat/erpiam/output/build/host-expat-2.2.5/.stamp_downloaded' failed
make: *** [/home/shaikat/erpiam/output/build/host-expat-2.2.5/.stamp_downloaded] Error 1
"
Can anyone advise on what may be the cause/solutions to this problem? I'm kind of stuck on this right now.
Does a simple "wget
http://downloads.sourceforge.net/project/expat/expat/2.2.5/expat-2.2.5.tar.bz2"
work for you?

Maybe you have a firewall issue?
Thomas Petazzoni
2018-10-17 06:43:18 UTC
Permalink
Hello,
Post by Shaikat Hossain
I am receiving the following error when I run make on the Erpiam project I
"
host-expat 2.2.5 Downloading
--2018-10-16 15:59:34--
http://downloads.sourceforge.net/project/expat/expat/2.2.5/expat-2.2.5.tar.bz2
Connecting to 127.0.0.1:8080... failed: Connection refused.
You probably have some wrong http_proxy variable: it tries to connect
to 127.0.0.1 (i.e localhost) on port 8080. This seems to have nothing to
do with Buildroot, but rather with a broken wget configuration on your
system.

Best regards,

Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Peter Korsgaard
2018-10-17 06:44:41 UTC
Permalink
Post by Shaikat Hossain
I am receiving the following error when I run make on the Erpiam project I
"
host-expat 2.2.5 Downloading
--2018-10-16 15:59:34--
http://downloads.sourceforge.net/project/expat/expat/2.2.5/expat-2.2.5.tar.bz2
Connecting to 127.0.0.1:8080... failed: Connection refused.
--2018-10-16 15:59:34-- http://sources.buildroot.net/expat-2.2.5.tar.bz2
Connecting to 127.0.0.1:8080... failed: Connection refused.
You seem to have a proxy configured for 127.0.0.1:8080 but it isn't
working. Either fix that or remove the proxy configuration (probably an
http_proxy / https_proxy environment variable).
--
Bye, Peter Korsgaard
Loading...