Hi Clay, according to my test Sparc sun4u system updated to 128, cut(1) is now 64 bit application and requires following 64 bit libraries in /usr/lib:
# uname -a SunOS tia 5.11 snv_128 sun4u sparc SUNW,A70 Solaris # file /usr/bin/cut /usr/bin/cut: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped, no debugging information available # ldd /usr/bin/cut | grep /usr/lib libshell.so.1 => /usr/lib/64/libshell.so.1 libcmd.so.1 => /usr/lib/64/libcmd.so.1 libast.so.1 => /usr/lib/64/libast.so.1 libdll.so.1 => /usr/lib/64/libdll.so.1 libsum.so.1 => /usr/lib/64/libsum.so.1 However, the proposed fix refers only three of them. Just checking - are two remaining ones also needed in microroot ? Other than that, the fix looks good. Thank you, Jan Clay Baenziger wrote: > Hi all, > This is a simple code-review for the addition of three libraries > to the SPARC microroot to support cut(1) used by the live-fs-root > script. This is due to a change in cut(1) in build 128 from the onnv > push for '6793719 RFE: Update /usr/bin/cut to AT&T AST "cut"' I believe. > > Code review at: > http://cr.opensolaris.org/~clayb/12833/ > > Thank you, > Clay > > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss