From owner-freebsd-current@FreeBSD.ORG Tue Jun 17 01:35:28 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99A00FC7 for ; Tue, 17 Jun 2014 01:35:28 +0000 (UTC) Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5875B23FC for ; Tue, 17 Jun 2014 01:35:27 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h15so455496igd.14 for ; Mon, 16 Jun 2014 18:35:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=2pE/AyvSguTqav/jkWp5cVMAuWTYnJ2OWYhix05iYBs=; b=fqUGLmRwHmGgqKIRuoWaKmA2/vuBnKE80k2Y9/1HC0NTZbpSMnJ1PtINx+3sUnb0VJ sZsoBNjqPpqeJjGPMRjgrWTrxxEigbu3reENpprxPbw7sJQo7hiGaBpQZo5/WYT+Zd63 lE4a/M8HZ68WllaMkE2PPQUSEZyJ21/BtJ7e9XBOBp52xfttzdWj+POJLHeM4yCAlxAC +JHrqarrH7ZkumOKaD8A7jEXxJq8pDPMylxTVaLiL7Rv4nrgn4qDPUVomvh5+MLIXBI/ VISF05N2FRRQWDz078K4qppx3YIizb7lyLdOv5cHQTU/hsmfL18ql9xqE7qZ8IY11ivU /3xg== X-Gm-Message-State: ALoCoQlRKhKaNCLugplVOFEpaov6vZIh5tbaY0ZfgxjmrYvaAHzIJqUylqgf3dpjm+GlkmZnWRsl X-Received: by 10.50.109.138 with SMTP id hs10mr29760726igb.37.1402968920839; Mon, 16 Jun 2014 18:35:20 -0700 (PDT) Received: from [10.0.0.119] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id cl7sm25228888igc.9.2014.06.16.18.35.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Jun 2014 18:35:20 -0700 (PDT) Sender: Warner Losh Content-Type: multipart/signed; boundary="Apple-Mail=_EBDFD85B-B3DF-4EE0-973F-D61928D06081"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: In tree builds broken in lib/ncurses? From: Warner Losh In-Reply-To: <20140616201415.GA72139@troutmask.apl.washington.edu> Date: Mon, 16 Jun 2014 19:35:29 -0600 Message-Id: References: <20140614201933.GA65847@troutmask.apl.washington.edu> <20140614221236.GA66187@troutmask.apl.washington.edu> <20140614223002.GB66187@troutmask.apl.washington.edu> <4610322.zAJlsEjG1I@overcee.wemm.org> <20140615013057.GA66589@troutmask.apl.washington.edu> <5B8DE5E2-FC48-4B61-B759-7951821C72C3@gmail.com> <20140615061237.GA67531@troutmask.apl.washington.edu> <1402840958.20883.250.camel@revolution.hippie.lan> <20140616061807.GA71237@troutmask.apl.washington.edu> <20140616201415.GA72139@troutmask.apl.washington.edu> To: Steve Kargl X-Mailer: Apple Mail (2.1878.2) Cc: freebsd-current@FreeBSD.org, Peter Wemm , Ian Lepore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 01:35:28 -0000 --Apple-Mail=_EBDFD85B-B3DF-4EE0-973F-D61928D06081 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Jun 16, 2014, at 2:14 PM, Steve Kargl = wrote: > On Mon, Jun 16, 2014 at 11:01:59AM -0600, Warner Losh wrote: >>=20 >> On Jun 16, 2014, at 12:18 AM, Steve Kargl = wrote: >>=20 >>> On Sun, Jun 15, 2014 at 08:02:38AM -0600, Ian Lepore wrote: >>>>=20 >>>> It looks like this is a SUBDIR_PARALLEL build fallout. I've = finally >>>> committed the fine-grained dependency fix I've been sitting on for >>>> weeks, could you please try updating to r267511 and then applying = the >>>> attached to see if it fixes it? >>>>=20 >>>=20 >>> AFAICT, your patch does not fix the problem. After a=20 >>> 'svn update' and buildworld/installworld cycle, I still >>> the problem >>>=20 >>> % cd /usr/src >>> % make clean && make cleandepend >>> % make clean && make clean depend >>=20 >> % make obj >=20 > Thanks for the pointer. I believe that in the 20 decades that > I've used FreeBSD (386bsd+patchkit), I've never had the need to > do an explict 'make obj'. In-tree builds simply worked. It isn=92t a path that gets exercised too much these days. Not surprised = it broke. >>> % cd lib/ncurses >>> % make depend >>> % make >>> .... >>> *** Error code 1 >>>=20 >>> Stop. >>> make[1]: stopped in /usr/src/lib/ncurses/ncursesw >>> *** Error code 1 >>=20 >> If I do the above, it works. So when we last imported ncurses,i >> it looks like it broke the non-obj-tree based build. >=20 > Sure would be nice if this could be fixed. Ideally, the ncurses importer would clean this up=85 Warner --Apple-Mail=_EBDFD85B-B3DF-4EE0-973F-D61928D06081 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJTn5thAAoJEGwc0Sh9sBEAd/kP/iLQnJD3oQJOufbW8aePLwQr ZCaviquq8SJgMbM7KCH7xZZIxeI0NMGLkZAfjBDqQfmWZqQsH30W8xV80rOQ/IY/ TFIU4owU7jWJY2sxdRJZL48O6NAbDdZ0W/SKy+nySIjYNkQsfu7ETH68MqiSo15d +/HBv78/sr3nRa88KyQVBgyHC3coCyOEweBaS99to2u8C3E95LdDuORpD2WznSHa AfLuAqrCCFdr+cSo1D1UPxEP0nS52WDTGpp5AiXBavB+wuoOAG/1OmwSeSAhc+em Sbjdi4dLl1smcVZNFtLixpS/D8fN+Ck4fxnLxhn/PLL7nyah+0Un8BR8WhSbXesb 5QxoyfxEOPUlr23BOPo2uVNPHOK12ZbfBacZMoPQRRczTaSl8ESnuqSZar7el0PY F0tOww9M3ROHWKEHRjAcfvz8qbk3nc5rsnDv1gY39H0GXeUW0TPuKPYvlt73TWy2 y24bj/3M52jHHml5joJ+CMT/GB0RXzQRZOZmGFXANklqW1Jy/avGPuV1gW3j4D9k QhM6DMY40J8rlyiHKPLl26O4mc/2zcDtJRQtg+0pVk2rzS6HeU0qAIANVEdTXLFg +UJyrxiXuOf2NZN0MEgK0h/HPrVVJQ/lAyosTWmECK/ziHyhiqEaKtGzhK+JqwaC AS2cc1z0uTdqmCARvCvW =Ou4E -----END PGP SIGNATURE----- --Apple-Mail=_EBDFD85B-B3DF-4EE0-973F-D61928D06081--