On Sat, 07 Dec 2024 15:45:29 -0500 cov...@ccs.covici.com wrote: > 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 )
did you set the libcss USE-flag? USE="javascript libcss" ACCEPT_KEYWORDS="~amd64" \ emerge -pv www-client/elinks works fine here… 🤔 could it be that you disabled the libcss-flag earlier and that takes precedence? > 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. >