From owner-freebsd-ruby@freebsd.org Fri Feb 10 14:46:05 2017 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D6D3CD8113 for ; Fri, 10 Feb 2017 14:46:05 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 53A57189 for ; Fri, 10 Feb 2017 14:46:05 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 52FB0CD8112; Fri, 10 Feb 2017 14:46:05 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50F96CD810E for ; Fri, 10 Feb 2017 14:46:05 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.233.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8559184; Fri, 10 Feb 2017 14:46:04 +0000 (UTC) (envelope-from rea@codelabs.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codelabs.ru; s=three; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=F8DeuvIlzrv/AyJkRPe22Ot7m2Mf7/d4CkTGPkGMU7M=; b=Jtv1vZoGZ5mx350Q47SWM8gv8xReCf0wV/gPdyqtlKq9uWqaXd2eEox+ru5L5GwVmKiihFyKYId/V9pVR8C+RT9fx6x0BW6JDF/s4Uu9BjuY2Jr5j/XOp8jj3nA+F+mPf3XGwlDvAKTpqs2wMDww1VFiaFgcVtyOt44NrzBoMCwNV6jJx/Hchfs2DqpglcDfOA0mVhVorxWAJBg+IEd/lSIENObimjWsUr5c8ZAP75IZ+R8Nwrqtv+0SbetqwfHvFuJ8G76B4kwpJyLG9J6qtew4A5EDHhmpSZJoermbxoBOWFrKZi2Z+hU2irMUMECg57RcnMOJjplmQuaNi3GqSPRd5lMUL0EqSmW/Sq05DAiBBr42KWKGxs16QQCxbgsADYWXGJdPacORNIHR05ckUuBSdXAAu9ZNqCtqdH3vBtMg1vewzYthlf/wltcfdPSP7okhLqE67AKLgAKaT1xBzZxXbKTtcJAeivFCZNWtZ6Q8L8f4KjxWdTjoA07gGTJMNxr1+d5l+lqMi+/ISLojrXS3ONDPGeEBcIgHAGDkWFbnrYp71Ko/dnettL8lJNy80ELdp2W24rSruHy8MqWdb7Z0GmQM1iyh0w7FQGs6ql1JOrwyuoEeeWgE2AL2UnFdSM7bxpkb7aI2MaghDWPU1MZMeYim+VtD4bgUdcwhgcg=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.233.66]) by 0.mx.codelabs.ru with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) id 1ccCSY-000Lx9-K4; Fri, 10 Feb 2017 18:46:02 +0400 Date: Fri, 10 Feb 2017 17:46:00 +0300 From: Eygene Ryabinkin To: Steve Wills Cc: ruby@FreeBSD.org Subject: Re: [patch] Fix ruby2[123] plist for CAPIDOCS set Message-ID: <20170210144600.GF1313void.codelabs.ru@void.codelabs.ru> References: <20170210140126.GD1313void.codelabs.ru@void.codelabs.ru> <7bc6da36-eb7a-8e8a-eb91-d41d4190c5c0@FreeBSD.org> <20170210143130.GE1313void.codelabs.ru@void.codelabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: rea@codelabs.ru X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2017 14:46:05 -0000 Fri, Feb 10, 2017 at 09:42:42AM -0500, Steve Wills wrote: > On 02/10/2017 09:31, Eygene Ryabinkin wrote: > > I had noticed this problem around a month ago for the first time, > > though I hadn't been building Ruby-related stuff for a while on > > it. > > How did you notice? Are you building in poudriere? No, in a plain system. Via {{{ make -C /usr/ports/lang/ruby22 all deinstall install clean }}} > > Do you have an example content from the files my patch removes? > > I'll try to look them up. > > Haven't tested your patch yet. I mean, do you have any packages or live systems where CAPIDOCS is engaged: for me it will be good to look at any of the files like %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_bab828a1bbe2aef33b963eb245d32cb4.html to get the idea what they contained and, possibly, grok out the reasons for their omissions from my build. -- Eygene Ryabinkin ,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49EC 4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]