From owner-freebsd-pkg@freebsd.org Mon Nov 25 13:59:49 2019 Return-Path: Delivered-To: freebsd-pkg@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 773301AD5B2 for ; Mon, 25 Nov 2019 13:59:49 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from mail.rlwinm.de (mail.rlwinm.de [138.201.35.217]) (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 47M7vS3fvhz4Rww for ; Mon, 25 Nov 2019 13:59:48 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from crest.bultmann.eu (unknown [IPv6:2a00:c380:c0d5:1:a09d:cfac:4425:b87f]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.rlwinm.de (Postfix) with ESMTPSA id D4C2029E54 for ; Mon, 25 Nov 2019 13:59:40 +0000 (UTC) Subject: Re: drm-kmod fail / please blacklist from pkg To: freebsd-pkg@freebsd.org References: From: Jan Bramkamp Message-ID: Date: Mon, 25 Nov 2019 14:59:39 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 47M7vS3fvhz4Rww X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of crest@rlwinm.de designates 138.201.35.217 as permitted sender) smtp.mailfrom=crest@rlwinm.de X-Spamd-Result: default: False [-2.41 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-pkg@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.997,0]; DMARC_NA(0.00)[rlwinm.de]; IP_SCORE(-0.12)[ipnet: 138.201.0.0/16(1.00), asn: 24940(-1.57), country: DE(-0.01)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:138.201.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 25 Nov 2019 13:59:49 -0000 On 23.11.19 12:46, Tomasz CEDRO wrote: > For fuk sake! I did a pkg update upgrade and the drm-kmod compiled on 12.1 > was replaced by the one built for pkg on 12.0 resulting in > boot-mountroot-crash infinite loop again! > > PLEASE BLACKLIST THAT DRM-KMOD SHIT IN PKG REPO ASAP :-( :-( :-( > They can't blacklist it in poudriere for 12.1 without removing it for FreeBSD 12.0 users as well because both releases use the same repo as they are supposed to be binary compatible ... except for kernel modules like drm-kmod. The only thing you can do as a user is to pkg lock the DRM packages. It's a really annoying situation that the ports tree doesn't support properly.