Advertisement
vladislav_larionov

Untitled

Jan 25th, 2023
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. [defaultuser@INOIP4903 ~]$ devel-su zypper in valgrind
  2. Password:
  3. Загрузка данных о репозиториях...
  4. Чтение установленных пакетов...
  5. Разрешение зависимостей пакетов...
  6.  
  7. Проблема: nothing provides 'glibc-debuginfo' needed by the to be installed valgrind-3.19.0-1.4.22.omp.armv7hl
  8. Решение 1: do not install valgrind-3.19.0-1.4.22.omp.armv7hl
  9. Решение 2: повредить valgrind-3.19.0-1.4.22.omp.armv7hl, игнорируя некоторые из его зависимостей
  10.  
  11. Выберите по номеру одно из вышеуказанных решений или отмените [1/2/о/д/?] (о): 2
  12. Разрешение зависимостей...
  13. Разрешение зависимостей пакетов...
  14.  
  15. Будет установлен 1 НОВЫЙ пакет:
  16. valgrind
  17.  
  18. 1 новый пакет для установки.
  19. Общий размер загрузки: 2,5 MiB. Уже кэшировано: 0 B. После этой операции будет использовано дополнительно 25,1 MiB.
  20. Продолжить? [y/n/v/...? выводит все параметры] (y): y
  21. Получение пакет valgrind-3.19.0-1.4.22.omp.armv7hl (1/1), 2,5 MiB ( 25,1 MiB после распаковки)Получение: valgrind-3.19.0-1.4.22.omp.armv7hl.rpm .....................................................................................[готово (11,6 KiB/s)]
  22. Проверка на конфликты файлов: ......................................................................................................................[готово](1/1) Установка: valgr[defaultuser@INOIP4903 ~]$ valgrind ru.auroraos.CameraUseCases
  23. ==9543== Memcheck, a memory error detector
  24. ==9543== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
  25. ==9543== Using Valgrind-3.19.0 and LibVEX; rerun with -h for copyright info
  26. ==9543== Command: ru.auroraos.CameraUseCases
  27. ==9543==
  28.  
  29. valgrind: Fatal error at startup: a function redirection
  30. valgrind: which is mandatory for this platform-tool combination
  31. valgrind: cannot be set up. Details of the redirection are:
  32. valgrind:
  33. valgrind: A must-be-redirected function
  34. valgrind: whose name matches the pattern: index
  35. valgrind: in an object with soname matching: ld-linux-armhf.so.3
  36. valgrind: was not found whilst processing
  37. valgrind: symbols from the object with soname: ld-linux-armhf.so.3
  38. valgrind:
  39. valgrind: Possible fixes: (1, short term): install glibc's debuginfo
  40. valgrind: package on this machine. (2, longer term): ask the packagers
  41. valgrind: for your Linux distribution to please in future ship a non-
  42. valgrind: stripped ld.so (or whatever the dynamic linker .so is called)
  43. valgrind: that exports the above-named function using the standard
  44. valgrind: calling conventions for this platform. The package you need
  45. valgrind: to install for fix (1) is called
  46. valgrind:
  47. valgrind: On Debian, Ubuntu: libc6-dbg
  48. valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo
  49. valgrind:
  50. valgrind: Note that if you are debugging a 32 bit process on a
  51. valgrind: 64 bit system, you will need a corresponding 32 bit debuginfo
  52. valgrind: package (e.g. libc6-dbg:i386).
  53. valgrind:
  54. valgrind: Cannot continue -- exiting now. Sorry.
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement