Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543738 - app-emulation/lxc-1.1.0-r2 /usr/lib/lxc/template/lxc-gentoo; line 163 lack of cut (wget failed)
Summary: app-emulation/lxc-1.1.0-r2 /usr/lib/lxc/template/lxc-gentoo; line 163 lack of...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 23:31 UTC by knasan
Modified: 2015-03-20 17:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description knasan 2015-03-18 23:31:19 UTC
/usr/share/lxc/template/lxc-gentoo

file size prevents wget due to lack of cut downloading stage3
The line 163 should be amended as follows.

This Line: 163
local stage3_latest_tarball=$(wget -q -O - "${stage3_pointer}" | tail -n1 ) \

in this:
local stage3_latest_tarball=$(wget -q -O - "${stage3_pointer}" | tail -n1 | cut -d ' ' -f1 ) \

Error Messages:
--2015-03-19 00:30:30--  http://distfiles.gentoo.org/releases/amd64/autobuilds/20150312/stage3-amd64-20150312.tar.bz2%194059339
Resolving distfiles.gentoo.org... 140.211.166.134, 156.56.247.195, 64.50.236.52, ...
Connecting to distfiles.gentoo.org|140.211.166.134|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-03-19 00:30:31 ERROR 404: Not Found.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2015-03-20 17:24:07 UTC
This is already fixed in -r5 and 1.1.1. Please updated to a newer LXC. The old ebuilds will be removed soon