NetBSD Problem Report #44873

From www@NetBSD.org  Sun Apr 17 13:38:47 2011
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id C94C063C2C6
	for <gnats-bugs@gnats.NetBSD.org>; Sun, 17 Apr 2011 13:38:47 +0000 (UTC)
Message-Id: <20110417133846.B901763C1D3@www.NetBSD.org>
Date: Sun, 17 Apr 2011 13:38:46 +0000 (UTC)
From: gnrp@komkon2.de
Reply-To: gnrp@komkon2.de
To: gnats-bugs@NetBSD.org
Subject: Note that FILEASSOC is needed for veriexec in sparc - fix included
X-Send-Pr-Version: www-1.0

>Number:         44873
>Category:       kern
>Synopsis:       Note that FILEASSOC is needed for veriexec in sparc - fix included
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 17 13:40:03 +0000 2011
>Closed-Date:    Mon Jan 14 00:14:38 +0000 2019
>Last-Modified:  Mon Jan 14 00:15:00 +0000 2019
>Originator:     Julian Fagir
>Release:        5.99.48
>Organization:
>Environment:
>Description:
As in the other configurations noted, FILEASSOC is needed for running veriexec. Without, the build will fail without a clear error message - only errors about missing symbols.
>How-To-Repeat:
Grep for FILEASSOC in sys/arch/sparc/conf/*

grep FILEASSOC sys/arch/sparc/conf/*
>Fix:
Running a script like the following does the job:

#!/bin/sh

for i in sys/arch/sparc/conf/*; do
  if [ -f ${i} ]; then
    sed 's/fileassoc(9)$/fileassoc(9) - required for Veriexec/' < $i > $i.tmp
    mv $i.tmp $i
  fi
done

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: mrg@NetBSD.org
State-Changed-When: Mon, 14 Jan 2019 00:14:38 +0000
State-Changed-Why:
i applied a patch to fix these issues. thanks!


From: "matthew green" <mrg@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/44873 CVS commit: src/sys/arch/sparc/conf
Date: Mon, 14 Jan 2019 00:13:18 +0000

 Module Name:	src
 Committed By:	mrg
 Date:		Mon Jan 14 00:13:18 UTC 2019

 Modified Files:
 	src/sys/arch/sparc/conf: GENERIC KRUPS

 Log Message:
 normalise comment for fileassoc(8).  from PR#44873.


 To generate a diff of this commit:
 cvs rdiff -u -r1.262 -r1.263 src/sys/arch/sparc/conf/GENERIC
 cvs rdiff -u -r1.78 -r1.79 src/sys/arch/sparc/conf/KRUPS

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

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.