From owner-freebsd-ppc@FreeBSD.ORG Mon Jun 24 22:49:47 2013 Return-Path: Delivered-To: freebsd-ppc@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 90EDEF45 for ; Mon, 24 Jun 2013 22:49:47 +0000 (UTC) (envelope-from dbb008@gmail.com) Received: from mail-oa0-x242.google.com (mail-oa0-x242.google.com [IPv6:2607:f8b0:4003:c02::242]) by mx1.freebsd.org (Postfix) with ESMTP id 624AE13B9 for ; Mon, 24 Jun 2013 22:49:47 +0000 (UTC) Received: by mail-oa0-f66.google.com with SMTP id g12so5121583oah.5 for ; Mon, 24 Jun 2013 15:49:46 -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=hBfhLKxTHc0OSeEAc5pnN4+q2WCrE4cn7p+PDAxYfzk=; b=FGHzzF1Fx4Ss+tLXUeCrdbXCV8L2VjTQMbvT7efoqVBFFwetUPkb/lkAO+I4WAUibr 7EqgDkAQEFm9i7lFMT4uRT/3bVwTf/ydNtBpF0SX9AX8VQq4g3dM926+Pobr5CV7KUiW ubHT5NnYrEzVT0A5a7P6IG8fmbB2SxaU8oyNwjn542/RuFk+MA4hYieWDnJI4/9eH6e3 paHOvH4tSTYbAbCqTKplVDNdTwhCXIlMvaJAGwS/XLrncJ2R8meHWEahIgGo4WOxpco3 sBsC8O8EKdRof6GLjrUevfvxLVsT7vLrfiFq0s2MAwxd+ffo6cOGXoJzdES95VWsy152 imXg== MIME-Version: 1.0 X-Received: by 10.60.54.232 with SMTP id m8mr3462120oep.67.1372114186850; Mon, 24 Jun 2013 15:49:46 -0700 (PDT) Received: by 10.60.121.69 with HTTP; Mon, 24 Jun 2013 15:49:46 -0700 (PDT) In-Reply-To: References: Date: Mon, 24 Jun 2013 18:49:46 -0400 Message-ID: Subject: Re: Errors building xorg-minimal From: dbb To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jun 2013 22:49:47 -0000 It seems my attached text file was "scrubbed", apparently because its extension was .log. Here is the important part: In file included from glob.c:34: /usr/include/sys/types.h:44:28: error: /usr/include/machine/endian.h: Bad file descriptor In file included from glob.c:34: /usr/include/sys/types.h:181: error: two or more data types in declaration specifiers I am getting errors about this file on multiple ports. I was able to install the built gmake package, but now the build fails on pkgconf, with errors related to the exact same file. Running `file /usr/include/machine/endian.h` results in /usr/include/machine/endian.h: ERROR: cannot open `/usr/include/machine/endian.h' (Bad file descriptor) So I'm guessing this file is somehow corrupted, but I have no idea how to verify that or how to replace it if that's the case. On Mon, Jun 24, 2013 at 5:57 PM, dbb wrote: > The port xorg-minimal fails to build on 9.1-RC2 (PowerPC). The failure > seems to be related to building gmake. I have attached the relevant make > output to this message. > > Please let me know what other information is needed. > > -dbb >