Please could you try installing the git-core using rpm command with verbose option.
"rpm -ivvh". We will see if that can give some hints here.
In our case it was showing that it needs around 40MB of free space.
Preparing... D: computing file dispositions
D: 0x00000009 4096 1584 26315 /opt
################################# [100%]
installing package git-core-2.31.1-1.ppc needs 40MB on the /opt filesystem
D: closed db index /opt/freeware/packages/Packages
D: closed db index /opt/freeware/packages/Enhancename
------------------------------
SANGAMESH
------------------------------
Original Message:
Sent: Mon January 31, 2022 05:00 AM
From: C- -T
Subject: git-core: absurd space requirements
this issue is an all systems
------------------------------
I regret starting this entire conversation
------------------------------
Original Message:
Sent: Mon January 31, 2022 04:56 AM
From: SANKET RATHI
Subject: git-core: absurd space requirements
Are you seeing this issue on all systems or on a specific system?
Could it be some other issue related to system.
------------------------------
SANKET RATHI
Original Message:
Sent: Mon January 31, 2022 04:54 AM
From: SANKET RATHI
Subject: git-core: absurd space requirements
I do not see any issue on my test system.
# df -g /opt
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd10opt 2.25 0.42 82% 22616 17% /opt
# yum install git-core
Last metadata expiration check: 0:02:50 ago on Mon Jan 31 03:46:28 CST 2022.
Dependencies resolved.
================================================================================================================================================================================================================
Package Architecture Version Repository Size
================================================================================================================================================================================================================
Installing:
git-core ppc 2.31.1-1 AIX_Toolbox 18 M
Installing dependencies:
less ppc 557-1 AIX_Toolbox 301 k
Transaction Summary
================================================================================================================================================================================================================
Install 2 Packages
Total size: 19 M
Installed size: 19 M
Is this ok [y/N]: y
Downloading Packages:
[SKIPPED] git-core-2.31.1-1.aix6.1.ppc.rpm: Already downloaded
[SKIPPED] less-557-1.aix6.1.ppc.rpm: Already downloaded
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : less-557-1.ppc 1/2
Installing : git-core-2.31.1-1.ppc 2/2
Verifying : git-core-2.31.1-1.ppc 1/2
Verifying : less-557-1.ppc 2/2
Installed:
git-core-2.31.1-1.ppc less-557-1.ppc
Complete!
#
------------------------------
SANKET RATHI