From nobody Mon Jan 27 06:02:55 2025 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YhHrz1W55z5mJN8 for ; Mon, 27 Jan 2025 06:02:59 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from mx-2023-1.gwdg.de (mx-2023-1.gwdg.de [134.76.10.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4YhHry5mbnz3JhP; Mon, 27 Jan 2025 06:02:58 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gwdg.de; s=2023-rsa; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: Reply-To:References:CC:To:Subject:MIME-Version:Date:Message-ID:Sender: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Pkte1/l5eSp7L3SkmNU16Q45UHxGc7Spqnuku9v04EU=; b=H9kJytH7Zrv0preyCh/eJjYHEe aVl2cLJdbcNA/4zuNxNB1QuwoOMkaSW2cAYKYmLbJfV6LZPV5FbW+KSzMiT4jIJ/So8GuVVmHotfx VTPdWt/1LjktjKkDSafv3EXTbDLcE6+kdKGYOO4hopvg7+grI/tYZvHfs/pcvgUauJZjlL/i7RY6s wu9uQVVo3lPbryoXdCev07NR9NEThYAUBY3YVA47oa+94t/dQsB3K7SCREczDd/d7AooBYynJ2f7r W/wsPU/EFSiQaTUcVAkAxdN0iZ/qZioEBScHmk3btvxyD+Y23FTf/DreZFK9sT9RwkBnsstxcdJtm D/vGDgSw==; Received: from xmailer.gwdg.de ([134.76.10.29]:43818) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1tcID2-003V2C-0f; Mon, 27 Jan 2025 07:02:56 +0100 Received: from mbx19-gwd-03.um.gwdg.de ([10.108.142.56] helo=email.gwdg.de) by mailer.gwdg.de with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (GWDG Mailer) (envelope-from ) id 1tcID2-000WKi-0U; Mon, 27 Jan 2025 07:02:56 +0100 Received: from [172.20.100.8] (10.250.9.200) by MBX19-GWD-03.um.gwdg.de (10.108.142.56) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.2.1544.14; Mon, 27 Jan 2025 07:02:55 +0100 Message-ID: <7fb64cac-9b09-4235-9235-2bfb6c228442@gwdg.de> Date: Mon, 27 Jan 2025 07:02:55 +0100 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: poudriere loop: llvm19-19.1.7: missed shlib PORTREVISION chase To: Nuno Teixeira CC: Dimitry Andric , FreeBSD Mailing List References: <64327D91-2E10-42BB-B28D-36056867D465@FreeBSD.org> <68bbf05d-1d4a-4819-bb83-be6c4f002a63@gwdg.de> Content-Language: de-DE Reply-To: "Hurling, Rainer" From: Rainer Hurling In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.250.9.200] X-ClientProxiedBy: MBX19-FMZ-08.um.gwdg.de (10.108.142.67) To MBX19-GWD-03.um.gwdg.de (10.108.142.56) X-Virus-Scanned: (clean) by clamav X-Spam-Level: - X-Rspamd-Queue-Id: 4YhHry5mbnz3JhP X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:207592, ipnet:134.76.0.0/16, country:DE] Am 26.01.25 um 19:12 schrieb Nuno Teixeira: > I've got same pkg issue like yours. > > My case is happening with poudriere builds on llvm19 since I have it > default. > So, every pkg that depends on it, I'll get a rebuild of llvm19. > > Later on I will try to bump llvm19 portrevision and thus be the hacker > of year is by this it is solved :) > > Something say to me that it is something wrong with pkg 2.x and I will > try a bump to see what happens like: > https://cgit.freebsd.org/ports/commit/? > id=345307cb539e2e81ddc70cd22f85ea34b4fac043 ports/commit/?id=345307cb539e2e81ddc70cd22f85ea34b4fac043> Wouldn't this be the right time to get Bapt@ involved? After all, he has worked intensively on the pkg updates. > Cheers, > > Rainer Hurling > escreveu > (domingo, 26/01/2025 à(s) 16:51): > > Am 26.01.25 um 16:36 schrieb Nuno Teixeira: > > (...) > > > > poudriere-devel-3.4.99.20250115 > > > > poudriere.conf: > > + PKG_NO_VERSION_FOR_DEPS=yes > > > > EDIT: pkg 2.0.4 doesn't fixed issue > > Hmm. Maybe it's because of pkg, which was recently updated to 2.x? > > On my box, outside of Poudriere, I've been getting missing libs for > 32-bit versions of the nvidia-driver ever since: > > #pkg check -dn > Checking all packages: 100% > nvidia-driver is missing a required shared library: libnvidia- > tls.so.1:32 > nvidia-driver is missing a required shared library: libXext.so.6:32 > nvidia-driver is missing a required shared library: libX11.so.6:32 > > -- > Nuno Teixeira > FreeBSD UNIX:     Web: https://FreeBSD.org >