From owner-freebsd-fortran@freebsd.org Wed Sep 18 19:37:34 2019 Return-Path: Delivered-To: freebsd-fortran@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9F74112580B for ; Wed, 18 Sep 2019 19:37:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46YVcZ3mm3z3BsV for ; Wed, 18 Sep 2019 19:37:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 7F85112580A; Wed, 18 Sep 2019 19:37:34 +0000 (UTC) Delivered-To: fortran@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F4D4125809 for ; Wed, 18 Sep 2019 19:37:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46YVcZ2qBPz3BsT for ; Wed, 18 Sep 2019 19:37:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4423D1ABE for ; Wed, 18 Sep 2019 19:37:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x8IJbYHL054591 for ; Wed, 18 Sep 2019 19:37:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x8IJbYN8054590 for fortran@FreeBSD.org; Wed, 18 Sep 2019 19:37:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: fortran@FreeBSD.org Subject: maintainer-feedback requested: [Bug 240672] math/suitesparse: compiler error on CURRENT: error: '::gets' has not been declared Date: Wed, 18 Sep 2019 19:37:31 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fortran@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fortran@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2019 19:37:34 -0000 Bugzilla Automation has asked freebsd-fortran mailing list for maintainer-feedback: Bug 240672: math/suitesparse: compiler error on CURRENT: error: '::gets' has not been declared https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240672 --- Description --- On recent CURRENT (FreeBSD 13.0-CURRENT #68 r352461: Tue Sep 17 22:42:19 CE= ST 2019 amd64), updating port math/suitesparse on ports tree revision 512281 from suitesparse-5.2.0_4 to suitesparse-5.4.0 fails: [...] [ 1%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_BoundaryHeap.o In file included from /usr/ports/math/suitesparse/work/SuiteSparse/Mongoose/Include/Mongoose_Debu= g.hp p:22, from /usr/ports/math/suitesparse/work/SuiteSparse/Mongoose/Source/Mongoose_Bound= aryH eap.cpp:14: /usr/local/lib/gcc9/include/c++/cstdio:124:11: error: '::gets' has not been declared 124 | using ::gets; | ^~~~