Comment 14 for bug 1206878

Revision history for this message
Thomas Ward (teward) wrote :

After testing what's in proposed, this patch actually fails. Upon doing testing:

---

WITH PRECISE 1.1.19-1ubuntu0.2:
sudo apt-get install nginx-full nginx-common; sudo apt-get purge nginx-full; sudo apt-get install nginx-full - FAILS (this bug)

---

WITH PRECISE 1.1.19-1ubuntu0.3:
sudo apt-get install nginx-full/precise-proposed nginx-common/precise-proposed; sudo apt-get purge nginx-full; sudo apt-get install nginx-full/precise-proposed - FAILS:

Setting up nginx-full (1.1.19-1ubuntu0.3) ...
ln: failed to create symbolic link `/etc/nginx/sites-enabled/default': File exists

The nginx-full (and also the nginx binary installers) are trying to write the configuration files and create symlinks even though they already exist. This should be done in nginx-common, not nginx-full. This introduces a new bug, and therefore this is verification-failed.