From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC5CB3858D1E; Sun, 12 Feb 2023 17:47:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC5CB3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676224068; bh=e9lFpTWKkqNmk0/eHe6lAXitU149Zo/dFZm4iwosWGE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XGrQyRKZEZkV6dC1CYYPpnHJxucIakO3tWPOGXDz2C7tMmUH2tIomnxp1MUbnRArh tYh7A2xz6x3nzr3ZhyF4LXOnPpj7W1HwObfLDlX10ohRK3Jx1XwxXfRu6N7+2nH6Gz Q1oiExfpM/gPexA0+jYyUEmFoet4PX9kCtyIqJPg= From: "dilfridge at gentoo dot org" To: glibc-bugs@sourceware.org Subject: [Bug string/30112] [bisected] glibc 2.37 fails to print IPv6 adresses since 642933158e7cf072d873231b1a9bb03291f2b989 Date: Sun, 12 Feb 2023 17:47:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: string X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dilfridge at gentoo dot org 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: 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=3D30112 Andreas K. Huettel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dilfridge at gentoo dot or= g, | |toolchain at gentoo dot org --- Comment #1 from Andreas K. Huettel --- I can confirm this regression in 2.37 noumea ~ # ip -6 route ::1 dev lo proto kernel metric 256 pref medium noumea ~ #=20 noumea ~ #=20 noumea ~ # ip route add dev lo fd8d:4d6d:3ccb:500:c79:2339:edce:ece1 proto static noumea ~ #=20 noumea ~ #=20 noumea ~ # ip -6 route ::1 dev lo proto kernel metric 256 pref medium fd8d:4d6d:3ccb:500:c79:2339:edce:ece1 dev lo proto static metric 1024 pref medium noumea ~ # /lib64/libc.so.6 | head -1 GNU C Library (Gentoo 2.36-r5 p5) stable release version 2.36. noumea ~ #=20 noumea ~ #=20 noumea ~ # systemd-nspawn -M amd64 --bind /var/db/repos/gentoo Spawning container amd64 on /var/lib/machines/amd64. Press ^] three times within 1s to kill container. amd64 ~ #=20 amd64 ~ #=20 amd64 ~ # ip -6 route ::1 dev lo proto kernel metric 256 pref medium fd8d:4d6d:3ccb:500:c79:2339:edc dev lo proto static metric 1024 pref medium amd64 ~ # /lib64/libc.so.6 | head -1 GNU C Library (Gentoo 2.37 p2) stable release version 2.37. amd64 ~ #=20 amd64 ~ #=20 logout Container amd64 exited successfully. noumea ~ #=20 noumea ~ #=20 noumea ~ # uname -a Linux noumea 5.15.85-gentoo #2 SMP PREEMPT Mon Dec 26 23:22:44 CET 2022 x86= _64 Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz GenuineIntel GNU/Linux --=20 You are receiving this mail because: You are on the CC list for the bug.=