From owner-freebsd-pkg@freebsd.org Sun Dec 18 21:00:24 2016 Return-Path: Delivered-To: freebsd-pkg@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 243E7C87D13 for ; Sun, 18 Dec 2016 21:00:24 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 152A7196A for ; Sun, 18 Dec 2016 21:00:24 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 14A87C87D12; Sun, 18 Dec 2016 21:00:24 +0000 (UTC) Delivered-To: pkg@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 14614C87D11 for ; Sun, 18 Dec 2016 21:00:24 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 E503D1965 for ; Sun, 18 Dec 2016 21:00:23 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIL01iK091064 for ; Sun, 18 Dec 2016 21:00:23 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201612182100.uBIL01iK091064@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: pkg@FreeBSD.org Subject: Problem reports for pkg@FreeBSD.org that need special attention Date: Sun, 18 Dec 2016 21:00:23 +0000 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 21:00:24 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 212022 | ports-mgmt/pkg: Segfaults when installing sensu p Open | 211141 | ports-mgmt/pkg: pkg+pw: Doesn't run pwd_mkdb, may New | 193995 | [PATCH] ports-mgmt/pkg: floating point exception 3 problems total for which you should take action. From owner-freebsd-pkg@freebsd.org Thu Dec 22 12:06:28 2016 Return-Path: Delivered-To: freebsd-pkg@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 AB482C8B30D for ; Thu, 22 Dec 2016 12:06:28 +0000 (UTC) (envelope-from hv@tuebingen.mpg.de) Received: from fmailer.gwdg.de (fmailer.gwdg.de [134.76.11.16]) (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 75748162F for ; Thu, 22 Dec 2016 12:06:27 +0000 (UTC) (envelope-from hv@tuebingen.mpg.de) Received: from smtp-out.tuebingen.mpg.de ([192.124.26.249] helo=tuebingen.mpg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1cK1uK-0001up-LT for freebsd-pkg@freebsd.org; Thu, 22 Dec 2016 12:51:36 +0100 Received: from [79.250.12.180] (account henry.vogt@tuebingen.mpg.de HELO woody.local) by tuebingen.mpg.de (CommuniGate Pro SMTP 6.0.9) with ESMTPSA id 10918267 for freebsd-pkg@FreeBSD.org; Thu, 22 Dec 2016 12:51:36 +0100 To: freebsd-pkg@FreeBSD.org From: Henry Vogt Subject: jail version displays incorrect when -m src= is used. Message-ID: Date: Thu, 22 Dec 2016 12:51:35 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Level: $ X-Virus-Scanned: (clean) by clamav X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2016 12:06:28 -0000 Dear poudriere maintainers, just a cosmetical issue, but nevertheless incorrect: having a jail created (on a pre-existing compiled world at-p4) : e.g. # poudriere jail -c -j 110amd64 -m src=3D/usr/src/11 -v 11.0-RELEASE # poudriere jail -i -j 110amd64 will correctly display as version 11.0-RELEASE-p4. after (on an then updated -p5 world) upgrading with # poudriere jail -u -j 110amd64 # poudriere jail -i -j 110amd64 still displays previous version (when jail was created) , at least when -= m src=3D is used: Jail version: 11.0-RELEASE-p4 (instead of 11.0-RELEASE-p5) the jail was updated: note the correctly updated time, e.g. Jail updated: 2016-12-22 12:16:36 Destroying and recreating the entire jail shows, of course, the correct v= ersion. Best Henry --=20 Netzwerk- und System Administration am MPI Campus T=C3=BCbingen. Email: hv@tuebingen.mpg.de Tel. 07071/601-511