Bugzilla – Bug 1217269
/usr/lib/build/createzyppdeps from package build fails to process tumbleweed repositories
Last modified: 2023-11-20 08:16:21 UTC
install the package build zypper in build add the tumbleweed repository if not there: zypper ar http://download.opensuse.org/tumbleweed/repo/oss/ testtumb zypper ref -r testtumb run the command: /usr/lib/build/createzyppdeps --cachedir=/var/cache/build zypp://testtumb it fails with the message: Negative repeat count does nothing at /usr/lib/perl5/vendor_perl/5.38.0/x86_64-linux-thread-multi/XML/Parser/Expat.pm line 372. syntax error at line 1, column 0, byte 0: ... some garbage output ... at /usr/lib/perl5/vendor_perl/5.38.0/x86_64-linux-thread-multi/XML/Parser.pm line 187. This error happens only with the tumbleweed repositories: http://download.opensuse.org/tumbleweed/repo/oss/ http://download.opensuse.org/tumbleweed/repo/non-oss/ it doesn't happens with leap or packman repositories
thats fallout from the zstd switch
https://github.com/openSUSE/obs-build/pull/966
The fix forks for me
(In reply to Giacomo Comes from comment #3) > The fix forks for me The fix works for me
merged and new build package submitted to factory