Subject: make world from 940408 sources quirks
To: netbsd-current-users <current-users@sun-lamp.cs.berkeley.edu>
From: Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>
List: current-users
Date: 04/09/1994 21:12:00
Compiling and installing the entire source tree from 940408 revealed two
problems:

During the build of libg++.so.2.0 the linker gave the following
message (I've used the latest assembler for the entire build):

	FIX:internal error: reserved relocs(631) != claimed(620)

Installation of the libc manual pages failed.  Following is a fix:

*** libc/sys/Makefile.inc-	Thu Apr  7 12:44:48 1994
--- libc/sys/Makefile.inc	Sat Apr  9 06:50:13 1994
***************
*** 122,128 ****
  MLINKS+=recv.2 recvfrom.2 recv.2 recvmsg.2
  MLINKS+=send.2 sendmsg.2 send.2 sendto.2
  MLINKS+=setpgid.2 setpgrp.2
! MLINKS+=setuid.3 setegid.3 setuid.3 seteuid.3 setuid.3 setgid.3
  MLINKS+=stat.2 fstat.2 stat.2 lstat.2
  MLINKS+=statfs.2 fstatfs.2
  MLINKS+=truncate.2 ftruncate.2
--- 122,128 ----
  MLINKS+=recv.2 recvfrom.2 recv.2 recvmsg.2
  MLINKS+=send.2 sendmsg.2 send.2 sendto.2
  MLINKS+=setpgid.2 setpgrp.2
! MLINKS+=setuid.2 setegid.2 setuid.2 seteuid.2 setuid.2 setgid.2
  MLINKS+=stat.2 fstat.2 stat.2 lstat.2
  MLINKS+=statfs.2 fstatfs.2
  MLINKS+=truncate.2 ftruncate.2

-- 
/  Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>  \            Moo!  (__)
| Center for Complex Systems and Visualization (CeVis) |_________/--------(oo)
|     University of Bremen, FB 3, Bibliothekstr. 1     |        * |______||\/
\_o_ D-28359 Bremen, Germany, FAX: +49 421 218-4236 _o_/          ^^     ^^

------------------------------------------------------------------------------