Open finnlewis opened 9 years ago
When attempting to do apt-get -f install from within vagrant:
➜ vagrant apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libnet-daemon-perl libdbi-perl dbconfig-common libterm-readkey-perl apache2-mpm-prefork php5-gd libmysqlclient18 apache2-utils libmcrypt4 apache2.2-common libt1-5 mysql-client-core-5.5 apache2.2-bin
libdbd-mysql-perl libgd2-xpm mysql-client php5-mcrypt libplrpc-perl php5-mysql php5-cli mysql-common mysql-client-5.5
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
apache2-bin
Suggested packages:
www-browser apache2-doc apache2-suexec-pristine apache2-suexec-custom
The following NEW packages will be installed:
apache2-bin
0 upgraded, 1 newly installed, 0 to remove and 178 not upgraded.
1 not fully installed or removed.
Need to get 0 B/1,017 kB of archives.
After this operation, 3,639 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 59760 files and directories currently installed.)
Unpacking apache2-bin (from .../apache2-bin_2.4.16-3+deb.sury.org~precise+1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/apache2-bin_2.4.16-3+deb.sury.org~precise+1_amd64.deb (--unpack):
trying to overwrite '/usr/share/man/man8/apache2.8.gz', which is also in package apache2.2-common 2.2.22-1ubuntu1.10
dpkg-deb (subprocess): subprocess data was killed by signal (Broken pipe)
dpkg-deb: error: subprocess <decompress> returned error exit status 2
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/apache2-bin_2.4.16-3+deb.sury.org~precise+1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Someone else with the same problem: http://ubuntuforums.org/showthread.php?t=2291854
So does this suggest something has recently broken in the ppa https://launchpad.net/~ondrej ?
I've posted a reply to what I think may be the same issue: https://github.com/oerdnj/deb.sury.org/issues/107
I have this same issue as well... will update here if I find a solution.
I have the same issue on a working box. I get this error:
==> default: The following packages have unmet dependencies:
==> default: apache2-mpm-worker : Depends: apache2.2-common (= 2.2.22-1ubuntu1.10) but 2.4.12-1+deb.sury.org~precise+5 is to be installed
==> default: Depends: apache2.2-bin (= 2.2.22-1ubuntu1.10) but 2.4.12-1+deb.sury.org~precise+5 is to be installed
==> default: E: Unable to correct problems, you have held broken packages.
==> default: at /tmp/vagrant-puppet/modules-7d76a07699117697331cf1457315e500/http_stack/manifests/apache.pp:15
A way to sort of fix this is to:
Remove 'apache2-mpm-worker'
from apache.pp (this means that varnish can't be installed as well and do some custom configration of apache (sudo rm /etc/apache2/mods-enabled/authz_default.load
)
I haven't tested this much, but all seems to be working
Yeah, sorry everyone! Actively developing a version for Ubuntu Trusty that should have everything working nicely, and some better puppet code to boot.
I have tested the trusty branch, and all seems to be working nicely
Hi Steven!
We have previously successfully installed Parrot with PHP 5.5, but it now fails due to failed dependencies, we think with Apache2.
I'll add the rather long output from vagrant provision in case this helps: