From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 1 14:16:15 2011 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48BA81065670 for ; Tue, 1 Mar 2011 14:16:15 +0000 (UTC) (envelope-from ogreve@millennics.com) Received: from smtpq3.tb.mail.iss.as9143.net (smtpq3.tb.mail.iss.as9143.net [212.54.42.166]) by mx1.freebsd.org (Postfix) with ESMTP id ED5F88FC18 for ; Tue, 1 Mar 2011 14:16:14 +0000 (UTC) Received: from [212.54.42.135] (helo=smtp4.tb.mail.iss.as9143.net) by smtpq3.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1PuQ65-0006Bc-6V for freebsd-amd64@freebsd.org; Tue, 01 Mar 2011 14:58:41 +0100 Received: from [89.146.25.44] (helo=olaf-greves-macbook-pro-3.fritz.box) by smtp4.tb.mail.iss.as9143.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1PuQ63-00065f-FG for freebsd-amd64@freebsd.org; Tue, 01 Mar 2011 14:58:39 +0100 From: Olaf Greve Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 1 Mar 2011 14:58:28 +0100 Message-Id: To: freebsd-amd64@freebsd.org Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) X-Authenticated-Sender: ogreve@ziggo.nl (via SMTP) X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1PuQ63-00065f-FG X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-0.2, vereist 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_50 0.80) X-ZiggoSMTP-MailScanner-From: ogreve@millennics.com X-Spam-Status: No Subject: Problems building Mysql55-server port (no suitable checksum found) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2011 14:16:15 -0000 Hi, I'm not sure if the problem I'm about to describe is known and/or has = been dealt with previously, but I couldn't find any suitable hits on it = using Google; so I hope I'm not flogging a dead horse here. :P The set-up is as follows:=20 Years ago I installed a server using 5.4-RELEASE AMD64, with a custom = kernel.=20 uname -a Gives me the following (anonimised) output: FreeBSD anon.nl 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Thu Oct 13 01:02:19 = CEST 2005 root@anon.nl:/usr/src/sys/amd64/compile/ANONKERNEL001 = amd64 I installed the ports tree in the standard manner back then, and always = successfully used it to install ports.=20 Now, it has been quite a few moons since I last had to do something on = that machine, but such a situation has now arissen, and.... ...of course = I tried to go 'the ports' way. What I tried doing (everything as root, so no rights issues...) was to = first manually deinstall my old versions of php4 (and extensions), mysql = 4.0.x and Apache 2.2.x. No problem. Then, I updated the ports tree ('all' collection) using the standard = call: /usr/local/bin/cvsup -g -L 2 /root/ports-supfile Again, no problem and the tree refreshed just fine. Then, the problems started to arise when I tried to 'make' the = mysql55-server port, as it buggered out (regardless of what make target = I used) stating: # cd /usr/ports/databases/mysql55-server # make config "Makefile", line 48: Could not find bsd.port.options.mk make: fatal errors encountered -- cannot continue After searching using Google I found out that that file should be = present in /usr/share/mk and that it was not there! No idea why it was = missing (I think all, or most of the other ones were there), but copying = it from /usr/porst/Mk to that directory at least resolved this issue. Now then... with all seemingly fine, I tried to make it using the = following call:=20 make INSTALL_MYSQLDATADIR=3D/usr/local/mysql WITH_CHARSET=3Dutf8 = WITH_XCHARSET=3Dall WITH_COLLATION=3Dutf8_unicode_ci install However, it again buggers out, after having downloaded the package. A = 'make clean' also doesn't help. This time it complains about the = checksum. As per the below output: make INSTALL_MYSQLDATADIR=3D/usr/local/mysql WITH_CHARSET=3Dutf8 = WITH_XCHARSET=3Dall WITH_COLLATION=3Dutf8_unicode_ci install =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> License check disabled, port has not defined LICENSE =3D=3D=3D> Found saved configuration for mysql-server-5.5.9 =3D=3D=3D> Extracting for mysql-server-5.5.9 =3D> No suitable checksum found for mysql-5.5.9.tar.gz. *** Error code 1 Stop in /usr/ports/databases/mysql55-server. *** Error code 1 Stop in /usr/ports/databases/mysql55-server. Previously I never had issues such as the above with this system and the = ports structure and this is issue nr. 2 already in a single port :( Does anyone know what might be going on, and more importantly, how to = fix this (if necessary by reinstalling the entire ports tree)? Does this = sound like the mysql-server-5.5.9 port is perhaps flaky, or is my system = messed up or too outdated or so?!? Thanks in advance and with kind regards, Olaf=20