From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28827 invoked by alias); 18 Apr 2010 20:24:14 -0000 Received: (qmail 28818 invoked by uid 22791); 18 Apr 2010 20:24:14 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 18 Apr 2010 20:24:09 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3IKO0vs004420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 18 Apr 2010 16:24:00 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3IKNvSD005053 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Apr 2010 16:23:59 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id o3IKNvcR008639; Sun, 18 Apr 2010 22:23:57 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id o3IKNuf3008638; Sun, 18 Apr 2010 22:23:56 +0200 Date: Sun, 18 Apr 2010 20:24:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org, Paul Pluzhnikov , Kevin Buettner Subject: OpenSolaris dejagnu workaround [Re: [RFC] Detect loops in the solib chain] Message-ID: <20100418202356.GA6928@host0.dyn.jankratochvil.net> References: <20080718160210.66b480e9@mesquite.lan> <20100409154123.GA8218@host0.dyn.jankratochvil.net> <20100409210255.GA26135@host0.dyn.jankratochvil.net> <201004130007.34922.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201004130007.34922.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00544.txt.bz2 On Tue, 13 Apr 2010 01:07:34 +0200, Pedro Alves wrote: > On Friday 09 April 2010 22:02:55, Jan Kratochvil wrote: > > Done this part this time. It works during basic test but it is not regression > > tested on Solaris as system expect + custom dejagnu produce \r\r\n EOLs > > breaking the testsuite completely. > > Was that OpenSolaris? I've seen that before too. Yes, filed http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6942789 > Here is the workaround I was using a while ago: > > http://sourceware.org/ml/gdb/2008-08/msg00144.html It works, thanks. > I never saw that problem on Solaris (non-Open), but then > again, there we're using a built from source dejagnu, I think. dejagnu must be from source, haven't found it packaged in OpenSolaris. expect is there some Sun packaged one but it has the same problem as the GNU one rebuilt there from sources. Regards, Jan