From nobody Wed Mar 08 05:34:39 2023 X-Original-To: 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 4PWgxH5zyFz3x9J2 for ; Wed, 8 Mar 2023 05:34:43 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [IPv6:2607:f740:c::4ae]) (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 4PWgxH423Pz3Nv3 for ; Wed, 8 Mar 2023 05:34:43 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Authentication-Results: mx1.freebsd.org; none Received: from chombo.houseloki.net (65-100-43-2.dia.static.qwest.net [65.100.43.2]) by echo.brtsvcs.net (Postfix) with ESMTPS id 373A338D06; Wed, 8 Mar 2023 05:34:40 +0000 (UTC) Received: from [10.26.25.100] (ivy.pas.ds.pilgrimaccounting.com [10.26.25.100]) by chombo.houseloki.net (Postfix) with ESMTPSA id CF8FF2E09A; Tue, 7 Mar 2023 21:34:39 -0800 (PST) Subject: Re: How do I determine the ABI string used by pkg? To: Tatsuki Makino Cc: ports@freebsd.org References: <32d2e376-3f89-0588-316d-801d4cbf0b44@bluerosetech.com> <20230306075622.xfzs33fmflc2vmtb@aniel.nours.eu> <257260d9-1812-3ce5-5d9a-907e2b1ec13e@langille.org> From: Mel Pilgrim Message-ID: <713f867d-653d-a7a8-b9c0-86a7c08c2653@bluerosetech.com> Date: Tue, 7 Mar 2023 21:34:39 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 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 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4PWgxH423Pz3Nv3 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:2607:f740:c::/48, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 2023-03-07 19:56, Tatsuki Makino wrote: > Hello. > > Are you still saying that you are creating another program that does not rely on the pkg command? > Then again, let's look at elf_tables.h. > It would be necessary to have such a conversion table. Yeah basically. It pulls the pkg source as a build dependency and includes what it needs from there. It's a hack, though. All that's needed to obviate it entirely would be for the unbootstrapped `pkg -N -vv` to have functional parity with its bootstrapped counterpart, and that's slated for my next pet-project time slot.