From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6332B3858C98; Mon, 11 Dec 2023 09:17:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6332B3858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702286270; bh=tv6oKcxjHjZBjsFeh+Evi3SyabY74P8swMna0jyAb6c=; h=From:To:Subject:Date:From; b=uWxz1m7y9okmQ5z5wHSb7O3WZJ52pSoZhYOp2GGB1BCU1dh31xLhHvWEc+z9lkAoe d9F89HXS2oLKycj6/wMTkvrDIPbdZRONqF4GfOYDbg06GiYWraVIPKNxC4BY+sDlyK g9Zdy5KZqYtOcsYSqz5Spe18KpmGC/XZgcUS9U4U= From: "icenowy at aosc dot io" To: glibc-bugs@sourceware.org Subject: [Bug libc/31136] New: LoongArch glibc does not provide libutil shared object, against LSB 5.0 Date: Mon, 11 Dec 2023 09:17:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: icenowy at aosc dot io X-Bugzilla-Status: UNCONFIRMED 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 cc 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31136 Bug ID: 31136 Summary: LoongArch glibc does not provide libutil shared object, against LSB 5.0 Product: glibc Version: 2.40 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: icenowy at aosc dot io CC: drepper.fsp at gmail dot com Target Milestone: --- The Linux Standard Base Core Specification, Generic Part 5.0 (adapted as ISO/IEC 23360-1-2:2021) defines a libutil.so.1 shared object with 6 required functions, see [1]. However, as LoongArch is a new architecture introduced to glibc after the merging of auxiliary libraries to libc.so.6, it does not provide a libutil.= so.1 at all, only libutil.a ; this breaks programs that tries to dlopen libutil.= so.1 to access these 6 functions according to LSB. [1] https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-ge= neric/libutil.html --=20 You are receiving this mail because: You are on the CC list for the bug.=