From owner-freebsd-ports@FreeBSD.ORG Wed Jul 2 19:02:19 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D3FA71A; Wed, 2 Jul 2014 19:02:19 +0000 (UTC) Received: from mail.in-addr.com (noop.in-addr.com [208.58.23.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB0952654; Wed, 2 Jul 2014 19:02:18 +0000 (UTC) Received: from gjp by mail.in-addr.com with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1X2PnF-000B9l-J9; Wed, 02 Jul 2014 15:02:09 -0400 Date: Wed, 2 Jul 2014 15:02:09 -0400 From: Gary Palmer To: Baptiste Daroussin Subject: Re: archivers/rpm build problem Message-ID: <20140702190209.GA36735@in-addr.com> References: <20140701123008.GA77747@in-addr.com> <20140702062550.GI7307@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140702062550.GI7307@ivaldir.etoilebsd.net> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 19:02:19 -0000 On Wed, Jul 02, 2014 at 08:25:50AM +0200, Baptiste Daroussin wrote: > On Tue, Jul 01, 2014 at 08:30:08AM -0400, Gary Palmer wrote: > > Hi, > > > > I've had a problem with archivers/rpm since the last update. It refuses > > to build saying > > > > ===> Building for rpm-3.0.6_17 > > cd . && aclocal > > aclocal: macro `_LT_DECL_SED' required but not defined > > aclocal: macro `_LT_FUNC_STRIPNAME_CNF' required but not defined > > aclocal: macro `gl_ICONV_H_DEFAULTS' required but not defined > > gmake: *** [aclocal.m4] Error 1 > > ===> Compilation failed unexpectedly. > > > > I've included a build log below. Any ideas? > > > > Please keep me on CC as I do not believe I am subscribed to freebsd-ports > > > > Thanks, > > > > Gary > > > > I can confirm the problem and will see if I can fix, I was wondering why do you > or other people use rpm for? I am planning to remove archivers/rpm and > recommanding using archivers/rpm4 instead, so I need to need any corner case > where rpm4 cannot do rpm3 job. > > btw the linux ports now directly use plain bsdtar :) Hi Baptiste, Actually, the only port I have installed that marked archivers/rpm as a runtime requirement is x11-wm/wmakerconf, which I see now uses archivers/rpm4 so I may not need archivers/rpm any more. Not 100% sure to be honest since only runtime dependancies are recorded in /var/db/pkg. Thanks, Gary