From owner-freebsd-gecko@FreeBSD.ORG Thu Dec 11 16:14:19 2014 Return-Path: Delivered-To: gecko@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 EC9FABE2 for ; Thu, 11 Dec 2014 16:14:19 +0000 (UTC) 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 D911FA56 for ; Thu, 11 Dec 2014 16:14:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBBGEJKt064675 for ; Thu, 11 Dec 2014 16:14:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 195894] www/firefox: plist doesn't list empty directory Date: Thu, 11 Dec 2014 16:14:19 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 16:14:20 -0000 Dmitry Marakasov has reassigned Bugzilla Automation 's request for maintainer-feedback to gecko@FreeBSD.org: Bug 195894: www/firefox: plist doesn't list empty directory https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195894 --- Description --- When building firefox in poudriere bulk -t, poudriere testport or running make check-plist: --- ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: @dir %%QT_LIBDIR%%/firefox/chrome ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/www/firefox ====>> Error: check-plist failures detected --- The directory should be added to plist, but since plist is autogenerated it's not that trivial. PLIST_DIRS also didn't work for me. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gecko@FreeBSD.org