From owner-freebsd-current@freebsd.org Sat Mar 13 20:13:24 2021 Return-Path: Delivered-To: freebsd-current@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 DE9D35A97C1 for ; Sat, 13 Mar 2021 20:13:24 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DyYlm52zXz3Lgk for ; Sat, 13 Mar 2021 20:13:24 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: by mailman.nyi.freebsd.org (Postfix) id AD3695A97C0; Sat, 13 Mar 2021 20:13:24 +0000 (UTC) Delivered-To: current@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 ACFC75A974F for ; Sat, 13 Mar 2021 20:13:24 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.protected-networks.net", Issuer "R3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyYlm3ZSpz3LSN for ; Sat, 13 Mar 2021 20:13:24 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id DE24C1C569; Sat, 13 Mar 2021 15:13:15 -0500 (EST) Subject: Re: On 14-CURRENT: no ports options anymore? To: "Hartmann, O." Cc: FreeBSD Current References: <20210313201702.5f9dfa9b@hermann.fritz.box> <25cd3ca3-edb6-8b7a-8ad5-f0737d8bd493@freebsd.org> <509410723.637403.1615665167513@mail.yahoo.com> <20210313210002.30ad4345@hermann.fritz.box> From: Michael Butler Message-ID: <52964883-05ce-66cc-4d6f-9797746a9a62@protected-networks.net> Date: Sat, 13 Mar 2021 15:13:15 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210313210002.30ad4345@hermann.fritz.box> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-NZ Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DyYlm3ZSpz3LSN X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 20:13:24 -0000 On 3/13/21 3:00 PM, Hartmann, O. wrote: > On Sat, 13 Mar 2021 19:52:47 +0000 (UTC) > Filippo Moretti via freebsd-current wrote: > >> >> I had the same problem in console modeFiippo >> On Saturday, March 13, 2021, 8:33:57 PM GMT+1, Stefan Esser wrote: >> >> Am 13.03.21 um 20:17 schrieb Hartmann, O.: >>> Since I moved on to 14-CURRENT, I face a very strange behaviour when trying to set >>> options via "make config" or via poudriere accordingly. I always get "===> Options >>> unchanged" (when options has been already set and I'd expect a dialog menu). >>> This misbehaviour is throughout ALL 14-CURRENT systems (the oldest is at FreeBSD >>> 14.0-CURRENT #49 main-n245422-cecfaf9bede9: Fri Mar 12 16:08:09 CET 2021 amd64). >>> >>> I do not see such a behaviour with 13-STABLE, 12-STABLE, 12.2-RELENG. >>> >>> How to fix this? What happened? >> >> Hi Oliver, >> >> please check your TERM setting and test with a trivial setting >> if it is not one of xterm, vt100 or vt320 (for example). >> >> I had this problem when my TERM variable was xterm-color, which >> used to be supported but apparently no longer is. >> >> Regards, STefan > > [...] > > on one of the hosts (non-X11), loged in via ssh, the settings are: > > # echo $TERM > xterm > cd /usr/ports/www/apache24 > make config > ===> Options unchanged (no menu popping up) > I ran into something similar where dialog4ports would dump core after an upgrade. Rebuilding the port (ports-mgmt/dialog4ports) solved it for me, imb