IBM / ibmichroot

A set of scripts to facilitate the use of chroot-based containers for IBM i
MIT License
21 stars 9 forks source link

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

Closed abmusse closed 9 years ago

abmusse commented 9 years ago

Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).


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.

abmusse commented 9 years ago

Original comment by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).


Resolved.

abmusse commented 9 years ago

Original comment by Tony Cairns (Bitbucket: rangercairns, GitHub: rangercairns).


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

#!shell

ar -x /usr/lib/libiconv.a
--to--
ar -x /QOpenSys/usr/lib/libiconv.a