Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 543738

Summary: app-emulation/lxc-1.1.0-r2 /usr/lib/lxc/template/lxc-gentoo; line 163 lack of cut (wget failed)
Product: Gentoo Linux Reporter: knasan <bugs.gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED OBSOLETE    
Severity: normal CC: hwoarang
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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