Deleted Added
full compact
BUGS (42629) BUGS (51292)
1# -*- text -*-
2
3 LIST OF KNOWN BUGS IN AM-UTILS OR OPERATING SYSTEMS
4
5
6(1) mips-sgi-irix*
7
8[1A] known to have flakey NFS V.3 and TCP. Amd tends to hang or spin

--- 22 unchanged lines hidden (view full) ---

31 struct mntent mnt;
32 char *cp;
33 mnt.mnt_opts = "intr,rw,port=1023,timeo=8,foo=br,retrans=110,indirect,map=/usr/local/AMD/etc/amd.proj,boo";
34 cp = hasmntopt(&mnt, "ro");
35 printf("cp = %s\n", cp);
36 exit(0);
37}
38
1# -*- text -*-
2
3 LIST OF KNOWN BUGS IN AM-UTILS OR OPERATING SYSTEMS
4
5
6(1) mips-sgi-irix*
7
8[1A] known to have flakey NFS V.3 and TCP. Amd tends to hang or spin

--- 22 unchanged lines hidden (view full) ---

31 struct mntent mnt;
32 char *cp;
33 mnt.mnt_opts = "intr,rw,port=1023,timeo=8,foo=br,retrans=110,indirect,map=/usr/local/AMD/etc/amd.proj,boo";
34 cp = hasmntopt(&mnt, "ro");
35 printf("cp = %s\n", cp);
36 exit(0);
37}
38
39It is possible that sufficiently newer version of libc for RH4.2 fix this
40problem.
39
41
42
40(3) mips-dec-ultrix4.3
41
42Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> reports
43
43(3) mips-dec-ultrix4.3
44
45Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> reports
46
44[3A] At least the gcc 2.7.0 fixincludes-mangled <sys/utsname.h> needs a
47[3A] One needs the Kernel Config Files (UDTBIN430) subset installed to
48compile am-utils, otherwise essential header files (net/if.h, net/route.h,
49rpcsvc/mount.h, rpcsvc/yp_prot.h, rpcsvc/ypclnt.h, sys/proc.h) are
50missing.
51
52[3B] It's probably impossible to build am-utils with DEC C on Ultrix V4.3.
53This compiler is pseudo-ANSI only. Maybe the new ANSI C compiler in V4.3A
54and beyond will do. I successfully used gcc 2.8.1.
55
56[3C] You need to build against a recent libhesiod (I used 3.0.2) and
57libresolv/lib44bsd (I used BIND 4.9.5-P1). The resolver routines in
58libc seem to cause random memory corruption. It is necessary to specify
59LIBS=-l44bsd. lib44bsd is a helper library of libresolv used to supply
60functions like strdup which are missing on the host system. This isn't
61currently autoconfiscated.
62
63[3D] You need to configure with CONFIG_SHELL=/bin/sh5 /bin/sh5 buildall;
64/bin/sh cannot handle the shell functions used in buildall and is both
65buggy and slow.
66
67[3E] At least the gcc 2.7.0 fixincludes-mangled <sys/utsname.h> needs a
45forward declaration of struct utsname to avoid lots of gcc warnings:
46
47RCS file: RCS/utsname.h,v
48retrieving revision 1.1
49diff -u -r1.1 utsname.h
50--- utsname.h 1995/06/19 13:07:01 1.1
51+++ utsname.h 1998/01/27 12:34:26
52@@ -59,6 +59,7 @@
53 #ifdef KERNEL
54 #include "../h/limits.h"
55 #else /* user mode */
56+struct utsname;
57 extern int uname _PARAMS((struct utsname *));
58 #endif
59 #define __SYS_NMLN 32
60
68forward declaration of struct utsname to avoid lots of gcc warnings:
69
70RCS file: RCS/utsname.h,v
71retrieving revision 1.1
72diff -u -r1.1 utsname.h
73--- utsname.h 1995/06/19 13:07:01 1.1
74+++ utsname.h 1998/01/27 12:34:26
75@@ -59,6 +59,7 @@
76 #ifdef KERNEL
77 #include "../h/limits.h"
78 #else /* user mode */
79+struct utsname;
80 extern int uname _PARAMS((struct utsname *));
81 #endif
82 #define __SYS_NMLN 32
83
61[3B] It autoconfigures and compiles cleanly, but currently hangs after a
62couple of hours without leaving any traces in the syslog output.
63
84
64
65(4) powerpc-ibm-aix4.2.1.0
66
67[4A] "Randall S. Winchester" <rsw@Glue.umd.edu> reports that for amd to
68start, you need to kill and restart rpc.mountd and possibly also make sure
69that nfsd is running. Normally these are not required.
70
71[4B] "Stefan Vogel" <vogel@physik.unizh.ch> reports that if your amq
72executable dump core unexpectedly, then it may be a bug in gcc 2.7.x.

--- 20 unchanged lines hidden ---
85(4) powerpc-ibm-aix4.2.1.0
86
87[4A] "Randall S. Winchester" <rsw@Glue.umd.edu> reports that for amd to
88start, you need to kill and restart rpc.mountd and possibly also make sure
89that nfsd is running. Normally these are not required.
90
91[4B] "Stefan Vogel" <vogel@physik.unizh.ch> reports that if your amq
92executable dump core unexpectedly, then it may be a bug in gcc 2.7.x.

--- 20 unchanged lines hidden ---