Paste #267947

   
pasted on 16.01.2023 18:04
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[jonn@jonn MangoHud]$ ./build.sh build
Command: build 
# Checking dependencies for "altlinux"
# Unable to find distro information!
# Attempting to build regardless
The Meson build system
Version: 0.62.2
Source dir: /home/jonn/MangoHud
Build dir: /home/jonn/MangoHud/build/meson64
Build type: native build
Project name: MangoHud
Project version: v0.6.8
C compiler for the host machine: cc (gcc 10.3.1 "x86_64-alt-linux-gcc (GCC) 10.3.1 20210703 (ALT Sisyphus 10.3.1-alt2)")
C linker for the host machine: cc ld.bfd 2.35.2.20210110
C++ compiler for the host machine: clang++ (clang 11.0.1 "clang version 11.0.1")
C++ linker for the host machine: clang++ ld.bfd 2.35.2.20210110
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python3 (mako) found: YES (/usr/bin/python3) modules: mako
Checking if "GCC atomic builtins" compiles: YES 
Checking if "Supports timespec_get" compiles: YES 
Checking for function "bswap32" : YES 
Checking for function "bswap64" : YES 
Checking for function "clz" : YES 
Checking for function "clzll" : YES 
Checking for function "ctz" : YES 
Checking for function "expect" : YES 
Checking for function "ffs" : YES 
Checking for function "ffsll" : YES 
Checking for function "popcount" : YES 
Checking for function "popcountll" : YES 
Checking for function "unreachable" : YES 
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Run-time dependency x11 found: YES 1.7.2
Dependency wayland-client skipped: feature with_wayland disabled
Found CMake: /usr/bin/cmake (3.22.2)
Run-time dependency dbus-1 found: NO (tried pkgconfig and cmake)

meson.build:90:2: ERROR: Dependency "dbus-1" not found, tried pkgconfig and cmake

A full log can be found at /home/jonn/MangoHud/build/meson64/meson-logs/meson-log.txt
[jonn@jonn MangoHud]$ su -
Password: 
[root@jonn ~]# apt-get install dbus
Чтение списков пакетов... Завершено
Построение дерева зависимостей... Завершено
Последняя версия dbus уже установлена.
0 будет обновлено, 0 новых установлено, 0 пакетов будет удалено и 0 не будет обновлено.
Add Comment
Author