Hi,

I have a problem which I never seen before. Could someone comment on the
outputs from the commands below?


There are two machines:


# sysctl -n kern.version
OpenBSD 4.4-current (GENERIC) #1104: Sat Oct 18 21:05:37 MDT 2008
    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC


# sysctl -n kern.version
OpenBSD 4.4-current (GENERIC.MP) #947: Tue Oct 21 16:00:28 MDT 2008
    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP




I was building python-2.5.2p7 and his subpackages. On the GENERIC server
the whole set succeed on the GENERIC.MP server something failed, but..


GENERIC:

# ldd _tkinter.so                                                               
                                                                                
      
_tkinter.so:
        Start    End      Type Open Ref GrpRef Name
        05202000 25206000 dlib 1    0   0      
/usr/ports/lang/python/2.5/w-Python-2.5.2/fake-i386/usr/local/lib/python2.5/lib-dynload/_tkinter.so
        08e5f000 28e7d000 rlib 0    1   0      /usr/local/lib/libtk84.so.1.0
        060a6000 260c1000 rlib 0    1   0      /usr/local/lib/libtcl84.so.1.0
        08a1c000 28a69000 rlib 0    1   0      /usr/X11R6/lib/libX11.so.11.1
        0f801000 2f806000 rlib 0    1   0      /usr/X11R6/lib/libXdmcp.so.9.0
        0b259000 2b25d000 rlib 0    1   0      /usr/X11R6/lib/libXau.so.9.0

# sha1 < _tkinter.so                                                            
                                                                                
      
8ae76887bffe77603d878fd7dda2637af59b7423




GENERIC.MP:

# ldd _tkinter_failed.so
_tkinter_failed.so:
Cannot load specified object

# sha1 < _tkinter_failed.so
8ae76887bffe77603d878fd7dda2637af59b7423




How this is possible, that two files are identical but one can and the
other one cannot load?

-- 
best regards
q#

Reply via email to