#12519 closed defect (fixed)
Unable to fetch javacc
Reported by: | Philippe.Lafoucriere@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | Philippe.Lafoucriere@…, mww@… | |
Port: |
Description
There's a problem while installing cobertura :
sudo port install cobertura ---> Fetching javacc ---> Attempting to fetch javacc-4.0.tar.gz from https://javacc.dev.java.net/files/documents/17/26776/ ---> Attempting to fetch javacc-4.0.tar.gz from http://svn.macports.org/repository/macports/distfiles/javacc ---> Attempting to fetch javacc-4.0.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch javacc-4.0.tar.gz from http://svn.macports.org/repository/macports/downloads/javacc Error: Target org.macports.fetch returned: fetch failed Error: The following dependencies failed to build: javancss ccl-util javacc objectweb-asm objectweb-anttasks Error: Status 1 encountered during processing.
Thanks Philippe
Change History (5)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | Philippe.Lafoucriere@… mww@… added |
---|---|
Milestone: | → Port Bugs |
Owner: | changed from macports-dev@… to mww@… |
Summary: | Unable to install cobertura → Unable to fetch javacc |
comment:2 Changed 17 years ago by mww@…
Status: | new → assigned |
---|
to fix at least the building problem, I've placed a copy of the distfile on the macports.org server;
comment:4 Changed 17 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The problem is the javacc port, which downloads via https, and for some reason curl thinks the SSL certificate is invalid (though I got no error message when downloading via Camino 1.5):
Either the folks at java.net really do have a bad certificate, in which case they need to update it, or curl is incorrectly rejecting the certificate, in which case the curl bug needs to be fixed. The portfile could also just ignore the certificate, though I hate doing that. Either way, until the problem is resolved, you can download the source archive manually and place it in /opt/local/var/macports/distfiles/javacc and MacPorts should find it and use it.