From owner-freebsd-ports@freebsd.org Wed Jul 12 21:43:53 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C58A6DA4970 for ; Wed, 12 Jul 2017 21:43:53 +0000 (UTC) (envelope-from as@cmplx.uk) Received: from jail0199.vps.exonetric.net (jail0199.vps.exonetric.net [IPv6:2a02:1658:1::199:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "jail0199.vps.exonetric.net", Issuer "jail0199.vps.exonetric.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7114778E00 for ; Wed, 12 Jul 2017 21:43:53 +0000 (UTC) (envelope-from as@cmplx.uk) Received: from jail0199.vps.exonetric.net (jail0199.vps.exonetric.net [178.250.76.108]) by jail0199.vps.exonetric.net (8.15.2/8.15.2) with ESMTPS id v6CLhk4U070006 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 12 Jul 2017 21:43:46 GMT (envelope-from as@jail0199.vps.exonetric.net) Received: (from as@localhost) by jail0199.vps.exonetric.net (8.15.2/8.15.2/Submit) id v6CLhk6u070005; Wed, 12 Jul 2017 21:43:46 GMT (envelope-from as) Date: Wed, 12 Jul 2017 21:43:46 GMT From: Anton Shterenlikht Message-Id: <201707122143.v6CLhk6u070005@jail0199.vps.exonetric.net> To: baho-utot@columbus.rr.com, freebsd-ports@freebsd.org Subject: Re: synth: Error opening terminal: xterm In-Reply-To: <52a89dc1-11ae-dd73-db98-c020485c8911@columbus.rr.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 21:43:53 -0000 > From: Baho Utot > Date: Wed, 12 Jul 2017 21:09:11 -0400 > > > > On 7/12/2017 7:59 AM, Anton Shterenlikht wrote: > > I'm starting using synth, never used it before. > > I get this error: > > > > # synth build net/mpich > > Error opening terminal: xterm. > as a regular user open xterm > then do the fololwing > su - > synth just-build /net/mpich > or if you have doas and doas configured then > doas synth just-build net/mpich It turned out ncurses was the problem. Switching ncurses off via "synth configure" solved this problem. I also tried one of my other boxes, and there I don't get this problem. So it seems something is indeed broken on this box, something to do with ncurses... Thanks Anton