From nobody Wed Aug 3 17:46:12 2022 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 4LyfRZ5GVPz4YGL2 for ; Wed, 3 Aug 2022 17:46:18 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4LyfRY2fMgz448R for ; Wed, 3 Aug 2022 17:46:17 +0000 (UTC) (envelope-from rcarter@pinyon.org) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pinyon.org; s=key1; t=1659548774; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nUdYf8Y9jU9V7Fd/m9i15V+K9I1fTDpBiP7d3BcvFw0=; b=H1Yay635l7zRqFO3Cw4wDlUbCIxlitdNF7B898+uJuyGH3TPe5+NGnDwauUoA24WyvKq6l Em/qlcwGydWQcbYrQ7HWuWxbvuBQOpKO1HSRSIUtRVS+DFSdzPh/1PY1ba0iMDVIZB/0xd 4mVNVPZF9vxZ1elMO+0lRvI7ILzehyE= Date: Wed, 3 Aug 2022 10:46:12 -0700 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Subject: Re: 14 current + pkg problem Content-Language: en-US To: Ronald Klop Cc: FreeBSD Ports ML References: <5dba58a9-db26-8351-aa03-e06199f46b3c@pinyon.org> <1466043890.3.1659519351977@mailrelay> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Russell L. Carter" In-Reply-To: <1466043890.3.1659519351977@mailrelay> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: pinyon.org X-Rspamd-Queue-Id: 4LyfRY2fMgz448R X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=pinyon.org header.s=key1 header.b=H1Yay635; dmarc=none; spf=pass (mx1.freebsd.org: domain of rcarter@pinyon.org designates 2001:41d0:2:863f:: as permitted sender) smtp.mailfrom=rcarter@pinyon.org X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; NEURAL_HAM_SHORT(-1.00)[-0.998]; R_DKIM_ALLOW(-0.20)[pinyon.org:s=key1]; R_SPF_ALLOW(-0.20)[+ip6:2001:41d0:2:863f::]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; RCVD_COUNT_ZERO(0.00)[0]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2001:41d0:2:863f:::from]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[pinyon.org:+]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; DMARC_NA(0.00)[pinyon.org]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 8/3/22 02:35, Ronald Klop wrote: > Hi, > > Firefox and Thunderbird had a build failure on 14-current. So they are > missing from the pkg catalog. > > http://www.ipv6proxy.net/go.php?u=http%3A%2F%2Fbeefy18.nyi.freebsd.org%2Fdata%2Fmain-amd64-default%2Fp005f54920fb7_s150486f6a9%2Flogs%2Ferrors%2Fthunderbird-91.12.0.log&b=0&f=norefer > > http://www.ipv6proxy.net/go.php?u=http%3A%2F%2Fbeefy18.nyi.freebsd.org%2Fdata%2Fmain-amd64-default%2Fp005f54920fb7_s150486f6a9%2Flogs%2Ferrors%2Ffirefox-103.0_1%2C2.log&b=0&f=norefer > > https://pkg-status.freebsd.org/builds/default:default:main-amd64:p005f54920fb7_s150486f6a9:beefy18 > > NB: "pkg search" looks in the catalog and "pkg info" looks at installed > packages. But you probably know that. > > I don't see an issue about the build failure in bugzilla > . > And I'm not involved in pkg building or the ports of firefox/thunderbird > so can't elaborate on ETAs of a fix. > > At least your setup seems healthy. Ah. Thank you, I spent a lot of time with the search engine and man pages trying to figure it out. I guess I'll have a stab at neomutt as thunderbird really is too much. I also couldn't figure out how to use pkg-status.freebsd.org. How does one, for instance, query about the status of thunderbird on current? (A pointer would be great) All the best, Russell > Regards, > Ronald. > > Â > > *Van:* "Russell L. Carter" > *Datum:* dinsdag, 2 augustus 2022 23:54 > *Aan:* FreeBSD Ports ML > *Onderwerp:* 14 current + pkg problem > > Greetings, > I have a puzzler involving pkg(8) on my 14 current boxes. > > First, I upgraded these boxes from 13 stable a couple of > months ago so that I could get graphics on my new AMD 5600G. > That worked.  Up until a few weeks ago, pkg upgrade on > current seemed to work exactly as it had on stable. > > But now something has gone awry.  The main problems are > firefox and thunderbird but I'm a little worried other > stuff is going to show as well. > > Here's the uname, same on all systems: > > FreeBSD feyerabend 14.0-CURRENT FreeBSD 14.0-CURRENT #0 > main-n256840-b43b8f81578c: Wed Jul 20 17:35:19 MST 2022 > toor@bruno:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 > > rcarter@feyeracarter@feyerabend> pkg search -x firefox > firefox-esr-91.12.0,1          Web browser based on the browser > portion of Mozilla > p5-Firefox-Marionette-1.17     Automate the Firefox browser with the > Marionette protocol > rcarter@feyerabend> pkg info --annotations firefox > firefox-103.0,2: >     FreeBSD_version: 1400064rcarter@feyerabend> pkg info > --annotations thunderbird > thunderbird-91.11.0_2: >     FreeBSD_version: 1400063 >     cpe            : > cpe:2.3:a:mozilla:thunderbird:91.11.0:::::freebsd14:x64:2 >     no_provide_shlib: yes >     repo_type      : binary >     repository     : FreeBSD >     cpe            : cpe:2.3:a:mozilla:firefox:103.0:::::freebsd14:x64 >     no_provide_shlib: yes >     repo_type      : binary >     repository     : FreeBSD > > And thunderbird: > > rcarter@feyerabend> pkg search -x thunderbird > roundcube-thunderbird_labels-php74-1.4.11 Thunderbird Labels plugin > for RoundCube webmail > roundcube-thunderbird_labels-php80-1.4.11 Thunderbird Labels plugin > for RoundCube webmail > rcarter@feyerabend> pkg info --annotations thunderbird > thunderbird-91.11.0_2: >     FreeBSD_version: 1400063 >     cpe            : > cpe:2.3:a:mozilla:thunderbird:91.11.0:::::freebsd14:x64:2 >     no_provide_shlib: yes >     repo_type      : binary >     repository     : FreeBSD > > So what's going on with firefox and thunderbird?  firefox's > version is now -esr and thunderbird is gone entirely. > AFAICT I have the default setup for pkg(8). > > Thanks, > Russell > Â > ------------------------------------------------------------------------ >