MusicPlayerDaemon / mpdscribble

a MPD client which submits information about tracks being played to a scrobbler (e.g. last.fm)
GNU General Public License v2.0
114 stars 15 forks source link

Libgcrypt warning: missing initialization #18

Closed vbabiy closed 2 years ago

vbabiy commented 4 years ago
Jan 25 23:58:01 pi-sound systemd[1]: Starting AudioScrobbler for MPD...
Jan 25 23:58:01 pi-sound systemd[1]: Started AudioScrobbler for MPD.
Jan 25 23:58:02 pi-sound mpdscribble[7167]: Libgcrypt warning: missing initialization - please fix the application

It doesn't seem to work, even if its a warning.

vbabiy commented 4 years ago
meson . output/release 
The Meson build system
Version: 0.53.1
Source dir: /home/vbabiy/mpdscribble
Build dir: /home/vbabiy/mpdscribble/output/release
Build type: native build
Project name: mpdscribble
Project version: 0.23
C++ compiler for the host machine: c++ (gcc 9.2.0 "c++ (GCC) 9.2.0")
C++ linker for the host machine: c++ GNU ld.bfd 2.33.1
Host machine cpu family: aarch64
Host machine cpu: aarch64
Checking for function "syslog" : YES 
Run-time dependency threads found: YES
Run-time dependency Boost found: YES 1.71
Found pkg-config: /usr/bin/pkg-config (1.6.3)
Run-time dependency libmpdclient found: YES 2.17
Run-time dependency libgcrypt found: YES 1.8.5
Run-time dependency libcurl found: YES 7.68.0
Run-time dependency libsystemd found: YES 244
Compiler for C++ supports arguments -Wall: YES 
Compiler for C++ supports arguments -Wextra: YES 
Compiler for C++ supports arguments -Wno-deprecated-declarations -Wdeprecated-declarations: YES 
Compiler for C++ supports arguments -Wshadow: YES 
Compiler for C++ supports arguments -Wpointer-arith: YES 
Compiler for C++ supports arguments -Wcast-qual: YES 
Compiler for C++ supports arguments -Wcast-align: YES 
Compiler for C++ supports arguments -Wwrite-strings: YES 
Compiler for C++ supports arguments -Wmissing-declarations: YES 
Compiler for C++ supports arguments -Wmissing-noreturn: YES 
Compiler for C++ supports arguments -Wmissing-format-attribute: YES 
Compiler for C++ supports arguments -Wredundant-decls: YES 
Compiler for C++ supports arguments -Wundef: YES 
Compiler for C++ supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Compiler for C++ supports arguments -Wno-non-virtual-dtor -Wnon-virtual-dtor: YES 
Compiler for C++ supports arguments -fvisibility=hidden: YES 
meson.build:81: WARNING: Consider using the built-in warning_level option instead of using "-Wall".
meson.build:81: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".
Configuring config.h using configuration
Configuring mpdscribble.service using configuration
Configuring mpdscribble.service using configuration
Build targets in project: 1

Found ninja-1.9.0 at /usr/bin/ninja