juanluisbaptiste / docker-brew-mageia

Scripts and files to create Mageia official docker base images.
GNU General Public License v2.0
10 stars 12 forks source link

System update fails for cauldron image. #29

Closed nmichalo closed 1 year ago

nmichalo commented 2 years ago

I started the system and tried to updating and ran into the following:

[root@localhost]# urpmi --auto-update

perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_SOURCED = "1", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). http://mirror.math.princeton.edu/pub/mageia/distrib/cauldron/x86_64/media/core/release/media_info/20220708-132624-synthesis.hdlist.cz updated medium "Core Release" http://mirror.math.princeton.edu/pub/mageia/distrib/cauldron/x86_64/media/core/updates/media_info/20220402-205512-synthesis.hdlist.cz updated medium "Core Updates" invalid line <@provides@coq[== 8.13.2-3.mga9]@coq(x86-64)[== 8.13.2-3.mga9]@ocaml(Abstract)[== 3641f8d9b123943e47fd3c5f88cdb88a]@ocaml(AcyclicGraph)[== 1209a306e98f410b64b97e93b1b83004]@ocaml(Arguments_renaming)[== 896291fddadcd805a339921fdf3998a8]@ocaml(Assumptions)[== 3f48f424f488fbeb0ab49e3846cb9075]@ocaml(AsyncTaskQueue)[== 4e66b3ac3b26ede2d248118ca6cc0716]@ocaml(Attributes)[== bf9d89733ace36214ecdf2d80663fc1b]@ocaml(Auto)[== 3bce7f807b7b44ae3815fc495a6337b1]@ocaml(Auto_ind_decl)[== 15edd1c1f577fc8b055e59c4e0202edf]@ocaml(Autorewrite)[== b23e1528dcdc706a2545164e9eec7ba0]@ocaml(Aux_file)[== 624c2739ca9be8b1411bbb0a87417116]@ocaml(Btauto_plugin)[== cfe8222782c7e4d477d49a20071c7d30]@ocaml(Btermdn)[== e833f2f68e0bcccaa48bc942e1868d5f]@ocaml(CArray)[== cb60ba380dccc10b1a56d15bcb2be27f]@ocaml(CAst)[== 337f7922913627aa0aaf9f90eb975472]@ocaml(CClosure)[== 963defad66171e7ab743c4cd10d37b37]@ocaml(CEphemeron)[== 7a5613ac8c99a7839b27f0eb26c409cc]@ocaml(CErrors)[== 125b54d9a55ff92cc537a8deb5eb75f9]@ocaml(CLexer)[== d24cfe3b379b6e650c0145cc46d5cef3]@ocaml(CList)[== 00bdf898d342eda41809c3a2c74dcf98]@ocaml(CMap)[== 7a44aa76b26892234e732d0289be15e9]@ocaml(CObj)[== 4fd762cc7c643473774a33aff34a2298]@ocaml(CPrimitives)

...snip...

[== 40c5c2b302f438a39974a4ff41764293]@ocamlx(Uint63)[== 7d65c5772953f6872371182b9e65579c]@ocamlx(Unicode)[== 13b9068bc6c6836f8679f6672214f2bd]@ocamlx(Unicodetable)[== 6748223bda90e6af1a749a6aaed25795]@ocamlx(Unification)[== 298eb69a1e6407acacae0275679ce058]@ocamlx(Unify)[== 70d0a8fe1b204e9eeeea71d1970b15cf]@ocamlx(Unionfind)[== e775552d434f55fadaf618e4a7a96d07]@ocamlx(Univ)[== 8a0249a69ccbb1ab10ab79da7c1c39f7]@ocamlx(UnivGen)[== 3b8adc5309abc0cf932eb0594e9ce70c]@ocamlx(UnivMinim)[== 7a6594f279e8559b510a8aca6b02af62]@ocamlx(UnivNames)[== f7ad61055575d468815c2cfdd246d5a5]@ocamlx(UnivProblem)[== 3dd0bf6ce625ebde8af4c5b84c5a8427]@ocamlx(UnivSubst)[== 430520206bbfefaca011cb3a9439d341]@ocamlx(Univops)[== 57cb3b6aefa747e507da> problem reading synthesis file of medium "Core Release" Error generating names file: dependency 0 not found Packages are up to date

juanluisbaptiste commented 2 years ago

@nmichalo I just tested the image doing a urpmi --auto-update and worked fine, this is an issue with the mirror you are using, test with the default one (https://distrib-coffee.ipsl.jussieu.fr).

juanluisbaptiste commented 2 years ago

@nmichalo sorry, I tested with mageia 8, but with cauldron image I get the same error.

juanluisbaptiste commented 1 year ago

Closing old issue.