From owner-freebsd-current@freebsd.org Mon Nov 9 01:55:45 2015 Return-Path: Delivered-To: freebsd-current@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 30638A24934 for ; Mon, 9 Nov 2015 01:55:45 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00C011FD7; Mon, 9 Nov 2015 01:55:45 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacdm15 with SMTP id dm15so157564105pac.3; Sun, 08 Nov 2015 17:55:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=diA450BClxvmcVYL1JeFrgMrsKIHGxRSg0iz3l71Bf4=; b=KpQ52gU0addevJhjDJzc5JZ84NGbszCQoF8mpyKjSoojL/4dMTyi0tDqUdF41agNRu yfYx6Lgx2EzdUx9e/S7yggUelfV63i+WsadmWlJ+t+CRO32qWWZg26IG9JvYRMvSZg45 GzDHji07B3Lq/cxY0D8IzkdtWotFtnkMchG1KdsjDQofz0qhP9UqNjvOrPRN7cA8drHr gotqD0fScz3bsHYrSjHuiigeepcGu/870/pYgZx4Ndfl6XmT+qIeVVwLe8jBYrG51stH k/6iP3lWJz/NKvLohEvzDFm7zw1XYhQvaVRE3iCUZRa06cPKM+10yWCsd4NG4brd7eij q3CA== X-Received: by 10.66.124.165 with SMTP id mj5mr35742967pab.97.1447034144169; Sun, 08 Nov 2015 17:55:44 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:6c97:bf3:2260:c8ab? ([2601:601:800:126d:6c97:bf3:2260:c8ab]) by smtp.gmail.com with ESMTPSA id k10sm12170722pbq.78.2015.11.08.17.55.43 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 08 Nov 2015 17:55:43 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: FreeBSD_HEAD_sparc64 - Build #1311 - Still Failing From: NGie Cooper In-Reply-To: <11D2820F-792A-43C7-ACE6-0EBE6BCFDD54@gmail.com> Date: Sun, 8 Nov 2015 17:55:42 -0800 Cc: FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: <62264303-C490-467A-B1B0-CEE2E32AE3A6@gmail.com> References: <128388713.26.1446821758032.JavaMail.jenkins@jenkins-9.freebsd.org> <1918017101.1.1446883239685.JavaMail.jenkins@jenkins-9.freebsd.org> <563E0841.1010706@FreeBSD.org> <11D2820F-792A-43C7-ACE6-0EBE6BCFDD54@gmail.com> To: Andriy Gapon X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 01:55:45 -0000 > On Nov 7, 2015, at 10:39, Garrett Cooper = wrote: >=20 >> On Nov 7, 2015, at 06:18, Andriy Gapon wrote: >>=20 >>> On 07/11/2015 10:00, jenkins-admin@FreeBSD.org wrote: >>> In file included from = /builds/FreeBSD_HEAD_sparc64/gnu/lib/libstdc++/../../../contrib/gcc/debug.= c:19: >>> = /builds/FreeBSD_HEAD_sparc64/gnu/lib/libstdc++/../../../contrib/gcc/system= .h:418: error: conflicting types for 'strsignal' >>> = /builds/FreeBSD_HEAD_sparc64/obj/sparc64.sparc64/builds/FreeBSD_HEAD_sparc= 64/tmp/usr/include/string.h:115: error: previous declaration of = 'strsignal' was here >>=20 >> Has this been fixed? >=20 > I don't think so.. Nope, still a problem. We have it defined in some of the config.h files =E2=80=94 why isn=E2=80=99= t it picking them up properly now? $ grep -r HAVE_STRSIGNAL gnu/ gnu/usr.bin/cc/libiberty/config.h:#define HAVE_STRSIGNAL 1 gnu/usr.bin/cc/cc_tools/auto-host.h:#define HAVE_STRSIGNAL 1 gnu/usr.bin/binutils/libiberty/config.h:#define HAVE_STRSIGNAL 1 $=