From owner-freebsd-ports@FreeBSD.ORG Thu Oct 26 19:01:29 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1415A16A47E for ; Thu, 26 Oct 2006 19:01:29 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from pipa.vshosting.cz (pipa.vshosting.cz [81.0.201.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E83543D6A for ; Thu, 26 Oct 2006 19:01:27 +0000 (GMT) (envelope-from dandee@hellteam.net) Received: from localhost (localhost [127.0.0.1]) by pipa.vshosting.cz (Postfix) with ESMTP id 647C74E73B for ; Thu, 26 Oct 2006 21:01:27 +0200 (CEST) Received: from pipa.vshosting.cz ([127.0.0.1]) by localhost (pipa [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24026-08 for ; Thu, 26 Oct 2006 21:01:21 +0200 (CEST) Received: from gandalf2 (unknown [81.0.245.205]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pipa.vshosting.cz (Postfix) with ESMTP id 72C804E706 for ; Thu, 26 Oct 2006 21:01:21 +0200 (CEST) From: =?utf-8?Q?Daniel_Dvo=C5=99=C3=A1k?= To: Date: Thu, 26 Oct 2006 21:01:19 +0200 Organization: Projekt HELL Message-ID: <000001c6f931$1f4f9220$6508280a@tocnet28.jspoj.czf> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acb5MR8PfZ9q3JMGScuo2xcMTHgdqQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Scanned: by amavisd-new at pipa.vshosting.cz Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: mc not execute after portupgrading pkg-config\* X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dandee@hellteam.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 19:01:29 -0000 Hi all, =20 please help me with mc. It does not work in 2 and more ssh sessions. =20 After reading UPDATING file, there are last instruction about upgrading = pkg-config. =20 Portupgrade users: pkgdb -Ff portupgrade -rf pkg-config\* =20 I did it as it is recommended. =20 Later I opened 2 ssh sessions to my server, I wanted to execute mc in = both sessions. =20 I did it successfully in the first one and it failed in the second one = with this never seen error: =20 =20 > mc read (subshell_pty...): No such file or directory (2) =20 =20 Does anybody know what it means ? :) =20 I recompiled all dependencies and mc itself again. =20 portupgrade =E2=80=93Rf mc =20 It didn=C2=B4t help me at all. =20 I do not understand what happens and what I did wrong. =20 Before portupgrading pkg-config\*, mc works fine. =20 Here are options for mc: > cat /var/db/ports/mc/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for mc-4.6.1_3 _OPTIONS_READ=3Dmc-4.6.1_3 WITH_SLANG=3Dtrue WITH_ICONV=3Dtrue WITH_EDIT=3Dtrue WITHOUT_X11=3Dtrue WITH_SUBSHELL=3Dtrue WITH_SAMBA=3Dtrue =20 Daniel