You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears contrail-installer/contrail-web-core in Ubuntu 14.04 have the wrong dependency when I attempted this install today.
Depends: nodejs (= 0.8.15-1contrail1) but 0.10.35-1contrail1 is to be installed
Partial log from failure:
2016-11-14 16:39:20 Reading package lists...
2016-11-14 16:39:20 Building dependency tree...
2016-11-14 16:39:20 Reading state information...
2016-11-14 16:39:20 contrail-config-openstack is already the newest version.
2016-11-14 16:39:20 ++ return_status=0
2016-11-14 16:39:20 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
2016-11-14 16:39:20 ++ [[ 0 -gt 0 ]]
2016-11-14 16:39:20 ++ apt_get install contrail-web-core
2016-11-14 16:39:20 ++ [[ '' = \T\r\u\e ]]
2016-11-14 16:39:20 ++ [[ -z install contrail-web-core ]]
2016-11-14 16:39:20 ++ local sudo=sudo
2016-11-14 16:39:20 +++ id -u
2016-11-14 16:39:20 ++ [[ 1000 = \0 ]]
2016-11-14 16:39:20 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install contrail-web-core
2016-11-14 16:39:20 Reading package lists...
2016-11-14 16:39:20 Building dependency tree...
2016-11-14 16:39:20 Reading state information...
2016-11-14 16:39:21 Some packages could not be installed. This may mean that you have
2016-11-14 16:39:21 requested an impossible situation or if you are using the unstable
2016-11-14 16:39:21 distribution that some required packages have not yet been created
2016-11-14 16:39:21 or been moved out of Incoming.
2016-11-14 16:39:21 The following information may help to resolve the situation:
2016-11-14 16:39:21
2016-11-14 16:39:21 The following packages have unmet dependencies:
2016-11-14 16:39:21 contrail-web-core : Depends: nodejs (= 0.8.15-1contrail1) but 0.10.35-1contrail1 is to be installed
2016-11-14 16:39:21 E: Unable to correct problems, you have held broken packages.
2016-11-14 16:39:21 ++ return_status=100
2016-11-14 16:39:21 Failure in installing package : install contrail-web-core
2016-11-14 16:39:21 ++ [[ 100 -gt 0 ]]
2016-11-14 16:39:21 exited with status :100
2016-11-14 16:39:21 ++ echo -e 'Failure in installing package : install' contrail-web-core
2016-11-14 16:39:21 ++ exit 100
2016-11-14 16:39:21 ++ clean
2016-11-14 16:39:21 ++ local r=100
2016-11-14 16:39:21 ++ echo 'exited with status :100'
2016-11-14 16:39:21 ++ exit 100
The text was updated successfully, but these errors were encountered:
I resolve the issue with manual remove newest package installed by apt repository and re-install .deb package and it's workaround pass the contrail-web-core installation.
It appears contrail-installer/contrail-web-core in Ubuntu 14.04 have the wrong dependency when I attempted this install today.
Depends: nodejs (= 0.8.15-1contrail1) but 0.10.35-1contrail1 is to be installed
Partial log from failure:
2016-11-14 16:39:20 Reading package lists...
2016-11-14 16:39:20 Building dependency tree...
2016-11-14 16:39:20 Reading state information...
2016-11-14 16:39:20 contrail-config-openstack is already the newest version.
2016-11-14 16:39:20 ++ return_status=0
2016-11-14 16:39:20 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
2016-11-14 16:39:20 ++ [[ 0 -gt 0 ]]
2016-11-14 16:39:20 ++ apt_get install contrail-web-core
2016-11-14 16:39:20 ++ [[ '' = \T\r\u\e ]]
2016-11-14 16:39:20 ++ [[ -z install contrail-web-core ]]
2016-11-14 16:39:20 ++ local sudo=sudo
2016-11-14 16:39:20 +++ id -u
2016-11-14 16:39:20 ++ [[ 1000 = \0 ]]
2016-11-14 16:39:20 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install contrail-web-core
2016-11-14 16:39:20 Reading package lists...
2016-11-14 16:39:20 Building dependency tree...
2016-11-14 16:39:20 Reading state information...
2016-11-14 16:39:21 Some packages could not be installed. This may mean that you have
2016-11-14 16:39:21 requested an impossible situation or if you are using the unstable
2016-11-14 16:39:21 distribution that some required packages have not yet been created
2016-11-14 16:39:21 or been moved out of Incoming.
2016-11-14 16:39:21 The following information may help to resolve the situation:
2016-11-14 16:39:21
2016-11-14 16:39:21 The following packages have unmet dependencies:
2016-11-14 16:39:21 contrail-web-core : Depends: nodejs (= 0.8.15-1contrail1) but 0.10.35-1contrail1 is to be installed
2016-11-14 16:39:21 E: Unable to correct problems, you have held broken packages.
2016-11-14 16:39:21 ++ return_status=100
2016-11-14 16:39:21 Failure in installing package : install contrail-web-core
2016-11-14 16:39:21 ++ [[ 100 -gt 0 ]]
2016-11-14 16:39:21 exited with status :100
2016-11-14 16:39:21 ++ echo -e 'Failure in installing package : install' contrail-web-core
2016-11-14 16:39:21 ++ exit 100
2016-11-14 16:39:21 ++ clean
2016-11-14 16:39:21 ++ local r=100
2016-11-14 16:39:21 ++ echo 'exited with status :100'
2016-11-14 16:39:21 ++ exit 100
The text was updated successfully, but these errors were encountered: