From nobody Mon Jan 1 06:06:35 2024 X-Original-To: freebsd-stable@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 4T3QVG2Vwcz5638C for ; Mon, 1 Jan 2024 06:06:46 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from egress.chen.org.nz (egress.chen.org.nz [170.75.172.82]) by mx1.freebsd.org (Postfix) with ESMTP id 4T3QVF23L0z3Tv4 for ; Mon, 1 Jan 2024 06:06:45 +0000 (UTC) (envelope-from jonc@chen.org.nz) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of jonc@chen.org.nz designates 170.75.172.82 as permitted sender) smtp.mailfrom=jonc@chen.org.nz; dmarc=none Received: from mail.chen.org.nz (unknown [210.54.37.164]) by egress.chen.org.nz (Postfix) with ESMTP id 078C3111E1D for ; Mon, 1 Jan 2024 19:06:32 +1300 (NZDT) Received: from mail.chen.org.nz (localhost [127.0.0.1]) by filter.inside.chen.org.nz (Postfix) with ESMTP id F1F91684B1 for ; Mon, 1 Jan 2024 19:06:35 +1300 (NZDT) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on ametrine.inside.chen.org.nz Received: from [192.168.1.10] (jade.inside.chen.org.nz [192.168.1.10]) by mail.chen.org.nz (Postfix) with ESMTPS id E84BF684B0 for ; Mon, 1 Jan 2024 19:06:35 +1300 (NZDT) Message-ID: <3611bca4-5157-4d7e-abb6-16a34bac8d99@chen.org.nz> Date: Mon, 1 Jan 2024 19:06:35 +1300 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: freebsd-stable@freebsd.org From: Jonathan Chen Subject: sysutils/screen compilation oddities on stable-14 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.18 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.99)[-0.991]; R_SPF_ALLOW(-0.20)[+a:egress.chen.org.nz]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; MLMMJ_DEST(0.00)[freebsd-stable@freebsd.org]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[chen.org.nz]; ARC_NA(0.00)[]; ASN(0.00)[asn:174, ipnet:170.75.160.0/20, country:US]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4T3QVF23L0z3Tv4 X-Spamd-Bar: --- Hi, I'm running a somewhat recent stable-14/amd64 (refreshed 27-Dec-2023), and I wonder if someone can explain what is happening... I've got a dev-host which I use as a repo-builder. I have discovered that if I have linux_enable="YES" on the repo-builder, the resultant executable from the sysutils/screen package produced will only behave as expected on other hosts that also have linux_enable="YES". On hosts where linux_enable is *not* defined (ie linux_enable="NO"), `screen' will start up and then immediatly quit. There are no core-dumps, or any other noticeable error-messages. If I set linux_enable="NO" on the repo-builder, the executable from the sysutils/screen package produced will work as expected on _all_ hosts, ie linux_enable=YES|NO. Can someone explain why this is so? Cheers. -- Jonathan Chen