Date: Sat, 10 May 2008 19:38:35 +0200 From: Marc Muncke <m.muncke@computer1020.at> To: ports@FreeBSD.org Subject: problem with libxml2 Message-ID: <4825DD9B.8010001@computer1020.at>
next in thread | raw e-mail | index | archive | help
Hello, There exists a problem in libxml2 port. I wanted to buld php but it failed like this : => Attempting to fetch from ftp://xmlsoft.org/libxml2/. libxml2-2.6.31.tar.gz 100% of 4623 kB 208 kBps 00m00s ===> Extracting for libxml2-2.6.31 => MD5 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz. => SHA256 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz. try proposed solution : # make NO_CHECKSUM=yes install ===> Vulnerability check disabled, database not found ===> Extracting for libxml2-2.6.31 tar: Unrecognized archive format: Inappropriate file type or format gzip: /usr/ports/distfiles/gnome2/libxml2-2.6.31.tar.gz: invalid compressed data--crc error gzip: /usr/ports/distfiles/gnome2/libxml2-2.6.31.tar.gz: invalid compressed data--length error *** Error code 1 Stop in /usr/ports/textproc/libxml2. What I wanted to achieve is install php5 Stop in /usr/ports/lang/php5. # make NO_CHECKSUM=yes install clean ===> php5-5.2.6 depends on file: /usr/local/sbin/apxs - found ===> php5-5.2.6 depends on file: /usr/local/bin/autoconf-2.61 - found ===> php5-5.2.6 depends on executable: pkg-config - found ===> php5-5.2.6 depends on shared library: xml2.5 - not found ===> Verifying install for xml2.5 in /usr/ports/textproc/libxml2 ===> Vulnerability check disabled, database not found ===> Extracting for libxml2-2.6.31 tar: Unrecognized archive format: Inappropriate file type or format gzip: /usr/ports/distfiles/gnome2/libxml2-2.6.31.tar.gz: invalid compressed data--crc error gzip: /usr/ports/distfiles/gnome2/libxml2-2.6.31.tar.gz: invalid compressed data--length error *** Error code 1 - so I deleted work to fetch again maybe an ftp problem ? ===> Vulnerability check disabled, database not found => libxml2-2.6.31.tar.gz doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://xmlsoft.org/libxml2/. ===> Vulnerability check disabled, database not found => MD5 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz. => SHA256 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz. ===> Giving up on fetching files: gnome2/libxml2-2.6.31.tar.gz gnome2/libxml2-2.6.31.tar.gz Make sure the Makefile and distinfo file (/usr/ports/textproc/libxml2/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/textproc/libxml2. *** Error code 1 Stop in /usr/ports/textproc/libxml2. *** Error code 1 Stop in /usr/ports/lang/php5. *** Error code 1 Stop in /usr/ports/lang/php5. ------------------ Then I fetched the tarball from ports at freebsd.org and I receive this : # cd libxml2 # make install ===> Vulnerability check disabled, database not found ===> Extracting for libxml2-2.6.31 => MD5 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz. => SHA256 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz. ===> Refetch for 1 more times files: gnome2/libxml2-2.6.31.tar.gz gnome2/libxml2-2.6.31.tar.gz ===> Vulnerability check disabled, database not found => libxml2-2.6.31.tar.gz doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://xmlsoft.org/libxml2/. ===> Vulnerability check disabled, database not found => MD5 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz. => SHA256 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz. ===> Giving up on fetching files: gnome2/libxml2-2.6.31.tar.gz gnome2/libxml2-2.6.31.tar.gz Make sure the Makefile and distinfo file (/usr/ports/textproc/libxml2/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/textproc/libxml2. *** Error code 1 Stop in /usr/ports/textproc/libxml2.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4825DD9B.8010001>