* Jason King <[EMAIL PROTECTED]> [2008-07-31 02:35]: > Has anyone encountered this: > > tesseract% gnome-appearance-properties > ld.so.1: gnome-appearance-properties: fatal: /usr/lib/libGLcore.so.1: > corrupt or truncated file > ld.so.1: gnome-appearance-properties: fatal: libGLcore.so.1: open > failed: No such file or directory > ld.so.1: gnome-appearance-properties: fatal: relocation error: file > /usr/bin/gnome-appearance-properties: symbol glXQueryServerString: > referenced symbol not found > > % nm /usr/lib/libGLcore.so.1| grep glXQuery > nm: /usr/lib/libGLcore.so.1: Format error: shdr table truncated > > tesseract% pkg info NVDAgraphics > Name: NVDAgraphics > Summary: NVIDIA Graphics System Software > State: Installed > Authority: opensolaris.org (preferred) > Version: 0.5.11 > Build Release: 5.11 > Branch: 0.94 > Packaging Date: Mon Jul 21 21:07:22 2008 > Size: 61.0 MB > FMRI: pkg:/[EMAIL PROTECTED],5.11-0.94:20080721T210722Z > > tesseract% pkg verify -f NVDAgraphics > PACKAGE STATUS > pkg:/NVDAgraphics ERROR > file: usr/X11/lib/NVIDIA/libGLcore.so.1 > Unexpected Exception: failed to load dynamic section > > All that is telling me is the .so is corrupt (which nm already told > me), but doesn't indicate if it's actually validating it against the > copy on pkg.os.o
I think there's a bug here, in that the verify() on the file action could tell you that there's a contents mismatch (as well as the ELF aspect being corrupted). Anyway, you need to do the equivalent of what Jyri and I just worked through for SUNWfirefox: delete the affected file from the download cache, uninstall, and install. Yes, we need "pkg fix"--sorry it's not there. (Download verification is in review, so I'd expect that download corruption won't hit disks soon, although that doesn't stop accidental overwrites, etc. outside a packaging operation...) - Stephen -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
