NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: unzip anomaly



Apparently some shared libraries conflicts have been the cause for this
problem. A few weeks ago I've been using NetBSD -CURRENT and had newer
shared libraries as the current ones (on NetBSD-5.0_STABLE). When I
downgraded to STABLE I forgotten to remove the "*.so"-files belonging to
the previous installation. "unzip" was then linked against the newer
CURRENT-libraries which weren't compatible with the NetBSD-5.0_STABLE
kernel.


I thought it might be useful for those who had the same problem...


Victor Dorneanu wrote:
> I've noticed some strange behaviour of "unzip" when dealing with Mac OS
> X zipped files.
>
> ------------------------------------------------------------
> $ ls -l LCI.hs.zip
> -rw-r--r--  1 root  wheel  2385 Nov 30 02:06 LCI.hs.zip
> $ unzip LCI.hs.zip
> unzip: Undefined PLT symbol "__time50" (symnum = 20)
> $ pkg_info -c unzip
> Information for unzip-5.52nb4:
> ...
>
> The same on Linux (Debian):
> $ ls -l LCI.hs.zip
> -rw-r--r-- 1 victor victor 2385 Nov 30 01:06 LCI.hs.zip
> $ unzip LCI.hs.zip
> Archive:  LCI.hs.zip
>   inflating: LCI.hs
> ------------------------------------------------------------
>
>
> I don't really know how "LCI.hs.zip" was previously created since I have
> no Mac. I've uploaded it to speedyshare
> (http://www.speedyshare.com/files/20840569/LCI.hs.zip) for further
> investigation.
>
>   
-- 
Victor Dorneanu

Contact
- Web/Blog: http://dornea.nu
 
GnuPG information
- KeyID = 0xD20870F4 (pgp.mit.edu)
- Key fingerprint = DD6B 5E09 242F 7410 3F90 492A 4CBA FD13 D208 70F4





Home | Main Index | Thread Index | Old Index