From owner-freebsd-ppc@freebsd.org Sat Nov 17 08:56:23 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B7D3112D21C for ; Sat, 17 Nov 2018 08:56:23 +0000 (UTC) (envelope-from dclarke@blastwave.org) Received: from atl4mhfb04.myregisteredsite.com (atl4mhfb04.myregisteredsite.com [209.17.115.120]) (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 3DAAE81615 for ; Sat, 17 Nov 2018 08:56:21 +0000 (UTC) (envelope-from dclarke@blastwave.org) Received: from atl4mhob09.registeredsite.com (atl4mhob09.registeredsite.com [209.17.115.47]) by atl4mhfb04.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id wAH8uFx3028049 for ; Sat, 17 Nov 2018 03:56:15 -0500 Received: from mailpod.hostingplatform.com (atl4qobmail02pod2.registeredsite.com [10.30.77.36]) by atl4mhob09.registeredsite.com (8.14.4/8.14.4) with ESMTP id wAH8u518026163 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sat, 17 Nov 2018 03:56:05 -0500 Received: (qmail 6721 invoked by uid 0); 17 Nov 2018 08:56:05 -0000 X-TCPREMOTEIP: 174.118.245.214 X-Authenticated-UID: dclarke@blastwave.org Received: from unknown (HELO ?172.16.35.3?) (dclarke@blastwave.org@174.118.245.214) by 0 with ESMTPA; 17 Nov 2018 08:56:04 -0000 Subject: Re: these are the sort of things that would fry a new user To: Michael Tuexen Cc: FreeBSD PowerPC ML References: <6c26e8f7-a710-460e-1d37-ff649f698530@blastwave.org> From: Dennis Clarke Message-ID: Date: Sat, 17 Nov 2018 03:56:04 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Thunderbird/64.0 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: 3DAAE81615 X-Spamd-Result: default: False [1.21 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.34)[0.337,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ppc@freebsd.org]; DMARC_NA(0.00)[blastwave.org]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mx1.netsolmail.net]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[120.115.17.209.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:19871, ipnet:209.17.112.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.02)[country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2018 08:56:23 -0000 On 11/17/18 3:46 AM, Michael Tuexen wrote: >> On 17. Nov 2018, at 04:34, Dennis Clarke wrote: >> eris# pkg query %t\ %n\ %v\ %o >> ld-elf.so.1: Shared object "libssl.so.8" not found, required by "pkg" >> eris# >> >> really ? > Unfortunately, yes. Right now. > > During the release process, OpenSSL was upgraded. Not all package builders > seems to be in sync. Please note that PowerPC is not a Tier 1 platform... Yep .. regardless I tossed 12.0b3 out an air lock and started over with rc1. Building pkg from ports works fine. Seems to. Oddly rc1 still reports as BETA3 : eris# eris# uname -a FreeBSD eris 12.0-BETA3 FreeBSD 12.0-BETA3 r340039 GENERIC powerpc eris# pkg query %t\ %n\ %v\ %o | sort -r 1542444839 dialog4ports 0.1.6 ports-mgmt/dialog4ports 1542444137 pkg 1.10.5_5 ports-mgmt/pkg eris# I still am not sure where we stand on the whole kern.smp.disabled issue but that is another matter. > On the constructive side: You can build the port yourself, that works > without any problems. I have done that on my machines... > > I'm sure that once 12.0 is released, the packages provided will be in tune > with the version. > > Not only PowerPC is affected, also some other platforms not being Tier 1. Yep .. it happens. Dennis