From nobody Wed Jun 30 17:22:22 2021 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E2BE711D9F43 for ; Wed, 30 Jun 2021 17:22:21 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFSp561kdz3C0M for ; Wed, 30 Jun 2021 17:22:21 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B7DBC10EA7 for ; Wed, 30 Jun 2021 17:22:21 +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 15UHMLmL029921 for ; Wed, 30 Jun 2021 17:22:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 15UHMLP7029912 for bugs@FreeBSD.org; Wed, 30 Jun 2021 17:22:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 256909] libucl upgrade in a0409676120c1e558d0ade943019934e0f15118d breaks ABI Date: Wed, 30 Jun 2021 17:22:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: michael.osipov@siemens.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256909 --- Comment #1 from Michael Osipov --- On 12.2-RELEASE: > root@hotzenplotz:~/gitup-main # uname -a > FreeBSD hotzenplotz.ad001.siemens.net 12.2-RELEASE FreeBSD 12.2-RELEASE r= 366954 GENERIC amd64 > # readelf -a /usr/local/sbin/gitup | grep ucl_object_iterate > 0000002129d0 005700000007 R_X86_64_JUMP_SLOT 0000000000000000 ucl_object= _iterate + 0 > 87: 0000000000000000 0 FUNC GLOBAL DEFAULT UND ucl_object_ite= rate > # readelf -a /usr/lib/libprivateucl.so | grep ucl_object_iterate > 000000023638 003b00000007 R_X86_64_JUMP_SLOT 000000000000f100 ucl_object= _iterate + 0 > 0000000237d8 005300000007 R_X86_64_JUMP_SLOT 0000000000011100 ucl_object= _iterate_full + 0 > 59: 000000000000f100 134 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate > 83: 0000000000011100 343 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_full > 105: 0000000000011260 112 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_free > 130: 00000000000110f0 13 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_safe > 161: 0000000000011070 122 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_reset > 166: 0000000000011030 49 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_new On 12-STABLE: > root@deblndw013x:~ > # uname -a > FreeBSD deblndw013x.ad001.siemens.net 12.2-STABLE FreeBSD 12.2-STABLE GEN= ERIC amd64 > root@deblndw013x:~ > # readelf -a /usr/local/sbin/gitup | grep ucl_object_iterate > 000000211b28 005500000007 R_X86_64_JUMP_SLOT 0000000000000000 ucl_object= _iterate_with_error + 0 > 85: 0000000000000000 0 FUNC GLOBAL DEFAULT UND ucl_object_ite= rate_with_error > root@deblndw013x:~ > # readelf -a /usr/lib/libprivateucl.so | grep ucl_object_iterate > 000000026338 00b400000007 R_X86_64_JUMP_SLOT 0000000000010260 ucl_object= _iterate_with_error + 0 > 000000026418 005b00000007 R_X86_64_JUMP_SLOT 0000000000012800 ucl_object= _iterate_new + 0 > 000000026420 00e200000007 R_X86_64_JUMP_SLOT 0000000000012930 ucl_object= _iterate_safe + 0 > 000000026428 004100000007 R_X86_64_JUMP_SLOT 0000000000012ab0 ucl_object= _iterate_free + 0 > 0000000264e8 009500000007 R_X86_64_JUMP_SLOT 0000000000012940 ucl_object= _iterate_full + 0 > 65: 0000000000012ab0 118 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_free > 91: 0000000000012800 50 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_new > 149: 0000000000012940 366 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_full > 180: 0000000000010260 134 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_with_error > 205: 00000000000128a0 135 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_reset > 226: 0000000000012930 13 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_safe --=20 You are receiving this mail because: You are the assignee for the bug.=