From owner-freebsd-ports@FreeBSD.ORG Wed Sep 3 15:46:30 2014 Return-Path: Delivered-To: freebsd-ports@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 2F5C1B1D for ; Wed, 3 Sep 2014 15:46:30 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (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 B75C21C49 for ; Wed, 3 Sep 2014 15:46:29 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id ho1so1199941wib.8 for ; Wed, 03 Sep 2014 08:46:27 -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=n2iVLtyRC9RI5Ti3u3iS4WedlcMVpfREUmHEyT0VxJ4=; b=nZuWOJfpzfLH5akPuQvkFy611sCRhnhktQt0Tt1mxYiNZvR+j3F9T9UiiF/FW9LBlf B7003PkUHpXY9kHjbKAHQfIcSylcEJBiKaD4whxVnAKivnoBSwjWfLVnDCuorBow7zLd IXTCvBYQeYqHyeKDlLYJPJZXkVVzHatYsYktMLCfGtUEJ19HGu2xPkTgsPneiYyKrCSF CJemx03XxGhqjHnOf/8N7cJijc4y4DGgzDfcpH3MJ85qW1In7aKzehk8pwH7JpFFiMZQ J1dbtGpqChDrLpGJxNksEzHsYl/MG50OiKyzzrm91wTPHa9i8/EeN+1IRlpKxk9LOBfc ErFQ== X-Received: by 10.180.13.20 with SMTP id d20mr24742533wic.28.1409759186808; Wed, 03 Sep 2014 08:46:26 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id h6sm16344005wjb.33.2014.09.03.08.46.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Sep 2014 08:46:25 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 3 Sep 2014 17:46:23 +0200 From: Baptiste Daroussin To: Jimmy Olgeni Subject: Re: Python's autoplist and man pages Message-ID: <20140903154623.GM63085@ivaldir.etoilebsd.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M2Pxvdb9QxnGd/3e" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 15:46:30 -0000 --M2Pxvdb9QxnGd/3e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 03, 2014 at 05:40:08PM +0200, Jimmy Olgeni wrote: >=20 > Hi, >=20 > Did anything change with regard to autoplist and compressed man pages? >=20 > devel/ipython used to work fine, but now man pages are no longer detected > correctly: >=20 > =3D=3D=3D=3D> Compressing man pages (compress-man) > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > =3D=3D=3D=3D> Running Q/A tests (stage-qa) > =3D=3D=3D=3D> Checking for pkg-plist issues (check-plist) > =3D=3D=3D> Parsing plist > =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: man/man1/ipcluster.1.gz > Error: Orphaned: man/man1/ipcontroller.1.gz > Error: Orphaned: man/man1/ipengine.1.gz > Error: Orphaned: man/man1/ipython.1.gz > =3D=3D=3D> Checking for directories owned by MTREEs > =3D=3D=3D> Checking for directories handled by dependencies > =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: man/man1/ipcluster.1 > Error: Missing: man/man1/ipcontroller.1 > Error: Missing: man/man1/ipengine.1 > Error: Missing: man/man1/ipython.1 I cannot see how it could work given that all the manpage in plist should h= ave their compressed extension (.gz) and check-plist is right regards, Bapt --M2Pxvdb9QxnGd/3e Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQHN88ACgkQ8kTtMUmk6Eyr/QCgh/+JaYk/nKm0x9KHRVs7j/SQ ZOEAni46ovhdHBGaoawC0I5RC0lNJtiO =hLyE -----END PGP SIGNATURE----- --M2Pxvdb9QxnGd/3e--