Comment 3 for bug 288616

Revision history for this message
Thierry Carrez (ttx) wrote : Re: Tomcat 6 fails to start during install

The two circular dependencies in JVMs have been confirmed as WONTFIX so we need another solution.
Here are the candidates :

- Fix the apt bug that makes it break the circular dependency at a weird point
- Try making default-jre-headless depend on both openjdk-6-jre-lib and openjdk-6-jre-headless
- Use the same ugly workaround as in ca-certificates-java postinst
- Add a Pre-Depend (should be avoided)