From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57646 invoked by alias); 9 Mar 2018 23:20:43 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 57568 invoked by uid 48); 9 Mar 2018 23:20:38 -0000 From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug general/21009] Incompatible with MUSL libc: canonicalize_file_name Date: Fri, 09 Mar 2018 23:20:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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_status resolution 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 X-SW-Source: 2018-q1/txt/msg00072.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21009 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Mark Wielaard --- commit 06263dda990be6778a4beb33481cfd39ce60c623 Author: Mark Wielaard Date: Mon Mar 5 14:23:14 2018 +0100 libdwfl: Use realpath (name, NULL) instead of canonicalize_file_name (name). Some systems apparently don't provide canonicalize_file_name. Since canonicalize_file_name (path) is defined as realpath(path, NULL) just use realpath everywhere. https://sourceware.org/bugzilla/show_bug.cgi?id=3D21009 Signed-off-by: Mark Wielaard --=20 You are receiving this mail because: You are on the CC list for the bug.