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

Malte S. Stretz <m...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED

--- Comment #3 from Malte S. Stretz <m...@apache.org> ---
Oh, I got it! It is the good old "symlink argument order is confusing to some
people" issue:

> # sudo strace appstreamcli refresh --source=os --verbose 2>&1 | grep 
> /var/lib/swcatalog/yaml/archive.neon
> access("/var/lib/swcatalog/yaml/archive.neon.kde.org_user_dists_jammy_main_dep11_Components-amd64.yml.gz",
>  F_OK) = -1 ENOENT (No such file or directory)
> symlink("/var/lib/swcatalog/yaml/archive.neon.kde.org_user_dists_jammy_main_dep11_Components-amd64.yml.gz",
>  
> "/var/lib/apt/lists/archive.neon.kde.org_user_dists_jammy_main_dep11_Components-amd64.yml.gz")
>  = -1 EEXIST (File exists)
> write(1, "** (appstreamcli:22100): DEBUG: "..., 275** (appstreamcli:22100): 
> DEBUG: 11:15:06.968: Unable to set symlink 
> (/var/lib/apt/lists/archive.neon.kde.org_user_dists_jammy_main_dep11_Components-amd64.yml.gz
>  -> 
> /var/lib/swcatalog/yaml/archive.neon.kde.org_user_dists_jammy_main_dep11_Components-amd64.yml.gz):
>  File exists

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

Reply via email to