From owner-freebsd-ports@FreeBSD.ORG Mon Jul 23 15:40:24 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A15C16A418; Mon, 23 Jul 2007 15:40:24 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id CB24B13C458; Mon, 23 Jul 2007 15:40:23 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l6NFeJx0001378; Mon, 23 Jul 2007 11:40:20 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l6NFeDI7000517; Mon, 23 Jul 2007 11:40:14 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l6NFeDVZ000515; Mon, 23 Jul 2007 11:40:13 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200707231540.l6NFeDVZ000515@himinbjorg.tucs-beachin-obx-house.com> To: shaun@freebsd.org (Shaun Amott) Date: Mon, 23 Jul 2007 11:40:13 -0400 (EDT) In-Reply-To: <20070721002642.GA33263@charon.picobyte.net> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: "make index" on 4.10-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2007 15:40:24 -0000 > > On Fri, Jul 20, 2007 at 08:10:58PM -0400, Tuc at T-B-O-H.NET wrote: > > > > vjofn# mv /etc/make.conf /etc/make.conf.hold > > vjofn# make index > > Generating INDEX - please wait..===> arabic/ae_fonts_mono failed > > *** Error code 1 > > ===> accessibility/at-poke failed > > *** Error code 1 > > 2 errors > > > > You're probably not going to get very far with this. Many ports have had > the 4.x compatibility code ripped out now. > > If you install devel/make (you'll need the 4.x EOL branch) over the make > in base you might have a chance of building an INDEX. > > The above error is actually likely to be due to the recent Xorg > checks... try 'make describe' from arabic/ae_fonts_mono. > Hi, Thanks for the reply! I went back to the EOL branch, got the devel/make, installed it. Went back to the current state, and still had the issue. Tried to run it as "MAKE=/usr/local/bin/make /usr/local/bin/make index" and still no go. I was trying to see if I didn't have to make it the base permanently. So I "mv /usr/bin/make /usr/bin/make.old;ln -s /usr/local/bin/make /usr/bin/make". I did much better, and thought I was gonna make it... When I got to "devel/monotone" it died that it wasn't able to find "devel/boost-gcc3". The Makefile has a check for the OSVERSION < 500000 and if so to depend on boost-gcc3, if not then just boost. And, of course, looking at MOVED it was changed 3/7/2007 . I'll probably just end up running into this more as I go down the line. I guess I need to create a bunch of boot CDs, take my server down for a while, and see if it'll run later versions of FreeBSD. I know on a few other computers I have I can't go past 5.3 without it breaking. Thanks, Tuc