libiconv.a shr4.o not in /usr/lib/libiconv.a

Issue #5 resolved
Aaron Bartell created an issue

The archive extraction of /usr/lib/libiconv.a is failing:

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.

Comments (2)

  1. Former user Account Deleted

    Assume pkg_setup.sh ... correct, please change.

    ar -x /usr/lib/libiconv.a
    --to--
    ar -x /QOpenSys/usr/lib/libiconv.a
    
  2. Log in to comment