From owner-freebsd-ia64 Sun Jan 5 21:10:47 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F29F37B405; Sun, 5 Jan 2003 21:10:45 -0800 (PST) Received: from NS-1.marinorg.net (marin.org [199.88.87.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9667043E4A; Sun, 5 Jan 2003 21:10:44 -0800 (PST) (envelope-from jamieclarcksong@yahoo.com) Received: from NS-1.marinorg.net ([127.0.0.1]) by NS-1.marinorg.net (Post.Office MTA v3.5.3 release 223 ID# 0-68572U3000L300S0V35) with SMTP id net; Sun, 5 Jan 2003 09:57:57 -0800 Received: from 209.131.232.251 by NS-1.marinorg.net (InterScan E-Mail VirusWall NT); Sun, 05 Jan 2003 09:57:56 -0800 From: jamieclarcksong@yahoo.com Reply-To: jamieclarcksong@yahoo.com To: jamieclarcksong@yahoo.com Subject: Examples of School Web Sites Message-Id: <20030106051044.9667043E4A@mx1.FreeBSD.org> Date: Sun, 5 Jan 2003 21:10:44 -0800 (PST) Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Found some other school web sites that we may want to compare ours too! http://bearcat.ubly.k12.mi.us/links/links.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Tue Jan 7 1:22:42 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3800937B401 for ; Tue, 7 Jan 2003 01:22:41 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [62.49.251.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F20A43E4A for ; Tue, 7 Jan 2003 01:22:39 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by herring.nlsystems.com (8.12.6/8.12.6) with ESMTP id h079MXOR008664; Tue, 7 Jan 2003 09:22:33 GMT (envelope-from dfr@nlsystems.com) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Arun Sharma , freebsd-ia64@FreeBSD.ORG Subject: Re: unaligned fault in pmap_find_vhpt Date: Tue, 7 Jan 2003 09:22:32 +0000 User-Agent: KMail/1.4.3 References: <200301032303.gBQJBOs00863@unix-os.sc.intel.com> In-Reply-To: <200301032303.gBQJBOs00863@unix-os.sc.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301070922.32772.dfr@nlsystems.com> X-Spam-Status: No, hits=-7.7 required=6.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_KMAIL version=2.41 Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Friday 03 January 2003 11:03 pm, Arun Sharma wrote: > I saw a kernel mode unaligned fault during a compilation workload > yesterday on an SMP 5.0-RC1 kernel. The fault happened here: > > 0xe000000000aad660 : > > More info below. It looks like the pte_chain is getting corrupted > somehow. What is the locking scheme being used to protect pte > collision chains on an SMP kernel ? We assume that the layer above pmap deals with locking in an SMP=20 environment. Currently the VM system relies on Giant for locking but=20 this is changing gradually as Alan Cox works his way through the system=20 adding low-level locks. We ought to assert that Giant is held in the=20 vhpt updates to check this. --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Tue Jan 7 1:24:48 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6247F37B401 for ; Tue, 7 Jan 2003 01:24:47 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [62.49.251.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F24843E4A for ; Tue, 7 Jan 2003 01:24:46 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by herring.nlsystems.com (8.12.6/8.12.6) with ESMTP id h079OgOR008677; Tue, 7 Jan 2003 09:24:42 GMT (envelope-from dfr@nlsystems.com) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Marcel Moolenaar , Arun Sharma Subject: Re: unaligned fault in pmap_find_vhpt Date: Tue, 7 Jan 2003 09:24:42 +0000 User-Agent: KMail/1.4.3 Cc: freebsd-ia64@FreeBSD.ORG References: <200301032303.gBQJBOs00863@unix-os.sc.intel.com> <20030104043524.GA2059@dhcp01.pn.xcllnt.net> In-Reply-To: <20030104043524.GA2059@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301070924.42508.dfr@nlsystems.com> X-Spam-Status: No, hits=-7.7 required=6.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_KMAIL version=2.41 Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Saturday 04 January 2003 4:35 am, Marcel Moolenaar wrote: > On Fri, Jan 03, 2003 at 03:03:14PM -0800, Arun Sharma wrote: > > I saw a kernel mode unaligned fault during a compilation workload > > yesterday on an SMP 5.0-RC1 kernel. The fault happened here: > > > > 0xe000000000aad660 : > > > > More info below. It looks like the pte_chain is getting corrupted > > somehow. What is the locking scheme being used to protect pte > > collision chains on an SMP kernel ? > > We don't really have a consistent locking scheme. We walk and > update the VHPT from IVA interrupt code as well. Under high > load, a SMP kernel corrupts process space. I haven't seen the > unaligned fault you mention. The IVA only updates the contents of the VHPT head entry (which is=20 always a copy of some element of the pte_chain). It never edits the=20 chain but I can see it getting confused if someone else edits the chain=20 while the IVA is walking it. --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Tue Jan 7 10: 7: 5 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F288C37B444 for ; Tue, 7 Jan 2003 10:06:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AEB0441CA for ; Tue, 7 Jan 2003 10:02:22 -0800 (PST) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h07I1fNS062589 for ; Tue, 7 Jan 2003 10:01:41 -0800 (PST) (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h07I1fX0062588; Tue, 7 Jan 2003 10:01:41 -0800 (PST) Date: Tue, 7 Jan 2003 10:01:41 -0800 (PST) Message-Id: <200301071801.h07I1fX0062588@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: freebsd-ia64@freebsd.org Subject: FreeBSD ports: 1 unfetchable distfiles: emulators/ski Reply-To: ports@freebsd.org Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear freebsd-ia64@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles [or main web pages] are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/freebsd-ia64@freebsd.org.html and correct the problems listed there? The individual port with a problem is emulators/ski. Note that the main port web page, as listed in the WWW: line of the pkg-descr, is checked just as though it was a port distfile. This is an unfortunate side effect of the architecture of the distfile survey reporting tool, but if you see a distfile being reported as not fetchable that's not actually a distfile, see if it's from the pkg-descr. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not always have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use ftpsearch (http://ftpsearch.ntnu.no/ftpsearch) or other search engines to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Tue Jan 7 11:12: 8 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E8537B401 for ; Tue, 7 Jan 2003 11:12:06 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D0843EB2 for ; Tue, 7 Jan 2003 11:12:05 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h07JC5L9002569; Tue, 7 Jan 2003 11:12:05 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h07JDUCl000739; Tue, 7 Jan 2003 11:13:30 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h07JDTwJ000738; Tue, 7 Jan 2003 11:13:29 -0800 (PST) Date: Tue, 7 Jan 2003 11:13:29 -0800 From: Marcel Moolenaar To: Doug Rabson Cc: Arun Sharma , freebsd-ia64@FreeBSD.ORG Subject: Re: unaligned fault in pmap_find_vhpt Message-ID: <20030107191329.GA619@dhcp01.pn.xcllnt.net> References: <200301032303.gBQJBOs00863@unix-os.sc.intel.com> <20030104043524.GA2059@dhcp01.pn.xcllnt.net> <200301070924.42508.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301070924.42508.dfr@nlsystems.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jan 07, 2003 at 09:24:42AM +0000, Doug Rabson wrote: > On Saturday 04 January 2003 4:35 am, Marcel Moolenaar wrote: > > On Fri, Jan 03, 2003 at 03:03:14PM -0800, Arun Sharma wrote: > > > I saw a kernel mode unaligned fault during a compilation workload > > > yesterday on an SMP 5.0-RC1 kernel. The fault happened here: > > > > > > 0xe000000000aad660 : > > > > > > More info below. It looks like the pte_chain is getting corrupted > > > somehow. What is the locking scheme being used to protect pte > > > collision chains on an SMP kernel ? > > > > We don't really have a consistent locking scheme. We walk and > > update the VHPT from IVA interrupt code as well. Under high > > load, a SMP kernel corrupts process space. I haven't seen the > > unaligned fault you mention. > > The IVA only updates the contents of the VHPT head entry (which is > always a copy of some element of the pte_chain). It never edits the > chain but I can see it getting confused if someone else edits the chain > while the IVA is walking it. We may also have a problem when multiple CPUs fault on some address and happen to end up with the same hash value. The chain is walked when the tag differs, irrespective of whether tag-invalid is set or not. Also, since we invalidate the entry after we found the PTE, two or more CPUs could be walking the chain concurrently even if we respected TI. Consequently, two or more CPUs can update the head entry concurrently. See also BTW1. BTW1: the page fault handler should really update the TLB as well as inserting the PTE into the VHPT. We now need 2 faults on a TLB miss when the PTE is not in the VHPT. BTW2: we really should make the VHPT optional. It's there for performance, not correctness. Being able to run without VHPT not only helps detect design bugs, it can also help debug SMP issues by being able to disable a possible faulty component. BTW3: being able to play with different kinds of VHPT schemes can proof educational. I think it would be good to abstract as much as possible of the actual VHPT implementation so that we can switch implementation at compile time and study behaviour. Not just the short (per-region) or long (global) format VHPT, but also how we implement the hash buckets (ie collisions) in the long format VHPT. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Wed Jan 8 18:37:31 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE1D37B401 for ; Wed, 8 Jan 2003 18:37:30 -0800 (PST) Received: from caduceus.sc.intel.com (fmr04.intel.com [143.183.121.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDA543E4A for ; Wed, 8 Jan 2003 18:37:29 -0800 (PST) (envelope-from adsharma@unix-os.sc.intel.com) Received: from petasus.sc.intel.com (petasus.sc.intel.com [10.3.253.4]) by caduceus.sc.intel.com (8.11.6/8.11.6/d: outer.mc,v 1.51 2002/09/23 20:43:23 dmccart Exp $) with ESMTP id h092aXu29431 for ; Thu, 9 Jan 2003 02:36:33 GMT Received: from unix-os.sc.intel.com (unix-os.sc.intel.com [143.183.96.244]) by petasus.sc.intel.com (8.11.6/8.11.6/d: inner.mc,v 1.27 2002/10/16 23:46:59 dmccart Exp $) with ESMTP id h092adZ11062 for ; Thu, 9 Jan 2003 02:36:39 GMT Received: (from adsharma@localhost) by unix-os.sc.intel.com (8.11.6/8.11.2) id h092bTe31523 for freebsd-ia64@freebsd.org; Wed, 8 Jan 2003 18:37:29 -0800 Date: Wed, 8 Jan 2003 18:37:29 -0800 From: Arun Sharma To: freebsd-ia64@freebsd.org Subject: Running on SKI ? Message-ID: <20030108183729.A31452@unix-os.sc.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I tried to run on SKI and found a bunch of issues: 1) machdep.c: Assertion failure #ifndef SKI /* Map the memory mapped I/O Port space */ KASSERT(ia64_port_base != 0, ("%s: no I/O port memory region", __func__)); map_port_space(); #endif 2) Writing to ar.fcr gives a general exception. I had to comment it out: swtch.s: //mov ar.fcr=r16 3) Alternate data TLB faults in msgaddchar. This is where I got stuck. 4) The SKI config file needs COMPAT_FREEBSD4 - otherwise the code doesn't compile. Also, other unrelated questions: - Is there a way to make symbols work with SKI ? symlist shows the symbols for dfr's bootloader, but not for the kernel. - Is there a way to make boot_verbose work with this bootloader ? -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 1:12:33 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF24D37B401; Thu, 9 Jan 2003 01:12:32 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A6343F43; Thu, 9 Jan 2003 01:12:32 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h099CV2G015093; Thu, 9 Jan 2003 01:12:31 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h099CV4m004348; Thu, 9 Jan 2003 01:12:31 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h099CU8j004347; Thu, 9 Jan 2003 01:12:30 -0800 (PST) Date: Thu, 9 Jan 2003 01:12:30 -0800 From: Marcel Moolenaar To: ia64@FreeBSD.org Cc: current@FreeBSD.org Subject: HEADS UP: VFS changes breaks GPT Message-ID: <20030109091230.GA4320@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Gang, GPT based systems are unable to mount the root file system. I haven't had the time to dig into this, but we must be making assumptions we previously didn't make. In any case ia64 is hosed. More to come... FYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 9:47:32 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB2A37B401 for ; Thu, 9 Jan 2003 09:47:30 -0800 (PST) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E6A43F18 for ; Thu, 9 Jan 2003 09:47:27 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.6/8.12.6) with ESMTP id h09Hl6oZ078481; Thu, 9 Jan 2003 17:47:07 GMT (envelope-from dfr@nlsystems.com) Received: from dhcp230.qubesoft.com (dhcp230.qubesoft.com [192.168.1.230]) by bluebottle.qubesoft.com (8.12.6/8.12.6) with ESMTP id h09Hl5t8083677; Thu, 9 Jan 2003 17:47:06 GMT (envelope-from dfr@nlsystems.com) Subject: Re: Running on SKI ? From: Doug Rabson To: Arun Sharma Cc: freebsd-ia64@FreeBSD.ORG In-Reply-To: <20030108183729.A31452@unix-os.sc.intel.com> References: <20030108183729.A31452@unix-os.sc.intel.com> Content-Type: text/plain Organization: Message-Id: <1042134412.30715.18.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 09 Jan 2003 17:46:52 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-8.9 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02 version=2.41 Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 2003-01-09 at 02:37, Arun Sharma wrote: > I tried to run on SKI and found a bunch of issues: > > 1) machdep.c: Assertion failure > > #ifndef SKI > /* Map the memory mapped I/O Port space */ > KASSERT(ia64_port_base != 0, > ("%s: no I/O port memory region", __func__)); > map_port_space(); > #endif I haven't seen this but then I haven't tried to run a kernel in SKI for months. > > 2) Writing to ar.fcr gives a general exception. I had to comment it out: > > swtch.s: > > //mov ar.fcr=r16 This I know about. The ia32 support in SKI is pretty broken right now. > > 3) Alternate data TLB faults in msgaddchar. This is where I got stuck. > > 4) The SKI config file needs COMPAT_FREEBSD4 - otherwise the code doesn't > compile. > > Also, other unrelated questions: > > - Is there a way to make symbols work with SKI ? symlist shows the > symbols for dfr's bootloader, but not for the kernel. I have a SKI command file which carefully runs the bootloader up to the first instruction of the kernel and then breaks. You can find it in src/sys/ia64/skiload/skiload.cmd. You should be using skiload to load the kernel rather than the ancient linux-derived bootloader I started with. This might be the cause of your msgaddchar problems, I guess. > > - Is there a way to make boot_verbose work with this bootloader ? With skiload, use boot -v as usual. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 12:49: 6 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0A137B401; Thu, 9 Jan 2003 12:49:04 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F47243F18; Thu, 9 Jan 2003 12:49:03 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h09Kn2j04323; Thu, 9 Jan 2003 12:49:02 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id MAA22079; Thu, 9 Jan 2003 12:48:57 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id NAA13700; Thu, 9 Jan 2003 13:48:54 -0700 (MST) Message-ID: <3E1DDF76.9010407@btc.adaptec.com> Date: Thu, 09 Jan 2003 13:45:42 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: re-builders@freebsd.org Cc: bmah@freebsd.org, re@freebsd.org Subject: Re: 5.0-RC3 References: <200301090031.h090V5Ar017298@intruder.bmah.org> <3E1CC4F3.90206@btc.adaptec.com> In-Reply-To: <200301090031.h090V5Ar017298@intruder.bmah.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'd like to start the builds at 1800PST today. John has a couple of sysinstall fixes that he is considering putting in, and Warner should have the final devd checkin done by then. The devfs item is going to have to be postponed until after 5.0R. I'm still working on the mly driver bug, and if/when I get a fix we can consider whether or not to put it into 5.0R. Soeren submitted a rather vague MFC request for the ata driver, but hasn't reponded to my queries to be more specific. It's probably ok to go ahead without waiting for him. I can do the i386 and alpha builds. John mentioned doing the sparc64 builds a few days ago, and David O'brien has also volunteered to help with them. I'm ambivolent about who does them, though I know that I had a big learned curve with them the last time around. I also assume that our pc98 and ia64 gurus will step in for those builds. Unless Kris says differently, I imagine that ftp-master contains the 'official' package build for i386, alpha, and sparc64? Please let me know of any concerns/comments. Scott Scott Long wrote: > bmah@freebsd.org wrote: > > > So I'm still getting caught up with the state of the world, but > > according to my reading of the release schedule, isn't it time for > > re-builders@ to start turning the crank on 5.0-RC3? > > > > Just wondering if I missed something. > > > > Bruce. > > > > > I've actually been remiss in commincation about this. We have a > couple of entries on the TODO list that I was waiting on before > starting RC3. As follows: > > disklabel -e: This has been turned into a release note/errata item, and > either myself or bmah should take care of it. It can probably be > defered to after RC3 (i.e. it's no longer a blocking item). > > devfs audit: My understanding is that the ball is in Warner's court > for this one. If there are pending changes out there, I'd hate to > have them missed. No concrete word from Warner on when he'll > complete this. > > mly driver: I'm furiously debugging without much luck. I don't know > if this should remain a blocker or not. > > devd: Once again, the ball is in Warner's court here. He claimed > last night that he was almost done. I really think that no more > code changes should happen here after RC3, so it's up to Warner > to finish this or let it go. > > sysinstall problems: Several people have reported problems with > sysinstall, mostly with it misbehaving if you don't choose slice 1 > for installing. I was hoping that someone would pick this up and > at least triage it, but that doesn't seem to have happened. > > That said, I scheduled in a good buffer between the start of RC3 build > and when they were due to be released. As long as they get started by > tomorrow afternoon, I think that we are still good. Comments? > > Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 15:57:25 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E6B37B401; Thu, 9 Jan 2003 15:57:23 -0800 (PST) Received: from ns1.gnf.org (ns1.gnf.org [63.196.132.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 473CE43F43; Thu, 9 Jan 2003 15:57:21 -0800 (PST) (envelope-from gtetlow@gnf.org) Received: from EXCHCLUSTER01.lj.gnf.org (exch01.lj.gnf.org [172.25.10.19]) by ns1.gnf.org (8.12.3/8.12.3) with ESMTP id h09NvGMf051680; Thu, 9 Jan 2003 15:57:16 -0800 (PST) (envelope-from gtetlow@gnf.org) Received: from roark.gnf.org ([172.25.24.15]) by EXCHCLUSTER01.lj.gnf.org with Microsoft SMTPSVC(5.0.2195.5329); Thu, 9 Jan 2003 15:57:19 -0800 Received: from roark.gnf.org (localhost [127.0.0.1]) by roark.gnf.org (8.12.6/8.12.6) with ESMTP id h09NvJ6t053363; Thu, 9 Jan 2003 15:57:19 -0800 (PST) (envelope-from gtetlow@gnf.org) Received: (from gtetlow@localhost) by roark.gnf.org (8.12.6/8.12.6/Submit) id h09NvGdo053362; Thu, 9 Jan 2003 15:57:16 -0800 (PST) (envelope-from gtetlow) Date: Thu, 9 Jan 2003 15:57:16 -0800 From: Gordon Tetlow To: Marcel Moolenaar Cc: ia64@FreeBSD.org, current@FreeBSD.org Subject: Re: HEADS UP: VFS changes breaks GPT Message-ID: <20030109235716.GA53114@roark.gnf.org> References: <20030109091230.GA4320@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <20030109091230.GA4320@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.4i X-OriginalArrivalTime: 09 Jan 2003 23:57:20.0060 (UTC) FILETIME=[D88E17C0:01C2B83A] Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 09, 2003 at 01:12:30AM -0800, Marcel Moolenaar wrote: > Gang, >=20 > GPT based systems are unable to mount the root file system. I > haven't had the time to dig into this, but we must be making > assumptions we previously didn't make. In any case ia64 is > hosed. More to come... I'll own up to this one. I forgot about alignment issues on non-i386 platforms when I committed rev 1.36 of src/sys/ufs/ffs/fs.h. I've committed the fix that marcel has provided. If there are anymore troubles, please don't hesitate in reverting to rev 1.35. -gordon --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE+HgxcRu2t9DV9ZfsRAmNdAJ9k/L7WzLlBOKyBunVv3DvTkNd68gCgtZfB 0A2FFKKQDt/Hww+4vySlhhI= =WxAE -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 16: 1:46 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE3C237B401; Thu, 9 Jan 2003 16:01:44 -0800 (PST) Received: from mckinley.corp.yahoo.com (mckinley.corp.yahoo.com [216.145.62.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC72A43F3F; Thu, 9 Jan 2003 16:01:44 -0800 (PST) (envelope-from peter@freebsd.org) Received: from mckinley.corp.yahoo.com (localhost [127.0.0.1]) by mckinley.corp.yahoo.com (8.12.6/8.12.5) with ESMTP id h0A01i7a018904; Thu, 9 Jan 2003 16:01:44 -0800 (PST) (envelope-from peter@freebsd.org) Received: (from root@localhost) by mckinley.corp.yahoo.com (8.12.6/8.12.5/Submit) id h0A01iL9018903; Thu, 9 Jan 2003 16:01:44 -0800 (PST) Message-Id: <200301100001.h0A01iL9018903@mckinley.corp.yahoo.com> From: Peter Wemm Date: Thu, 9 Jan 2003 16:01:43 -0800 (PST) Subject: ia64 tinderbox failure To: current@freebsd.org, ia64@freebsd.org Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/tinderbox/ia64/obj/home/tinderbox/ia64/src/ia64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> usr.sbin/sysinstall /home/tinderbox/ia64/src/usr.sbin/sysinstall/dmenu.c: In function `dmenuOpen': /home/tinderbox/ia64/src/usr.sbin/sysinstall/dmenu.c:291: warning: cast to pointer from integer of different size /home/tinderbox/ia64/src/usr.sbin/sysinstall/dmenu.c:295: warning: cast to pointer from integer of different size /home/tinderbox/ia64/src/usr.sbin/sysinstall/dmenu.c:299: warning: cast to pointer from integer of different size /home/tinderbox/ia64/src/usr.sbin/sysinstall/menus.c:1556: warning: initialization makes integer from pointer without a cast dist.o: In function `distExtract': dist.o(.text+0x2ec2): undefined reference to `save_free' *** Error code 1 Stop in /home/tinderbox/ia64/src/usr.sbin/sysinstall. *** Error code 1 Stop in /home/tinderbox/ia64/src/usr.sbin. *** Error code 1 Stop in /home/tinderbox/ia64/src. *** Error code 1 Stop in /home/tinderbox/ia64/src. *** Error code 1 Stop in /home/tinderbox/ia64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 16:43:55 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21A6C37B401; Thu, 9 Jan 2003 16:43:54 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-165-226-177.dsl.lsan03.pacbell.net [64.165.226.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B1E43ED8; Thu, 9 Jan 2003 16:43:53 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 16FD766BE3; Thu, 9 Jan 2003 16:43:53 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 09A7512F2; Thu, 9 Jan 2003 16:43:43 -0800 (PST) Date: Thu, 9 Jan 2003 16:43:43 -0800 From: Kris Kennaway To: Scott Long Cc: re-builders@freebsd.org, bmah@freebsd.org, re@freebsd.org Subject: Re: 5.0-RC3 Message-ID: <20030110004343.GB28347@rot13.obsecurity.org> References: <200301090031.h090V5Ar017298@intruder.bmah.org> <3E1CC4F3.90206@btc.adaptec.com> <3E1DDF76.9010407@btc.adaptec.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hHWLQfXTYDoKhP50" Content-Disposition: inline In-Reply-To: <3E1DDF76.9010407@btc.adaptec.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --hHWLQfXTYDoKhP50 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jan 09, 2003 at 01:45:42PM -0700, Scott Long wrote: > Unless Kris says differently, I imagine that ftp-master contains the > 'official' package build for i386, alpha, and sparc64? Sorry, I've been out of the loop for a few days (travelling back to LA). I should have complete builds uploaded later tonight (alpha is missing kde and gnome support because various ports are broken). I need to update sparc64 with the latest sources and retry the build, but the current package set on ftp-master should be good enough for now. Kris --hHWLQfXTYDoKhP50 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Hhc+Wry0BWjoQKURAlLsAKCN1CS0RvlGVAuC5JltF3CUWePDdgCePZZO DamMmTPDnRse6Ke8/S1eIzI= =69to -----END PGP SIGNATURE----- --hHWLQfXTYDoKhP50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 16:52:23 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DD3437B401; Thu, 9 Jan 2003 16:52:22 -0800 (PST) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C9F43F13; Thu, 9 Jan 2003 16:52:21 -0800 (PST) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (8.12.6/8.12.6) with ESMTP id h0A0q7xR098713; Fri, 10 Jan 2003 09:52:07 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Fri, 10 Jan 2003 09:51:34 +0900 (JST) Message-Id: <20030110.095134.71175444.nyan@jp.FreeBSD.org> To: scott_long@btc.adaptec.com Cc: re-builders@freebsd.org, bmah@freebsd.org, re@freebsd.org Subject: Re: 5.0-RC3 From: Takahashi Yoshihiro In-Reply-To: <3E1DDF76.9010407@btc.adaptec.com> References: <200301090031.h090V5Ar017298@intruder.bmah.org> <3E1CC4F3.90206@btc.adaptec.com> <3E1DDF76.9010407@btc.adaptec.com> X-Mailer: Mew version 3.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <3E1DDF76.9010407@btc.adaptec.com> Scott Long writes: > Soeren submitted a rather vague MFC > request for the ata driver, but hasn't reponded to my queries to be > more specific. It's probably ok to go ahead without waiting for > him. The changes fix critical bugs for pc98. So, I hope that these are in RC3. --- TAKAHASHI Yoshihiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 17: 1: 3 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6072437B401; Thu, 9 Jan 2003 17:01:01 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD9E43F3F; Thu, 9 Jan 2003 17:01:00 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0A10rj17627; Thu, 9 Jan 2003 17:00:53 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id RAA09889; Thu, 9 Jan 2003 17:00:47 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id SAA13841; Thu, 9 Jan 2003 18:00:45 -0700 (MST) Message-ID: <3E1E1A7C.2020406@btc.adaptec.com> Date: Thu, 09 Jan 2003 17:57:32 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Takahashi Yoshihiro Cc: re-builders@freebsd.org, bmah@freebsd.org, re@freebsd.org Subject: Re: 5.0-RC3 References: <200301090031.h090V5Ar017298@intruder.bmah.org> <3E1CC4F3.90206@btc.adaptec.com> <3E1DDF76.9010407@btc.adaptec.com> <20030110.095134.71175444.nyan@jp.FreeBSD.org> In-Reply-To: <200301090031.h090V5Ar017298@intruder.bmah.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Takahashi Yoshihiro wrote: > In article <3E1DDF76.9010407@btc.adaptec.com> > Scott Long writes: > > > >Soeren submitted a rather vague MFC > >request for the ata driver, but hasn't reponded to my queries to be > >more specific. It's probably ok to go ahead without waiting for > >him. > > > The changes fix critical bugs for pc98. So, I hope that these are in > RC3. > > --- > TAKAHASHI Yoshihiro Ok, I'm in a bit of a tight spot here. Soeren never responded to my request for more information about his MFC, and I'm pretty sure that he's in bed now and won't be awake for another 4-5 hours. Waiting for him means that the builds won't start until very late tonight (here in the US), which risks that they won't actually get started until tomorrow. Also, past FreeBSD releases have suffered from last-minute changes by Soeren, unfortunately. I hate to hold up RC3 any more, but I also fear allowing him to MFC changes after RC3. Since some of his changes are probably critical, maybe we should hold up RC3 until Jan 10, 0001PST (7 hours from now). That should give Soeren enough time to document his request, get it reviewed, and then check it in. Comments? Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 17:25:54 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D57137B401; Thu, 9 Jan 2003 17:25:52 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84FF743F18; Thu, 9 Jan 2003 17:25:51 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A1Po2G019018; Thu, 9 Jan 2003 17:25:50 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A1Po9b017042; Thu, 9 Jan 2003 17:25:50 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0A1Po8x017041; Thu, 9 Jan 2003 17:25:50 -0800 (PST) Date: Thu, 9 Jan 2003 17:25:49 -0800 From: Marcel Moolenaar To: Scott Long Cc: Takahashi Yoshihiro , re-builders@FreeBSD.ORG, bmah@FreeBSD.ORG, re@FreeBSD.ORG Subject: Re: 5.0-RC3 Message-ID: <20030110012549.GA17013@athlon.pn.xcllnt.net> References: <200301090031.h090V5Ar017298@intruder.bmah.org> <3E1CC4F3.90206@btc.adaptec.com> <3E1DDF76.9010407@btc.adaptec.com> <20030110.095134.71175444.nyan@jp.FreeBSD.org> <3E1E1A7C.2020406@btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E1E1A7C.2020406@btc.adaptec.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jan 09, 2003 at 05:57:32PM -0700, Scott Long wrote: > Takahashi Yoshihiro wrote: > > Ok, I'm in a bit of a tight spot here. Soeren never responded to my > request for more information about his MFC, and I'm pretty sure > that he's in bed now and won't be awake for another 4-5 hours. > Waiting for him means that the builds won't start until very late > tonight (here in the US), which risks that they won't actually get > started until tomorrow. Also, past FreeBSD releases have suffered > from last-minute changes by Soeren, unfortunately. I hate to hold > up RC3 any more, but I also fear allowing him to MFC changes > after RC3. > > Since some of his changes are probably critical, maybe we should > hold up RC3 until Jan 10, 0001PST (7 hours from now). That > should give Soeren enough time to document his request, get it > reviewed, and then check it in. Let's start the release and have Takahashi-san apply Soren's patch as an exception. That way it gets some testing and should increase confidence for a post-RC3 merge. BTW: could we have a policy on the release branch (or HEAD if that's what we're releasing from) that commits are disallowed at least 2 hours before the release starts. That way all changes have been propagated without having to worry about getting that last commit. Exceptions allowed of course. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 17:38: 8 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C6E437B401; Thu, 9 Jan 2003 17:38:07 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0D643ED8; Thu, 9 Jan 2003 17:38:06 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id h0A1c5R6048312; Thu, 9 Jan 2003 17:38:05 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0A1antn048258; Thu, 9 Jan 2003 17:36:49 -0800 (PST) Date: Thu, 9 Jan 2003 17:36:49 -0800 From: "David O'Brien" To: Marcel Moolenaar Cc: Scott Long , Takahashi Yoshihiro , re-builders@FreeBSD.ORG, bmah@FreeBSD.ORG, re@FreeBSD.ORG Subject: Re: 5.0-RC3 Message-ID: <20030110013649.GA48225@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200301090031.h090V5Ar017298@intruder.bmah.org> <3E1CC4F3.90206@btc.adaptec.com> <3E1DDF76.9010407@btc.adaptec.com> <20030110.095134.71175444.nyan@jp.FreeBSD.org> <3E1E1A7C.2020406@btc.adaptec.com> <20030110012549.GA17013@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110012549.GA17013@athlon.pn.xcllnt.net> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jan 09, 2003 at 05:25:49PM -0800, Marcel Moolenaar wrote: > Let's start the release and have Takahashi-san apply Soren's > patch as an exception. That way it gets some testing and > should increase confidence for a post-RC3 merge. Actually that is the opposite of what should happen -- we need to have Soren's MFC exposed as widely as possible if it is to be in 5.0-R. The way we can get wide[r] coverage is putting it in RC3. Scott, perhaps you can figure out what the MFC would be and apply it and do some sanity testing? > BTW: could we have a policy on the release branch (or HEAD if > that's what we're releasing from) that commits are disallowed > at least 2 hours before the release starts. That way all > changes have been propagated without having to worry about > getting that last commit. Exceptions allowed of course. CVSup from freefall/repoman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 17:44:53 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4CA37B401; Thu, 9 Jan 2003 17:44:51 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49D2C43EB2; Thu, 9 Jan 2003 17:44:51 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 2A1642A89E; Thu, 9 Jan 2003 17:44:51 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: obrien@FreeBSD.ORG Cc: Marcel Moolenaar , Scott Long , Takahashi Yoshihiro , re-builders@FreeBSD.ORG, bmah@FreeBSD.ORG, re@FreeBSD.ORG Subject: Re: 5.0-RC3 In-Reply-To: <20030110013649.GA48225@dragon.nuxi.com> Date: Thu, 09 Jan 2003 17:44:51 -0800 From: Peter Wemm Message-Id: <20030110014451.2A1642A89E@canning.wemm.org> Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "David O'Brien" wrote: > On Thu, Jan 09, 2003 at 05:25:49PM -0800, Marcel Moolenaar wrote: [..] > > BTW: could we have a policy on the release branch (or HEAD if > > that's what we're releasing from) that commits are disallowed > > at least 2 hours before the release starts. That way all > > changes have been propagated without having to worry about > > getting that last commit. Exceptions allowed of course. > > CVSup from freefall/repoman. Please dont, not for this at least. cvsup-master is only at most 2 minutes behind these days. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 17:48:24 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E1A37B401; Thu, 9 Jan 2003 17:48:23 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED3343F13; Thu, 9 Jan 2003 17:48:22 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A1mL2G019116; Thu, 9 Jan 2003 17:48:21 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A1mK9b017087; Thu, 9 Jan 2003 17:48:20 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0A1mKVG017086; Thu, 9 Jan 2003 17:48:20 -0800 (PST) Date: Thu, 9 Jan 2003 17:48:20 -0800 From: Marcel Moolenaar To: "David O'Brien" Cc: Scott Long , Takahashi Yoshihiro , re-builders@FreeBSD.ORG, bmah@FreeBSD.ORG, re@FreeBSD.ORG Subject: Re: 5.0-RC3 Message-ID: <20030110014820.GB17013@athlon.pn.xcllnt.net> References: <200301090031.h090V5Ar017298@intruder.bmah.org> <3E1CC4F3.90206@btc.adaptec.com> <3E1DDF76.9010407@btc.adaptec.com> <20030110.095134.71175444.nyan@jp.FreeBSD.org> <3E1E1A7C.2020406@btc.adaptec.com> <20030110012549.GA17013@athlon.pn.xcllnt.net> <20030110013649.GA48225@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110013649.GA48225@dragon.nuxi.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jan 09, 2003 at 05:36:49PM -0800, David O'Brien wrote: > On Thu, Jan 09, 2003 at 05:25:49PM -0800, Marcel Moolenaar wrote: > > Let's start the release and have Takahashi-san apply Soren's > > patch as an exception. That way it gets some testing and > > should increase confidence for a post-RC3 merge. > > Actually that is the opposite of what should happen -- we need to have > Soren's MFC exposed as widely as possible if it is to be in 5.0-R. The > way we can get wide[r] coverage is putting it in RC3. I don't know what the change is, but if it has possible impact on non-pc98, then yes. > > BTW: could we have a policy on the release branch (or HEAD if > > that's what we're releasing from) that commits are disallowed > > at least 2 hours before the release starts. That way all > > changes have been propagated without having to worry about > > getting that last commit. Exceptions allowed of course. > > CVSup from freefall/repoman. It's better to stop rushing things in... I like at least 5 hours so that I can run a buildworld first, prepare the box and optionally start a release early (which I will abort) to flush out commandline screwups and have enough time to fix last minute bogons... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 20:22: 9 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8633C37B401; Thu, 9 Jan 2003 20:22:06 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id C86A543F18; Thu, 9 Jan 2003 20:22:05 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0A4Laj14484; Thu, 9 Jan 2003 20:21:36 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id UAA10156; Thu, 9 Jan 2003 20:21:29 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id VAA13935; Thu, 9 Jan 2003 21:21:24 -0700 (MST) Message-ID: <3E1E4A1C.9080505@btc.adaptec.com> Date: Thu, 09 Jan 2003 21:20:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021125 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar Cc: "David O'Brien" , Takahashi Yoshihiro , re-builders@freebsd.org, bmah@freebsd.org, re@freebsd.org Subject: Re: 5.0-RC3 References: <200301090031.h090V5Ar017298@intruder.bmah.org> <3E1CC4F3.90206@btc.adaptec.com> <3E1DDF76.9010407@btc.adaptec.com> <20030110.095134.71175444.nyan@jp.FreeBSD.org> <3E1E1A7C.2020406@btc.adaptec.com> <20030110012549.GA17013@athlon.pn.xcllnt.net> <20030110013649.GA48225@dragon.nuxi.com> <20030110014820.GB17013@athlon.pn.xcllnt.net> In-Reply-To: <200301090031.h090V5Ar017298@intruder.bmah.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Marcel Moolenaar wrote: > On Thu, Jan 09, 2003 at 05:36:49PM -0800, David O'Brien wrote: > > >On Thu, Jan 09, 2003 at 05:25:49PM -0800, Marcel Moolenaar wrote: > > > >>Let's start the release and have Takahashi-san apply Soren's > >>patch as an exception. That way it gets some testing and > >>should increase confidence for a post-RC3 merge. > > > >Actually that is the opposite of what should happen -- we need to have > >Soren's MFC exposed as widely as possible if it is to be in 5.0-R. The > >way we can get wide[r] coverage is putting it in RC3. > > > I don't know what the change is, but if it has possible impact on > non-pc98, then yes. > > > >>BTW: could we have a policy on the release branch (or HEAD if > >>that's what we're releasing from) that commits are disallowed > >>at least 2 hours before the release starts. That way all > >>changes have been propagated without having to worry about > >>getting that last commit. Exceptions allowed of course. > > > >CVSup from freefall/repoman. > > > It's better to stop rushing things in... I like at least 5 hours > so that I can run a buildworld first, prepare the box and optionally > start a release early (which I will abort) to flush out commandline > screwups and have enough time to fix last minute bogons... > Formalizing a wait period is probably a very good idea. For now, lets say that Soeren's ata MFC will signal the closing of that branch, and you can start a build any time after that once you are ready. I'll send an email with the signal. We've had some very good bug fixes through the RC period, so slipping a little more to get it right doesn't bother me too much =-) Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 20:25:28 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C2F37B401 for ; Thu, 9 Jan 2003 20:25:26 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697D843F65 for ; Thu, 9 Jan 2003 20:25:24 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from mckinley.pn.xcllnt.net (mckinley.pn.xcllnt.net [192.168.4.6]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A4PI2G019666 for ; Thu, 9 Jan 2003 20:25:18 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from mckinley.pn.xcllnt.net (localhost [127.0.0.1]) by mckinley.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A4PIuo061750 for ; Thu, 9 Jan 2003 20:25:18 -0800 (PST) (envelope-from marcel@mckinley.pn.xcllnt.net) Received: (from marcel@localhost) by mckinley.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0A4PIuD061749 for re-builders@FreeBSD.org; Thu, 9 Jan 2003 20:25:18 -0800 (PST) Date: Thu, 9 Jan 2003 20:25:18 -0800 From: Marcel Moolenaar To: re-builders@FreeBSD.org Subject: Release failure for make readmes Message-ID: <20030110042518.GA61631@mckinley.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Gang, I got the following: : ===> databases/phpmyadmin ===> Creating README.html for phpMyAdmin-2.3.0.rc4 ===> databases/phppgadmin ===> Creating README.html for phppgadmin-2.4.2 ===> databases/postgresql-devel ===> Creating README.html for postgresql-devel-7.3.1 ===> databases/postgresql-docs "Makefile", line 15: Could not find /databases/postgresql7/Makefile "/usr/ports/Mk/bsd.port.mk", line 1886: warning: duplicate script for target ".BEGIN" ignored "/usr/ports/Mk/bsd.port.mk", line 1887: warning: duplicate script for target ".BEGIN" ignored make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/ports/databases. *** Error code 1 The following patch fixes the problem. I don't think PORTSDIR can be defined at that point: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-docs/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 4 Jan 2003 03:36:53 -0000 1.2 +++ Makefile 10 Jan 2003 04:23:57 -0000 @@ -12,7 +12,7 @@ POSTGRESQL_SUBPORT= YES POSTGRESQL_PORT?= databases/postgresql7 -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> +.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile> DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} .undef GNU_CONFIGURE NO_BUILD= YES -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 20:34:52 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8067B37B401; Thu, 9 Jan 2003 20:34:50 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9CA843F5F; Thu, 9 Jan 2003 20:34:49 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from mckinley.pn.xcllnt.net (mckinley.pn.xcllnt.net [192.168.4.6]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A4Yn2G019695; Thu, 9 Jan 2003 20:34:49 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from mckinley.pn.xcllnt.net (localhost [127.0.0.1]) by mckinley.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A4Ynuo008923; Thu, 9 Jan 2003 20:34:49 -0800 (PST) (envelope-from marcel@mckinley.pn.xcllnt.net) Received: (from marcel@localhost) by mckinley.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0A4YnKj008917; Thu, 9 Jan 2003 20:34:49 -0800 (PST) Date: Thu, 9 Jan 2003 20:34:49 -0800 From: Marcel Moolenaar To: re-builders@FreeBSD.ORG Cc: kris@FreeBSD.ORG Subject: Re: Release failure for make readmes Message-ID: <20030110043449.GB61631@mckinley.pn.xcllnt.net> References: <20030110042518.GA61631@mckinley.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110042518.GA61631@mckinley.pn.xcllnt.net> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jan 09, 2003 at 08:25:18PM -0800, Marcel Moolenaar wrote: > > The following patch fixes the problem. I don't think PORTSDIR > can be defined at that point: > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/databases/postgresql-docs/Makefile,v > retrieving revision 1.2 > diff -u -r1.2 Makefile > --- Makefile 4 Jan 2003 03:36:53 -0000 1.2 > +++ Makefile 10 Jan 2003 04:23:57 -0000 > @@ -12,7 +12,7 @@ > > POSTGRESQL_SUBPORT= YES > POSTGRESQL_PORT?= databases/postgresql7 > -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> > +.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile> > DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} > .undef GNU_CONFIGURE > NO_BUILD= YES Apparently an identical fix is already on HEAD. Kris, can you move the RELEASE_5_0_0 label from version 1.2 to 1.3 of ports/databases/postgresql-docs/Makefile Thanks, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 20:36: 3 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5749937B401 for ; Thu, 9 Jan 2003 20:36:01 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7E843F18 for ; Thu, 9 Jan 2003 20:36:00 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0A4Zsj15907; Thu, 9 Jan 2003 20:35:54 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id UAA11685; Thu, 9 Jan 2003 20:35:49 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id VAA13941; Thu, 9 Jan 2003 21:35:46 -0700 (MST) Message-ID: <3E1E4D7A.10006@btc.adaptec.com> Date: Thu, 09 Jan 2003 21:35:06 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021125 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar Cc: re-builders@freebsd.org Subject: Re: Release failure for make readmes References: <20030110042518.GA61631@mckinley.pn.xcllnt.net> In-Reply-To: <20030110042518.GA61631@mckinley.pn.xcllnt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org My repo shows this file is at rev 1.3, and that the difference is very similar to you patch. ---------------------------- revision 1.3 date: 2003/01/04 09:01:05; author: seanc; state: Exp; lines: +1 -1 Fix Makefile variable resolution problem. Submitted by: Alexandr Listopad Marcel Moolenaar wrote: > Gang, > > I got the following: > > : > ===> databases/phpmyadmin > ===> Creating README.html for phpMyAdmin-2.3.0.rc4 > ===> databases/phppgadmin > ===> Creating README.html for phppgadmin-2.4.2 > ===> databases/postgresql-devel > ===> Creating README.html for postgresql-devel-7.3.1 > ===> databases/postgresql-docs > "Makefile", line 15: Could not find /databases/postgresql7/Makefile > "/usr/ports/Mk/bsd.port.mk", line 1886: warning: duplicate script for > target ".BEGIN" ignored > "/usr/ports/Mk/bsd.port.mk", line 1887: warning: duplicate script for > target ".BEGIN" ignored > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Stop in /usr/ports/databases. > *** Error code 1 > > The following patch fixes the problem. I don't think PORTSDIR > can be defined at that point: > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/databases/postgresql-docs/Makefile,v > retrieving revision 1.2 > diff -u -r1.2 Makefile > --- Makefile 4 Jan 2003 03:36:53 -0000 1.2 > +++ Makefile 10 Jan 2003 04:23:57 -0000 > @@ -12,7 +12,7 @@ > > POSTGRESQL_SUBPORT= YES > POSTGRESQL_PORT?= databases/postgresql7 > -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> > +.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile> > DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} > .undef GNU_CONFIGURE > NO_BUILD= YES > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 22:15:25 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7148237B401; Thu, 9 Jan 2003 22:15:22 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26AEE43EB2; Thu, 9 Jan 2003 22:15:22 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 068C32A8A0; Thu, 9 Jan 2003 22:15:22 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Marcel Moolenaar Cc: "David O'Brien" , Scott Long , Takahashi Yoshihiro , re-builders@FreeBSD.ORG, bmah@FreeBSD.ORG, re@FreeBSD.ORG Subject: Re: 5.0-RC3 In-Reply-To: <20030110014820.GB17013@athlon.pn.xcllnt.net> Date: Thu, 09 Jan 2003 22:15:22 -0800 From: Peter Wemm Message-Id: <20030110061522.068C32A8A0@canning.wemm.org> Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Marcel Moolenaar wrote: > On Thu, Jan 09, 2003 at 05:36:49PM -0800, David O'Brien wrote: > > On Thu, Jan 09, 2003 at 05:25:49PM -0800, Marcel Moolenaar wrote: > > > Let's start the release and have Takahashi-san apply Soren's > > > patch as an exception. That way it gets some testing and > > > should increase confidence for a post-RC3 merge. > > > > Actually that is the opposite of what should happen -- we need to have > > Soren's MFC exposed as widely as possible if it is to be in 5.0-R. The > > way we can get wide[r] coverage is putting it in RC3. > > I don't know what the change is, but if it has possible impact on > non-pc98, then yes. Well, without it, the ata driver will assume that all plug-n-play hardware (including acpi enumerated devices) are ata devices and will attempt to probe/attach them. It is nasty. ---------------------------- revision 1.3 date: 2003/01/09 14:00:07; author: sos; state: Exp; lines: +4 -0 Dont probe PnP devices. Submitted by: Takahashi Yoshihiro ---------------------------- --- ata-cbus.c 17 Dec 2002 16:26:22 -0000 1.2 +++ ata-cbus.c 9 Jan 2003 14:00:07 -0000 1.3 @@ -60,4 +60,8 @@ int rid; u_long tmp; + + /* dont probe PnP devices */ + if (isa_get_vendorid(dev)) + return (ENXIO); /* allocate the ioport range */ This is a no-brainer and should be MFC'ed. IMHO, dont even wait for sos. Just Do It. We have this code on all the isa drivers that do not have a specific list of PNP id's. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 23:14:20 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5FE637B401; Thu, 9 Jan 2003 23:14:18 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D1E943E4A; Thu, 9 Jan 2003 23:14:18 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0A7EDj04363; Thu, 9 Jan 2003 23:14:13 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id XAA01773; Thu, 9 Jan 2003 23:14:13 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id AAA14080; Fri, 10 Jan 2003 00:14:10 -0700 (MST) Message-ID: <3E1E729A.2000606@btc.adaptec.com> Date: Fri, 10 Jan 2003 00:13:30 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021125 X-Accept-Language: en-us, en MIME-Version: 1.0 To: re-builders@freebsd.org Cc: re@freebsd.org Subject: Start RC3 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I cheated and checked in the ata stuff myself. With Peter's last minute API fix, I call the stream closed. So..... let's get RC3 building. We can call the official time as 2315PST. Thanks for all of the support and effort =-) Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Thu Jan 9 23:46:54 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24B937B48F; Thu, 9 Jan 2003 23:46:52 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-165-226-177.dsl.lsan03.pacbell.net [64.165.226.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA8D43F13; Thu, 9 Jan 2003 23:46:49 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id AE4C766E88; Thu, 9 Jan 2003 23:46:47 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id D45AA833; Thu, 9 Jan 2003 21:41:35 -0800 (PST) Date: Thu, 9 Jan 2003 21:41:35 -0800 From: Kris Kennaway To: Marcel Moolenaar Cc: re-builders@FreeBSD.ORG, kris@FreeBSD.ORG Subject: Re: Release failure for make readmes Message-ID: <20030110054135.GA16385@rot13.obsecurity.org> References: <20030110042518.GA61631@mckinley.pn.xcllnt.net> <20030110043449.GB61631@mckinley.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <20030110043449.GB61631@mckinley.pn.xcllnt.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jan 09, 2003 at 08:34:49PM -0800, Marcel Moolenaar wrote: > Apparently an identical fix is already on HEAD. Kris, can you > move the RELEASE_5_0_0 label from version 1.2 to 1.3 of > ports/databases/postgresql-docs/Makefile Done. Kris --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Hl0PWry0BWjoQKURAiHQAJ0T1OKSaiyiBdi5ldAxBNFBkOFOKwCgpLZX IdNE138OzwyXcU91ItnHZuQ= =IzSj -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 13:45:57 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F210C37B405 for ; Fri, 10 Jan 2003 13:45:55 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E5443F5F for ; Fri, 10 Jan 2003 13:45:53 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0ALjm2G023917 for ; Fri, 10 Jan 2003 13:45:48 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0ALjlBR001108 for ; Fri, 10 Jan 2003 13:45:47 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0ALjlPV001107 for re-builders@FreeBSD.org; Fri, 10 Jan 2003 13:45:47 -0800 (PST) (envelope-from marcel) Date: Fri, 10 Jan 2003 13:45:47 -0800 From: Marcel Moolenaar To: re-builders@FreeBSD.org Subject: Something's wrong with ports/devel... Message-ID: <20030110214547.GA1100@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Gang, My release build seems to hang (infinite loop) for make readmes in ports/devel: \begin{tail} : ===> deskutils/xwrits ===> Creating README.html for xwrits-2.15 ===> deskutils/yank ===> Creating README.html for yank-0.2.0 ===> deskutils/zorro ===> Creating README.html for zorro-1.1.8 ===> devel ===> Creating README.html \end{tail} Is anybody seeing this as well? Is anybody checking out ports with RELEASE_5_0_0? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 14: 9: 6 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 534D837B401 for ; Fri, 10 Jan 2003 14:09:04 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE94543F3F for ; Fri, 10 Jan 2003 14:09:03 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0AM8rj16972; Fri, 10 Jan 2003 14:08:53 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id OAA01597; Fri, 10 Jan 2003 14:08:52 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id PAA14512; Fri, 10 Jan 2003 15:08:49 -0700 (MST) Message-ID: <3E1F43AF.40002@btc.adaptec.com> Date: Fri, 10 Jan 2003 15:05:35 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar Cc: re-builders@freebsd.org Subject: Re: Something's wrong with ports/devel... References: <20030110214547.GA1100@athlon.pn.xcllnt.net> In-Reply-To: <20030110214547.GA1100@athlon.pn.xcllnt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Marcel Moolenaar wrote: > Gang, > > My release build seems to hang (infinite loop) for make readmes > in ports/devel: > > \begin{tail} > : > ===> deskutils/xwrits > ===> Creating README.html for xwrits-2.15 > ===> deskutils/yank > ===> Creating README.html for yank-0.2.0 > ===> deskutils/zorro > ===> Creating README.html for zorro-1.1.8 > ===> devel > ===> Creating README.html > \end{tail} > > Is anybody seeing this as well? > Is anybody checking out ports with RELEASE_5_0_0? > I used PORTSRELEASETAG=RELEASE_5_0_0 and it worked fine. Without this variable I got into an endless loop in chinese/ Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 14:18:52 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 702B837B401 for ; Fri, 10 Jan 2003 14:18:50 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1BE5F43F18 for ; Fri, 10 Jan 2003 14:18:49 -0800 (PST) (envelope-from tmoestl@gmx.net) Received: (qmail 21528 invoked by uid 0); 10 Jan 2003 22:18:47 -0000 Received: from p508e7307.dip.t-dialin.net (HELO galatea.local) (80.142.115.7) by mail.gmx.net (mp012-rz3) with SMTP; 10 Jan 2003 22:18:47 -0000 Received: from localhost ([127.0.0.1] helo=galatea.local) by galatea.local with esmtp (Exim 4.10 #1) id 18X7Vd-00019w-00; Fri, 10 Jan 2003 23:20:14 +0100 Received: (from tmm@localhost) by galatea.local (8.12.6/8.12.6/Submit) id h0AMK98s004459; Fri, 10 Jan 2003 23:20:09 +0100 (CET) Date: Fri, 10 Jan 2003 23:20:09 +0100 From: Thomas Moestl To: Marcel Moolenaar Cc: re-builders@FreeBSD.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110222009.GD1732@crow.dom2ip.de> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110214547.GA1100@athlon.pn.xcllnt.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2003/01/10 at 13:45:47 -0800, Marcel Moolenaar wrote: > Gang, > > My release build seems to hang (infinite loop) for make readmes > in ports/devel: > > \begin{tail} > : > ===> deskutils/xwrits > ===> Creating README.html for xwrits-2.15 > ===> deskutils/yank > ===> Creating README.html for yank-0.2.0 > ===> deskutils/zorro > ===> Creating README.html for zorro-1.1.8 > ===> devel > ===> Creating README.html > \end{tail} > > Is anybody seeing this as well? > Is anybody checking out ports with RELEASE_5_0_0? I've encountered this a lot when doing the first release builds for sparc64 - it is usually due to this code in bsd.port.subdir.mk: @cat `cd ${entry}; make -V COMMENT` | ${HTMLIFY} >> $@.tmp , resulting in a "cat | ${HTMLIFY} ..." on make errors, which hangs waiting for input. Since this does not seem to occur on other architectures, it may be ia64-specific breakage. The problematic port is then easily spotted: it's in the href in the last line of the generated devel/README.html.tmp. - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 14:28:34 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BBE537B401 for ; Fri, 10 Jan 2003 14:28:31 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C27F643F5F for ; Fri, 10 Jan 2003 14:28:30 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0AMST2G024071; Fri, 10 Jan 2003 14:28:29 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0AMSTBR001241; Fri, 10 Jan 2003 14:28:29 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0AMSTUt001240; Fri, 10 Jan 2003 14:28:29 -0800 (PST) (envelope-from marcel) Date: Fri, 10 Jan 2003 14:28:29 -0800 From: Marcel Moolenaar To: Scott Long Cc: re-builders@freebsd.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110222829.GA1196@athlon.pn.xcllnt.net> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> <3E1F43AF.40002@btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E1F43AF.40002@btc.adaptec.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Jan 10, 2003 at 03:05:35PM -0700, Scott Long wrote: > >\begin{tail} > > : > >===> deskutils/xwrits > >===> Creating README.html for xwrits-2.15 > >===> deskutils/yank > >===> Creating README.html for yank-0.2.0 > >===> deskutils/zorro > >===> Creating README.html for zorro-1.1.8 > >===> devel > >===> Creating README.html > >\end{tail} > > > I used PORTSRELEASETAG=RELEASE_5_0_0 and it worked fine. Without > this variable I got into an endless loop in chinese/ Well, that's comforting, because it means something is wrong with the makefiles or with make(1). Now let's see where it goes wrong... Got it: ports/devel/m6811-gcc/Makefile Running make with full debugging shows: \begin{tail} : Global:MAKEFILE = Makefile Global:PORTNAME = gcc Global:PORTVERSION = 2.95.3 Global:CATEGORIES = devel Global:MASTER_SITES = ${MASTER_SITE_GNU} Global:MASTER_SITE_SUBDIR = gcc Global:PKGNAMEPREFIX = m6811- Global:PATCH_SITES = http://stephane.carrez.free.fr/snapshots/ Global:PATCHFILES = ${PORTNAME}-${PORTVERSION}-m68hc1x-20010922.diffs.gz Global:PATCH_DIST_STRIP = -p1 Global:MAINTAINER = dinoex@FreeBSD.org Global:BUILD_DEPENDS = ${LOCALBASE}/bin/m6811-elf-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils Global:BUILD_DEPENDS = ${LOCALBASE}/bin/m6811-elf-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils autoconf:${PORTSDIR}/devel/autoconf Global:ONLY_FOR_ARCHS = i386 Global:USE_GMAKE = yes Global:HAS_CONFIGURE = yes Applying :S to "-O -pipe " \end{tail} It never get's past the "Applying :S ..." :-( There's no update for the makefile. Is this a genuine make(1) bug? To be annoyingly complete: Kernel: FreeBSD mckinley.pn.xcllnt.net 5.0-CURRENT FreeBSD 5.0-CURRENT #339: Thu Jan 9 22:02:10 PST 2003 marcel@mckinley.pn.xcllnt.net:/nfs/p4/ia64/sys/ia64/compile/HP_RX2600 ia64 Userland: CVS HEAD as of Jan 9, 2003 22:00hrs The same userland is used to populate the chroot environment. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 14:40: 4 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E9837B401 for ; Fri, 10 Jan 2003 14:40:01 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id D131243E4A for ; Fri, 10 Jan 2003 14:39:59 -0800 (PST) (envelope-from tmoestl@gmx.net) Received: (qmail 21360 invoked by uid 0); 10 Jan 2003 22:39:58 -0000 Received: from p508e7307.dip.t-dialin.net (HELO galatea.local) (80.142.115.7) by mail.gmx.net (mp006-rz3) with SMTP; 10 Jan 2003 22:39:58 -0000 Received: from localhost ([127.0.0.1] helo=galatea.local) by galatea.local with esmtp (Exim 4.10 #1) id 18X7q8-0001FI-00; Fri, 10 Jan 2003 23:41:24 +0100 Received: (from tmm@localhost) by galatea.local (8.12.6/8.12.6/Submit) id h0AMfF3a004787; Fri, 10 Jan 2003 23:41:15 +0100 (CET) Date: Fri, 10 Jan 2003 23:41:15 +0100 From: Thomas Moestl To: Marcel Moolenaar Cc: Scott Long , re-builders@freebsd.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110224115.GE1732@crow.dom2ip.de> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> <3E1F43AF.40002@btc.adaptec.com> <20030110222829.GA1196@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110222829.GA1196@athlon.pn.xcllnt.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2003/01/10 at 14:28:29 -0800, Marcel Moolenaar wrote: > On Fri, Jan 10, 2003 at 03:05:35PM -0700, Scott Long wrote: > > >\begin{tail} > > > : > > >===> deskutils/xwrits > > >===> Creating README.html for xwrits-2.15 > > >===> deskutils/yank > > >===> Creating README.html for yank-0.2.0 > > >===> deskutils/zorro > > >===> Creating README.html for zorro-1.1.8 > > >===> devel > > >===> Creating README.html > > >\end{tail} > > > > > I used PORTSRELEASETAG=RELEASE_5_0_0 and it worked fine. Without > > this variable I got into an endless loop in chinese/ > > Well, that's comforting, because it means something is wrong > with the makefiles or with make(1). Now let's see where it > goes wrong... > > Got it: ports/devel/m6811-gcc/Makefile > > Running make with full debugging shows: > > \begin{tail} > : > Global:MAKEFILE = Makefile > Global:PORTNAME = gcc > Global:PORTVERSION = 2.95.3 > Global:CATEGORIES = devel > Global:MASTER_SITES = ${MASTER_SITE_GNU} > Global:MASTER_SITE_SUBDIR = gcc > Global:PKGNAMEPREFIX = m6811- > Global:PATCH_SITES = http://stephane.carrez.free.fr/snapshots/ > Global:PATCHFILES = ${PORTNAME}-${PORTVERSION}-m68hc1x-20010922.diffs.gz > Global:PATCH_DIST_STRIP = -p1 > Global:MAINTAINER = dinoex@FreeBSD.org > Global:BUILD_DEPENDS = ${LOCALBASE}/bin/m6811-elf-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils > Global:BUILD_DEPENDS = ${LOCALBASE}/bin/m6811-elf-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils autoconf:${PORTSDIR}/devel/autoconf > Global:ONLY_FOR_ARCHS = i386 > Global:USE_GMAKE = yes > Global:HAS_CONFIGURE = yes > Applying :S to "-O -pipe " > \end{tail} > > It never get's past the "Applying :S ..." :-( > > There's no update for the makefile. Is this a genuine make(1) bug? See the attached patch. S///g does hang (unsurprisingly). - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C Index: Makefile =================================================================== RCS file: /d/ncvs/ports/devel/m6811-gcc/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 24 Dec 2002 09:47:20 -0000 1.20 +++ Makefile 10 Jan 2003 22:41:38 -0000 @@ -28,7 +28,7 @@ USE_GMAKE= yes HAS_CONFIGURE= yes -CFLAGS:= ${CFLAGS:S/${_CPUCFLAGS}//g} +CFLAGS:= ${CFLAGS:S/\${_CPUCFLAGS}//g} PLIST_SUB= GCC_VER=${PORTVERSION} CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ --program-prefix=m6811-elf- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 14:49:43 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4008937B401 for ; Fri, 10 Jan 2003 14:49:41 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2290343F43 for ; Fri, 10 Jan 2003 14:49:40 -0800 (PST) (envelope-from tmoestl@gmx.net) Received: (qmail 29730 invoked by uid 0); 10 Jan 2003 22:49:39 -0000 Received: from p508e7307.dip.t-dialin.net (HELO galatea.local) (80.142.115.7) by mail.gmx.net (mp022-rz3) with SMTP; 10 Jan 2003 22:49:39 -0000 Received: from localhost ([127.0.0.1] helo=galatea.local) by galatea.local with esmtp (Exim 4.10 #1) id 18X7zU-0001I5-00; Fri, 10 Jan 2003 23:51:04 +0100 Received: (from tmm@localhost) by galatea.local (8.12.6/8.12.6/Submit) id h0AMoxYu004964; Fri, 10 Jan 2003 23:50:59 +0100 (CET) Date: Fri, 10 Jan 2003 23:50:59 +0100 From: Thomas Moestl To: Marcel Moolenaar Cc: Scott Long , re-builders@freebsd.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110225059.GF1732@crow.dom2ip.de> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> <3E1F43AF.40002@btc.adaptec.com> <20030110222829.GA1196@athlon.pn.xcllnt.net> <20030110224115.GE1732@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110224115.GE1732@crow.dom2ip.de> User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2003/01/10 at 23:41:15 +0100, Thomas Moestl wrote: > See the attached patch. S///g does hang (unsurprisingly). > > Index: Makefile > =================================================================== > RCS file: /d/ncvs/ports/devel/m6811-gcc/Makefile,v > retrieving revision 1.20 > diff -u -r1.20 Makefile > --- Makefile 24 Dec 2002 09:47:20 -0000 1.20 > +++ Makefile 10 Jan 2003 22:41:38 -0000 > @@ -28,7 +28,7 @@ > > USE_GMAKE= yes > HAS_CONFIGURE= yes > -CFLAGS:= ${CFLAGS:S/${_CPUCFLAGS}//g} > +CFLAGS:= ${CFLAGS:S/\${_CPUCFLAGS}//g} > PLIST_SUB= GCC_VER=${PORTVERSION} > CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ > --program-prefix=m6811-elf- Doh, that does of course break the substitution if _CPUCFLAGS is indeed defined. More correct is: Index: Makefile =================================================================== RCS file: /d/ncvs/ports/devel/m6811-gcc/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 24 Dec 2002 09:47:20 -0000 1.20 +++ Makefile 10 Jan 2003 22:51:38 -0000 @@ -28,7 +28,9 @@ USE_GMAKE= yes HAS_CONFIGURE= yes +.if defined(_CPUCFLAGS) CFLAGS:= ${CFLAGS:S/${_CPUCFLAGS}//g} +.endif PLIST_SUB= GCC_VER=${PORTVERSION} CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ --program-prefix=m6811-elf- - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 14:54: 3 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543CE37B401 for ; Fri, 10 Jan 2003 14:54:01 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C2A043F1E for ; Fri, 10 Jan 2003 14:54:00 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id EAA9C66BE3; Fri, 10 Jan 2003 14:53:59 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id D32CF8DE; Fri, 10 Jan 2003 14:53:59 -0800 (PST) Date: Fri, 10 Jan 2003 14:53:59 -0800 From: Kris Kennaway To: Thomas Moestl Cc: Marcel Moolenaar , Scott Long , re-builders@freebsd.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110225359.GA16946@rot13.obsecurity.org> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> <3E1F43AF.40002@btc.adaptec.com> <20030110222829.GA1196@athlon.pn.xcllnt.net> <20030110224115.GE1732@crow.dom2ip.de> <20030110225059.GF1732@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <20030110225059.GF1732@crow.dom2ip.de> User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jan 10, 2003 at 11:50:59PM +0100, Thomas Moestl wrote: > > See the attached patch. S///g does hang (unsurprisingly). It probably shouldn't, though :) > Doh, that does of course break the substitution if _CPUCFLAGS is > indeed defined. More correct is: Good catch! I'll slide the tag when this is committed. Kris --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+H08HWry0BWjoQKURAtuNAJ9j4XItPZ1AhfuSZ9Cn2tO45wyWFQCfdft0 wgUiiN1OlRvl5JfSSA5d5Tk= =ubPN -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 15: 2:36 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65E2337B401 for ; Fri, 10 Jan 2003 15:02:35 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE0243F43 for ; Fri, 10 Jan 2003 15:02:34 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0AN2X2G024220; Fri, 10 Jan 2003 15:02:33 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0AN2XBR001343; Fri, 10 Jan 2003 15:02:33 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0AN2XqI001342; Fri, 10 Jan 2003 15:02:33 -0800 (PST) (envelope-from marcel) Date: Fri, 10 Jan 2003 15:02:33 -0800 From: Marcel Moolenaar To: Thomas Moestl Cc: Scott Long , re-builders@freebsd.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110230233.GA1296@athlon.pn.xcllnt.net> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> <3E1F43AF.40002@btc.adaptec.com> <20030110222829.GA1196@athlon.pn.xcllnt.net> <20030110224115.GE1732@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110224115.GE1732@crow.dom2ip.de> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Jan 10, 2003 at 11:41:15PM +0100, Thomas Moestl wrote: > > > > It never get's past the "Applying :S ..." :-( > > > > There's no update for the makefile. Is this a genuine make(1) bug? > > See the attached patch. S///g does hang (unsurprisingly). This is a work-around, right? Put differently: is it the intention of the makefile writer to replace the value of ${_CPUCFLAGS} with the empty string or is it the intention to replace the literal "${_CPUCFLAGS} with the empty string? In any case, we need to guard against substituting the empty string for something else... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 15: 8: 1 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBEC37B401 for ; Fri, 10 Jan 2003 15:07:59 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 281A443F18 for ; Fri, 10 Jan 2003 15:07:59 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 8942 invoked from network); 10 Jan 2003 23:08:07 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 10 Jan 2003 23:08:07 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0AN7uUT091472; Fri, 10 Jan 2003 18:07:57 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030110225059.GF1732@crow.dom2ip.de> Date: Fri, 10 Jan 2003 18:08:06 -0500 (EST) From: John Baldwin To: Thomas Moestl Subject: Re: Something's wrong with ports/devel... Cc: re-builders@freebsd.org, Scott Long , Marcel Moolenaar Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 10-Jan-2003 Thomas Moestl wrote: > On Fri, 2003/01/10 at 23:41:15 +0100, Thomas Moestl wrote: > >> See the attached patch. S///g does hang (unsurprisingly). >> >> Index: Makefile >> =================================================================== >> RCS file: /d/ncvs/ports/devel/m6811-gcc/Makefile,v >> retrieving revision 1.20 >> diff -u -r1.20 Makefile >> --- Makefile 24 Dec 2002 09:47:20 -0000 1.20 >> +++ Makefile 10 Jan 2003 22:41:38 -0000 >> @@ -28,7 +28,7 @@ >> >> USE_GMAKE= yes >> HAS_CONFIGURE= yes >> -CFLAGS:= ${CFLAGS:S/${_CPUCFLAGS}//g} >> +CFLAGS:= ${CFLAGS:S/\${_CPUCFLAGS}//g} >> PLIST_SUB= GCC_VER=${PORTVERSION} >> CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ >> --program-prefix=m6811-elf- > > Doh, that does of course break the substitution if _CPUCFLAGS is > indeed defined. More correct is: How about using NO_CPUCFLAGS? That's what it exists for. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 15:21:44 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05D0337B401; Fri, 10 Jan 2003 15:21:43 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783BD43F1E; Fri, 10 Jan 2003 15:21:42 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 13F6966E58; Fri, 10 Jan 2003 15:21:41 -0800 (PST) Date: Fri, 10 Jan 2003 15:21:40 -0800 From: Kris Kennaway To: John Baldwin Cc: Thomas Moestl , re-builders@FreeBSD.org, Scott Long , Marcel Moolenaar Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110232140.GA29368@xor.obsecurity.org> References: <20030110225059.GF1732@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 10, 2003 at 06:08:06PM -0500, John Baldwin wrote: > > Doh, that does of course break the substitution if _CPUCFLAGS is > > indeed defined. More correct is: >=20 > How about using NO_CPUCFLAGS? That's what it exists for. As you discovered, no it isn't :-) Kris --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+H1WEWry0BWjoQKURAgdxAKD7QUvESDC6816hLBlkkHNnOGpODgCcCj7u rFm3n+EAtld+0Pmxo6cbgNA= =+coa -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 15:41:20 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F330B37B401 for ; Fri, 10 Jan 2003 15:41:18 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D09343F6D for ; Fri, 10 Jan 2003 15:41:18 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0ANfE2G024389; Fri, 10 Jan 2003 15:41:14 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0ANfDBR001438; Fri, 10 Jan 2003 15:41:13 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0ANfDFS001437; Fri, 10 Jan 2003 15:41:13 -0800 (PST) (envelope-from marcel) Date: Fri, 10 Jan 2003 15:41:13 -0800 From: Marcel Moolenaar To: Kris Kennaway Cc: Thomas Moestl , Scott Long , re-builders@freebsd.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110234113.GB1381@athlon.pn.xcllnt.net> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> <3E1F43AF.40002@btc.adaptec.com> <20030110222829.GA1196@athlon.pn.xcllnt.net> <20030110224115.GE1732@crow.dom2ip.de> <20030110225059.GF1732@crow.dom2ip.de> <20030110225359.GA16946@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110225359.GA16946@rot13.obsecurity.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Jan 10, 2003 at 02:53:59PM -0800, Kris Kennaway wrote: > On Fri, Jan 10, 2003 at 11:50:59PM +0100, Thomas Moestl wrote: > > > > See the attached patch. S///g does hang (unsurprisingly). > > It probably shouldn't, though :) I just posted a patch to arch@ to fix make(1). FYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 15:49: 1 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC67937B401 for ; Fri, 10 Jan 2003 15:48:58 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9827743F3F for ; Fri, 10 Jan 2003 15:48:57 -0800 (PST) (envelope-from tmoestl@gmx.net) Received: (qmail 19234 invoked by uid 0); 10 Jan 2003 23:48:56 -0000 Received: from p508e7307.dip.t-dialin.net (HELO galatea.local) (80.142.115.7) by mail.gmx.net (mp016-rz3) with SMTP; 10 Jan 2003 23:48:56 -0000 Received: from localhost ([127.0.0.1] helo=galatea.local) by galatea.local with esmtp (Exim 4.10 #1) id 18X8us-0001Yu-00; Sat, 11 Jan 2003 00:50:22 +0100 Received: (from tmm@localhost) by galatea.local (8.12.6/8.12.6/Submit) id h0ANoG6q006003; Sat, 11 Jan 2003 00:50:16 +0100 (CET) Date: Sat, 11 Jan 2003 00:50:16 +0100 From: Thomas Moestl To: Marcel Moolenaar Cc: Scott Long , re-builders@freebsd.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110235016.GG1732@crow.dom2ip.de> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> <3E1F43AF.40002@btc.adaptec.com> <20030110222829.GA1196@athlon.pn.xcllnt.net> <20030110224115.GE1732@crow.dom2ip.de> <20030110230233.GA1296@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110230233.GA1296@athlon.pn.xcllnt.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2003/01/10 at 15:02:33 -0800, Marcel Moolenaar wrote: > On Fri, Jan 10, 2003 at 11:41:15PM +0100, Thomas Moestl wrote: > > > > > > It never get's past the "Applying :S ..." :-( > > > > > > There's no update for the makefile. Is this a genuine make(1) bug? > > > > See the attached patch. S///g does hang (unsurprisingly). > > This is a work-around, right? > > Put differently: is it the intention of the makefile writer to > replace the value of ${_CPUCFLAGS} with the empty string or is > it the intention to replace the literal "${_CPUCFLAGS} with the > empty string? My first patch was bogus (I was fooled by the combination of :=, :S and undefined values), the intent is to replace the value with the empty string. I've committed a working fix now; of course, make should probably just ignore S///g, but I guess that's nothing we want to fix in RELENG_5_0 right now :) - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 16:16:58 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB15137B40C for ; Fri, 10 Jan 2003 16:16:56 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC5843E4A for ; Fri, 10 Jan 2003 16:16:55 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0B0Gm2G024515; Fri, 10 Jan 2003 16:16:48 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0B0GmBR001525; Fri, 10 Jan 2003 16:16:48 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0B0GmHv001524; Fri, 10 Jan 2003 16:16:48 -0800 (PST) (envelope-from marcel) Date: Fri, 10 Jan 2003 16:16:48 -0800 From: Marcel Moolenaar To: Thomas Moestl Cc: Scott Long , re-builders@freebsd.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030111001648.GA1517@athlon.pn.xcllnt.net> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> <3E1F43AF.40002@btc.adaptec.com> <20030110222829.GA1196@athlon.pn.xcllnt.net> <20030110224115.GE1732@crow.dom2ip.de> <20030110230233.GA1296@athlon.pn.xcllnt.net> <20030110235016.GG1732@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110235016.GG1732@crow.dom2ip.de> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Jan 11, 2003 at 12:50:16AM +0100, Thomas Moestl wrote: > > Put differently: is it the intention of the makefile writer to > > replace the value of ${_CPUCFLAGS} with the empty string or is > > it the intention to replace the literal "${_CPUCFLAGS} with the > > empty string? > > My first patch was bogus (I was fooled by the combination of :=, :S > and undefined values), the intent is to replace the value with the > empty string. I've committed a working fix now; of course, make should > probably just ignore S///g, but I guess that's nothing we want to fix > in RELENG_5_0 right now :) Ok. I'll wait until I see it labeled and restart the release. In the mean time I've posted a patch for make(1). As you say, it (the fix for make(1)) doesn't really have to go in 5.0-R, but it's good to have it discussed, argued, committed, backed-out and so on and so forth :-) Thanks for your help in nailing this down! -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 21:19:11 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE18B37B401 for ; Fri, 10 Jan 2003 21:19:10 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C21643F65 for ; Fri, 10 Jan 2003 21:19:10 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 0F5DE66BE3 for ; Fri, 10 Jan 2003 21:19:10 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 061408E3; Fri, 10 Jan 2003 21:19:10 -0800 (PST) Date: Fri, 10 Jan 2003 21:19:09 -0800 From: Kris Kennaway To: ia64@FreeBSD.org Subject: fpsetround missing Message-ID: <20030111051909.GA2121@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This appears to be required for several ports, e.g. every TCL port :-) http://bento.freebsd.org/errorlogs/ia64-5-latest/tcl-8.3.5.log Kris --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+H6lNWry0BWjoQKURAr+bAJ9JT7noyLsKZ5PyMKql/5j0JT+/LACfSxv6 45OXRMrN3nH2tXXk0NLNfmw= =TRkP -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Fri Jan 10 23:26:19 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB0337B401 for ; Fri, 10 Jan 2003 23:26:18 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C2F43F43 for ; Fri, 10 Jan 2003 23:26:11 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0B7Q62G025990; Fri, 10 Jan 2003 23:26:08 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0B7Q6BR003608; Fri, 10 Jan 2003 23:26:06 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0B7Q4uv003607; Fri, 10 Jan 2003 23:26:04 -0800 (PST) (envelope-from marcel) Date: Fri, 10 Jan 2003 23:26:04 -0800 From: Marcel Moolenaar To: Kris Kennaway Cc: ia64@FreeBSD.ORG Subject: Re: fpsetround missing Message-ID: <20030111072604.GA3603@athlon.pn.xcllnt.net> References: <20030111051909.GA2121@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030111051909.GA2121@rot13.obsecurity.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Jan 10, 2003 at 09:19:09PM -0800, Kris Kennaway wrote: > This appears to be required for several ports, e.g. every TCL port :-) > > http://bento.freebsd.org/errorlogs/ia64-5-latest/tcl-8.3.5.log Fixed. Thanks, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Sat Jan 11 4:32:56 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E4737B401; Sat, 11 Jan 2003 04:32:54 -0800 (PST) Received: from mckinley.corp.yahoo.com (mckinley.corp.yahoo.com [216.145.62.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1429D43F1E; Sat, 11 Jan 2003 04:32:54 -0800 (PST) (envelope-from peter@freebsd.org) Received: from mckinley.corp.yahoo.com (localhost [127.0.0.1]) by mckinley.corp.yahoo.com (8.12.6/8.12.5) with ESMTP id h0BCWr7a003766; Sat, 11 Jan 2003 04:32:53 -0800 (PST) (envelope-from peter@freebsd.org) Received: (from root@localhost) by mckinley.corp.yahoo.com (8.12.6/8.12.5/Submit) id h0BCWrNi003765; Sat, 11 Jan 2003 04:32:53 -0800 (PST) Message-Id: <200301111232.h0BCWrNi003765@mckinley.corp.yahoo.com> From: Peter Wemm Date: Sat, 11 Jan 2003 04:32:53 -0800 (PST) Subject: ia64 tinderbox failure To: current@freebsd.org, ia64@freebsd.org Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/tinderbox/ia64/obj/home/tinderbox/ia64/src/ia64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sat Jan 11 04:11:36 PST 2003 -------------------------------------------------------------- ===> xe /home/tinderbox/ia64/src/sys/contrib/dev/acpica/hwregs.c: In function `AcpiGetSleepTypeData': /home/tinderbox/ia64/src/sys/contrib/dev/acpica/hwregs.c:242: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c: In function `AcpiUtGetRegionName': /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c:482: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c: In function `AcpiUtGetEventName': /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c:520: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c: In function `AcpiUtGetTypeName': /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c:590: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c:593: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/dev/acpica/acpi_powerres.c:272: warning: `acpi_pwr_deregister_consumer' defined but not used /home/tinderbox/ia64/src/sys/dev/acpica/acpi_powerres.c:210: warning: `acpi_pwr_deregister_resource' defined but not used /home/tinderbox/ia64/src/sys/kern/kern_sysctl.c: In function `ogetkerninfo': /home/tinderbox/ia64/src/sys/kern/kern_sysctl.c:1393: `VM_METER' undeclared (first use in this function) /home/tinderbox/ia64/src/sys/kern/kern_sysctl.c:1393: (Each undeclared identifier is reported only once /home/tinderbox/ia64/src/sys/kern/kern_sysctl.c:1393: for each function it appears in.) *** Error code 1 Stop in /home/tinderbox/ia64/obj/home/tinderbox/ia64/src/sys/GENERIC. *** Error code 1 Stop in /home/tinderbox/ia64/src. *** Error code 1 Stop in /home/tinderbox/ia64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message From owner-freebsd-ia64 Sat Jan 11 10:37:56 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51FCA37B401; Sat, 11 Jan 2003 10:37:55 -0800 (PST) Received: from mckinley.corp.yahoo.com (mckinley.corp.yahoo.com [216.145.62.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C1E43F5B; Sat, 11 Jan 2003 10:37:54 -0800 (PST) (envelope-from peter@freebsd.org) Received: from mckinley.corp.yahoo.com (localhost [127.0.0.1]) by mckinley.corp.yahoo.com (8.12.6/8.12.5) with ESMTP id h0BIbs7a013474; Sat, 11 Jan 2003 10:37:54 -0800 (PST) (envelope-from peter@freebsd.org) Received: (from root@localhost) by mckinley.corp.yahoo.com (8.12.6/8.12.5/Submit) id h0BIbsXj013473; Sat, 11 Jan 2003 10:37:54 -0800 (PST) Message-Id: <200301111837.h0BIbsXj013473@mckinley.corp.yahoo.com> From: Peter Wemm Date: Sat, 11 Jan 2003 10:37:53 -0800 (PST) Subject: ia64 tinderbox failure To: current@freebsd.org, ia64@freebsd.org Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/tinderbox/ia64/obj/home/tinderbox/ia64/src/ia64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sat Jan 11 10:09:51 PST 2003 -------------------------------------------------------------- ===> xe /home/tinderbox/ia64/src/sys/contrib/dev/acpica/hwregs.c: In function `AcpiGetSleepTypeData': /home/tinderbox/ia64/src/sys/contrib/dev/acpica/hwregs.c:242: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c: In function `AcpiUtGetRegionName': /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c:482: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c: In function `AcpiUtGetEventName': /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c:520: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c: In function `AcpiUtGetTypeName': /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c:590: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/contrib/dev/acpica/utglobal.c:593: warning: cast discards qualifiers from pointer target type /home/tinderbox/ia64/src/sys/dev/acpica/acpi_powerres.c:272: warning: `acpi_pwr_deregister_consumer' defined but not used /home/tinderbox/ia64/src/sys/dev/acpica/acpi_powerres.c:210: warning: `acpi_pwr_deregister_resource' defined but not used /home/tinderbox/ia64/src/sys/pci/if_rl.c: In function `rl_attach': /home/tinderbox/ia64/src/sys/pci/if_rl.c:991: `COREGA_DEVICEID_CBTXD' undeclared (first use in this function) /home/tinderbox/ia64/src/sys/pci/if_rl.c:991: (Each undeclared identifier is reported only once /home/tinderbox/ia64/src/sys/pci/if_rl.c:991: for each function it appears in.) *** Error code 1 Stop in /home/tinderbox/ia64/obj/home/tinderbox/ia64/src/sys/GENERIC. *** Error code 1 Stop in /home/tinderbox/ia64/src. *** Error code 1 Stop in /home/tinderbox/ia64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message