NetBSD Problem Report #58699

From sender@gorgnet.net  Wed Sep 25 15:48:07 2024
Return-Path: <sender@gorgnet.net>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256
	 client-signature RSA-PSS (2048 bits) client-digest SHA256)
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id D04FF1A923B
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 25 Sep 2024 15:48:07 +0000 (UTC)
Message-Id: <20240925154754.5808.qmail@gorgnet.net>
Date: 25 Sep 2024 15:47:54 -0000
From: gorg@gorgnet.net
Reply-To: gorg@gorgnet.net
To: gnats-bugs@NetBSD.org
Subject: [PATCH] Correct reference to nbtool_config.h in tools/README
X-Send-Pr-Version: 3.95

>Number:         58699
>Category:       toolchain
>Synopsis:       [PATCH] Correct reference to nbtool_config.h in tools/README
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    toolchain-manager
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 25 15:50:01 +0000 2024
>Closed-Date:    Sun Oct 13 20:21:27 +0000 2024
>Last-Modified:  Sun Oct 13 20:21:27 +0000 2024
>Originator:     gorg@gorgnet.net
>Release:        NetBSD current
>Organization:
>Environment:
System: NetBSD 10.0 NetBSD 10.0 (GENERIC64) #0: Thu Mar 28 08:33:33 UTC 2024 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/evbarm/compile/GENERIC64 evbarm
Architecture: aarch64
Machine: evbarm
>Description:
The README for the tools references a nonexistent "nbtool_compat.h" header.
This patch changes the reference to "compat/nbtool_config.h", which fits the
description provided.

>How-To-Repeat:

>Fix:
Index: tools/README
===================================================================
RCS file: /cvsroot/src/tools/README,v
retrieving revision 1.5
diff -u -r1.5 README
--- tools/README	3 Feb 2022 20:32:38 -0000	1.5
+++ tools/README	25 Sep 2024 14:37:57 -0000
@@ -56,7 +56,7 @@

     A library containing functions that are needed by some tools.

-${TOOLDIR}/include/nbtool_compat.h
+${TOOLDIR}/include/compat/nbtool_config.h

     A header file defining macros that are needed by some tools.


>Release-Note:

>Audit-Trail:
From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/58699 CVS commit: src/tools
Date: Wed, 25 Sep 2024 12:24:58 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Wed Sep 25 16:24:58 UTC 2024

 Modified Files:
 	src/tools: README

 Log Message:
 PR/58699: gorg: Correct location of nbtools_config.h


 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/tools/README

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->needs-pullups
State-Changed-By: riastradh@NetBSD.org
State-Changed-When: Tue, 08 Oct 2024 22:01:54 +0000
State-Changed-Why:
fixed in HEAD, needs pullup-10, maybe pullup-9


State-Changed-From-To: needs-pullups->pending-pullups
State-Changed-By: riastradh@NetBSD.org
State-Changed-When: Sun, 13 Oct 2024 00:00:03 +0000
State-Changed-Why:
pullup-10 #959 https://releng.netbsd.org/cgi-bin/req-10.cgi?show=959
pullup-9 #1902 https://releng.netbsd.org/cgi-bin/req-9.cgi?show=1902


From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/58699 CVS commit: [netbsd-10] src/tools
Date: Sun, 13 Oct 2024 14:00:21 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Oct 13 14:00:21 UTC 2024

 Modified Files:
 	src/tools [netbsd-10]: README

 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #959):

 	tools/README: revision 1.6

 PR/58699: gorg: Correct location of nbtools_config.h


 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.5.2.1 src/tools/README

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/58699 CVS commit: [netbsd-9] src/tools
Date: Sun, 13 Oct 2024 14:01:31 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Oct 13 14:01:31 UTC 2024

 Modified Files:
 	src/tools [netbsd-9]: README

 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #1902):

 	tools/README: revision 1.6

 PR/58699: gorg: Correct location of nbtools_config.h


 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.4.18.1 src/tools/README

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: pending-pullups->closed
State-Changed-By: riastradh@NetBSD.org
State-Changed-When: Sun, 13 Oct 2024 20:21:27 +0000
State-Changed-Why:
fixed in HEAD, pulled up to 9 and 10


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.47 2022/09/11 19:34:41 kim Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2024 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.