NetBSD Problem Report #3511

Received: (qmail-queue invoked from smtpd); 18 Apr 1997 14:45:09 -0000
Message-Id: <199704181442.HAA02095@nooksack.ldc.cs.wwu.edu>
Date: Fri, 18 Apr 1997 07:42:10 -0700 (PDT)
From: vsl@lugovsky.ihep.su
To: gnats-bugs@gnats.netbsd.org
Subject: cannot label RF71 device on VAX
X-Send-Pr-Version: www-1.0

>Number:         3511
>Category:       port-vax
>Synopsis:       cannot label RF71 device on VAX
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    port-vax-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 18 07:50:01 +0000 1997
>Closed-Date:    Thu Oct 28 12:23:10 +0000 1999
>Last-Modified:  Thu Mar 24 11:34:44 +0000 2005
>Originator:     Mauhuur
>Release:        1.2
>Organization:
MIPT
>Environment:
*grin* cannot install at all
>Description:
cannot install NetBSD on a MicroVAX3800, 'cause of edlabel cannot
label RF71 disk drive. But it can label RF73 drive....
>How-To-Repeat:
Try to label RF71....
>Fix:
dunno
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->port-vax-maintainer 
Responsible-Changed-By: fair 
Responsible-Changed-When: Mon Dec 28 09:46:35 PST 1998 
Responsible-Changed-Why:  
This PR is the responsibility of the portmaster, 
not the GNATS database administrator. 
State-Changed-From-To: open->closed 
State-Changed-By: ragge 
State-Changed-When: Thu Oct 28 05:23:10 PDT 1999 
State-Changed-Why:  
Edlabel isn't used anymore, and labeling of RF71 disks work with 
sysinst (tested). 
From: Adam Ciarcinski <adam@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/3511 CVS commit: pkgsrc/lang/ocaml
Date: Thu, 24 Mar 2005 11:32:50 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	adam
 Date:		Thu Mar 24 11:32:50 UTC 2005

 Modified Files:
 	pkgsrc/lang/ocaml: Makefile.common PLIST PLIST.opt distinfo
 	pkgsrc/lang/ocaml/patches: patch-aa patch-aj patch-al patch-at patch-ax
 	    patch-ay patch-ba patch-bm patch-bn patch-bp patch-bq patch-bs
 	    patch-bu
 Added Files:
 	pkgsrc/lang/ocaml/patches: patch-ag

 Log Message:
 Changes 3.08.3:
 New features:
 - support for ocamlopt -pack under Mac OS X (PR#2634, PR#3320)
 - ignore unknown warning options for forward and backward compatibility
 - runtime: export caml_compare_unordered (PR#3479)
 - camlp4: install argl.* files (PR#3439)
 - ocamldoc: add -man-section option
 - labltk: add the "solid" relief option (PR#3343)
 - compiler: ocamlc -i now prints variance annotations

 Bug fixes:
 - typing: fix unsoundness in type declaration variance inference.
     Type parameters which are constrained must now have an explicit variant
     annotation, otherwise they are invariant. This is not backward
     compatible, so this might break code which either uses subtyping or
     uses the relaxed value restriction (i.e. was not typable before 3.07)
 - typing: erroneous partial match warning for polymorphic variants (PR#3424)
 - runtime: handle the case of an empty command line (PR#3409, PR#3444)
 - stdlib: make Sys.executable_name an absolute path in native code (PR#3303)
 - runtime: fix memory leak in finalise.c
 - runtime: auto-trigger compaction even if gc is called manually (PR#3392)
 - stdlib: fix segfault in Obj.dup on zero-sized values (PR#3406)
 - camlp4: correct parsing of the $ identifier (PR#3310, PR#3469)
 - windows (MS tools): use link /lib instead of lib (PR#3333)
 - windows (MS tools): change default install destination
 - autoconf: better checking of SSE2 instructions (PR#3329, PR#3330)
 - graphics: make close_graph close the X display as well as the window (PR#3312)
 - num: fix big_int_of_string (empty string) (PR#3483)
 - num: fix big bug on 64-bit architecture (PR#3299)
 - str: better documentation of string_match and string_partial_match (PR#3395)
 - unix: fix file descriptor leak in Unix.accept (PR#3423)
 - unix: miscellaneous clean-ups
 - unix: fix documentation of Unix.tm (PR#3341)
 - graphics: fix problem when allocating lots of images under Windows (PR#3433)
 - compiler: fix error message with -pack when .cmi is missing (PR#3028)
 - cygwin: fix problem with compilation of camlheader (PR#3485)
 - stdlib: Filename.basename doesn't return an empty string any more (PR#3451)
 - stdlib: better documentation of Open_excl flag (PR#3450)
 - ocamlcp: accept -thread option (PR#3511)
 - ocamldep: handle spaces in file names (PR#3370)
 - compiler: remove spurious warning in pattern-matching on variants (PR#3424)
 - windows: better handling of InterpreterPath registry entry (PR#3334, PR#3432)


 To generate a diff of this commit:
 cvs rdiff -r1.4 -r1.5 pkgsrc/lang/ocaml/Makefile.common
 cvs rdiff -r1.11 -r1.12 pkgsrc/lang/ocaml/PLIST
 cvs rdiff -r1.8 -r1.9 pkgsrc/lang/ocaml/PLIST.opt
 cvs rdiff -r1.26 -r1.27 pkgsrc/lang/ocaml/distinfo
 cvs rdiff -r1.4 -r1.5 pkgsrc/lang/ocaml/patches/patch-aa \
     pkgsrc/lang/ocaml/patches/patch-aj pkgsrc/lang/ocaml/patches/patch-al \
     pkgsrc/lang/ocaml/patches/patch-at
 cvs rdiff -r0 -r1.4 pkgsrc/lang/ocaml/patches/patch-ag
 cvs rdiff -r1.1 -r1.2 pkgsrc/lang/ocaml/patches/patch-ax \
     pkgsrc/lang/ocaml/patches/patch-ay pkgsrc/lang/ocaml/patches/patch-bm \
     pkgsrc/lang/ocaml/patches/patch-bq pkgsrc/lang/ocaml/patches/patch-bu
 cvs rdiff -r1.3 -r1.4 pkgsrc/lang/ocaml/patches/patch-ba
 cvs rdiff -r1.2 -r1.3 pkgsrc/lang/ocaml/patches/patch-bn \
     pkgsrc/lang/ocaml/patches/patch-bp pkgsrc/lang/ocaml/patches/patch-bs

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

From: Adam Ciarcinski <adam@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/3511 CVS commit: pkgsrc/x11/ocaml-graphics
Date: Thu, 24 Mar 2005 11:33:25 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	adam
 Date:		Thu Mar 24 11:33:24 UTC 2005

 Modified Files:
 	pkgsrc/x11/ocaml-graphics: Makefile

 Log Message:
 Changes 3.08.3:
 New features:
 - support for ocamlopt -pack under Mac OS X (PR#2634, PR#3320)
 - ignore unknown warning options for forward and backward compatibility
 - runtime: export caml_compare_unordered (PR#3479)
 - camlp4: install argl.* files (PR#3439)
 - ocamldoc: add -man-section option
 - labltk: add the "solid" relief option (PR#3343)
 - compiler: ocamlc -i now prints variance annotations

 Bug fixes:
 - typing: fix unsoundness in type declaration variance inference.
     Type parameters which are constrained must now have an explicit variant
     annotation, otherwise they are invariant. This is not backward
     compatible, so this might break code which either uses subtyping or
     uses the relaxed value restriction (i.e. was not typable before 3.07)
 - typing: erroneous partial match warning for polymorphic variants (PR#3424)
 - runtime: handle the case of an empty command line (PR#3409, PR#3444)
 - stdlib: make Sys.executable_name an absolute path in native code (PR#3303)
 - runtime: fix memory leak in finalise.c
 - runtime: auto-trigger compaction even if gc is called manually (PR#3392)
 - stdlib: fix segfault in Obj.dup on zero-sized values (PR#3406)
 - camlp4: correct parsing of the $ identifier (PR#3310, PR#3469)
 - windows (MS tools): use link /lib instead of lib (PR#3333)
 - windows (MS tools): change default install destination
 - autoconf: better checking of SSE2 instructions (PR#3329, PR#3330)
 - graphics: make close_graph close the X display as well as the window (PR#3312)
 - num: fix big_int_of_string (empty string) (PR#3483)
 - num: fix big bug on 64-bit architecture (PR#3299)
 - str: better documentation of string_match and string_partial_match (PR#3395)
 - unix: fix file descriptor leak in Unix.accept (PR#3423)
 - unix: miscellaneous clean-ups
 - unix: fix documentation of Unix.tm (PR#3341)
 - graphics: fix problem when allocating lots of images under Windows (PR#3433)
 - compiler: fix error message with -pack when .cmi is missing (PR#3028)
 - cygwin: fix problem with compilation of camlheader (PR#3485)
 - stdlib: Filename.basename doesn't return an empty string any more (PR#3451)
 - stdlib: better documentation of Open_excl flag (PR#3450)
 - ocamlcp: accept -thread option (PR#3511)
 - ocamldep: handle spaces in file names (PR#3370)
 - compiler: remove spurious warning in pattern-matching on variants (PR#3424)
 - windows: better handling of InterpreterPath registry entry (PR#3334, PR#3432)


 To generate a diff of this commit:
 cvs rdiff -r1.2 -r1.3 pkgsrc/x11/ocaml-graphics/Makefile

 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.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.