From owner-freebsd-questions@FreeBSD.ORG Tue Jul 9 09:24:58 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7A021B3F for ; Tue, 9 Jul 2013 09:24:58 +0000 (UTC) (envelope-from bw.mail.lists@gmail.com) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 1292F131E for ; Tue, 9 Jul 2013 09:24:57 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w57so4560522wes.29 for ; Tue, 09 Jul 2013 02:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=MLhLzFUx3k5QxPIfAJQkO6UmEMkuCjJAyfgaztHWyAk=; b=LZieiOe9etq7aaKAwpudXWqM0gyz8cIiZgXez+HfBeQc3v2l3pewYMA27P3p8t8KOU qMOIGtOcZNy0nh95RzGady55FfZaIk9mPqyBVnsWBjWUwKN0TqfJUH3RcR/JkZNvw+yT 9GWzK5ZLnjW89tKiG0KnAKLxytkb0iYTwz5eZRi60XqeR6RTm0ku5Pbjt+3T3JZDu4zs GvE+dQ7yVp2El7VNWQKVLq4zX6u/8zfZ+lYjw4S08Lj9klgTe/1q6m2ka0Lwd8lsJJfT 86PbPlyJ31ADx7QK1Gne82pa40D+a9e4WvCucv6lcv/6k11wCYRhZ5ROdl4Z0Z9UvdKJ 5sPA== X-Received: by 10.180.98.231 with SMTP id el7mr31118654wib.33.1373361897211; Tue, 09 Jul 2013 02:24:57 -0700 (PDT) Received: from [127.0.0.1] ([87.213.55.5]) by mx.google.com with ESMTPSA id nb12sm59796030wic.7.2013.07.09.02.24.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Jul 2013 02:24:56 -0700 (PDT) Message-ID: <51DBD6D5.3090505@gmail.com> Date: Tue, 09 Jul 2013 11:24:37 +0200 From: "bw.mail.lists" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Errors building mysql55-client References: <51DB27D0.7020304@jetcafe.org> In-Reply-To: <51DB27D0.7020304@jetcafe.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 09:24:58 -0000 I get these in poudriere: ====>> [01] Starting build of databases/mysql56-client ====>> [01] Finished build of databases/mysql56-client: Failed: checksum ====>> [01] Skipping build of databases/mysql56-server: Dependent port databases/mysql56-client failed ====>> Stopping 2 builders ====>> No package built, no need to update the repository ====>> Cleaning up ====>> Umounting file systems ====>> Failed ports: databases/mysql56-client:checksum ====>> Skipped ports: databases/mysql56-server ====>> [] 0 packages built, 1 failures, 0 ignored, 1 skipped This is mysql56, but I think it's related. As far as I know upstream changed the package because of man pages license issues. Didn't look into it any further, using mariadb mainly. On 7/8/2013 10:57 PM, Dave Hayes wrote: > On 06/27/13 03:13, C. L. Martinez wrote: >> On Thu, Jun 27, 2013 at 9:21 AM, Trond Endrestøl >> wrote: >>> On Thu, 27 Jun 2013 07:55-0000, C. L. Martinez wrote: >>> Either the file named distinfo is messed up, or the maintainer has >>> access to a different file than the rest of us. Maybe you should wait >>> until the MySQL mirrors catches up. > > I'm going to confirm that this was a recent patch to the ports tree: > > http://svnweb.freebsd.org/ports/head/databases/mysql55-server/distinfo?r1=320671&r2=321789 > > > It's pretty clear the versions the port is trying to download -used- to > match the distinfo file, but they no longer do. This cryptic comment: > > Distfile rerolled to make it clearer the license of this > community edition (GPLv2). > > seems to be the source of these errors which are biting me too. > > It would be nice for some clearer documentation on why distinfo was > changed, what the real issue is, and what we can do to build this > "correctly". Naively speaking, the version available for download off > the mysql site matches the old distinfo SHA checksum so I'm not sure why > this was changed at all. > > I've CC'd the ports list and the responsible committer on this. I'll > file a PR too if I get no response to this message. :)