From owner-freebsd-ports Mon Oct 8 10: 5: 2 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from home.bsdclub.org (home.bsdclub.org [202.227.26.94]) by hub.freebsd.org (Postfix) with ESMTP id 3564437B40A for ; Mon, 8 Oct 2001 10:04:49 -0700 (PDT) Received: from mail.mk.bsdclub.org (mserver-auto.mk.bsdclub.org [3ffe:505:2022:0:290:27ff:fe51:c43e]) by home.bsdclub.org (8.11.6/3.7W) with ESMTP id f98H4h121182 for ; Tue, 9 Oct 2001 02:04:44 +0900 (JST) Received: from sakura.mk.bsdclub.org (sakura.mk.bsdclub.org [3ffe:505:2022:0:2a0:c9ff:fe20:9aff]) by mail.mk.bsdclub.org (8.11.6+3.4W/3.7W) with ESMTP/inet6 id f98ATDE79021; Mon, 8 Oct 2001 19:29:13 +0900 (JST) Received: from sakura.mk.bsdclub.org (localhost [127.0.0.1]) by sakura.mk.bsdclub.org (8.11.6/3.7W) with ESMTP/inet id f98ATDn02294; Mon, 8 Oct 2001 19:29:13 +0900 (JST) Message-Id: <200110081029.f98ATDn02294@sakura.mk.bsdclub.org> To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Carl Schmidt , freebsd-ports@hub.freebsd.org From: Motoyuki Konno X-Mailer: mh-e on Mule 2.3 / Emacs 19.34.1 Subject: Re: ports/30899: build of lang/pm3-base failure on -current References: <200109282305.f8SN5XG89023@lappy.slackerbsd.org> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: multipart/mixed; boundary="Multipart_Mon_Oct__8_19:29:13_2001-1" Content-Transfer-Encoding: 7bit Date: Mon, 08 Oct 2001 19:29:13 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Multipart_Mon_Oct__8_19:29:13_2001-1 Content-Type: text/plain; charset=US-ASCII Hi, This error caused by the NFS changes (NFS -> NFSSERVER + NFSCLIENT). Apply the patch I enclose Replace the ports/lang/pm3-base/files/patch-l[12] files with the patch I enclose with this mail. Carl Schmidt wrote: : >Number: 30899 : >Category: ports : >Synopsis: build of lang/pm3-base failure on -current : >Confidential: no : >Severity: serious : >Priority: medium : >Responsible: freebsd-ports : >State: open : >Quarter: : >Keywords: : >Date-Required: : >Class: sw-bug : >Submitter-Id: current-users : >Arrival-Date: Fri Sep 28 16:30:01 PDT 2001 : >Closed-Date: : : >Description: : Building the cvsup-devel port requires lang/pm3-base which is failing to build on -CURRENT. : : In file included from RTHeapDepC.c:101: : /usr/include/nfs/nfs.h:207: syntax error before `NFSKERBKEY_T' : /usr/include/nfs/nfs.h:218: syntax error before `NFSKERBKEY_T' : gmake[1]: *** [RTHeapDepC.o] Error 1 : gmake[1]: Leaving directory : `/usr/ports/lang/pm3-base/work/pm3-1.1.15/boot-FreeBSD4/m3core/FreeBSD4' : gmake: *** [boot] Error 2 --Multipart_Mon_Oct__8_19:29:13_2001-1 Content-Type: text/plain; charset=US-ASCII --- lang/pm3-base/old/patch-l1 Sun Jul 22 06:07:55 2001 +++ lang/pm3-base/files/patch-l1 Fri Oct 5 18:45:50 2001 @@ -1,6 +1,18 @@ ---- libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c.old Thu Jun 1 02:54:33 2000 -+++ libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c Tue Jun 12 14:07:31 2001 -@@ -693,7 +693,9 @@ +--- libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c.old Thu Jun 1 02:54:33 2000 ++++ libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c Fri Oct 5 18:40:13 2001 +@@ -98,7 +98,11 @@ + #include + #include + #include ++#if __FreeBSD_version >= 500023 ++#include ++#else + #include ++#endif + #include + #endif + +@@ -693,7 +697,9 @@ void *data; { int result; struct ufs_args *u_data; @@ -10,7 +22,7 @@ struct nfs_args *n_data; ENTER_CRITICAL; -@@ -704,11 +706,13 @@ +@@ -704,11 +710,13 @@ MAKE_READABLE(u_data); MAKE_READABLE(u_data->fspec); result = syscall(SYS_mount, type, dir, flags, data); --- lang/pm3-base/old/patch-l2 Tue Sep 11 07:12:09 2001 +++ lang/pm3-base/files/patch-l2 Fri Oct 5 18:45:58 2001 @@ -1,6 +1,18 @@ ---- libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c.old Thu Jun 1 02:54:33 2000 -+++ libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c Tue Jun 12 14:07:31 2001 -@@ -693,7 +693,9 @@ +--- libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c.old Thu Jun 1 02:54:24 2000 ++++ libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c Fri Oct 5 18:40:48 2001 +@@ -98,7 +98,11 @@ + #include + #include + #include ++#if __FreeBSD_version >= 500023 ++#include ++#else + #include ++#endif + #include + #endif + +@@ -693,7 +697,9 @@ void *data; { int result; struct ufs_args *u_data; @@ -10,7 +22,7 @@ struct nfs_args *n_data; ENTER_CRITICAL; -@@ -704,11 +706,13 @@ +@@ -704,11 +710,13 @@ MAKE_READABLE(u_data); MAKE_READABLE(u_data->fspec); result = syscall(SYS_mount, type, dir, flags, data); --Multipart_Mon_Oct__8_19:29:13_2001-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message