From owner-freebsd-bugs Sat Aug 12 08:08:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA28168 for bugs-outgoing; Sat, 12 Aug 1995 08:08:41 -0700 Received: from haywire.DIALix.COM (haywire.DIALix.COM [192.203.228.65]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id IAA28160 for ; Sat, 12 Aug 1995 08:08:36 -0700 Received: (from peter@localhost) by haywire.DIALix.COM (8.7.Beta.11/8.7.Beta.11/DIALix) id XAA17827 for bugs@freefall.FreeBSD.org; Sat, 12 Aug 1995 23:08:30 +0800 (WST) From: Peter Wemm Message-Id: <199508121508.XAA17827@haywire.DIALix.COM> Subject: Re: List of open Problem Reports To: bugs@freefall.FreeBSD.org Date: Sat, 12 Aug 1995 23:08:30 +0800 (WST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: bugs-owner@FreeBSD.org Precedence: bulk In freebsd.bugs, GNU GNATS writes: [...] >[1995/06/12] bin/506 "Release" id generated by send-pr looks incorrect. >[1995/07/10] gnu/608 `send-pr' inserts wrong default for ">Release:" fiel >[1995/07/14] bin/613 send-pr reports wrong release [...] >[1995/07/27] bin/636 /usr/share/examples Makefiles missing >[1995/07/27] kern/637 If used heavily, ahc will crash, with disk timeouts >[PDT/07/29] kern/638 Transmitted packets not passed to bpf in if_le.c >[PDT/07/29] misc/641 >[PDT/08/01] docs/646 vmstat man page out of date >[PDT/08/01] kern/647 Sound cards fail to work ^^^ Looks like the new (gnew? :-) GNATS is picking the wrong field out of a `date` somewhere.. BTW: the make rules for send-pr are still broken. obj/send-pr is getting left around for a *long* time and is not being rebuilt when it should. IMHO, it'd be better (although still not right) to get it to read `uname -rsm` at runtime, rather than sed'ing it in at make time. Perhaps another way would be to *force* send-pr to be rebuilt every single time, so there is never a stale copy in gnu/send-pr/obj. Or.. perhaps send-pr needs to read `uname -rsm` for "kern" reports, but use the compiled in name for the other problem categories.. in case the kernel has been supped/rebuilt later, but the other binaries have been unmodified... [[ It's this very same bug which caused 2.0.5-RELEASE to go out with a send-pr tag of "2.0-BUILT-nnnnnn".. There was a stale copy of send-pr left from before Jordan/Rod/whoever changes newvers.sh, and send-pr was not rebuilt, and was installed from the stale, several days old version. ]] Cheers, -Peter