Bug 10011 - wget does not work from Buildroot
Summary: wget does not work from Buildroot
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2017.05
Hardware: All Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-08 01:50 UTC by Paul Tomov
Modified: 2017-07-09 22:07 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Tomov 2017-07-08 01:50:31 UTC
During a make of a Raspbian image Buidroot reported error:

"Resolving downloads.uclibc-ng.org (downloads.uclibc-ng.org)... failed: Temporary failure in name resolution.
...
package/pkg-generic.mk:139: recipe for target '/home/ptomov/buildroot/output/build/uclibc-1.0.25/.stamp_downloaded' failed
..."
and exited with 2 errors.

I verified that I could sucesssfully run from command line:

$wget https://www.uclibc-ng.org/ 

Please advise me how to solve this problem.

Thanks,

  Paul
Comment 1 Thomas Petazzoni 2017-07-09 12:44:49 UTC
Buildroot is not responsible for this problem: it uses the wget available from your system, and relies on a working network connectivity. Here the "Temporary failure in name resolution" seems to indicate your DNS was not working.
Comment 2 Paul Tomov 2017-07-09 22:07:21 UTC
Buidroot latest version 2017.05.1 was used from Ubuntu 16.4.2 VMWare Workstation Pro 12 image.