From mb@fuchur.lan.attic.ch  Mon Jul 23 14:00:06 2001
Return-Path: <mb@fuchur.lan.attic.ch>
Received: from fuchur.lan.attic.ch (fuchur.lan.attic.ch [194.235.47.21])
	by hub.freebsd.org (Postfix) with ESMTP id F151D37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Jul 2001 14:00:04 -0700 (PDT)
	(envelope-from mb@fuchur.lan.attic.ch)
Received: (from mb@localhost)
	by fuchur.lan.attic.ch (8.11.4/8.11.4) id f6NL51i02021;
	Mon, 23 Jul 2001 23:05:01 +0200 (CEST)
	(envelope-from mb)
Message-Id: <200107232105.f6NL51i02021@fuchur.lan.attic.ch>
Date: Mon, 23 Jul 2001 23:05:01 +0200 (CEST)
From: Martin Blapp <mb@imp.ch>
Reply-To: Martin Blapp <mb@imp.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] wrong flags for rpcgen(1)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29173
>Category:       bin
>Synopsis:       [PATCH] wrong flags for rpcgen(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 23 14:10:00 PDT 2001
>Closed-Date:    Sat Feb 9 12:43:03 PST 2002
>Last-Modified:  Sat Feb 09 12:43:49 PST 2002
>Originator:     Martin Blapp
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Improware AG
>Environment:
System: FreeBSD fuchur.lan.attic.ch 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jun 30 19:49:42 CEST 2001 root@fuchur.lan.attic.ch:/usr/obj/usr/src/sys/FUCHUR2 i386

>Description:

Rpcgen(1) should not be invoked with -CM. This got accidently comitted during
the ti-rpc merger.

>How-To-Repeat:

cd /usr/src/librpcsrv && make depend && make install

>Fix:

Add my patch:

http://home.teleport.ch/freebsd/userland/librpcsvc-Makefile.diff
>Release-Note:
>Audit-Trail:

From: Martin Blapp <mb@imp.ch>
To: <freebsd-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: bin/29173: [PATCH] wrong flags for rpcgen(1)
Date: Sun, 7 Oct 2001 02:43:14 +0200 (CEST)

 And here is the patch:
 
 Remove the accidently commited "M" flag from rpcgen. We should use
 -M only if we have threaded programs. And rpcgen -M does have issues
 at the moment, we first have to fix them.
 
 --- lib/librpcsvc/Makefile	Mon Mar 19 13:50:00 2001
 +++ lib/librpcsvc/Makefile	Sat Apr  7 13:54:45 2001
 @@ -12,7 +12,7 @@
  OTHERSRCS=  rnusers.c rstat.c rwall.c yp_passwd.c yp_update.c
  SECRPCSRCS= secretkey.c xcrypt.c
 
 -RPCCOM = rpcgen -CM
 +RPCCOM = rpcgen -C
 
  INCDIRS= -I${DESTDIR}/usr/include/rpcsvc -I${DESTDIR}/usr/include
 
 
State-Changed-From-To: open->closed 
State-Changed-By: mbr 
State-Changed-When: Sat Feb 9 12:43:03 PST 2002 
State-Changed-Why:  
Fix comitted by Alfred. 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29173 
>Unformatted:
