I've just upgraded to mail-client/squirrelmail-1.4.19 and tried to prun out the old version and I get an error about a missing quote. On looking at the file the following line is in there: WEB_INSTALLDIR="/squirrelmail"mail" As you can see, there is an extra "mail in that line that does not need to be there. This makes my emerge --prune error ;-( Rich. Reproducible: Always Steps to Reproduce: 1. emerge squirrelmail-1.4.18 2. emerge squirrelmail-1.4.19 3. emerge --prune squirrelmail
(In reply to comment #0) > On looking at the file the following line is in there: > WEB_INSTALLDIR="/squirrelmail"mail" Not in my case: # grep WEB_INSTALLDIR .webapp WEB_INSTALLDIR="squirrelmail-1.4.19" I also do not see any recent changes in webapp-config that might cause the above error. Please check the webapp-config command you used to install squirrelmail-1.4.19.
I don't run any webapp-config commands I let the ebuild do it all. Perhaps this was a bug at one point with webapp-config??
(In reply to comment #2) > I don't run any webapp-config commands I let the ebuild do it all. > Perhaps this was a bug at one point with webapp-config?? I don't think so. That is pretty basic stuff. Anyway does recompiling, i.e. # emerge --sync # emerge -v squirrelmail solve the problem?
After a sync and an emerge the /var/www/localhost/htdocs/squirrelmail/.webapp file looks totally different now. It only lists the latest version of webmail that I have installed and not all the versions available like the other one did. I think we can call this an unknown bug that looks to have vanished. Perhaps a recent upgrade of webapp-config helped??
(In reply to comment #4) > After a sync and an emerge the /var/www/localhost/htdocs/squirrelmail/.webapp > file looks totally different now. > > It only lists the latest version of webmail that I have installed and not all > the versions available like the other one did. > > I think we can call this an unknown bug that looks to have vanished. > > Perhaps a recent upgrade of webapp-config helped?? > I fail to reproduce this, as it seems to be working anyway - closing this one.