From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3D0993858D33; Sat, 7 May 2022 14:00:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D0993858D33 From: "lienze at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug build/29129] New: Build fails on macos 10.15.7 Date: Sat, 07 May 2022 14:00:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: lienze at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2022 14:00:50 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29129 Bug ID: 29129 Summary: Build fails on macos 10.15.7 Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: lienze at sourceware dot org Target Milestone: --- I encountered the following error while building gdb on macOS 10.15.7 ... CXX guile/scm-auto-load.o guile/guile.c:676:5: error: 'scm_install_gmp_memory_functions' is deprecated [-Werror,-Wdeprecated-declarations] scm_install_gmp_memory_functions =3D 0; ^ /usr/local/Cellar/guile/3.0.8/include/guile/3.0/libguile/deprecated.h:164:1: note: 'scm_install_gmp_memory_functions' has been explicitly marked depreca= ted here SCM_DEPRECATED int scm_install_gmp_memory_functions; ^ /usr/local/Cellar/guile/3.0.8/include/guile/3.0/libguile/scm.h:743:50: note: expanded from macro 'SCM_DEPRECATED' # define SCM_DEPRECATED SCM_API __attribute__ ((__deprecated__)) ^ CXX guile/scm-block.o 1 error generated. make[2]: *** [guile/guile.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [all-gdb] Error 2 make: *** [all] Error 2 ... FTR, the building command is as follows, $ ./configure --prefix=3D`pwd`/build --disable-binutils --disable-ld --disable-gold --disable-gas --disable-sim --disable-gprof --disable-gprofng CXXFLAGS=3D-std=3Dgnu++17 $ make --=20 You are receiving this mail because: You are on the CC list for the bug.=