libiconv ##################################################
fixing /opt/freeware/lib/libiconv.a ...
a - shr4.o
ar: No such file or directory
ar: 0707-117 The fopen system call failed on file shr4.o.
a - shr.o
ar: No such file or directory
ar: 0707-117 The fopen system call failed on file shr.o.
Changing from /usr/lib/libiconv.a to ar -x /QOpenSys/usr/lib/libiconv.a allows it to complete successfully.
Is this an acceptable change? If so, I will commit it.
Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
The archive extraction of /usr/lib/libiconv.a is failing:
Changing from
/usr/lib/libiconv.a
toar -x /QOpenSys/usr/lib/libiconv.a
allows it to complete successfully.Is this an acceptable change? If so, I will commit it.