From owner-freebsd-questions@freebsd.org Tue Aug 3 17:23:21 2021 Return-Path: Delivered-To: freebsd-questions@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 4300863D08B for ; Tue, 3 Aug 2021 17:23:21 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from kicp.uchicago.edu (kicp.uchicago.edu [128.135.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 4GfMCX2GRWz3L3L for ; Tue, 3 Aug 2021 17:23:20 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from point.uchicago.edu (point.uchicago.edu [128.135.52.6]) (Authenticated sender: galtsev) by kicp.uchicago.edu (Postfix) with ESMTPSA id E0CDF4E6AF for ; Tue, 3 Aug 2021 12:23:13 -0500 (CDT) To: FreeBSD Mailing List From: Valeri Galtsev Subject: poudriere expert advise needed Message-ID: Date: Tue, 3 Aug 2021 12:23:07 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GfMCX2GRWz3L3L X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=uchicago.edu (policy=none); spf=none (mx1.freebsd.org: domain of galtsev@kicp.uchicago.edu has no SPF policy when checking 128.135.20.70) smtp.mailfrom=galtsev@kicp.uchicago.edu X-Spamd-Result: default: False [0.44 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.12)[0.117]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; NEURAL_HAM_MEDIUM(-0.68)[-0.678]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; NEURAL_SPAM_LONG(0.90)[0.901]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:160, ipnet:128.135.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions]; DMARC_POLICY_SOFTFAIL(0.10)[uchicago.edu : No valid SPF, No valid DKIM,none] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2021 17:23:21 -0000 I'm sure there are poudriere experts on the list. I need your advise. As ports tree has switched from svn to git, and as svn port three update does not work anymore, I tried to switch my poudriere I have working nicely for quite some time to git. What I did is: I deleted port tree created originally svn way, and checked out port tree git way: poudriere ports -d poudriere ports -c -U https://git.freebsd.org/ports.git -B main -m git+https The last created port tree in usual "default" location. I then build packages I need as usually (after updating build jails, and maybe yet once again updating port tree): poudriere jail -u -j 130amd64 poudriere ports -u -U https://git.freebsd.org/ports.git -B main -m git+https poudriere bulk -f /usr/local/etc/poudriere-list -j 130amd64 As a result, I have everything built successfully, but there is one difference though. In the past I had all built packages as [packagename].txz Now built packages are .pkg and there are symlinks .txz pointing to resembling package: [packagename].pkg [packagename].txz --> [packagename].pkg As a consequence of this (?) I now have signature for pkg.pkg package (binary pkg package) as: pkg.pkg.pubkeysig, and no signature pkg.txz.pubkeysig, and my instalaltion of pkg from poudriere repository fails with error: ...30amd64-default/Latest/pkg.txz.pubkeysig: Not Found which is not there (whereas pkg.pkg.pubkeysig is). There is symlink though (pointing nowhere) pkg.txz.sig -> pkg.pkg.sig OK, I do the hack now (but this is not how I am going to live in a future, I need real solution): When I add symlink: ln -s pkg.pkg.pubkeysig pkg.txz.pubkeysig my package installs successfully. If I delete port tree, and check out port tree "old way": poudriere ports -d poudriere ports -c and then build my packages (that build as dependency pkg.pkg package) all works as it did in the past, only the port tree is outdated (as svn I figure is indeed abandoned). So: what do I do wrong? What am I missing in migration to git? Thanks a lot for your pointers/insights! Valeri -- ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++