On Tue, Aug 12, 2008 at 09:16:44AM +0200, Lubomir Petrik wrote:

> I also find out that I cannot run the packagemanager (UI does not start) 
> and really suspect that *.pyc files in SUNWPython and/or SUNWipkg-gui are 
> corrupted. Unfortunately pkgfix ignores the *.pyc files now.

Yes.  The .pyc files aren't corrupt.  They've been rebuilt by Python
because embedded in them is the timestamp for the corresponding .py file,
which wasn't preserved on installation.  We're correcting this problem, but
for now, you just have to ignore this particular set of problems.  There's
absolutely no harm done because of it.

> What's worse SUNWxorg-server, SUNWxorg-mesa and SUNWmlib report Unexpected 
> Exception: failed to load dynamic section instead of displaying the hash. 
> Is there a way for to to fix my system?

Yeah, this is more problematic.  This is

    2784 verify not bombproofed against exploding elf module

which is fixed in the gate, but it hasn't been officially released yet.
Build 95 should be available soon, and that will contain the fix.  Once you
have that, then pkgfix should clean up those files.  If you can't wait, you
can find out what the hash of the affected files is by doing (for instance):

    pkg contents -H -o action.raw -t file SUNWmlib | grep amd64/libmlib.so.2

and doing what pkgfix does to retrieve that file, gunzip it, and put it
into place.

Danek
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to