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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E1BC158232 for ; Sat, 7 Dec 2024 20:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53865E0E4A; Sat, 7 Dec 2024 20:45:38 +0000 (UTC) Received: from dallas-out-001-2.smtp25.com (dallas-out-001-2.smtp25.com [63.71.12.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96B1DE0D5F for ; Sat, 7 Dec 2024 20:45:36 +0000 (UTC) Received: from john-covicis-macbook-pro.taildc8be.ts.net (vpn-server4.covici.com [166.84.7.75]) (authenticated bits=0) by ccs.covici.com (8.17.1.9/8.17.1.9) with ESMTPSA id 4B7KjUxH579615 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Sat, 7 Dec 2024 15:45:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccs.covici.com; s=default; t=1733604334; bh=yQFM8XuAudbBUjZu98Rc5sevpg2Sgm+y3KQK7hz4kV4=; h=Date:From:To:Subject; b=ggDEXE/+1A2mn6v2gO20VySvHpZ0zbud8WguTk21fB2lE2mAC0Tb5heVVu+PFYISH mO87besIpfeX0Z6rQOnNT8KawYoEc5KRMDEOF/rYvvvo5PFbYTUQonLGbF540lt4KU TChXZojnsD9Yo6p62hjwdNLS2j3+7EKU3pKIhbK8= Date: Sat, 07 Dec 2024 15:45:29 -0500 Message-ID: From: covici@ccs.covici.com To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] world update problem driving me ... User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.1 (aarch64-apple-darwin23.6.0) MULE/6.0 (HANACHIRUSATO) Organization: Covici Computer Systems 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 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SpamH-Filter: dallas-out-001.smtp25.com-4B7KjYJ7008997 X-SpamH-OriginatingIP: 70.109.51.194 X-Archives-Salt: a3faf7df-8d77-486d-9deb-15d048c598fb X-Archives-Hash: a066e654966d9f332bb1a13164ba9500 Hi. In trying my most recent world update I have run into the problem that the elinks fix mentioned in what portage gave me does not seem to work -- here is the log. Script started on 2024-12-07 15:31:59-05:00 [COMMAND="emerge --update --deep --changed-use --with-bdeps=y --keep-going world" TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="80" LINES="24"] ]0;emerge These are the packages that would be merged, in order: Calculating dependencies . !!! Problem resolving dependencies for www-client/elinks from @selected ... done! Dependency resolution took 5.62 s (backtrack: 0/200). !!! The ebuild selected to satisfy "www-client/elinks" has unmet requirements. - www-client/elinks-0.17.1.1::gentoo USE="X bzip2 gpm javascript mouse nls ssl unicode xml zlib -bittorrent -brotli -debug -finger -ftp -gemini -gnutls -gopher (-guile) -idn -libcss -lua -lzma -nntp -perl -python -samba -test -tre -zstd" ABI_X86="(64)" GUILE_SINGLE_TARGET="3-0 -2-2" LUA_SINGLE_TARGET="lua5-1 -lua5-3 -lua5-4 -luajit" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11 -python3_13" The following REQUIRED_USE flag constraints are unsatisfied: javascript? ( libcss ) The above constraints are a subset of the following complete expression: guile? ( exactly-one-of ( guile_single_target_2-2 guile_single_target_3-0 ) ) javascript? ( libcss ) lua? ( exactly-one-of ( lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) python? ( exactly-one-of ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ) (dependency required by "@selected" [set]) (dependency required by "@world" [argument]) ]0;root@:/usr/src Script done on 2024-12-07 15:32:05-05:00 [COMMAND_EXIT_CODE="1"] Thanks in advance for any suggestions.