Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power


#Servers
#Opensource
 View Only
  • 1.  newest git still requires old curl

    Posted 13 days ago

    2026-08-24T10:39:32+0200 INFO ================================================================================
     Package            Architecture Version         Repository                Size
    ================================================================================
    Upgrading:
     curl               ppc          8.18.0-1        AIX_Toolbox              2.1 M
     git                ppc          2.51.2-1        AIX_Toolbox              4.0 M
     git-core           ppc          2.51.2-1        AIX_Toolbox               25 M
     git-core-doc       noarch       2.51.2-1        AIX_Toolbox_noarch       2.3 M

    Transaction Summary
    ================================================================================
    Upgrade  4 Packages

    2026-08-24T10:39:32+0200 INFO Total download size: 33 M
    2026-08-24T10:39:32+0200 INFO Downloading Packages:
    2026-08-24T10:39:32+0200 INFO --------------------------------------------------------------------------------
    2026-08-24T10:39:32+0200 INFO Total                                           105 MB/s |  33 MB     00:00
    2026-08-24T10:39:32+0200 DEBUG Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures
    2026-08-24T10:39:33+0200 INFO Running transaction check
    2026-08-24T10:39:33+0200 INFO Transaction check succeeded.
    2026-08-24T10:39:33+0200 INFO Running transaction test
    2026-08-24T10:39:33+0200 INFO Transaction test succeeded.
    2026-08-24T10:39:33+0200 DDEBUG timer: transaction test: 441 ms
    2026-08-24T10:39:33+0200 INFO Running transaction
    2026-08-24T10:39:33+0200 DDEBUG RPM transaction start.
    2026-08-24T10:39:38+0200 DDEBUG RPM transaction over.
    2026-08-24T10:39:38+0200 DDEBUG timer: verify transaction: 55 ms
    2026-08-24T10:39:38+0200 DDEBUG timer: transaction: 4267 ms
    2026-08-24T10:39:38+0200 DEBUG Completion plugin: Generating completion cache...
    2026-08-24T10:39:38+0200 DEBUG Upgraded: curl-8.18.0-1.ppc
    2026-08-24T10:39:38+0200 DEBUG Upgraded: git-2.51.2-1.ppc
    2026-08-24T10:39:38+0200 DEBUG Upgraded: git-core-2.51.2-1.ppc
    2026-08-24T10:39:38+0200 DEBUG Upgraded: git-core-doc-2.51.2-1.noarch
    2026-08-24T10:39:38+0200 INFO Complete!
    2026-08-24T10:39:38+0200 DDEBUG Cleaning up.

    this left dnf broken btw...

    root@aixtestlpar01: /root # dnf
    Traceback (most recent call last):
      File "/usr/bin/dnf", line 58, in <module>
        from dnf.cli import main
      File "/opt/freeware/lib/python3.12/site-packages/dnf/__init__.py", line 30, in <module>
        import dnf.base
      File "/opt/freeware/lib/python3.12/site-packages/dnf/base.py", line 29, in <module>
        import libdnf.transaction
      File "/opt/freeware/lib64/python3.12/site-packages/libdnf/__init__.py", line 8, in <module>
        from . import error
      File "/opt/freeware/lib64/python3.12/site-packages/libdnf/error.py", line 10, in <module>
        from . import _error
    ImportError:    0509-130 Symbol resolution failed for /opt/freeware/lib64/libcurl.a[libcurl.so.4] because:
            0509-136   Symbol libssh2_session_callback_set2 (number 117) is not exported from
                       dependent module /opt/freeware/lib64/libssh2.a[libssh2.so.1].
            0509-022 Cannot load module /opt/freeware/lib64/python3.12/site-packages/libdnf/_error.so.
            0509-026 System error: Cannot run a file that does not have a valid format.
            0509-192 Examine .loader section symbols with the
                     'dump -Tv' command.



    ------------------------------
    I regret starting this entire conversation
    ------------------------------


  • 2.  RE: newest git still requires old curl

    Posted 13 days ago

    this made dnf running again...also nasty

    root@aixtestlpar01: /root # rpm -Uvh /tmp/*.rpm --force
    error: Failed dependencies:
            zlib >= 1.3.2 is needed by curl-8.21.0-1.ppc
            liblber.a(liblber-2.4.so.2) is needed by (installed) gnupg2-2.2.35-1.ppc
            libldap.a(libldap-2.4.so.2) is needed by (installed) gnupg2-2.2.35-1.ppc
    root@aixtestlpar01: /root # rpm -Uvh /tmp/*.rpm --force --nodeps
    Verifying...                          ################################# [100%]
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:libssh2-1.11.1-1                 ################################# [ 11%]
       2:libssh2-devel-1.11.1-1           ################################# [ 22%]
       3:cyrus-sasl-lib-2.1.28-2          ################################# [ 33%]
       4:openldap-2.6.13-1                ################################# [ 44%]

    Openldap <= 2.4.46-1 overwrites symbolic links created by ibmldap in /usr/bin. From 2.4.46-2 onwards, no files are being shipped in /usr/bin directory.
    So updating openldap from any version <= 2.4.46-1 will remove symbolic links created by ibmldap in /usr/bin. One can recreate them using the following command
    /opt/IBM/ldap/V6.4/bin/idslink -g -f

       5:curl-8.21.0-1                    ################################# [ 56%]
       6:curl-devel-8.21.0-1              ################################# [ 67%]
    Cleaning up / removing...
       7:curl-8.18.0-1                    ################################# [ 78%]
       8:openldap-2.5.16-3                ################################# [ 89%]
       9:libssh2-1.11.0-1                 ################################# [100%]



    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 3.  RE: newest git still requires old curl

    Posted 13 days ago

    i saw this -> https://community.ibm.com/community/user/question/dnf-breaks-after-only-update-curl

     but i see no fixed curl package in repo...?

    root@nimvie: /srv/www/repos/ibm_aixtoolbox_mirror/RPMS/ppc/curl # ls -ltr
    total 174352
    -rw-r--r--    1 git      staff        268930 Apr 19 2016  curl-devel-7.44.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        584323 Apr 19 2016  curl-7.44.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        269044 Sep 01 2016  curl-devel-7.44.0-2.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        727415 Sep 01 2016  curl-7.44.0-2.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        272946 Nov 14 2016  curl-devel-7.51.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        676665 Nov 14 2016  curl-7.51.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        283773 Feb 25 2017  curl-devel-7.52.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        533288 Feb 25 2017  curl-7.52.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        284997 Mar 17 2017  curl-devel-7.53.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        537529 Mar 17 2017  curl-7.53.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        299540 Jul 14 2017  curl-devel-7.54.1-2.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        546383 Jul 14 2017  curl-7.54.1-2.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        300491 Oct 11 2017  curl-devel-7.55.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        540062 Oct 11 2017  curl-7.55.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        558953 Nov 07 2017  curl-7.56.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        314011 Nov 07 2017  curl-devel-7.56.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        415191 Feb 27 2018  curl-devel-7.56.1-2.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1063526 Feb 27 2018  curl-7.56.1-2.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        419287 Mar 18 2018  curl-devel-7.58.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1332105 Mar 18 2018  curl-7.58.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        428201 Jun 18 2018  curl-devel-7.60.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1352010 Jun 18 2018  curl-7.60.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        435431 Aug 22 2018  curl-devel-7.61.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1353537 Aug 22 2018  curl-7.61.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        435574 Sep 24 2018  curl-devel-7.61.0-2.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1353678 Sep 24 2018  curl-7.61.0-2.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        438407 Nov 19 2018  curl-devel-7.61.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1427964 Nov 19 2018  curl-7.61.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        449963 Jan 28 2019  curl-devel-7.62.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1443296 Jan 28 2019  curl-7.62.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        453556 Mar 18 2019  curl-devel-7.64.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1472486 Mar 18 2019  curl-7.64.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        475495 Aug 13 2019  curl-devel-7.65.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1484333 Aug 13 2019  curl-7.65.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        481396 Jan 14 2020  curl-devel-7.67.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1534758 Jan 14 2020  curl-7.67.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff        481496 Apr 17 2020  curl-devel-7.67.0-2.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff       1534845 Apr 17 2020  curl-7.67.0-2.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system       487500 Aug 27 2020  curl-devel-7.71.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system      1628590 Aug 27 2020  curl-7.71.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system       488160 Nov 06 2020  curl-devel-7.72.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system      1632188 Nov 06 2020  curl-7.72.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system       493601 Jan 29 2021  curl-devel-7.74.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system      1677392 Jan 29 2021  curl-7.74.0-1.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system       494946 May 25 2021  curl-devel-7.76.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system      1652928 May 25 2021  curl-7.76.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 git      staff          4389 Oct 06 2021  .listing
    -rw-r--r--    1 root     system       498013 Oct 08 2021  curl-devel-7.79.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system      1699312 Oct 08 2021  curl-7.79.1-1.aix6.1.ppc.rpm
    -rw-r--r--    1 root     system       513139 Aug 23 2022  curl-devel-7.83.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      1705119 Aug 23 2022  curl-7.83.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       507091 Nov 30 2022  curl-devel-7.85.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      1711833 Nov 30 2022  curl-7.85.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       507185 Dec 21 2022  curl-devel-7.85.0-2.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      1711850 Dec 21 2022  curl-7.85.0-2.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       512809 Jan 25 2023  curl-devel-7.86.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      1745953 Jan 25 2023  curl-7.86.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       515840 May 10 2023  curl-devel-8.0.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      1833670 May 10 2023  curl-8.0.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      1873520 Aug 16 2023  curl-8.1.2-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       516823 Aug 16 2023  curl-devel-8.1.2-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       524468 Sep 20 2023  curl-devel-8.2.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      1898840 Sep 20 2023  curl-8.2.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       530013 Oct 18 2023  curl-devel-8.4.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      1984297 Oct 18 2023  curl-8.4.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2008682 Jan 31 2024  curl-8.5.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       533391 Jan 31 2024  curl-devel-8.5.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       524630 Mar 13 2024  curl-devel-8.6.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2007413 Mar 13 2024  curl-8.6.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2081947 May 07 2025  curl-8.11.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2088312 May 07 2025  curl-8.11.1-2.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2055441 May 07 2025  curl-8.7.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2122347 May 07 2025  curl-8.9.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       533973 May 07 2025  curl-devel-8.11.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       534016 May 07 2025  curl-devel-8.11.1-2.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       525428 May 07 2025  curl-devel-8.7.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       530426 May 07 2025  curl-devel-8.9.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2219616 Jun 25 2025  curl-8.14.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       547550 Jun 25 2025  curl-devel-8.14.1-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       553971 Jan 14 2026  curl-devel-8.18.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2247547 Jan 14 2026  curl-8.18.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       554062 Jan 21 2026  curl-devel-8.18.0-2.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2247643 Jan 21 2026  curl-8.18.0-2.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2260676 Apr 29 18:00 curl-8.19.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       553624 Apr 29 18:00 curl-devel-8.19.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       558086 May 13 18:00 curl-devel-8.20.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2279068 May 13 18:00 curl-8.20.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system       559811 Jul 29 18:00 curl-devel-8.21.0-1.aix7.1.ppc.rpm
    -rw-r--r--    1 root     system      2324227 Jul 29 18:00 curl-8.21.0-1.aix7.1.ppc.rpm



    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 4.  RE: newest git still requires old curl

    Posted 13 days ago

    reposync brings no new curl...

    root@nimvie: /srv/www/repos/ibm_aixtoolbox_mirror # dnf reposync -c /srv/www/repos/ibm_aixtoolbox_mirror/sync_aixtoolbox.conf  -p /srv/www/repos/ibm_aixtoolbox_mirror/RPMS/ --repo ppc -a ppc --delete | grep curl
    [SKIPPED] curl-7.44.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.44.0-2.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.51.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.52.1-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.53.1-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.54.1-2.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.55.1-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.56.1-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.56.1-2.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.58.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.60.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.61.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.61.0-2.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.61.1-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.62.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.64.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.65.1-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.67.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.67.0-2.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.71.1-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.72.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.74.0-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.76.1-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.79.1-1.aix6.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.83.1-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.85.0-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.85.0-2.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-7.86.0-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.0.1-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.1.2-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.11.1-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.11.1-2.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.14.1-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.18.0-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.18.0-2.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.19.0-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.2.1-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.20.0-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] curl-8.21.0-1.aix7.1.ppc.rpm: Already downloaded



    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 5.  RE: newest git still requires old curl

    Posted 12 days ago

    i checked and tested again...upgrading git packages to latest version pulls in the buggy curl/libssh2 version which messes up dnf...so how to fix this?

    2026-08-25T09:45:28+0200 DEBUG --> Starting dependency resolution
    2026-08-25T09:45:28+0200 DEBUG ---> Package curl.ppc 8.11.1-2 will be upgraded
    2026-08-25T09:45:28+0200 DEBUG ---> Package curl.ppc 8.18.0-1 will be an upgrade
    2026-08-25T09:45:28+0200 DEBUG ---> Package git.ppc 2.41.0-1 will be upgraded
    2026-08-25T09:45:28+0200 DEBUG ---> Package git.ppc 2.51.2-1 will be an upgrade
    2026-08-25T09:45:28+0200 DEBUG ---> Package git-core.ppc 2.41.0-1 will be upgraded
    2026-08-25T09:45:28+0200 DEBUG ---> Package git-core.ppc 2.51.2-1 will be an upgrade
    2026-08-25T09:45:28+0200 DEBUG ---> Package git-core-doc.noarch 2.41.0-1 will be upgraded
    2026-08-25T09:45:28+0200 DEBUG ---> Package git-core-doc.noarch 2.51.2-1 will be an upgrade
    2026-08-25T09:45:28+0200 DEBUG --> Finished dependency resolution
    


    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 6.  RE: newest git still requires old curl

    Posted 12 days ago

    Looks like the repodata is old. "curl 8.18.0-1" was published in Jan 2026. There are multiple versions after that. 
    You may want to recreate the repodata again.



    ------------------------------
    Ayappan P
    ------------------------------



  • 7.  RE: newest git still requires old curl

    Posted 12 days ago

    repodata is up to date...git-core-2.51.2 pulls in curl-8.18.0-1 instead of curl-8.21.0-1 for some reason



    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 8.  RE: newest git still requires old curl

    Posted 12 days ago

    reposync will only download the rpms. We have to run createrepo as well to update the repodata. 



    ------------------------------
    Ayappan P
    ------------------------------



  • 9.  RE: newest git still requires old curl

    Posted 11 days ago
    Edited by C- -T 11 days ago

    as said before, repodata is up2date...

    root@nimvie: /srv/www/repos/ibm_aixtoolbox_mirror/RPMS/ppc/repodata # ls -ltr
    total 21768
    -rw-r--r--    1 root     system      9562608 Aug 26 09:43 a645d3e4bf407a5373202416236e79f54c0d11a6fd74dde9001c8e2b398b3c05-filelists.xml.gz
    -rw-r--r--    1 root     system       512452 Aug 26 09:43 a253587f3fd4c86b7cd8b566833d53420ff16570cd259a8402f45aa37b5a0801-other.xml.gz
    -rw-r--r--    1 root     system      1056242 Aug 26 09:43 9de6d0f44ed3d8a4618741e34ffb8d705a6802b848fb4cdb7aa02a70f05d5ca1-primary.xml.gz
    -rw-r--r--    1 root     system         1571 Aug 26 09:43 repomd.xml
    

    i deleted the buggy curl packages, but reposync downloads it again, why is it still in your repo?

    [SKIPPED] zstd-1.5.7-1.aix7.1.ppc.rpm: Already downloaded
    [SKIPPED] zstd-1.5.7-100.aix7.1.ppc.rpm: Already downloaded
    (5290/5291): curl-8.18.0-1.aix7.1.ppc.rpm                                                                                                                                                                    3.4 MB/s | 2.1 MB     00:00
    (5291/5291): curl-devel-8.18.0-1.aix7.1.ppc.rpm                                                                                                                                                              664 kB/s | 541 kB     00:00
    



    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 10.  RE: newest git still requires old curl

    Posted 6 days ago

    if i leave the git packages at level 2.41.0-2 everything works as expected...so  git 2.51.2 has some weird curl dependeny...how to proceed here?



    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 11.  RE: newest git still requires old curl

    Posted 5 days ago

    Some issue with your local repo.,

    # dnf list installed | egrep 'git.ppc|curl.ppc'
    curl.ppc                                           8.11.1-2          @AIX_Toolbox       
    git.ppc                                            2.41.0-2          @AIX_Toolbox      
       
    # dnf update git 
    Last metadata expiration check: 0:25:08 ago on Mon Aug 31 22:15:57 CDT 2026.
    Dependencies resolved.
    ====================================================================================================================
     Package                     Architecture          Version                  Repository                         Size
    ====================================================================================================================
    Upgrading:
     curl                        ppc                   8.21.0-1                 AIX_Toolbox                       2.2 M
     curl-devel                  ppc                   8.21.0-1                 AIX_Toolbox                       547 k
     git                         ppc                   2.51.2-1                 AIX_Toolbox                       4.0 M
     git-core                    ppc                   2.51.2-1                 AIX_Toolbox                        25 M
     git-core-doc                noarch                2.51.2-1                 AIX_Toolbox_noarch                2.3 M

    Transaction Summary
    ====================================================================================================================
    Upgrade  5 Packages

    Total size: 34 M
    Total download size: 31 M
    Is this ok [y/N]:



    ------------------------------
    Ayappan P
    ------------------------------