[ https://issues.apache.org/jira/browse/CLOUDSTACK-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13785822#comment-13785822 ]
Travis Graham commented on CLOUDSTACK-4804: ------------------------------------------- Here's the error from an apt-get update: ------- W: Failed to fetch http://cloudstack.apt-get.eu/ubuntu/dists/precise/Release Unable to find expected entry '4.2/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file) E: Some index files failed to download. They have been ignored, or old ones used instead. -------- This is caused by what looks like an incomplete binary-amd64 build in the Release info. To work around this for now: * comment out the repo in /etc/apt/source.list.d/cloudstack.list * rerun apt-get update * download the packages you need (http://cloudstack.apt-get.eu/ubuntu/dists/precise/4.2/pool/) * manually try to install with dpkg -i <package> for each package (you'll see a bunch of dependency error messages) * run apt-get install -f to install the missing dependencies * rerun dpkg -i <package> for each package that's needed > Can't install to Debian with build infrastructure (Apt) > ------------------------------------------------------- > > Key: CLOUDSTACK-4804 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4804 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Install and Setup, Management Server > Affects Versions: 4.2.0 > Environment: Though 4.2 has released, the Debian build sources do not > support this release. > Reporter: Douglas Almquist > Fix For: Future > > > Changing 4.1 -> 4.2 in sources generates errors. > It appears only 4.1 is supported. > Test system: Ubuntu 12.04.3 LTR -- This message was sent by Atlassian JIRA (v6.1#6144)