From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5577B3858C2A; Tue, 1 Aug 2023 09:06:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5577B3858C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690880800; bh=ET5tyj+4OP/kCIjHnVjr5u+I/+3kIFygRBMMb1Y+JKQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BK09i6q8/YEHdbsKp0SRn1p/I+fV21r8KFx+TbK7E+FByfUFqaBUlxb8yr2l5OZXJ XeG/MomDZHShJ4/Frq/NtUChpdbNdOrQPw4LaFwZwvdmP/h04pf42Bmxyqfe4eq6tb 54a+47DY3PSm62bQZN4s4fvF5YcmCKsjoqtXYC4Q= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug nscd/30709] nscd fails to build with cleanup handler Date: Tue, 01 Aug 2023 09:06:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nscd X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: WAITING 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: component cc Message-ID: In-Reply-To: References: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30709 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|build |nscd CC| |drepper.fsp at gmail dot c= om, | |fweimer at redhat dot com --- Comment #3 from Florian Weimer --- (In reply to freswa from comment #2) > libgcc contains > ``` > 28: 000000000001e480 694 FUNC GLOBAL DEFAULT 11 > __gcc_personality_v0@@GCC_3.3.1 > 85: 00000000000040fb 6 FUNC LOCAL DEFAULT 11 > __gcc_personality_v0.cold > 402: 000000000001e480 694 FUNC GLOBAL DEFAULT 11 > __gcc_personality_v0 > ``` >=20 > as well as >=20 > ``` > 406: 000000000001af00 522 FUNC GLOBAL DEFAULT 11 _Unwind_Resume > ``` This is from libgcc_s, right? We only link against libgcc.a, so we don't get that definition. (We don't build nscd with -static-libgcc.) The unwinder is loaded lazily via , but that is currently not available in nscd because nscd is built as !SHARED. --=20 You are receiving this mail because: You are on the CC list for the bug.=