From owner-dev-commits-ports-all@freebsd.org Tue Apr 13 10:41:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90ED95DB3F4; Tue, 13 Apr 2021 10:41:22 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from imailer.gwdg.de (imailer.gwdg.de [134.76.11.19]) (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 4FKMbQ3Kxrz4Ydq; Tue, 13 Apr 2021 10:41:22 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1lWGTw-0000jk-LB; Tue, 13 Apr 2021 12:41:20 +0200 Received: from krabat.raven.hur (10.250.9.199) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 13 Apr 2021 12:41:20 +0200 Subject: Re: git: 6dd01d1520ee - main - audio/pulseaudio: update the port to 14.2 To: Mathieu Arnold CC: Dima Panov , , , , Kevin Bowling References: <202104122310.13CNANa9099375@gitrepo.freebsd.org> <0c51e367-a4f3-4f5c-b335-3e63e30811de@Canary> <20210413093329.vt5v2ebrqpht7jmw@aching.in.mat.cc> Reply-To: From: Rainer Hurling Message-ID: <9b0d9629-0eb5-04d7-463c-3de489489a0e@gwdg.de> Date: Tue, 13 Apr 2021 12:41:19 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <20210413093329.vt5v2ebrqpht7jmw@aching.in.mat.cc> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: excmbx-14.um.gwdg.de (134.76.9.225) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4FKMbQ3Kxrz4Ydq X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 10:41:22 -0000 Am 13.04.21 um 11:33 schrieb Mathieu Arnold: > On Tue, Apr 13, 2021 at 11:06:21AM +0200, Rainer Hurling wrote: >> Moin Dima, >> >> Am 13.04.21 um 10:50 schrieb Dima Panov: >>> Moin! >>> >>> >>> Kevin, did you run ‘poudriere testport’ before commit? It have a bad plist. >>> >>> package building without tests enabled will pass but priduce incomplete >>> package >>> >>> >>> ===>  Building package for pulseaudio-14.2 >>> pkg-static: Unable to access file >>> /wrkdirs/usr/ports/audio/pulseaudio/work/stage/usr/local/share/pulseaudio/alsa-mixer/paths/steelseries-arctis-5-output-chat.conf:No >>> such file or directory >>> pkg-static: Unable to access file >>> /wrkdirs/usr/ports/audio/pulseaudio/work/stage/usr/local/share/pulseaudio/alsa-mixer/paths/steelseries-arctis-5-output-game.conf:No >>> such file or directory >>> pkg-static: Unable to access file >>> /wrkdirs/usr/ports/audio/pulseaudio/work/stage/usr/local/share/pulseaudio/alsa-mixer/paths/steelseries-arctis-7-input.conf:No >>> such file or directory >>> pkg-static: Unable to access file >>> /wrkdirs/usr/ports/audio/pulseaudio/work/stage/usr/local/share/pulseaudio/alsa-mixer/paths/steelseries-arctis-7-output-mono.conf:No >>> such file or directory >>> pkg-static: Unable to access file >>> /wrkdirs/usr/ports/audio/pulseaudio/work/stage/usr/local/share/pulseaudio/alsa-mixer/paths/steelseries-arctis-7-output-stereo.conf:No >>> such file or directory >>> pkg-static: Unable to access file >>> /wrkdirs/usr/ports/audio/pulseaudio/work/stage/usr/local/share/pulseaudio/alsa-mixer/profile-sets/steelseries-arctis-5-usb-audio.conf:No >>> such file or directory >>> pkg-static: Unable to access file >>> /wrkdirs/usr/ports/audio/pulseaudio/work/stage/usr/local/share/pulseaudio/alsa-mixer/profile-sets/steelseries-arctis-7-usb-audio.conf:No >>> such file or directory >>> *** Error code 1 >> >> I sent a patch in the original, now closed PR [1], which works for me. >> >> [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252957#c15 > > The reason there are ports committers and not an automatic patch merge > feature is because committers are there to make sure crap does not end > up in the tree. > You do not need approval from the maintainer to change the patch they > sent, and you do not need their approval to fix a now broken port. > Thanks for clarification. The flag was set by mistake, sorry for this.