From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 15:00:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3EF07A60 for ; Fri, 11 Oct 2013 15:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C0B72AE7 for ; Fri, 11 Oct 2013 15:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BF01mU031032 for ; Fri, 11 Oct 2013 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BF01HE031031; Fri, 11 Oct 2013 15:00:01 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 15:00:01 GMT Message-Id: <201310111500.r9BF01HE031031@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Miroslav Lachman <000.fbsd@quip.cz> List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 15:00:03 -0000 The following reply was made to PR ports/182547; it has been noted by GNATS. From: Miroslav Lachman <000.fbsd@quip.cz> To: Michael Gmelin Cc: bug-followup@FreeBSD.org, Alexandr Kovalenko Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) Date: Fri, 11 Oct 2013 16:56:43 +0200 Michael Gmelin wrote: > On Wed, 02 Oct 2013 21:55:29 +0200 > Miroslav Lachman<000.fbsd@quip.cz> wrote: >> >> I will test your patch in a few days. I am too busy with my $WORK now. >> >> Miroslav Lachman > > Did you have a chance to test the patch yet? > > Michael I tried it right now, but I have a problem. mariadb55-server cannot be built on my test machine FreeBSD 9.2-RC4 amd64 GENERIC. I always get this error even with original (not patched) version: Creating bzip'd tar ball in '/usr/ports/databases/mariadb55-server/work/mariadb55-server-5.5.33a.tbz' tar: lib/mysql/plugin/auth_pam.so: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 I'll investigate it later. I have mariadb55-server-5.5.33a built on 8.4 production server, so I don't know why it failed on 9.2-RC4.