https://bugs.kde.org/show_bug.cgi?id=388109

--- Comment #2 from Michael Pyne <mp...@kde.org> ---
I can't reproduce here.  The error occurs when reading the metadata for
calligra/calligra (which is not in my normal module set), so I also tried
having that processed by kdesrc-build, without error.

This is using kdesrc-build 17.12 (v17.12),
sysadmin/repo-metadata.git at ac556669730075067014d88a8780610f564b6525

My first suspicion would be the Perl YAML module being used.  I had started
with YAML::Tiny but that had errors reading some of the YAML used in
sysadmin/repo-metadata.

So I shifted to use YAML::XS or whatever Perl finds with "YAML" (hoping it
would support enough of YAML for the repo-metadata).  Installing YAML::XS may
be a possible fix.  I've also tried YAML::PP manually, and it does work, but
it's much slower.

Could you try installing one of those two Perl modules (YAML::XS or YAML::PP)? 
>From some digging I just did it seems that searching for "YAML" is not
currently handled in Perl the same way they do for "JSON" (which searches a
priority list of modules until one is eventually found).  They will do that,
but haven't yet, so I'll need to manually require YAML::XS or YAML::PP in the
meantime.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to