From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DACDA158015 for ; Fri, 29 Dec 2023 13:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22CEB2BC03A; Fri, 29 Dec 2023 13:39:14 +0000 (UTC) Received: from mail.pissmail.com (mail.pissmail.com [173.249.47.55]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC55D2BC02A for ; Fri, 29 Dec 2023 13:39:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shitposting.expert; s=dkim; t=1703857152; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zuDjtilGGPt2tF4aSmRtXaY5sXwE7p3kXmIBKr0pVqY=; b=OkVaIuDimaUGmQKCQdcDGR9oHPKoNZxGF9LZ9aAY7e94RCi2tEEq2n1dAtrHEosrZkOFB+ rTQ7LInwX2OjegeeHe+KoCBphy+AjqJF2OQOJRDB6L/0yZrcKWNKYyBcC9nboKE0rOQRbC Rgfk60drDtRLd0ZOs1b/Yi4s0RerwhzZxfezy/xCiN94z+aLNOwWNVY0HkpsMd/zsS+q0a fXCxG30yArMeV3fqsG4t0TNJ5llBs9xYyghshUNOTDDiJOnT6gJxSpdhU36Y4lfLSCMVQ5 dOhicyD+oUeODFSZ8aELmE7GmTc7BR70t5OBsZcmVFInZi6B+EN2actmKAR7rQ== Date: Fri, 29 Dec 2023 13:39:11 +0000 From: stefan11111 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Python 3.11 USE flags being flipped on In-Reply-To: References: <34880f9a50de15dbd925603483ac1525@shitposting.expert> <2353b9167eaa803e5dce5b842090a3c0@shitposting.expert> <13fbb95f93a7ffa32a0c288a2dd1f6fc@shitposting.expert> <4842e83e5fc524d86d536c267f072b5e@shitposting.expert> Message-ID: X-Sender: stefan11111@shitposting.expert Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Authentication-Results: mail.pissmail.com; auth=pass smtp.mailfrom=stefan11111@shitposting.expert X-Spamd-Bar: / X-Archives-Salt: 41f14833-3635-4cbe-a34d-58a38215894e X-Archives-Hash: 6b1a6e6a92879d507c9919cfb37efbe9 On 2023-12-29 01:07, Michael Orlitzky wrote: > On 2023-12-28 23:00:36, stefan11111 wrote: >> Should I at least file bugs about those packages? >> Surely there is no reason to artificially limit the python version in >> ::gentoo? > > Yes, especially if the package has a test suite that passes under > python-3.12. Most python packages are community-maintained and it > feels a lot safer bumping a package you aren't familiar with if it has > a passing test suite. But even an "it works" report is helpful. Ran the tests and filed a bug here: https://bugs.gentoo.org/920933 Has the bug filing form changed? I don't remember seeing that template when filing bugs. I skipped dev-libs/glib because it requires dbus and fails with a linker error when building it. I tried adding -Wl,--unresolved-symbols=ignore-all and -Wl,--warn-unresolved-symbols to my LDFLAGS, both of which somehow made the compilation fail earlier. Without those options, the compilation would fail with a linker error. With those options the compilation failed much earlier with a compiler error. Can anyone explain why that happened? -- Linux-gentoo-x86_64-Intel-R-_Core-TM-_i5-7400_CPU_@_3.00GHz COMMON_FLAGS="-O3 -pipe -march=native -ftree-vectorize -ffast-math -funswitch-loops -fuse-linker-plugin -flto -fdevirtualize-at-ltrans -fno-plt -fno-semantic-interposition -fno-common -falign-functions=32 -fgraphite-identity -floop-nest-optimize" USE="-* git verify-sig rsync-verify man alsa X grub ssl ipv6 lto libressl olde-gentoo asm native-symlinks threads jit jumbo-build minimal strip system-man" INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd /usr/lib/modules-load.d /usr/lib/tmpfiles.d *tmpfiles* /var/lib/dbus /lib/udev /usr/share/icons /usr/share/applications /usr/share/gtk-3.0/emoji /usr/lib64/palemoon/gtk2"