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 284BE158083 for ; Wed, 25 Sep 2024 23:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B99FDE2BB7; Wed, 25 Sep 2024 23:45:46 +0000 (UTC) Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (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 8D59DE2B20 for ; Wed, 25 Sep 2024 23:45:46 +0000 (UTC) Received: by mail-lf1-f44.google.com with SMTP id 2adb3069b0e04-536748c7e9aso491651e87.0 for ; Wed, 25 Sep 2024 16:45:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727307944; x=1727912744; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ImE4PkAVwwNhDP5F296t1a6xeBAA3m0WQwiG1tI70bo=; b=SK7ICZxzi/S6z+YucuHEyCUeeGSFPEeIu9ZF7s53lvlY7iaFTGjSDn9LCP0hgJFWRB EtVcceMaGsTu9d2L5iP5K5hkWc4kwIzQKEymdxMpbHpJJf639ugry0ofqrKqPuLTKNFK FxgOC7cGOaLNAg/tkFBc7ew/Ag35PJzjc006tJVOj5CxZTSW2sukcfc3hmkLQ1tM6QBe T/MRRV8CR4GCmpnZGYL8qzXA8iLoHWrzw5fGeUhARk1ARm143djC0OwBi4lGyErcBlva cXOexRf4ckNU+QyL4Abd2yJWf6s/Zq2WsU8tac+HiRnhSQQATVlN23+McI5RHk7vggNk Ys8g== X-Gm-Message-State: AOJu0YxNSbV9YC0ihV0mBWsCDDbrKgXMmPYqIY4FiVvnJwsKsEJB5T0Q 1XrjFSJvVSo6wfs6w5KnpZfNF2WHtAzwtC3mcMs24e2lgSjuNu4ssmo79Op6o/GNd+/G4oj3UT4 VdxPTmUhUQV8xBu/WOODrCa6plluF2DGFJHw= X-Google-Smtp-Source: AGHT+IGDDEf6fAz0dMMprU2zoyxSWdOSqepjh51Kd2zd1ZiciWZ6C+/TQC5God3hJ1WGQ4piYvp6zkxmfGuhWDe5AF8= X-Received: by 2002:a05:6512:b83:b0:536:55a3:70ad with SMTP id 2adb3069b0e04-53877538a51mr2838385e87.22.1727307943718; Wed, 25 Sep 2024 16:45:43 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <5b8315e4-4de1-4ace-b848-290b2e720f26@gentoo.org> In-Reply-To: From: Zac Medico Date: Wed, 25 Sep 2024 16:45:31 -0700 Message-ID: Subject: Re: [gentoo-dev] Help needed for maintaining GNOME To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 92f0e9f2-18c6-4f94-b861-db10bd4890c5 X-Archives-Hash: 6c9301da39f80f214cf9b80ef7d83957 On Wed, Sep 25, 2024 at 3:46=E2=80=AFPM James Le Cuirot = wrote: > Yes, the glib/gobject-introspection conflict was my main test case. It wa= s an > interesting one because it also involved some blockers. I pushed my half = baked > idea up to GitHub in the hope that Zac or someone could maybe take it and > actually make it work properly. The results so far have shown that it at = least > seems feasible. Once complete, we could get it out the door quite quickly= . I took a peek at https://github.com/gentoo/portage/pull/1385, and it looks like you may need the --autounmask-bactrack=3Dy option to, since any automunmask USE changes currently put a halt backtracking. --=20 Thanks, Zac