From owner-freebsd-current@freebsd.org Thu May 24 01:35:53 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 07548EF19D6 for ; Thu, 24 May 2018 01:35:53 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACB446A4BB for ; Thu, 24 May 2018 01:35:52 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.161.178]) (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)) (Authenticated sender: eadler) by smtp.freebsd.org (Postfix) with ESMTPSA id 77486C9CB for ; Thu, 24 May 2018 01:35:52 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: by mail-yw0-f178.google.com with SMTP id u83-v6so4668ywc.4 for ; Wed, 23 May 2018 18:35:52 -0700 (PDT) X-Gm-Message-State: ALKqPwcqGDc1bbWBT0UBsx8Hqd4FjgPXeBjXTUbZWvimQ2LVXn3/zjiJ KBcBVR6q/4/BV57hI9MjPyijHrHgbCI/xGVGCQUxGA== X-Google-Smtp-Source: AB8JxZq8RYQc9ZnatJanZRX4UJbpBkJfStFD25gbyzjCxtvpFxUS9d6pxQsXsmM7rxBCKxF2mwovIM5D+xP/S048lC0= X-Received: by 2002:a81:3e1f:: with SMTP id l31-v6mr2775735ywa.37.1527125752027; Wed, 23 May 2018 18:35:52 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:c709:0:0:0:0:0 with HTTP; Wed, 23 May 2018 18:35:21 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Wed, 23 May 2018 18:35:21 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: gcc/g++ 4.2.1 -r334125 is getting devd related build failures on ci.freebsd.org To: Mark Millard Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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:35:53 -0000 I got this. not marked as spam On 23 May 2018 at 18:34, Mark Millard wrote: > [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_strin= g.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_strin= g.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_strin= g.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 'virt= ual 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) > --=20 Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams