From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30857 invoked by alias); 7 May 2013 14:28:26 -0000 Mailing-List: contact prelink-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: prelink-owner@sourceware.org Received: (qmail 30845 invoked by uid 89); 7 May 2013 14:28:26 -0000 X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 14:28:24 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r47ESMcl028169 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 7 May 2013 10:28:22 -0400 Received: from zalov.cz (vpn-59-6.rdu2.redhat.com [10.10.59.6]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r47ESKAj018643 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 May 2013 10:28:22 -0400 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.cz (8.14.5/8.14.5) with ESMTP id r47ESJIS022226; Tue, 7 May 2013 16:28:19 +0200 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id r47ESHXu022224; Tue, 7 May 2013 16:28:17 +0200 Date: Tue, 07 May 2013 14:28:00 -0000 From: Jakub Jelinek To: Tom de Vries Cc: prelink@sourceware.org Subject: Re: [PATCH] Add LINKOPTS to CCLINK and CXXLINK in testsuite/Makefile.am Message-ID: <20130507142816.GE28963@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <5188F4B0.7050309@mentor.com> <20130507124043.GD28963@tucnak.redhat.com> <51890E03.2000009@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51890E03.2000009@mentor.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-q2/txt/msg00003.txt.bz2 On Tue, May 07, 2013 at 04:21:55PM +0200, Tom de Vries wrote: > I'm using r205, dated 2013-05-03. Yes, that is the latest. > The failures I see with that version are: > ... > FAIL: layout1.sh > FAIL: layout2.sh > FAIL: tls5.sh > FAIL: tls6.sh > FAIL: cxx1.sh > FAIL: cxx2.sh > FAIL: cxx3.sh > FAIL: quick1.sh > FAIL: quick2.sh > FAIL: cycle1.sh > FAIL: cycle2.sh > ... No such failures here. What linker are you using? Jakub