Received: from ms-smtp-04.rdc-nyc.rr.com (ms-smtp-04.rdc-nyc.rr.com [24.29.109.8]) by krbdev.mit.edu (8.12.9) with ESMTP id lBDEExHW012145; Thu, 13 Dec 2007 09:14:59 -0500 (EST) Received: from www.secure-endpoints.com (cpe-24-193-47-99.nyc.res.rr.com [24.193.47.99]) by ms-smtp-04.rdc-nyc.rr.com (8.13.4/8.13.4) with ESMTP id lBDEEw3F025578 for ; Thu, 13 Dec 2007 09:14:59 -0500 (EST) Dkim-Signature: v=1; a=rsa-sha256; c=simple; d=secure-endpoints.com; s=MDaemon; t=1197555346; x=1198160146; q=dns/txt; h=DomainKey-Signature:Received:Message-ID:Date:From: Organization:User-Agent:MIME-Version:To:Subject:References: In-Reply-To:OpenPGP:Content-Type:Content-Transfer-Encoding: Reply-To; bh=OWij+yua6nqHVGQbUI7u2/FXd5ClfLRfwPoVeWAbHTs=; b=LCq Yzgse8dktluyCtPcKWTGbmkzdPnWIu+lnXmdforPc59daNHRI/8Kik4kTvOp/QYd XiHmYLbfP5VnDWFERrsLWuukA7ktlnoDEu3FYbe28TPrxQKeqZXdCRyJouCdlScv dO6SqhJqlZXKNvA1iXlJGeFtAv2OCGW8HGZIgDmg= Domainkey-Signature: a=rsa-sha1; s=MDaemon; d=secure-endpoints.com; c=simple; q=dns; h=message-id:from; b=b4NEXnr5OH4wRJp/sL6fv/vdHj0Mgo3VxhYUAWjVJs+UQO3x4rCzi+Tkd+dR Qaxoz6QY1JplDsSv1BUqRLw25Xfw/wRkMEOl4kTbGCTU0MF7V/EzVEKkY Ejw6RWI0bMVinnNw5KbTMWw2xaIDp/LjFcx1KKWQQA41shvee7l+Bw=; Received: from [192.168.1.56] by secure-endpoints.com (Cipher TLSv1:RC4-MD5:128) (MDaemon PRO v9.6.3) with ESMTP id md50000073117.msg for ; Thu, 13 Dec 2007 09:15:46 -0500 Message-ID: <47613E91.4060808@secure-endpoints.com> Date: Thu, 13 Dec 2007 09:15:45 -0500 From: Jeffrey Altman Organization: Secure Endpoints Inc. User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: rt@krbdev.mit.edu Subject: Re: [krbdev.mit.edu #5859] Build of windows/identity fails in clean directory References: In-Reply-To: X-Enigmail-Version: 0.95.5 Openpgp: url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mdptrlookup-Result: pass dns.ptr=cpe-24-193-47-99.nyc.res.rr.com (ip=24.193.47.99) (www.secure-endpoints.com) X-Mdhelolookup-Result: hardfail smtp.helo=[192.168.1.56] (does not match 24.193.47.99) (www.secure-endpoints.com) X-Authenticated-Sender: jaltman@secure-endpoints.com X-Spam-Processed: www.secure-endpoints.com, Thu, 13 Dec 2007 09:15:46 -0500 (not processed: message from trusted or authenticated source) X-Return-Path: jaltman@secure-endpoints.com X-Envelope-From: jaltman@secure-endpoints.com X-Mdaemon-Deliver-To: rt@krbdev.mit.edu Reply-To: jaltman@secure-endpoints.com X-Virus-Scanned: Symantec AntiVirus Scan Engine RT-Send-Cc: X-RT-Original-Encoding: iso-8859-1 Content-Length: 627 Kevin Koch via RT wrote: > krb5/src/windows/identity/copnfig/Makefile.w32 adds two directory > levels between DESTROOT and DESTDIR. Makefile does a mkdir of > DESTROOT followed by a mkdir of DESTDIR. For example, > mkdir ...\krb5\src\windows\identity\obj\ followed by > mkdir ...\krb5\src\windows\identity\obj\i386\dbg > > The second mkdir fails because i386 doesn't exist. Adding an extra > mkdir of $(DESTROOT)\$(CPU) fixes the problem. > Before I answer that question I want to understand why this has not been a problem before now since your build script always starts from a clean directory tree. What changed?