nxp-archive / openil

OpenIL is an open source project based on Buildroot and designed for embedded industrial solution.
Other
136 stars 55 forks source link

Error when perform env_setup.sh #95

Closed ender0229 closed 3 years ago

ender0229 commented 3 years ago

To compile OpeniL-1.11, I performed the official script env_setup.sh, error occurs as shown:

--2021-05-11 14:34:17--  http://ports.ubuntu.com/pool/main/d/debootstrap/debootstrap_1.0.95ubuntu0.8_all.deb
Resolving ports.ubuntu.com (ports.ubuntu.com)... 91.189.88.142, 91.189.88.152, 2001:67c:1360:8001::24, ...
Connecting to ports.ubuntu.com (ports.ubuntu.com)|91.189.88.142|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-05-11 14:34:18 ERROR 404: Not Found. 

dpkg: error: cannot access archive 'debootstrap_1.0.95ubuntu0.8_all.deb': No such file or directory
rm: cannot remove 'debootstrap_1.0.95ubuntu0.8_all.deb': No such file or directory

I check the script and found there is no 'debootstrap_1.0.95ubuntu0.8_all.deb' posted on http://ports.ubuntu.com/pool/main/d/debootstrap/. Only debootstrap_1.0.95ubuntu0.9_all.deb, is this version ok?

ender0229 commented 3 years ago

I already tested, debootstrap_1.0.95ubuntu0.9_all.deb, this version is ok, so I will close this ticket.