From owner-freebsd-current Sun Sep 22 1: 0:16 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A3A37B401 for ; Sun, 22 Sep 2002 01:00:14 -0700 (PDT) Received: from smtp02.iprimus.net.au (smtp02.iprimus.net.au [210.50.76.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ADAE43E42 for ; Sun, 22 Sep 2002 01:00:13 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([210.50.80.34]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.4617); Sun, 22 Sep 2002 18:00:05 +1000 Received: from dilbert.robbins.dropbear.id.au (d04xntuzqzmupzne@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id g8M7xvCj073845; Sun, 22 Sep 2002 17:59:58 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id g8M7xsjp073844; Sun, 22 Sep 2002 17:59:54 +1000 (EST) (envelope-from tim) Date: Sun, 22 Sep 2002 17:59:53 +1000 From: Tim Robbins To: walt Cc: freebsd-current@FreeBSD.ORG Subject: Re: libc error question answered (partly) Message-ID: <20020922175953.A72230@dilbert.robbins.dropbear.id.au> References: <3D8D372B.9040806@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3D8D372B.9040806@hotmail.com>; from wa1ter@hotmail.com on Sat, Sep 21, 2002 at 08:21:15PM -0700 X-OriginalArrivalTime: 22 Sep 2002 08:00:05.0951 (UTC) FILETIME=[1021CCF0:01C2620E] Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 21, 2002 at 08:21:15PM -0700, walt wrote: > walt wrote: > > > My guess is that the syntax of 'sort' has changed since lorder > > was modified in March of 2001(?) > > David Wolfskill just pointed out to me that the behavior of 'sort' > is completely different in -STABLE, which I've just confirmed. > > Does anyone else see this behavior in -CURRENT? What happens > if you type 'sort +1' on your -CURRENT machine? The +POS1 -POS2 syntax for specifying sort keys was (from memory) marked as obsolescent in IEEE Std. 1003.2-1992 and removed (and disallowed) in 1003.1-2001. Many applications (like lorder) use the old syntax, so by default GNU sort does not conform to the 2001 standard and accepts the old syntax. If you set _POSIX2_VERSION=200112 in the environment before running GNU sort, it will try to conform to the newer standard and treat "+pos" as a filename instead of a sort key. The version of sort in -stable was written before the 2001 standard and doesn't disable the obsolescent sort key syntax. So the only explanation that I can think of is that you've got _POSIX2_VERSION set in the environment: $ _POSIX2_VERSION=200112 sort +1 sort: open failed: +1: No such file or directory lorder should probably get changed to use the new syntax some time too. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 1:22:45 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3DF37B406; Sun, 22 Sep 2002 01:22:43 -0700 (PDT) Received: from rigel.grass.st (rigel.grass.st [195.197.32.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31BCE43E6E; Sun, 22 Sep 2002 01:22:42 -0700 (PDT) (envelope-from bsdcur@rigel.grass.st) Received: (from bsdcur@localhost) by rigel.grass.st (8.9.3/8.9.3) id LAA10705; Sun, 22 Sep 2002 11:22:40 +0300 (EEST) (envelope-from bsdcur) Date: Sun, 22 Sep 2002 11:22:40 +0300 From: mika ruohotie To: "Crist J. Clark" Cc: mika ruohotie , current@FreeBSD.ORG Subject: Re: disklabel doesnt let root to edit labels anymore? (some details) Message-ID: <20020922112240.B32612@rigel.grass.st> References: <20020921123247.A32612@rigel.grass.st> <20020922064000.GA36099@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20020922064000.GA36099@blossom.cjclark.org>; from crist.clark@attbi.com on Sat, Sep 21, 2002 at 11:40:00PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 21, 2002 at 11:40:00PM -0700, Crist J. Clark wrote: > On Sat, Sep 21, 2002 at 12:32:47PM +0300, mika ruohotie wrote: > > eh? > > it seems regardless of the flags i'm giving to disklabel it prevents > > me from editing/restoring/whatever labels. only thing i can do is > What error are you getting? apoligies for not giving all the details. what i'm trying to do is something i've done in the past years tens of times when i've "cloned" one installed system to be several more or less identical ones, ofcourse systems sharing one identical component, the hard drive and its layout. anyway, i'm not able to overwrite the current disklabel on a drive using the -R flag anymore, system tells me "Operation not permitted". if i add -n flag, i dont get errors. nowadays it seems my only way is to use boot floppies (for some reason my system's /stand/sysinstall cant see any disks) and it's really quite annoying... one other thing i noticed which have changed was that i'm no longer able to even edit a label, i ended up having a label: [the upper part of the label snipped to make this email a bit shorter] 8 partitions: # size offset fstype [fsize bsize bps/cpg] b: 2621440 1048576 swap # (Cyl. 65*- 228*) c: 120101877 0 unused 0 0 # (Cyl. 0 - 7475*) e: 1048576 0 4.2BSD 2048 16384 89 # (Cyl. 0 - 65*) f: 12582912 3670016 4.2BSD 2048 16384 89 # (Cyl. 228*- 1011*) g: 1048576 16252928 4.2BSD 2048 16384 89 # (Cyl. 1011*- 1076*) h: 102800373 17301504 4.2BSD 2048 16384 89 # (Cyl. 1076*- 7475*) which i tried to edit to look like: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 1048576 0 4.2BSD 2048 16384 89 # (Cyl. 0 - 65*) b: 2621440 1048576 swap # (Cyl. 65*- 228*) c: 120101877 0 unused 0 0 # (Cyl. 0 - 7475*) e: 12582912 3670016 4.2BSD 2048 16384 89 # (Cyl. 228*- 1011*) f: 1048576 16252928 4.2BSD 2048 16384 89 # (Cyl. 1011*- 1076*) g: 102800373 17301504 4.2BSD 2048 16384 89 # (Cyl. 1076*- 7475*) (something which i too have done _tens_ of times in the past, i even went and tried this on a separate machine, older current. worked like it always has.) and the system just told me: disklabel: Operation not permitted re-edit the label? [y]: also, no matter what i try to edit on the label, including not changing _anything_ on the label, i get that same error. so something has changed, and i really wish it hadnt. and yes, the situation remains the same if i boot single user. > Crist J. Clark | cjclark@alum.mit.edu mickey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 1:34:24 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18BA737B401 for ; Sun, 22 Sep 2002 01:34:24 -0700 (PDT) Received: from amsfep12-int.chello.nl (nl-ams-slo-l4-02-pip-3.chellonetwork.com [213.46.243.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E9143E4A for ; Sun, 22 Sep 2002 01:34:22 -0700 (PDT) (envelope-from einekoai@chello.nl) Received: from [192.168.1.5] ([212.187.7.57]) by amsfep12-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20020922083421.BLYX21645.amsfep12-int.chello.nl@[192.168.1.5]> for ; Sun, 22 Sep 2002 10:34:21 +0200 Subject: From: Koop Mast To: "current@freebsd.org" Content-Type: text/plain Organization: Message-Id: <1032683618.8019.0.camel@CRASH> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.1.1 (Preview Release) Date: 22 Sep 2002 10:33:38 +0200 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe hackers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 1:55:48 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9276037B401; Sun, 22 Sep 2002 01:55:47 -0700 (PDT) Received: from relay1.macomnet.ru (relay1.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3517C43E65; Sun, 22 Sep 2002 01:55:46 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from news1.macomnet.ru (news1.macomnet.ru [195.128.64.14]) by relay1.macomnet.ru (8.11.6/8.11.6) with ESMTP id g8M8til273418; Sun, 22 Sep 2002 12:55:44 +0400 (MSD) Date: Sun, 22 Sep 2002 12:55:44 +0400 (MSD) From: Maxim Konovalov X-X-Sender: Maxim Konovalov To: "Crist J. Clark" Cc: current@FreeBSD.org Subject: Re: Trouble Building CURRENT on STABLE, cpp seg. fault In-Reply-To: <20020922065306.GB36099@blossom.cjclark.org> Message-ID: <20020922125158.O10586-100000@news1.macomnet.ru> References: <20020922065306.GB36099@blossom.cjclark.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Works for me: >>> Kernel build for GENERIC completed on Sun Sep 22 07:43:35 MSD 2002 $ uname -a FreeBSD golf.macomnet.net 4.6-20020805-MACOMNET-STABLE FreeBSD 4.6-20020805-MACOMNET-STABLE #19: Fri Sep 20 17:09:52 MSD 2002 maxim@golf.macomnet.net:/usr/obj/usr/src/sys/GOLF i386. -- Maxim Konovalov, maxim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 3:17: 2 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C197637B401 for ; Sun, 22 Sep 2002 03:17:00 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5884543E42 for ; Sun, 22 Sep 2002 03:17:00 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [64.175.105.179] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Sun, 22 Sep 2002 04:17:00 -0600 Message-ID: <3D8D9854.4040303@hotmail.com> Date: Sun, 22 Sep 2002 03:15:48 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: libc error question answered (partly) References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tim Robbins wrote: > On Sat, Sep 21, 2002 at 08:21:15PM -0700, walt wrote: > > >>walt wrote: >> >> >>>My guess is that the syntax of 'sort' has changed since lorder >>>was modified in March of 2001(?) >> >>David Wolfskill just pointed out to me that the behavior of 'sort' >>is completely different in -STABLE, which I've just confirmed. > So the only explanation that I can think of is that you've got _POSIX2_VERSION > set in the environment: Well, in /usr/include/unistd.h I have this: /* Define the versions we target for compliance. */ #define _POSIX_VERSION 200112L #define _POSIX2_VERSION 200112L which I think may have been added on 9-21 by Garrett. If that's what made the difference then it looks like lorder and friends had better be updated sooner than later ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 3:55:14 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EDA537B406 for ; Sun, 22 Sep 2002 03:55:11 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F4D43E42 for ; Sun, 22 Sep 2002 03:55:09 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MAt9N2006110 for ; Sun, 22 Sep 2002 03:55:09 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8MAt9bX006108 for current@freebsd.org; Sun, 22 Sep 2002 03:55:09 -0700 (PDT) Date: Sun, 22 Sep 2002 03:55:09 -0700 (PDT) From: Dag-Erling Smorgrav Message-Id: <200209221055.g8MAt9bX006108@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@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/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sun Sep 22 03:25:23 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Sun Sep 22 03:51:47 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Sun Sep 22 03:51:48 PDT 2002 -------------------------------------------------------------- ===> vinum cc1: warnings being treated as errors /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_enter': /h/des/src/sys/coda/coda_namecache.c:245: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c:263: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_lookup': /h/des/src/sys/coda/coda_namecache.c:322: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_zapfile': /h/des/src/sys/coda/coda_namecache.c:520: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_purge_user': /h/des/src/sys/coda/coda_namecache.c:568: warning: cast from pointer to integer of different size *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 4:24:39 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F96437B401 for ; Sun, 22 Sep 2002 04:24:38 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 109B843E6A for ; Sun, 22 Sep 2002 04:24:37 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id NAA05185 for freebsd-current@freebsd.org; Sun, 22 Sep 2002 13:24:35 +0200 Date: Sun, 22 Sep 2002 13:24:35 +0200 From: Christoph Kukulies Message-Id: <200209221124.NAA05185@accms33.physik.rwth-aachen.de> To: freebsd-current@freebsd.org Subject: failure in make buildworld Sender: owner-freebsd-current@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 build glade2 (IDE for gtk toolkit) under my 4.6R system but the port build failed in building the esd (esound) server or whatever this is. To make a long story short: I cvsuped and started "make buildworld" which ran into an error: ===> lib/libbz2 rm -f .depend mkdep -f .depend -a -I/usr/src/lib/libbz2/../../contrib/bzip2 /usr/src/lib/libbz2/../../contrib/bzip2/bzlib.c /usr/src/lib/libbz2/../../contrib/bzip2/blocksort.c /usr/src/lib/libbz2/../../contrib/bzip2/compress.c /usr/src/lib/libbz2/../../contrib/bzip2/crctable.c /usr/src/lib/libbz2/../../contrib/bzip2/decompress.c /usr/src/lib/libbz2/../../contrib/bzip2/huffman.c /usr/src/lib/libbz2/../../contrib/bzip2/randtable.c ===> lib/libc make: don't know how to make wcstoimax.c. Stop *** Error code 2 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. Any clues? -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 4:51:39 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3DC637B401 for ; Sun, 22 Sep 2002 04:51:38 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id C2C7343E6A for ; Sun, 22 Sep 2002 04:51:35 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 20970 invoked from network); 22 Sep 2002 11:38:02 -0000 Received: from upnet-dialinpool-80.upatras.gr (HELO hades.hell.gr) (150.140.128.174) by nic.upatras.gr with SMTP; 22 Sep 2002 11:38:02 -0000 Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g8MBitP0009617; Sun, 22 Sep 2002 14:44:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g8MBitG7009616; Sun, 22 Sep 2002 14:44:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 22 Sep 2002 14:44:54 +0300 From: Giorgos Keramidas To: "Crist J. Clark" Cc: current@FreeBSD.ORG Subject: Re: Trouble Building CURRENT on STABLE, cpp seg. fault Message-ID: <20020922114454.GB8150@hades.hell.gr> References: <20020922065306.GB36099@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020922065306.GB36099@blossom.cjclark.org> X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-21 23:53, "Crist J. Clark" wrote: > I've been unable to build CURRENT on STABLE for a few days. I made > sure to bring STABLE up to date. Is this just me? Is there a problem > with building CURRENT on STABLE at the moment? It isn't just you. The same error stopped my build of current 2-3 days ago on 4.6-RELEASE. > if [ -f .olddep ]; then mv .olddep .depend; fi > rm -f .newdep > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src.CURRENT/sys -I/usr/src.CURRENT/sys/dev -I/usr/src.CURRENT/sys/contrib/dev/acpica -I/usr/src.CURRENT/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestanding > cc: Internal error: Segmentation fault (program cpp0) > Please submit a full bug report. > See for instructions. > mkdep: compile failed > *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 5: 4:27 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E38C537B401 for ; Sun, 22 Sep 2002 05:04:24 -0700 (PDT) Received: from MX3.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C7B43E6E for ; Sun, 22 Sep 2002 05:04:23 -0700 (PDT) (envelope-from kalts@estpak.ee) Received: from tiiu.internal (80-235-37-187-dsl.lsn.estpak.ee [80.235.37.187]) by MX3.estpak.ee (Postfix) with ESMTP id B4A3F88016 for ; Sun, 22 Sep 2002 15:04:21 +0300 (EEST) Received: from tiiu.internal (localhost [127.0.0.1]) by tiiu.internal (8.12.6/8.12.6) with ESMTP id g8MC4LC0015726 for ; Sun, 22 Sep 2002 15:04:21 +0300 (EEST) (envelope-from vallo@tiiu.internal) Received: (from vallo@localhost) by tiiu.internal (8.12.6/8.12.6/Submit) id g8MC4LlT015725 for freebsd-current@freebsd.org; Sun, 22 Sep 2002 15:04:21 +0300 (EEST) Date: Sun, 22 Sep 2002 15:04:21 +0300 From: Vallo Kallaste To: freebsd-current@freebsd.org Subject: Re: Followup to XFree86-4-Server and lcms problems Message-ID: <20020922120421.GA15591@tiiu.internal> Reply-To: kalts@estpak.ee References: <20020913123532.GA2402@tiiu.internal> <20020918185929.GA3985@tiiu.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20020918185929.GA3985@tiiu.internal> User-Agent: Mutt/1.5.1i-ja.1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 18, 2002 at 09:59:29PM +0300, Vallo Kallaste wrote: > In case someone is interested about consistent test case, here's > additional info. Now I built both world and kernel with CPUTYPE=3Dp2 > and kan's patch. I haven't changed anything except uncommenting the > aforementioned CPUTYPE clause in make.conf. The package build run > ends up with same failure on the same place as before. I'm going to > update the system sources because of recent gcc import.. in hopes > it'll fix the bug. The failure below is triggered consistently by setting CPUTYPE to any of p[234] in /etc/make.conf. /usr/share/mk/bsd.cpu.mk defines _CPUCFLAGS =3D -mcpu=3Dpentiumpro and CPUTYPE =3D i386 in case MACHINE_ARCH=3Di386 and CPUTYPE is unset. Setting CPUTYPE=3Dp[234] will cause precise setting of -march as seen below, in this case -march=3Dpentium2 and this is the bugger. CPUTYPE=3Di686 in make.conf will cause -march=3Dpentiumpro and this works. It's probably worth to mention in some kind of document that precise setting of CPUTYPE to p[234] can cause all sorts of weirdness and the more broad definition CPUTYPE=3Di686 is more likely to work. > rm -f miPck1Prim.o > LD_LIBRARY_PATH=3D/usr/local/src/portbuild/usr/ports/x11-servers/XFree86-= 4-Server/work/xc/exports/lib cc -O -pipe -march=3Dpentium2 -march=3Dpentium= 2 -ansi -pedantic -Dasm=3D__asm -Wall -Wpointer-arith -fno-merge-constan= ts -I. -I../include -I/usr/local/src/portbuild/usr/ports/x11-servers/XFre= e86-4-Server/work/xc/exports/include/X11 -I../../../include -I/usr/local/= src/portbuild/usr/ports/x11-servers/XFree86-4-Server/work/xc/programs/Xserv= er/include -I/usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Serv= er/work/xc -I/usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Serve= r/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DSHAPE -DXINP= UT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP -DXF86BIGFONT -DDPMSExten= sion -DPANORAMIX -DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSIN= GLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER -DXFree86Server -DXF86V= IDMODE -DXvMCExtension -DSMART_SCHEDULE -DBUILDDEBUG -DX_BYTE_ORDER=3DX_LI= TTLE_ENDIAN -DNDEBUG -DFUNCPROTO=3D15 -DNARROWPROTO -DIN_MODULE -DXFree86= Module -c miPck1Prim.c > miPck1Prim.c: In function `CheckFAreaPick1': > miPck1Prim.c:337: unable to find a register to spill in class `FLOAT_REGS' > miPck1Prim.c:337: this is the insn: > (insn 275 273 277 (set (subreg:SF (reg/v:DI 29 rmm0 [64]) 0) > (float:SF (mem/s/j:HI (reg/v/f:SI 2 ecx [61]) [0 .x+0 S= 2 A16]))) 167 {floathisf2} (insn_list 271 (nil)) > (nil)) > miPck1Prim.c:337: confused by earlier errors, bailing out > *** Error code 1 >=20 > Stop in /usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Server/w= ork/xc/programs/Xserver/PEX5/ddpex/mi/level1. > *** Error code 1 >=20 > Stop in /usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Server/w= ork/xc/programs/Xserver/PEX5. > *** Error code 1 >=20 > Stop in /usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Server/w= ork/xc/programs/Xserver. > *** Error code 1 (ignored) > *** Error code 1 >=20 > Stop in /usr/ports/x11-servers/XFree86-4-Server. > *** Error code 1 >=20 > Stop in /usr/ports/x11/wrapper. > *** Error code 1 >=20 > Stop in /usr/ports/x11/XFree86-4. --=20 Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 6:17:58 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2432337B401 for ; Sun, 22 Sep 2002 06:17:57 -0700 (PDT) Received: from www.contentmedia.de (www.contentmedia.de [213.61.138.91]) by mx1.FreeBSD.org (Postfix) with SMTP id B6A4443E7B for ; Sun, 22 Sep 2002 06:17:55 -0700 (PDT) (envelope-from recht@contentmedia.de) Received: (qmail 18629 invoked from network); 22 Sep 2002 13:14:54 -0000 Received: from unknown (HELO leeloo.intern.geht.de) (80.134.191.202) by www.contentmedia.de with SMTP; 22 Sep 2002 13:14:54 -0000 Date: Sun, 22 Sep 2002 15:17:44 +0200 From: Marc Recht To: current@FreeBSD.ORG Subject: World broken in ncurses ?! Message-Id: <20020922151744.326eb516.recht@contentmedia.de> Organization: contentmedia AG X-Mailer: Sylpheed version 0.8.2claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.SIFM8(nC(PvaY," Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.SIFM8(nC(PvaY, Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit With -current sources as of today: cc -O -pipe -march=athlon-xp -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -c lib_keyname.c -o lib_keyname.o lib_keyname.c:7: `KEY_A1' undeclared here (not in a function) lib_keyname.c:7: initializer element is not constant lib_keyname.c:7: (near initialization for `_nc_key_names[0].code') lib_keyname.c:7: initializer element is not constant lib_keyname.c:7: (near initialization for `_nc_key_names[0]') lib_keyname.c:8: `KEY_A3' undeclared here (not in a function) lib_keyname.c:8: initializer element is not constant lib_keyname.c:8: (near initialization for `_nc_key_names[1].code') lib_keyname.c:8: initializer element is not constant lib_keyname.c:8: (near initialization for `_nc_key_names[1]') lib_keyname.c:9: `KEY_B2' undeclared here (not in a function) [...] And so on for every key.. lib_keyname.c:160: (near initialization for `_nc_key_names[153].code') lib_keyname.c:160: initializer element is not constant lib_keyname.c:160: (near initialization for `_nc_key_names[153]') lib_keyname.c:161: initializer element is not constant lib_keyname.c:161: (near initialization for `_nc_key_names[154]') *** Error code 1 Marc --=.SIFM8(nC(PvaY, Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9jcL57YQCetAaG3MRAutbAJoCvTSGpsy3TdMe8zhYbHhzuPASlACeJ+wm iCsw895G1VfGM+lnJDqKgY8= =06UO -----END PGP SIGNATURE----- --=.SIFM8(nC(PvaY,-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 6:22:21 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68AD137B401 for ; Sun, 22 Sep 2002 06:22:20 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id E668043E6A for ; Sun, 22 Sep 2002 06:22:19 -0700 (PDT) (envelope-from qhwt@myrealbox.com) Received: from localhost qhwt@smtp-send.myrealbox.com [219.96.171.63] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare; Sun, 22 Sep 2002 07:22:20 -0600 Date: Sun, 22 Sep 2002 22:22:23 +0900 From: qhwt@myrealbox.com To: current@FreeBSD.ORG Subject: Re: Trouble Building CURRENT on STABLE, cpp seg. fault Message-ID: <20020922132223.GA15519.qhwt@myrealbox.com> References: <20020922065306.GB36099@blossom.cjclark.org> <20020922114454.GB8150@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020922114454.GB8150@hades.hell.gr> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 22, 2002 at 02:44:54PM +0300, Giorgos Keramidas wrote: > On 2002-09-21 23:53, "Crist J. Clark" wrote: > > I've been unable to build CURRENT on STABLE for a few days. I made > > sure to bring STABLE up to date. Is this just me? Is there a problem > > with building CURRENT on STABLE at the moment? > > It isn't just you. The same error stopped my build of current 2-3 > days ago on 4.6-RELEASE. > > > if [ -f .olddep ]; then mv .olddep .depend; fi > > rm -f .newdep > > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src.CURRENT/sys -I/usr/src.CURRENT/sys/dev -I/usr/src.CURRENT/sys/contrib/dev/acpica -I/usr/src.CURRENT/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestanding > > cc: Internal error: Segmentation fault (program cpp0) > > Please submit a full bug report. > > See for instructions. > > mkdep: compile failed > > *** Error code 1 Try 'make depend && make' using cpp0 built from -CURRENT source newer than the first import of gcc 3.2.1 prerelease: $ pushd /usr/src/gnu/usr.bin/cc $ make obj && make depend && make $ popd $ GCC_EXEC_PREFIX=/usr/obj/usr/src/usr.bin/cc/cpp0/ make depend $ GCC_EXEC_PREFIX=/usr/obj/usr/src/usr.bin/cc/cpp0/ make should work unless you are doing a cross-platform compiling. The bug in cpp0 seems to me to have been fixed after the first import of gcc 3.2.1-prerelease (2002-09-02(UTC)). Cheers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 6:24:30 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CF637B440 for ; Sun, 22 Sep 2002 06:24:23 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 137EC43E4A for ; Sun, 22 Sep 2002 06:24:22 -0700 (PDT) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp1499.qld.padsl.internode.on.net [150.101.178.218]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with ESMTP id g8MDOIp5028337; Sun, 22 Sep 2002 22:54:19 +0930 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.11.6/8.11.6) with ESMTP id g8MDOGB16362; Sun, 22 Sep 2002 23:24:17 +1000 (EST) (envelope-from mckay) Message-Id: <200209221324.g8MDOGB16362@dungeon.home> To: Martin Blapp Cc: Stephen McKay , current@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_dc.c References: <20020920182332.I64599-100000@levais.imp.ch> In-Reply-To: <20020920182332.I64599-100000@levais.imp.ch> from Martin Blapp at "Fri, 20 Sep 2002 18:26:46 +0200" Date: Sun, 22 Sep 2002 23:24:16 +1000 From: Stephen McKay Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, 20th September 2002, Martin Blapp wrote: >I think we would have to test all cases with all cards. What cards >do you have Stephen, with which clone Chipsets ? Can you make a list >of them ? I've only got DE500 (genuine Intel 21143) and Macronix 98715AEC cards. Nothing PCMCIA or CardBus. Not a very big selection, I know. A lot of us will have to band together to test changes. >I've got somewhere another dc card which made problems. I guess >it was PNIC. PNIC is still a problem with the -current driver. Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 6:34:12 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6302A37B401 for ; Sun, 22 Sep 2002 06:34:10 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7426E43E65 for ; Sun, 22 Sep 2002 06:34:09 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 4161A4390; Sun, 22 Sep 2002 14:33:55 +0100 (BST) Date: Sun, 22 Sep 2002 14:33:54 +0100 From: Josef Karthauser To: current@FreeBSD.ORG Subject: /usr/include/sys/select.h:61: syntax error before "fd_set" Message-ID: <20020922133354.GA75271@genius.tao.org.uk> Mail-Followup-To: Josef Karthauser , current@FreeBSD.ORG Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm trying to work out why the latest version of coldsync won't compile on -current, even though it compiles on -stable. I'm getting the compile time error: /usr/include/sys/select.h:61: syntax error before "fd_set" The coldsync header file looks like: #include "config.h" #include #include #include #if HAVE_SYS_SELECT_H # include /* To make select() work rationally under AI= X */ #endif /* HAVE_SYS_SELECT_H */ #if HAVE_STRINGS_H # include /* For bzero() under AIX */ #endif /* HAVE_STRINGS_H */ #if HAVE_LIBINTL_H # include /* For i18n */ #endif /* HAVE_LIBINTL_H */ What header am I missing here? Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj2NxsIACgkQXVIcjOaxUBa3nQCgyIixpEuIVDMucyH5bcWEIiwZ Qk4AoKQJjzIhVGQd5OMEgiyU/88/i6ei =/kAW -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 6:53:43 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A8B037B401 for ; Sun, 22 Sep 2002 06:53:42 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E33843E65 for ; Sun, 22 Sep 2002 06:53:41 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id PAA05716 for freebsd-current@freebsd.org; Sun, 22 Sep 2002 15:53:40 +0200 Date: Sun, 22 Sep 2002 15:53:40 +0200 From: Christoph Kukulies Message-Id: <200209221353.PAA05716@accms33.physik.rwth-aachen.de> To: freebsd-current@freebsd.org Subject: signal 12 - lotsa Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In a 4.6 environment I'm trying to upgrade to -current but make installworld as well as kernelbuild fails with signal 12 lots of. Seems that new system calls and a mix of old kernel and new binaries is now fighting against another on my system. How can I get out of this situation? Boot from a floppy ? -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 7: 5: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4091237B401 for ; Sun, 22 Sep 2002 07:05:08 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED8C43E4A for ; Sun, 22 Sep 2002 07:05:07 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8ME55Hb039216; Sun, 22 Sep 2002 16:05:06 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8ME5575905550; Sun, 22 Sep 2002 16:05:05 +0200 (MES) Date: Sun, 22 Sep 2002 16:05:05 +0200 From: Martin Blapp To: Stephen McKay Cc: current@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_dc.c In-Reply-To: <200209221324.g8MDOGB16362@dungeon.home> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I just got a report from a user which has several dc cards with all the broken mac adresses. dc0@pci0:13:0: class=0x020000 card=0x05741317 chip=0x09851317 rev=0x11 hdr=0x00 vendor = 'Admtek Inc' device = 'ADM983 fast ethernet controller' class = network subclass = ethernet We have a ADM983 here too. I'll send him now a patch for this, let's see. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 7: 9:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F096B37B401; Sun, 22 Sep 2002 07:09:16 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 254D943E4A; Sun, 22 Sep 2002 07:09:16 -0700 (PDT) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp1499.qld.padsl.internode.on.net [150.101.178.218]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with ESMTP id g8ME9Ep5074972; Sun, 22 Sep 2002 23:39:14 +0930 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.11.6/8.11.6) with ESMTP id g8ME9DB16763; Mon, 23 Sep 2002 00:09:13 +1000 (EST) (envelope-from mckay) Message-Id: <200209221409.g8ME9DB16763@dungeon.home> To: Martin Blapp Cc: current@FreeBSD.org, Stephen McKay Subject: Re: cvs commit: src/sys/pci if_dc.c References: <200209201518.g8KFIDec033289@freefall.freebsd.org> In-Reply-To: <200209201518.g8KFIDec033289@freefall.freebsd.org> from Martin Blapp at "Fri, 20 Sep 2002 15:18:13 +0000" Date: Mon, 23 Sep 2002 00:09:13 +1000 From: Stephen McKay Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, 20th September 2002, Martin Blapp wrote: >mbr 2002/09/20 08:18:13 PDT > > Modified files: > sys/pci if_dc.c > Log: > Fix the support for the AN985/983 chips, which do not set the > RXSTATE to STOPPED, but to WAIT. This should fix hangs which > could only be solved by replugging the cable. John's already mentioned we are still thinking about the right way to handle this but... > MFC after: 2 weeks ... I thought I should explicitly mention that merging this particular change as it stands is a bad idea because PNIC and Davicom cards (at least) are not yet correctly handled. The code in -stable is the old broken but apparently harmless code. This new code is attempting to be more correct but breaks support for some cards. Odd situation, no? Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 7:10:14 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE60837B401 for ; Sun, 22 Sep 2002 07:10:12 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 12AA743E42 for ; Sun, 22 Sep 2002 07:10:11 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 5816 invoked from network); 22 Sep 2002 14:03:19 -0000 Received: from upnet-dialinpool-31.upatras.gr (HELO hades.hell.gr) (150.140.128.223) by nic.upatras.gr with SMTP; 22 Sep 2002 14:03:19 -0000 Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.3) with ESMTP id g8MEAADu000815; Sun, 22 Sep 2002 17:10:10 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by hades.hell.gr (8.12.6/8.12.3/Submit) id g8MEA9RV000814; Sun, 22 Sep 2002 17:10:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 22 Sep 2002 17:10:08 +0300 From: Giorgos Keramidas To: Josef Karthauser Cc: current@FreeBSD.ORG Subject: Re: /usr/include/sys/select.h:61: syntax error before "fd_set" Message-ID: <20020922141008.GD496@hades.hell.gr> References: <20020922133354.GA75271@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020922133354.GA75271@genius.tao.org.uk> X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-22 14:33, Josef Karthauser wrote: > I'm trying to work out why the latest version of coldsync won't compile > on -current, even though it compiles on -stable. > > I'm getting the compile time error: > > /usr/include/sys/select.h:61: syntax error before "fd_set" > > The coldsync header file looks like: > > #include "config.h" > #include > #include > #include > > #if HAVE_SYS_SELECT_H > # include /* To make select() work rationally under AIX */ > #endif /* HAVE_SYS_SELECT_H */ The select() manpage mentions the following headers, in the order shown below: #include #include #include You have only included the last one. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 7:16:43 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2B4D37B404 for ; Sun, 22 Sep 2002 07:16:41 -0700 (PDT) Received: from www.contentmedia.de (www.contentmedia.de [213.61.138.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 5C3DD43E6A for ; Sun, 22 Sep 2002 07:16:40 -0700 (PDT) (envelope-from marc@informatik.uni-bremen.de) Received: (qmail 18896 invoked from network); 22 Sep 2002 14:13:40 -0000 Received: from unknown (HELO leeloo.intern.geht.de) (80.134.191.202) by www.contentmedia.de with SMTP; 22 Sep 2002 14:13:40 -0000 Date: Sun, 22 Sep 2002 16:16:30 +0200 From: Marc Recht To: Josef Karthauser Cc: current@FreeBSD.ORG Subject: Re: /usr/include/sys/select.h:61: syntax error before "fd_set" Message-Id: <20020922161630.3b9ea7a3.marc@informatik.uni-bremen.de> In-Reply-To: <20020922133354.GA75271@genius.tao.org.uk> References: <20020922133354.GA75271@genius.tao.org.uk> X-Mailer: Sylpheed version 0.8.2claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.odfsUWa/plJYAU" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.odfsUWa/plJYAU Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > I'm trying to work out why the latest version of coldsync won't compile > on -current, even though it compiles on -stable. > > I'm getting the compile time error: > > /usr/include/sys/select.h:61: syntax error before "fd_set" > > The coldsync header file looks like: > > What header am I missing here? sys/types.h (before sys/select.h) Marc --=.odfsUWa/plJYAU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9jdC/7YQCetAaG3MRAlLyAJ9YdJFdxVIphc68u6At9Xvb8ClYkQCfb/M6 S7IZ/UAl40vYtp30M4SeI9k= =i8fm -----END PGP SIGNATURE----- --=.odfsUWa/plJYAU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 22 7:28:30 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C65637B401 for ; Sun, 22 Sep 2002 07:28:27 -0700 (PDT) Received: from gold.he.net (gold.he.net [216.218.149.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D49C943E75 for ; Sun, 22 Sep 2002 07:28:26 -0700 (PDT) (envelope-from daver@gomerbud.com) Received: from tombstone.gomerbud.com (adsl-63-196-195-40.dsl.snlo01.pacbell.net [63.196.195.40]) by gold.he.net (8.8.6/8.8.2) with ESMTP id HAA03317 for ; Sun, 22 Sep 2002 07:28:24 -0700 Received: by tombstone.gomerbud.com (Postfix, from userid 1001) id CCCD852F3; Sun, 22 Sep 2002 07:28:25 -0700 (PDT) Date: Sun, 22 Sep 2002 07:28:25 -0700 From: "David P. Reese Jr." To: current@freebsd.org Subject: Cant see ACPI thermal zones on a Supermicro P6DBU Message-ID: <20020922142825.GA634@tombstone.gomerbud.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know a reason why i should not see any info about the thermal zones on a Supermicro P6DBU in sysctl? I'm not even seeing the acpi_tz's in dmesg. As far as i know, the board does have thermal sensors. I can check the cpu temperatures in bios. If it would help, i could also provide the output of acpidump. dmesg: FreeBSD 5.0-CURRENT-20020917-JPSNAP #0: Sat Sep 21 22:08:13 PDT 2002 root@metropolis.gomerbud.com:/usr/obj/usr/src/sys/METROPOLIS Preloaded elf kernel "/boot/kernel/kernel" at 0xc04a3000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc04a30a8. Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (400.91-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183fbff real memory = 201195520 (196480K bytes) avail memory = 190021632 (185568K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 16 -> irq 11 IOAPIC #0 intpin 18 -> irq 5 IOAPIC #0 intpin 19 -> irq 10 FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: power button is handled as a fixed feature programming model. Timecounter "ACPI-safe" frequency 3579545 Hz acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_cpu0: on acpi0 acpi_cpu1: on acpi0 pcib1: port 0xcf8-0xcff on acpi0 pci0: on pcib1 agp0: mem 0xf8000000-0xfbffffff at device 0.0 on pci0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at device 0.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xef80-0xef9f irq 10 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered Timecounter "PIIX" frequency 3579545 Hz pci0: at device 7.3 (no driver attached) ahc_pci0: port 0xe800-0xe8ff mem 0xfebff000-0xfebfffff irq 11 at device 14.0 on pci0 aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xec00-0xec7f mem 0xfebfef80-0xfebfefff irq 5 at device 18.0 on pci0 xl0: Ethernet address: 00:50:da:05:a6:62 miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto acpi_button0: on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 fdc0: cmd 3 failed at out byte 1 of 3 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: cmd 3 failed at out byte 1 of 3 orm0: