View Single Post
  #4   (View Single Post)  
Old 22nd June 2008
bsdnewbie999 bsdnewbie999 is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default

Quote:
Originally Posted by jggimi View Post
1. This is not a JDK 1.6 build error. Your error is occurring in JDK 1.5. JDK 1.5 is a dependency of JDK 1.6.

2.The distinfo file for JDK 1.5 was last changed 4 months ago, it is the same distinfo file for 4.3-release and -current.

Either your distinfo file is incorrect, or the xalan tarball is damaged.

Ocicat asked you, in another thread, where you downloaded your ports tree tarball from. You did not answer the question. If your ports tree tarball came from <your nearest mirror>/pub/OpenBSD/4.3/, then you should have the correct tree.

To check if your distinfo file is correct, compare your local copy of /usr/ports/devel/jdk/1.5/distinfo with this:
Code:
MD5 (bsd-jdk15-patches-8.tar.bz2) = bfHP2LEE3pTzhTTHsRJZlQ==
MD5 (jdk-1_5_0_14-fcs-bin-b03-jrl-05_oct_2007.jar) = wnB6/qJJk/DWek2vstL1yg==
MD5 (jdk-1_5_0_14-fcs-src-b03-jrl-05_oct_2007.jar) = z8oaYyujzN5GpwxkgELaHg==
MD5 (jdk-1_5_0_14-solaris-i586.tar.Z) = kuG+5bS0y+behUGU1kf+yA==
MD5 (xalan-j_2_7_0-bin.tar.gz) = 1SbQhIyIYHzk46Ck7bddUA==
RMD160 (bsd-jdk15-patches-8.tar.bz2) = Nu/ITKifEeejzVFRFlYWSiLV57Y=
RMD160 (jdk-1_5_0_14-fcs-bin-b03-jrl-05_oct_2007.jar) = 1hzjZmD7YKR0cwAw1chN/A6v6bg=
RMD160 (jdk-1_5_0_14-fcs-src-b03-jrl-05_oct_2007.jar) = GYL9fDczn0soR1IB7lbmRputwug=
RMD160 (jdk-1_5_0_14-solaris-i586.tar.Z) = WcFAR3Y6b9CAM/xbp/IGxYmNJVA=
RMD160 (xalan-j_2_7_0-bin.tar.gz) = VCV7ypsrLPuG/Wl08Oj27CD31H8=
SHA1 (bsd-jdk15-patches-8.tar.bz2) = 150R2oVimTNTDmStU6szGcYmoJA=
SHA1 (jdk-1_5_0_14-fcs-bin-b03-jrl-05_oct_2007.jar) = f4Q7v2MKdeQHLoPHx1dGG/Jm+oc=
SHA1 (jdk-1_5_0_14-fcs-src-b03-jrl-05_oct_2007.jar) = gpBUyXvSiiwpuoQ26RynURBKdZw=
SHA1 (jdk-1_5_0_14-solaris-i586.tar.Z) = TNSmGTtFJ1uqBhCF/0ppx3XLb1M=
SHA1 (xalan-j_2_7_0-bin.tar.gz) = z4jlU+j6W2nfk7rgbtsplS2sWWo=
SHA256 (bsd-jdk15-patches-8.tar.bz2) = lagszre6VRkOvktozTEXpJrn4ToaFPZZ4U2IEXqGcls=
SHA256 (jdk-1_5_0_14-fcs-bin-b03-jrl-05_oct_2007.jar) = 8IWKywuTRpqfdddqJilkxujpOUWhNFvP0cySOmStqvs=
SHA256 (jdk-1_5_0_14-fcs-src-b03-jrl-05_oct_2007.jar) = dOTtgaPeSobvlT0JgQLnl1T4YzV/rsUysqbd5+XpMG4=
SHA256 (jdk-1_5_0_14-solaris-i586.tar.Z) = f6Ug2B7P9U2GpwWrSZiCeh1M6crx5yi65HJB0o8MubE=
SHA256 (xalan-j_2_7_0-bin.tar.gz) = h4yOtu7hVRrkMMLboFQmMphW/8BBOyAX3S1O5kjFxfc=
SIZE (bsd-jdk15-patches-8.tar.bz2) = 795972
SIZE (jdk-1_5_0_14-fcs-bin-b03-jrl-05_oct_2007.jar) = 2211797
SIZE (jdk-1_5_0_14-fcs-src-b03-jrl-05_oct_2007.jar) = 57791631
SIZE (jdk-1_5_0_14-solaris-i586.tar.Z) = 86099611
SIZE (xalan-j_2_7_0-bin.tar.gz) = 13516702
The distinfo is same. I also used wget to download xalan but still size mismatch.
Reply With Quote