From owner-freebsd-ports@FreeBSD.ORG Sat Feb 3 00:36:46 2007 Return-Path: <owner-freebsd-ports@FreeBSD.ORG> X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 174BF16A402; Sat, 3 Feb 2007 00:36:46 +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 5D69213C467; Sat, 3 Feb 2007 00:36:45 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from localhost (localhost [127.0.0.1]) by pipa.vshosting.cz (Postfix) with ESMTP id 84CAF1C97AA; Sat, 3 Feb 2007 01:13:43 +0100 (CET) Received: from pipa.vshosting.cz ([127.0.0.1]) by localhost (pipa [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11120-05; Sat, 3 Feb 2007 01:13:36 +0100 (CET) Received: from gandalf (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 5B7961C9790; Sat, 3 Feb 2007 01:13:36 +0100 (CET) From: =?utf-8?Q?Daniel_Dvo=C5=99=C3=A1k?= <dandee@hellteam.net> To: <freebsd-ports@freebsd.org> Date: Sat, 3 Feb 2007 01:13:40 +0100 Organization: Projekt HELL Message-ID: <000801c74728$28e775b0$6508280a@tocnet28.jspoj.czf> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: Acb5MR8PfZ9q3JMGScuo2xcMTHgdqRN9NBKg 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 Cc: freebsd-ports-bugs@freebsd.org Subject: FW: 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 <freebsd-ports.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports> List-Post: <mailto:freebsd-ports@freebsd.org> List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 03 Feb 2007 00:36:46 -0000 Hi all, =20 since my last report on the 26th of October, nobody knows what this = stupid bug is. =20 I found out that =20 killall =E2=80=93CONT your shell interpret =20 helps. =20 I post it here, becuse it is not solution of this stupid bug, but = working walkaround. =20 It definitely started between september 06 =E2=80=93 october 06, IMHO = something with subshell.c is not good. =20 Daniel =20 _____ =20 From: Daniel Dvo=C5=99=C3=A1k [mailto:dandee@hellteam.net]=20 Sent: Thursday, October 26, 2006 9:01 PM To: 'freebsd-ports@freebsd.org' Subject: mc not execute after portupgrading pkg-config\* =20 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