http://bugzilla.opensuse.org/show_bug.cgi?id=1209169 Bug ID: 1209169 Summary: Dependencies installation failed Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Containers Assignee: containers-bugowner@suse.de Reporter: sadko_sobaka@rambler.ru QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Since 2023-03-11 my automated build on github failed to install development packages for cairo and libfreetype2 with the following error: ``` Run zypper --non-interactive --no-gpg-checks in tar gzip gcc gcc-c++ clang lld git make php8-cli valgrind libstdc++-devel libX11-devel libXrandr-devel libjack-devel cairo-devel freetype2-devel libsndfile-devel ...... Reading installed packages... 'tar' is already installed. No update candidate for 'tar-1.34-10.1.x86_64'. The highest available version is already installed. 'gzip' is already installed. No update candidate for 'gzip-1.12-3.1.x86_64'. The highest available version is already installed. Resolving package dependencies... 2 Problems: Problem: the to be installed freetype2-devel-2.12.1-6.1.x86_64 requires 'pkgconfig(libbrotlidec)', but this requirement cannot be provided Problem: the to be installed cairo-devel-1.17.6-1.2.x86_64 requires 'pkgconfig(freetype2) >= 9.7.3', but this requirement cannot be provided Problem: the to be installed freetype2-devel-2.12.1-6.1.x86_64 requires 'pkgconfig(libbrotlidec)', but this requirement cannot be provided not installable providers: libbrotli-devel-1.0.9-2.1.i586[repo-oss] libbrotli-devel-1.0.9-2.1.x86_64[repo-oss] libbrotli-devel-32bit-1.0.9-2.1.x86_64[repo-oss] Solution 1: downgrade of libbrotlicommon1-1.0.9-3.1.x86_64 to libbrotlicommon1-1.0.9-2.1.x86_64 Solution 2: do not install freetype2-devel-2.12.1-6.1.x86_64 Solution 3: break freetype2-devel-2.12.1-6.1.x86_64 by ignoring some of its dependencies Choose from above solutions by number or skip, retry or cancel [1/2/3/s/r/c/d/?] (c): c Error: Process completed with exit code 4. ``` The related run on github: https://github.com/lsp-plugins/lsp-plugins-ab-tester/actions/runs/4388244478... -- You are receiving this mail because: You are on the CC list for the bug.