pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Missing dependency for rust?
Date: Mon, 25 Sep 2017 17:51:33 +0000
From: Chavdar Ivanov <ci4ic4%gmail.com@localhost>
Message-ID: <CAG0OUxj6Rt_N08jm7_uZtthYx7ZWwQQK4XVF9A4hrsVAC+GhKw%mail.gmail.com@localhost>
| I haven't got an installation of 7.1 NetBSD amd64 to check the version
| of libgcc_s.so.1, as I am running only -current
This is from a 6.0.1 (amd64) userland...
ls -l /lib/libgcc_s*
lrwxr-xr-x 1 root wheel 15 Jan 15 2013 /lib/libgcc_s.so -> libgcc_s.so.1.0
lrwxr-xr-x 1 root wheel 15 Jan 15 2013 /lib/libgcc_s.so.1 -> libgcc_s.so.1.0
-r--r--r-- 1 root wheel 54170 Jan 15 2013 /lib/libgcc_s.so.1.0
which, aside from the mod dates, and the actual .so.0.1 file size - which
is considerably larger in current) is the same as exists in 8.99.3 so I
think you can assume that -7 also has the same version (at least the same
version numbers.)
kre
aside: how did the version in current get bigger without at least the
minor number increasing? Or is that just (perhaps) an artifact of how
it gets compiled?
The size changes (for me) from:
text data bss dec hex filename
44018 984 488 45490 b1b2 /lib/libgcc_s.so.1.0
in 6.0.1 to
74422 1136 112 75670 12796 /lib/libgcc_s.so.1.0
Home |
Main Index |
Thread Index |
Old Index