dpkg-query: no packages found matching xorg-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libx11-xcb-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-render0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-render-util0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-xkb-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-icccm4-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-image0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-keysyms1-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-randr0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-shape0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-sync-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-xfixes0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-xinerama0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching xkb-data debconf: delaying package configuration, since apt-utils is not installed Package systemd was not found in the pkg-config search path. Perhaps you should add the directory containing `systemd.pc' to the PKG_CONFIG_PATH environment variable No package 'systemd' found Package bash-completion was not found in the pkg-config search path. Perhaps you should add the directory containing `bash-completion.pc' to the PKG_CONFIG_PATH environment variable No package 'bash-completion' found ../source_subfolder/src/pulsecore/proplist-util.c: In function ‘pa_proplist_get_stream_group’: ../source_subfolder/src/pulsecore/proplist-util.c:270:13: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 270 | t = pa_sprintf_malloc("%s-fallback:%s", prefix, r); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/shm.c: In function ‘sharedmem_create’: ../source_subfolder/src/pulsecore/shm.c:198:25: warning: taking address of packed member of ‘struct shm_marker’ may result in an unaligned pointer value [-Waddress-of-packed-member] 198 | pa_atomic_store(&marker->pid, (int) getpid()); | ^~~~~~~~~~~~ ../source_subfolder/src/pulsecore/shm.c:199:25: warning: taking address of packed member of ‘struct shm_marker’ may result in an unaligned pointer value [-Waddress-of-packed-member] 199 | pa_atomic_store(&marker->marker, SHM_MARKER); | ^~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/shm.c: In function ‘pa_shm_cleanup’: ../source_subfolder/src/pulsecore/shm.c:466:28: warning: taking address of packed member of ‘struct shm_marker’ may result in an unaligned pointer value [-Waddress-of-packed-member] 466 | if (pa_atomic_load(&m->marker) != SHM_MARKER) { | ^~~~~~~~~~ ../source_subfolder/src/pulsecore/shm.c:471:44: warning: taking address of packed member of ‘struct shm_marker’ may result in an unaligned pointer value [-Waddress-of-packed-member] 471 | if (!(pid = (pid_t) pa_atomic_load(&m->pid))) { | ^~~~~~~ In file included from /usr/include/string.h:494, from ../source_subfolder/src/pulsecore/protocol-esound.c:26: In function ‘strncpy’, inlined from ‘esd_proto_all_info’ at ../source_subfolder/src/pulsecore/protocol-esound.c:660:13: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 128 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘esd_proto_all_info’ at ../source_subfolder/src/pulsecore/protocol-esound.c:658:13: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 128 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘esd_proto_all_info’ at ../source_subfolder/src/pulsecore/protocol-esound.c:722:17: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 128 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/utils/padsp.c: In function ‘sndstat_open’: ../source_subfolder/src/utils/padsp.c:1450:9: warning: logical ‘and’ of equal expressions [-Wlogical-op] 1450 | && flags != (O_RDONLY|O_LARGEFILE) | ^~ ../source_subfolder/src/utils/padsp.c: In function ‘open64’: ../source_subfolder/src/utils/padsp.c:2592:8: warning: nonnull argument ‘filename’ compared to NULL [-Wnonnull-compare] 2592 | if (!filename || | ^ ../source_subfolder/src/utils/padsp.c:2581:5: warning: nonnull argument ‘filename’ compared to NULL [-Wnonnull-compare] 2581 | debug(DEBUG_LEVEL_VERBOSE, __FILE__": open64(%s)\n", filename?filename:"NULL"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/utils/padsp.c: In function ‘__open_2’: ../source_subfolder/src/utils/padsp.c:1552:27: warning: nonnull argument ‘filename’ compared to NULL [-Wnonnull-compare] 1552 | if ((flags & O_CREAT) || | ~~~~~~~~~~~~~~~~~~^~ 1553 | !filename || | ~~~~~~~~~ ../source_subfolder/src/utils/padsp.c:1550:5: warning: nonnull argument ‘filename’ compared to NULL [-Wnonnull-compare] 1550 | debug(DEBUG_LEVEL_VERBOSE, __FILE__": __open_2(%s)\n", filename?filename:"NULL"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/utils/padsp.c: In function ‘access’: ../source_subfolder/src/utils/padsp.c:2467:8: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2467 | if (!pathname || | ^ ../source_subfolder/src/utils/padsp.c:2465:5: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2465 | debug(DEBUG_LEVEL_VERBOSE, __FILE__": access(%s)\n", pathname?pathname:"NULL"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/utils/padsp.c: In function ‘__open64_2’: ../source_subfolder/src/utils/padsp.c:2604:27: warning: nonnull argument ‘filename’ compared to NULL [-Wnonnull-compare] 2604 | if ((flags & O_CREAT) || | ~~~~~~~~~~~~~~~~~~^~ 2605 | !filename || | ~~~~~~~~~ ../source_subfolder/src/utils/padsp.c:2602:5: warning: nonnull argument ‘filename’ compared to NULL [-Wnonnull-compare] 2602 | debug(DEBUG_LEVEL_VERBOSE, __FILE__": __open64_2(%s)\n", filename?filename:"NULL"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/utils/padsp.c: In function ‘__xstat64’: ../source_subfolder/src/utils/padsp.c:2641:9: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2641 | if (!pathname || | ^~~~~~~~~ ../source_subfolder/src/utils/padsp.c:2639:5: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2639 | debug(DEBUG_LEVEL_VERBOSE, __FILE__": __xstat64(%s)\n", pathname?pathname:"NULL"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/utils/padsp.c:2642:9: warning: nonnull argument ‘buf’ compared to NULL [-Wnonnull-compare] 2642 | !buf || | ^~~~ ../source_subfolder/src/utils/padsp.c: In function ‘stat’: ../source_subfolder/src/utils/padsp.c:2495:9: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2495 | debug(DEBUG_LEVEL_VERBOSE, __FILE__": stat(%s)\n", pathname?pathname:"NULL"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/utils/padsp.c:2492:9: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2492 | if (!pathname || | ^~~~~~~~~ ../source_subfolder/src/utils/padsp.c:2493:9: warning: nonnull argument ‘buf’ compared to NULL [-Wnonnull-compare] 2493 | !buf || | ^~~~ ../source_subfolder/src/utils/padsp.c: In function ‘stat64’: ../source_subfolder/src/utils/padsp.c:2549:9: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2549 | if (!pathname || | ^~~~~~~~~ ../source_subfolder/src/utils/padsp.c:2547:5: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2547 | debug(DEBUG_LEVEL_VERBOSE, __FILE__": stat64(%s)\n", pathname?pathname:"NULL"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/utils/padsp.c:2550:9: warning: nonnull argument ‘buf’ compared to NULL [-Wnonnull-compare] 2550 | !buf || | ^~~~ ../source_subfolder/src/utils/padsp.c: In function ‘__xstat’: ../source_subfolder/src/utils/padsp.c:2621:9: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2621 | if (!pathname || | ^~~~~~~~~ ../source_subfolder/src/utils/padsp.c:2619:5: warning: nonnull argument ‘pathname’ compared to NULL [-Wnonnull-compare] 2619 | debug(DEBUG_LEVEL_VERBOSE, __FILE__": __xstat(%s)\n", pathname?pathname:"NULL"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/utils/padsp.c:2622:9: warning: nonnull argument ‘buf’ compared to NULL [-Wnonnull-compare] 2622 | !buf || | ^~~~ ../source_subfolder/src/modules/module-device-restore.c: In function ‘legacy_entry_read’: ../source_subfolder/src/modules/module-device-restore.c:554:51: warning: taking address of packed member of ‘struct legacy_entry’ may result in an unaligned pointer value [-Waddress-of-packed-member] 554 | if (le->volume_valid && !pa_channel_map_valid(&le->channel_map)) { | ^~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/module-device-restore.c:559:48: warning: taking address of packed member of ‘struct legacy_entry’ may result in an unaligned pointer value [-Waddress-of-packed-member] 559 | if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { | ^~~~~~~~~~~ ../source_subfolder/src/modules/module-device-restore.c:559:104: warning: taking address of packed member of ‘struct legacy_entry’ may result in an unaligned pointer value [-Waddress-of-packed-member] 559 | if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { | ^~~~~~~~~~~ ../source_subfolder/src/modules/module-device-restore.c:559:117: warning: taking address of packed member of ‘struct legacy_entry’ may result in an unaligned pointer value [-Waddress-of-packed-member] 559 | if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { | ^~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/module-stream-restore.c: In function ‘legacy_entry_read’: ../source_subfolder/src/modules/module-stream-restore.c:1084:51: warning: taking address of packed member of ‘struct legacy_entry’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1084 | if (le->volume_valid && !pa_channel_map_valid(&le->channel_map)) { | ^~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/module-stream-restore.c:1089:48: warning: taking address of packed member of ‘struct legacy_entry’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1089 | if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { | ^~~~~~~~~~~ ../source_subfolder/src/modules/module-stream-restore.c:1089:104: warning: taking address of packed member of ‘struct legacy_entry’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1089 | if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { | ^~~~~~~~~~~ ../source_subfolder/src/modules/module-stream-restore.c:1089:117: warning: taking address of packed member of ‘struct legacy_entry’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1089 | if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { | ^~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. libtool: warning: relinking 'libpulse.la' libtool: warning: relinking 'libpulse-simple.la' libtool: warning: relinking 'libpulsecore-13.0.la' libtool: warning: relinking 'libpulsedsp.la' libtool: warning: 'libpulsecore-13.0.la' has not been installed in '/home/conan/w/cci_PR-1986/.conan/data/pulseaudio/13.0/_/_/package/396b62189e6aeb284efdf575e0eef8fbafbe4e7e/lib/pulseaudio' libtool: warning: relinking 'libcli.la' libtool: warning: relinking 'libprotocol-cli.la' libtool: warning: relinking 'libprotocol-simple.la' libtool: warning: relinking 'libprotocol-http.la' libtool: warning: relinking 'libprotocol-native.la' libtool: warning: relinking 'libprotocol-esound.la' libtool: warning: relinking 'librtp.la' libtool: warning: relinking 'module-cli.la' libtool: warning: relinking 'module-cli-protocol-tcp.la' libtool: warning: relinking 'module-simple-protocol-tcp.la' libtool: warning: relinking 'module-null-sink.la' libtool: warning: relinking 'module-null-source.la' libtool: warning: relinking 'module-sine-source.la' libtool: warning: relinking 'module-detect.la' libtool: warning: relinking 'module-volume-restore.la' libtool: warning: relinking 'module-device-manager.la' libtool: warning: relinking 'module-device-restore.la' libtool: warning: relinking 'module-stream-restore.la' libtool: warning: relinking 'module-card-restore.la' libtool: warning: relinking 'module-default-device-restore.la' libtool: warning: relinking 'module-always-sink.la' libtool: warning: relinking 'module-always-source.la' libtool: warning: relinking 'module-rescue-streams.la' libtool: warning: relinking 'module-intended-roles.la' libtool: warning: relinking 'module-suspend-on-idle.la' libtool: warning: relinking 'module-echo-cancel.la' libtool: warning: relinking 'module-http-protocol-tcp.la' libtool: warning: relinking 'module-sine.la' libtool: warning: relinking 'module-native-protocol-tcp.la' libtool: warning: relinking 'module-native-protocol-fd.la' libtool: warning: relinking 'module-combine.la' libtool: warning: relinking 'module-combine-sink.la' libtool: warning: relinking 'module-remap-sink.la' libtool: warning: relinking 'module-remap-source.la' libtool: warning: relinking 'module-ladspa-sink.la' libtool: warning: relinking 'module-tunnel-sink-new.la' libtool: warning: relinking 'module-tunnel-source-new.la' libtool: warning: relinking 'module-tunnel-sink.la' libtool: warning: relinking 'module-tunnel-source.la' libtool: warning: relinking 'module-position-event-sounds.la' libtool: warning: relinking 'module-augment-properties.la' libtool: warning: relinking 'module-role-cork.la' libtool: warning: relinking 'module-loopback.la' libtool: warning: relinking 'module-virtual-sink.la' libtool: warning: relinking 'module-virtual-source.la' libtool: warning: relinking 'module-virtual-surround-sink.la' libtool: warning: relinking 'module-switch-on-connect.la' libtool: warning: relinking 'module-switch-on-port-available.la' libtool: warning: relinking 'module-filter-apply.la' libtool: warning: relinking 'module-filter-heuristics.la' libtool: warning: relinking 'module-role-ducking.la' libtool: warning: relinking 'module-allow-passthrough.la' libtool: warning: relinking 'module-esound-protocol-tcp.la' libtool: warning: relinking 'module-esound-sink.la' libtool: warning: relinking 'module-rtp-send.la' libtool: warning: relinking 'module-rtp-recv.la' libtool: warning: relinking 'module-cli-protocol-unix.la' libtool: warning: relinking 'module-simple-protocol-unix.la' libtool: warning: relinking 'module-http-protocol-unix.la' libtool: warning: relinking 'module-native-protocol-unix.la' libtool: warning: relinking 'module-esound-protocol-unix.la' libtool: warning: relinking 'module-pipe-sink.la' libtool: warning: relinking 'module-pipe-source.la' libtool: warning: relinking 'module-esound-compat-spawnfd.la' libtool: warning: relinking 'module-esound-compat-spawnpid.la' libtool: warning: relinking 'module-match.la' libtool: warning: relinking 'module-x11-bell.la' libtool: warning: relinking 'module-x11-publish.la' libtool: warning: relinking 'module-x11-xsmp.la' libtool: warning: relinking 'module-x11-cork-request.la' libtool: warning: relinking 'liboss-util.la' libtool: warning: relinking 'module-oss.la' libtool: warning: relinking 'libalsa-util.la' libtool: warning: relinking 'module-alsa-sink.la' libtool: warning: relinking 'module-alsa-source.la' libtool: warning: relinking 'module-alsa-card.la' libtool: warning: relinking 'module-mmkbd-evdev.la' libtool: warning: relinking 'libraop.la' libtool: warning: relinking 'module-raop-sink.la' Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY