Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
after installworld:
root@odin# find / -name 'libcxxrt.*' -xdev -ls
 35633      377 -r--r--r--    1 root                             wheel                              358086 Apr 18 20:31 /usr/lib/libcxxrt.a
101307      241 -r--r--r--    1 root                             wheel                              208792 Apr 22 19:59 /usr/lib/debug/lib/libcxxrt.so.1.debug
 50292      217 -r--r--r--    1 root                             wheel                              157116 Apr 18 20:37 /usr/lib/debug/usr/lib32/libcxxrt.so.1.debug
 35002      241 -r--r--r--    1 root                             wheel                              208792 Apr 18 20:31 /usr/lib/debug/usr/lib/libcxxrt.so.1.debug
101309        1 lrwxr-xr-x    1 root                             wheel                                  23 Apr 22 19:59 /usr/lib/libcxxrt.so -> ../../lib/libcxxrt.so.1
 50386      105 -r--r--r--    1 root                             wheel                               88116 Apr 18 20:37 /usr/lib32/libcxxrt.so.1
 50291      321 -r--r--r--    1 root                             wheel                              220338 Apr 18 20:37 /usr/lib32/libcxxrt.a
117893        1 lrwxr-xr-x    1 root                             wheel                                  13 Apr 22 20:00 /usr/lib32/libcxxrt.so -> libcxxrt.so.1
101970      113 -r--r--r--    1 root                             wheel                              106712 Apr 22 19:59 /lib/libcxxrt.so.1

after delete-old-libs:
root@odin# find / -name 'libcxxrt.*' -xdev -ls
 35633      377 -r--r--r--    1 root                             wheel                              358086 Apr 18 20:31 /usr/lib/libcxxrt.a
101307      241 -r--r--r--    1 root                             wheel                              208792 Apr 22 19:59 /usr/lib/debug/lib/libcxxrt.so.1.debug
101309        1 lrwxr-xr-x    1 root                             wheel                                  23 Apr 22 19:59 /usr/lib/libcxxrt.so -> ../../lib/libcxxrt.so.1
 50291      321 -r--r--r--    1 root                             wheel                              220338 Apr 18 20:37 /usr/lib32/libcxxrt.a
117893        1 lrwxr-xr-x    1 root                             wheel                                  13 Apr 22 20:00 /usr/lib32/libcxxrt.so -> libcxxrt.so.1
101970      113 -r--r--r--    1 root                             wheel                              106712 Apr 22 19:59 /lib/libcxxrt.so.1

Compared to what I see on 14.0-RELEASE, note that:

1. /usr/lib/debug/usr/lib32/libcxxrt.so.1.debug is missing
2. /usr/lib32/libcxxrt.so.1 is missing
3. /usr/lib32/libcxxrt.so is a broken symlink (because of #2)

At least I'm assuming that lib32 is still supposed to exist.  (A repeated
'make installworld' recreates the missing files.)

Jeff.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>