d1bc7a2d8f
fetch_offline hashed source.tar BEFORE checking it exists, so a missing tarball surfaced as repo: failed to fetch: Opening file for blake3 failed at "recipes/x11/libice/source.tar": No such file (os error 2) which names neither the recipe nor the remedy. That message sent me to work around the symptom by hand twice -- libogg/libvorbis, then four newly promoted X11 recipes -- because it points at hashing rather than at a missing download. Now it reports the recipe, the upstream URL and the exact curl command. Also drops libice/libsm from redbear-full. They are X11 session-management libraries used only by ksmserver, which sits inside if(WITH_X11) and is not built, and they need xorg util-macros, which no recipe in the tree provides. Including them would have meant porting a build dependency for code that is never compiled.