LINUX.ORG.RU

История изменений

Исправление Gramozeka, (текущая версия) :

возможно вот тут корень проблемы:

Most people who use the commands mentioned below do not experience any difficulties. However, it is easy to make a typo and render the new system unusable, so before running the strip commands, it is a good idea to make a backup of the LFS system in its current state.

First place the debugging symbols for selected libraries in separate files. This debugging information is needed if running regression tests that use valgrind or gdb later in BLFS.

далее идёт выборка по тем библиотекам которые критичны для дебагера:

save_lib=«ld-2.26.so libc-2.26.so libpthread-2.26.so libthread_db-1.0.so»

................

save_usrlib=«libquadmath.so.0.0.0 libstdc++.so.6.0.23 libmpx.so.2.0.1 libmpxwrappers.so.2.0.1 libitm.so.1.0.0 libcilkrts.so.5.0.0 libatomic.so.1.2.0»

...................

версии естественно могут быть и другие, но сама суть действа надеюсь понятна.

Исходная версия Gramozeka, :

возможно вот тут корень проблемы:

Most people who use the commands mentioned below do not experience any difficulties. However, it is easy to make a typo and render the new system unusable, so before running the strip commands, it is a good idea to make a backup of the LFS system in its current state.

First place the debugging symbols for selected libraries in separate files. This debugging information is needed if running regression tests that use valgrind or gdb later in BLFS.

далее идёт выборка по тем библиотекам которые критичны для дебагера:

save_lib=«ld-2.26.so libc-2.26.so libpthread-2.26.so libthread_db-1.0.so» ................ save_usrlib=«libquadmath.so.0.0.0 libstdc++.so.6.0.23 libmpx.so.2.0.1 libmpxwrappers.so.2.0.1 libitm.so.1.0.0 libcilkrts.so.5.0.0 libatomic.so.1.2.0» ...................

версии естественно могут быть и другие, но сама суть действа надеюсь понятна.