[krbdev.mit.edu #6871] "make distclean" leaves an object file behind.

The RT System itself via RT rt-comment at krbdev.mit.edu
Wed Feb 16 19:00:16 EST 2011


>From krb5-bugs-incoming-bounces at PCH.mit.edu  Wed Feb 16 19:00:16 2011
Return-Path: <krb5-bugs-incoming-bounces at PCH.mit.edu>
Received: from pch.mit.edu (PCH.MIT.EDU [18.7.21.90])
	by krbdev.mit.edu (Postfix) with ESMTP id 33C633E6A6;
	Wed, 16 Feb 2011 19:00:16 -0500 (EST)
Received: from pch.mit.edu (pch.mit.edu [127.0.0.1])
	by pch.mit.edu (8.13.6/8.12.8) with ESMTP id p1H00GJT011994;
	Wed, 16 Feb 2011 19:00:16 -0500
Received: from mailhub-dmz-4.mit.edu (MAILHUB-DMZ-4.MIT.EDU [18.7.62.38])
	by pch.mit.edu (8.13.6/8.12.8) with ESMTP id p1GG3qBA010176
	for <krb5-bugs-incoming at PCH.mit.edu>; Wed, 16 Feb 2011 11:03:53 -0500
Received: from dmz-mailsec-scanner-5.mit.edu (DMZ-MAILSEC-SCANNER-5.MIT.EDU
	[18.7.68.34])
	by mailhub-dmz-4.mit.edu (8.13.8/8.9.2) with ESMTP id p1GG3pM8032320
	for <krb5-bugs at mit.edu>; Wed, 16 Feb 2011 11:03:52 -0500
X-AuditID: 12074422-b7c3eae000000a70-b2-4d5bf565ea95
Received: from senna.bath.ac.uk ( [138.38.0.38])
	by dmz-mailsec-scanner-5.mit.edu (Symantec Brightmail Gateway) with
	SMTP id 70.2E.02672.665FB5D4; Wed, 16 Feb 2011 11:03:50 -0500 (EST)
Received: from bahamontes.bath.ac.uk ([138.38.56.200])
	by senna.bath.ac.uk with esmtps (TLSv1:DHE-RSA-AES256-SHA:256)
	(Exim 4) (envelope-from <ccsdhd at bahamontes.bath.ac.uk>)
	id 1Ppjr3-0003PS-EZ; Wed, 16 Feb 2011 16:03:49 +0000
Received: from ccsdhd by bahamontes.bath.ac.uk with local 
	(envelope-from <ccsdhd at bahamontes.bath.ac.uk>)
	id 1Ppjr3-0002v5-At; Wed, 16 Feb 2011 16:03:49 +0000
To: krb5-bugs at mit.edu
Subject: krb-1.9: possible "make distclean" bug.
From: Dennis Davis <D.H.Davis at bath.ac.uk>
X-send-pr-version: 3.99
Message-Id: <E1Ppjr3-0002v5-At at bahamontes.bath.ac.uk>
Date: Wed, 16 Feb 2011 16:03:49 +0000
X-Scanner: 98bff410121f5b287c4e9cf731db70f87c69572e
X-Brightmail-Tracker: AAAAAA==
X-Mailman-Approved-At: Wed, 16 Feb 2011 19:00:00 -0500
Cc: Dennis Davis <d.h.davis at bath.ac.uk>
X-BeenThere: krb5-bugs-incoming at mailman.mit.edu
X-Mailman-Version: 2.1.6
Precedence: list
Reply-To: Dennis Davis <D.H.Davis at bath.ac.uk>
Sender: krb5-bugs-incoming-bounces at PCH.mit.edu
Errors-To: krb5-bugs-incoming-bounces at PCH.mit.edu


>Submitter-Id:	net
>Originator:	Dennis Davis
>Organization: BUCS, University of Bath, Bath, BA2 7AY, UK
>Confidential: no
>Synopsis: "make distclean" leaves an object file behind.
>Severity: non-critical
>Priority: low
>Category: krb5-build
>Class: sw-bug
>Release:	1.9
>Environment:
System: OpenBSD bahamontes.bath.ac.uk 4.8 GENERIC.MP#359 i386


>Description:
Typing "make distclean" after a build of krb-1.9 leaves an object
file behind.
>How-To-Repeat:
You probably know this already, but just in case, typing:

make distclean

after a build of krb-1.9 leaves an object file behind:

bahamontes.bath.ac.uk ?// pwd
/usr/local/src/ccsdhd/4.8/kerberos/krb5-1.9/src
bahamontes.bath.ac.uk ?// make distclean

...

bahamontes.bath.ac.uk ?// find . -name *.o -print
./clients/kinit/kinit_kdb.o
bahamontes.bath.ac.uk ?// 
>Fix:
The fix is trivial:

bahamontes.bath.ac.uk ?// pwd
/usr/local/src/ccsdhd/4.8/kerberos/krb5-1.9/src
bahamontes.bath.ac.uk ?// diff -u clients/kinit/Makefile.in.orig clients/kinit/Makefile.in
--- clients/kinit/Makefile.in.orig      Fri Dec  3 00:05:44 2010
+++ clients/kinit/Makefile.in   Wed Feb 16 16:00:27 2011
@@ -31,7 +31,7 @@
 ##WIN32##      $(_VC_MANIFEST_EMBED_EXE)
 
 clean-unix::
-       $(RM) kinit.o kinit
+       $(RM) kinit.o kinit_kdb.o kinit
 
 install-unix::
        for f in kinit; do \




More information about the krb5-bugs mailing list