From owner-freebsd-current@freebsd.org Thu May 24 01:34:33 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE90EEF18DA for ; Thu, 24 May 2018 01:34:33 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic317-21.consmr.mail.gq1.yahoo.com (sonic317-21.consmr.mail.gq1.yahoo.com [98.137.66.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 338A16A3A2 for ; Thu, 24 May 2018 01:34:32 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 2dzWItwVM1lBVm0TqnOsZvQLPmKe9DiQJy.VVqsYCfBMMeNY63JbDYz0Bm0sBzF y2xvXUboMVatrRQ9pLaErANMAls5R1531jakRVFQc593yQsj.J1wWhnpq4MFsi9gT8ZAAp1J8SWO elvsS1kBySiivAsOslXUbg._95Lil08I_RV7cjImrr2xV5yeQ107Kr3MG9XGpZ2FFtKwGEy1HerI AevYMNuQqwPe.LldzXOx1FdgooL3bHdvQqwsvCh2QCQnXH1WJB2QBM1lGccW9grdQPaYF6A1ZVaM l9iooeg_3F5hsBjZV6pndVA.0TzoAB9Z_wtrUgm40Aj1X5uvciusNh5FrDwfDJYTAnKDBQLVozNw 5NW5OxWp3OiSVIhpJhIP_A2dx5q9JRPzEHCxC3sKU79SKGXRX1RuWsiMprckxwjW9gl3TbX7HPqn 6g34XG.ZRL3RWjyxZpIPxAC86uuDJUornjswEeqi__50WRfFIv.NavzSf_IDz9TIVHph6LsU6zrW i20bAWZm2gZSDp3IaO.ZC1rqMJCO6cTrhdzjV1ZNpmF0io9pnLBcQQnvft73Y.lTIvmBTTTEukV6 dgAlAzwo45gLFLy4Zh.etVyyWyiU1wjSWD9cNKo0KqRnYHEhx90V.RDyyw5wo5q0.unjqyns6o0Q NvuJDIDy8VgOMh801Jf2lVzvfqByozg-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic317.consmr.mail.gq1.yahoo.com with HTTP; Thu, 24 May 2018 01:34:31 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.25]) ([76.115.7.162]) by smtp414.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 4c4add10b19158ef99393bee0f570f5e; Thu, 24 May 2018 01:34:28 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: gcc/g++ 4.2.1 -r334125 is getting devd related build failures on ci.freebsd.org Message-Id: Date: Wed, 23 May 2018 18:34:27 -0700 To: Eitan Adler , FreeBSD Current X-Mailer: Apple Mail (2.3445.6.18) X-Mailman-Approved-At: Thu, 24 May 2018 10:39:44 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 24 May 2018 01:34:33 -0000 [This submittal is in part an experiment with how Eitan's MUA classifies the Email using an alternate yahoo.com address. Eitan: the subject and this note are all unique to this message.] I've reported to Eitan that the gcc/g++ 4.2.1 architectures are failing for devd build failures. Examples include: --- all_subdir_sbin --- cc1plus: warnings being treated as errors = /usr/obj/usr/src/sparc64.sparc64/tmp/usr/include/c++/4.2/bits/basic_string= .h: In member function 'std::basic_string<_CharT, _Traits, = _Alloc>::_Rep* std::basic_string<_CharT, _Traits, _Alloc>::_M_rep() = const [with _CharT =3D char, _Traits =3D std::char_traits, _Alloc = =3D std::allocator]': = /usr/obj/usr/src/sparc64.sparc64/tmp/usr/include/c++/4.2/bits/basic_string= .h:493: instantiated from 'std::basic_string<_CharT, _Traits, = _Alloc>::~basic_string() [with _CharT =3D char, _Traits =3D = std::char_traits, _Alloc =3D std::allocator]' /usr/src/sbin/devd/devd.hh:149: instantiated from here = /usr/obj/usr/src/sparc64.sparc64/tmp/usr/include/c++/4.2/bits/basic_string= .h:288: warning: cast from 'char*' to 'std::basic_string, std::allocator >::_Rep*' increases = required alignment of target type mips64 and mips and sparc64 agree, for example. powerpc and powerpc64 report: --- all_subdir_sbin --- cc1plus: warnings being treated as errors /usr/src/sbin/devd/devd.hh: In function 'void __tcf_0(void*)': /usr/src/sbin/devd/devd.hh:150: warning: inlining failed in call to = 'virtual config::~config()': --param max-inline-insns-single limit = reached /usr/src/sbin/devd/devd.cc:175: warning: called from here but I expect the two sets of types of error message are related somehow and the "fix" fixes both types. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)