Opened 17 years ago

Closed 17 years ago

#10994 closed defect (fixed)

FYI:tomcat5 does not build

Reported by: jyrkiwahlstedt Owned by: jberry@…
Priority: High Milestone:
Component: ports Version:
Keywords: Cc:
Port:

Description

building tomcat5 fails due to: ========= downloadzip:

[get] Getting: http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1.2-200601181600/eclipse-JDT-3.1.2.zip [get] To: /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_java_tomcat5/work/apache-tomcat-5.5.20-src/build/Repository/file.zip [get] Error opening connection java.io.FileNotFoundException: http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1.2-200601181600/eclipse-JDT-3.1.2.zip

========== eclipse is now at 3.2.1. This probably is an upstream issue.

Attachments (1)

patch-build.properties.default (545 bytes) - added by jcbuffington@… 17 years ago.
Patch to use archive.eclipse.org as the source for the JDT package.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 17 years ago by jyrkiwahlstedt

Component: baseports

changed the component

comment:2 Changed 17 years ago by jcbuffington@…

This was a reported issue with the tomcat 5.5.20 source distribution. See Apache bug report number 40741. I am attaching a new patch file and the following Portfile patch to resolve this issue:

--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/tomcat5/Portfile  2006-11-01 18:02:44.000000000 -0500
+++ Portfile    2006-11-06 21:06:43.000000000 -0500
@@ -4,6 +4,7 @@
 
 name                           tomcat5
 version                                5.5.20
+revision                       1
 
 categories                     java www
 maintainers                    jberry@macports.org
@@ -19,7 +20,8 @@
 master_sites           apache:tomcat/tomcat-5/v${version}/src/
 checksums                      md5 5775bae8fac16a0e3a2c913c4768bb37
 
-patchfiles                     patch-catalina.sh
+patchfiles                     patch-catalina.sh \
+                               patch-build.properties.default
 
 depends_build          bin:ant:apache-ant
 depends_lib                    bin:java:kaffe \

Changed 17 years ago by jcbuffington@…

Patch to use archive.eclipse.org as the source for the JDT package.

comment:3 Changed 17 years ago by jberry@…

Resolution: fixed
Status: newclosed

Patch applied r20583. Thanks!

Note: See TracTickets for help on using tickets.