From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 16:18:18 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9A4C852; Wed, 29 Oct 2014 16:18:17 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (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 54A13F7C; Wed, 29 Oct 2014 16:18:17 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id m15so2275022wgh.13 for ; Wed, 29 Oct 2014 09:18:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ii+d558owmQJRX7IjTvYGZikML8JofBOIkqWUYsuPiE=; b=VlW8Gi3JtWJ2I5yg2y1N60iea+i/qNHw+TlZXbdf0aSb4aB4XQKWDBJ99Q3qxKBuut AtUfVMtvcO6BYOFgSUqO8yOLTQlPap5oRgnUrSmvjVsJsP0K4tc/MzEDTkDyGGTNObG0 zSEER2zJ7P2p09/AxSqEQy21DTs58FXxpmWv4KGXTHLWckxT4S2siOyLQaoQolM18ImW VGRe7gVyUzzj5wkrzN/7A/dD9zE6KoCN1UVDAXTAv2ye/VHoy4AP9QY2kAI/KVR4jaLo ZCa5obWPcwtqPlsLkOl5/w0MSnwg4AY4YCQynbh8SYunY5sxN/sb19WfBRK+mgarjC6h Dzfw== X-Received: by 10.194.60.109 with SMTP id g13mr12898245wjr.109.1414599495544; Wed, 29 Oct 2014 09:18:15 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id pc8sm5657882wjb.36.2014.10.29.09.18.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 09:18:14 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 29 Oct 2014 17:18:12 +0100 From: Baptiste Daroussin To: Daniel Gerzo Subject: Re: pkg 1.4 freeze please test test test! Message-ID: <20141029161812.GA11033@ivaldir.etoilebsd.net> References: <20141028231933.GG26796@ivaldir.etoilebsd.net> <20141029121326.GA83878@zxy.spb.ru> <20141029122452.GH82736@ivaldir.etoilebsd.net> <20141029123157.GI9763@zxy.spb.ru> <20141029124025.GI82736@ivaldir.etoilebsd.net> <20141029124832.GJ9763@zxy.spb.ru> <20141029125304.GJ82736@ivaldir.etoilebsd.net> <20141029130348.GK9763@zxy.spb.ru> <20141029140714.GB9726@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 29 Oct 2014 16:18:18 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 29, 2014 at 05:10:58PM +0100, Daniel Gerzo wrote: > On 2014-10-29 15:07, Baptiste Daroussin wrote: > > On Wed, Oct 29, 2014 at 05:03:49PM +0400, Slawa Olhovchenkov wrote: > >> On Wed, Oct 29, 2014 at 01:53:04PM +0100, Baptiste Daroussin wrote: > >>=20 > >> > > > How can we know pecl-memcache has to be reinstalled? > >> > > > > >> > > > We won't reinstall each time a version of a dep changes :) > >> > > > >> > > And what is solution? > >> > > May be some flag on package (php) for reinstall all deps? > >> > > >> > I do have no idea, I'm open for suggestions :) > >> > Either on the package side with triggers but that means implementing= trigger in > >> > package > >> > Or in package side with provide/requires saying that this packages r= equires an > >> > exact version of php meaning in case of upgrade of php the version w= ould have > >> > changed > >>=20 > >> May be (as workaround) some database witch this packages? > >> List, or regexp. > >>=20 > >> This is need for some binary modules and don't need for "text" > >> modules. > >> But for some cases -- and for "text" modules too. > >>=20 > >> > Or someone has to be clever and find a ports only solution. > >>=20 > >> On ports side pecl-memcache rebuild on php version changed. > >>=20 > >> > Why the help does a minor version has an inpact on the pecl? isn't t= he abi > >> > stable over minor versions? > >>=20 > >> I am don't know -- I am not php guru. > >> As result -- memcache module don't loaded and "class Memcache not > >> found". > >> May be just strict version check. > >>=20 > >=20 > > From what I do read from here: > > https://wiki.php.net/rfc/releaseprocess#releases_cycle > >=20 > > only going from X.Y to X.Y+1 needs to rebuild the extensions. > > and going from X.Y.Z to X.Y.Z+1 should be compatible >=20 > As far as I can tell from my own experience, every time I upgrade PHP, I= =20 > always have to also reinstall pecl- packages, and even some other things= =20 > like xcache, xdebug and so on. >=20 Right it is not a pkg problem them but a port one. because same problem will occur with portmaster/portupgrade, the fix should= go in the ports tree, I have an idea will implement when I do have time. regards, Bapt --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlRRE0QACgkQ8kTtMUmk6ExargCfZWGOFJjxE/hIANVcMgZ6k1bj BjMAn1BCGdSM/eg45JTHFN3o+3tBy/be =E2Vk -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn--