From owner-freebsd-questions@FreeBSD.ORG Tue Jul 16 19:48:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 28DA02F0 for ; Tue, 16 Jul 2013 19:48:41 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id A7181DD7 for ; Tue, 16 Jul 2013 19:48:40 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id fr10so867505lab.32 for ; Tue, 16 Jul 2013 12:48:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=twuPP1isCsRNvCR2Uk9MUZ92BP2Tos+KVF1zF61JvrE=; b=lWMoGbyBNGbvkTc6fUF5TmxCB4F6/GWCN8QHX8ZU+LHivR7P9aSxLFjHcPF6QX3s4F r1phYIfkY7N8k8MjfLNoa6gpDIrfCt/RewAhsQu2kbImIXeGrN0sWem1PvecaisIludV OazGf0ShXc2V/jN9sCca00aJJp/S5s46u4PB4ve4iggLgqn2zVzGecrQ+eG+SWQw5xZ6 NlwjdMTUkwK/jO9r9J2keyIDOlxknaNF4pgcSX3fHSLQLXnu2mUA/4MpQhqhnlQHa++L TZAdRhNbhtbkzqH0sGhdz3Za4cbhOAKpQtVZT4TQfjykf+2m+03HZeN5yU6W4/uP9TQm TWyA== MIME-Version: 1.0 X-Received: by 10.112.159.66 with SMTP id xa2mr1745878lbb.60.1374004119417; Tue, 16 Jul 2013 12:48:39 -0700 (PDT) Received: by 10.114.185.136 with HTTP; Tue, 16 Jul 2013 12:48:39 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Jul 2013 14:48:39 -0500 Message-ID: Subject: Re: Automake won't build. From: Jason Garrett To: FreeBSD-Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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, 16 Jul 2013 19:48:41 -0000 On Tue, Jul 16, 2013 at 2:39 PM, Jason Garrett wrote: > Hello all, > > I am configuring a new system to run FreeBSD. I was in the middle of > installing lxde-meta which depends on automake. This is where the install > bails, and I'll include my uname -ar. Any help is greatly appreciated. > > > > FreeBSD something.com 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r253377: > Tue Jul 16 02:21:15 CDT 2013 root@something.com:/usr/obj/usr/src/sys/GENERIC > amd64 > > > > install-info --quiet /usr/local/info/automake.info /usr/local/info/dir > install-info: /usr/local/info/dir: empty file > *** [add-plist-info] Error code 1 > > TIA, > > Jason > The solution for this was to remove /usr/local/info/dir and the port installed fine. Any ideas on why this happens?