Skip to content

Instantly share code, notes, and snippets.

@pbogdan
Created January 9, 2019 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbogdan/b0f7a959c7aa0c05c53ace66fa80bc71 to your computer and use it in GitHub Desktop.
Save pbogdan/b0f7a959c7aa0c05c53ace66fa80bc71 to your computer and use it in GitHub Desktop.
these derivations will be built:
/nix/store/1m61nnhbb6whbpr99i1h37j5szmxzm7c-libmediaart-1.9.4.drv
building '/nix/store/1m61nnhbb6whbpr99i1h37j5szmxzm7c-libmediaart-1.9.4.drv'...
unpacking sources
unpacking source archive /nix/store/jdn38nxsa4z2a213wpkingiq86iaggri-libmediaart-1.9.4.tar.xz
source root is libmediaart-1.9.4
setting SOURCE_DATE_EPOCH to timestamp 1502485012 of file libmediaart-1.9.4/docs/reference/libmediaart/libmediaart-sections.txt
patching sources
applying patch /nix/store/vdh9jjvlawy7p4lfvf65d0wjqjlk6nxa-meson.patch
patching file tests/meson.build
configuring
meson flags: --buildtype=release --libdir=/nix/store/csaz3bqs1bn4dlk9p9ry5vss5zq3hh9m-libmediaart-1.9.4/lib --libexecdir=/nix/store/csaz3bqs1bn4dlk9p9ry5vss5zq3hh9m-libmediaart-1.9.4/libexec --bindir=/nix/store/csaz3bqs1bn4dlk9p9ry5vss5zq3hh9m-libmediaart-1.9.4/bin --sbindir=/nix/store/csaz3bqs1bn4dlk9p9ry5vss5zq3hh9m-libmediaart-1.9.4/sbin --includedir=/nix/store/pb3av603v5f65c5ckvihz5z0r49bw3d9-libmediaart-1.9.4-dev/include --mandir=/nix/store/csaz3bqs1bn4dlk9p9ry5vss5zq3hh9m-libmediaart-1.9.4/share/man --infodir=/nix/store/csaz3bqs1bn4dlk9p9ry5vss5zq3hh9m-libmediaart-1.9.4/share/info --localedir=/nix/store/csaz3bqs1bn4dlk9p9ry5vss5zq3hh9m-libmediaart-1.9.4/share/locale -Dauto_features=disabled --prefix=/nix/store/csaz3bqs1bn4dlk9p9ry5vss5zq3hh9m-libmediaart-1.9.4
The Meson build system
Version: 0.49.0
Source dir: /build/libmediaart-1.9.4
Build dir: /build/libmediaart-1.9.4/build
Build type: native build
Project name: libmediaart
Project version: 1.9.4
Native C compiler: /nix/store/9xlhlwf6ajqbzvfkmr54q71khiyh13yw-gcc-wrapper-7.3.0/bin/cc (gcc 7.3.0 "gcc (GCC) 7.3.0")
Native C++ compiler: /nix/store/9xlhlwf6ajqbzvfkmr54q71khiyh13yw-gcc-wrapper-7.3.0/bin/c++ (gcc 7.3.0 "g++ (GCC) 7.3.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /nix/store/2n9qdafhvs85bjg5ac1zqqd2vfwas1kx-pkg-config-0.29.2/bin/pkg-config (0.29.2)
Dependency gdk-pixbuf-2.0 found: YES 2.38.0
Dependency glib-2.0 found: YES 2.58.2
Dependency gio-2.0 found: YES 2.58.2
Dependency gio-unix-2.0 found: YES 2.58.2
Dependency gobject-2.0 found: YES 2.58.2
Dependency qt4 (modules: Gui) found: NO (tried pkgconfig, qmake-qt4 and qmake)
Dependency qt5 (modules: Gui) found: NO (tried pkgconfig, qmake-qt5 and qmake)
Configuring config.h using configuration
Configuring version.xml using configuration
Message:
Build Configuration:
Prefix: /nix/store/csaz3bqs1bn4dlk9p9ry5vss5zq3hh9m-libmediaart-1.9.4
Source code location: /build/libmediaart-1.9.4
Compiler: gcc
Image processing library: gdk-pixbuf-2.0
Build targets in project: 8
Found ninja-1.8.2 at /nix/store/lj4glpp6ilyln5bm4v1369wpqhkf13h8-ninja-1.8.2/bin/ninja
meson: enabled parallel building
building
build flags: -j8 -l8
[1/14] Generating marshal_c with a custom command.
INFO: Reading ../libmediaart/marshal.list...
[2/14] Generating marshal_h with a custom command.
INFO: Reading ../libmediaart/marshal.list...
[3/14] Compiling C object 'libmediaart/8425416@@mediaart-2.0@sha/meson-generated_.._marshal.c.o'.
[4/14] Compiling C object 'libmediaart/8425416@@mediaart-2.0@sha/cache.c.o'.
../libmediaart/cache.c: In function 'media_art_get_file':
../libmediaart/cache.c:341:3: warning: 'title_norm' may be used uninitialized in this function [-Wmaybe-uninitialized]
g_free (title_norm);
^~~~~~~~~~~~~~~~~~~
../libmediaart/cache.c:339:3: warning: 'title_stripped' may be used uninitialized in this function [-Wmaybe-uninitialized]
g_free (title_stripped);
^~~~~~~~~~~~~~~~~~~~~~~
../libmediaart/cache.c:340:3: warning: 'title_down' may be used uninitialized in this function [-Wmaybe-uninitialized]
g_free (title_down);
^~~~~~~~~~~~~~~~~~~
../libmediaart/cache.c:334:3: warning: 'artist_norm' may be used uninitialized in this function [-Wmaybe-uninitialized]
g_free (artist_norm);
^~~~~~~~~~~~~~~~~~~~
../libmediaart/cache.c:332:3: warning: 'artist_stripped' may be used uninitialized in this function [-Wmaybe-uninitialized]
g_free (artist_stripped);
^~~~~~~~~~~~~~~~~~~~~~~~
../libmediaart/cache.c:333:3: warning: 'artist_down' may be used uninitialized in this function [-Wmaybe-uninitialized]
g_free (artist_down);
^~~~~~~~~~~~~~~~~~~~
[5/14] Compiling C object 'libmediaart/8425416@@mediaart-2.0@sha/extract.c.o'.
[6/14] Compiling C object 'libmediaart/8425416@@mediaart-2.0@sha/extractpixbuf.c.o'.
[7/14] Compiling C object 'tests/59830eb@@mediaart-test@exe/mediaarttest.c.o'.
[8/14] Compiling C object 'libmediaart/8425416@@mediaart-2.0@sha/storage.c.o'.
../libmediaart/storage.c: In function 'storage_class_init':
../libmediaart/storage.c:135:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
g_type_class_add_private (object_class, sizeof (StoragePrivate));
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /nix/store/m91ya893m8r7hva2rcjzv90mr7ixjp4m-glib-2.58.2-dev/include/glib-2.0/gobject/gobject.h:24:0,
from /nix/store/m91ya893m8r7hva2rcjzv90mr7ixjp4m-glib-2.58.2-dev/include/glib-2.0/gobject/gbinding.h:29,
from /nix/store/m91ya893m8r7hva2rcjzv90mr7ixjp4m-glib-2.58.2-dev/include/glib-2.0/glib-object.h:23,
from /nix/store/m91ya893m8r7hva2rcjzv90mr7ixjp4m-glib-2.58.2-dev/include/glib-2.0/gio/gioenums.h:28,
from /nix/store/m91ya893m8r7hva2rcjzv90mr7ixjp4m-glib-2.58.2-dev/include/glib-2.0/gio/giotypes.h:28,
from /nix/store/m91ya893m8r7hva2rcjzv90mr7ixjp4m-glib-2.58.2-dev/include/glib-2.0/gio/gio.h:26,
from ../libmediaart/storage.c:24:
/nix/store/m91ya893m8r7hva2rcjzv90mr7ixjp4m-glib-2.58.2-dev/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
void g_type_class_add_private (gpointer g_class,
^~~~~~~~~~~~~~~~~~~~~~~~
[9/14] Linking target libmediaart/libmediaart-2.0.so.0.904.0.
[10/14] Generating symbol file 'libmediaart/8425416@@mediaart-2.0@sha/libmediaart-2.0.so.0.904.0.symbols'.
[11/14] Linking target tests/mediaart-test.
[12/14] Generating MediaArt-2.0.gir with a custom command.
g-ir-scanner: link: gcc -o /build/libmediaart-1.9.4/build/tmp-introspectnp29oog4/MediaArt-2.0 /build/libmediaart-1.9.4/build/tmp-introspectnp29oog4/MediaArt-2.0.o -L. -Wl,-rpath,. -Wl,--no-as-needed -L/nix/store/1g6nfn8iqgd871mk3lyriz5nlkk7ilxl-glib-2.58.2/lib -Wl,-rpath,/nix/store/1g6nfn8iqgd871mk3lyriz5nlkk7ilxl-glib-2.58.2/lib -L/build/libmediaart-1.9.4/build/libmediaart -Wl,-rpath,/build/libmediaart-1.9.4/build/libmediaart -L/nix/store/1g6nfn8iqgd871mk3lyriz5nlkk7ilxl-glib-2.58.2/lib -Wl,-rpath,/nix/store/1g6nfn8iqgd871mk3lyriz5nlkk7ilxl-glib-2.58.2/lib -L/nix/store/m88clyixj6grpf8qs0v14k6zmxbh3nd3-gdk-pixbuf-2.38.0/lib -Wl,-rpath,/nix/store/m88clyixj6grpf8qs0v14k6zmxbh3nd3-gdk-pixbuf-2.38.0/lib -lmediaart-2.0 -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lgdk_pixbuf-2.0 -L/nix/store/1g6nfn8iqgd871mk3lyriz5nlkk7ilxl-glib-2.58.2/lib -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
[13/14] Generating libmediaart-2.0.vapi with a custom command.
[14/14] Generating MediaArt-2.0.typelib with a custom command.
running tests
check flags: -j8 -l8 test
[0/1] Running all tests.
1/1 mediaart FAIL 0.34 s (killed by signal 5 SIGTRAP)
Ok: 0
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 0
Timeout: 0
The output from the failed tests:
1/1 mediaart FAIL 0.34 s (killed by signal 5 SIGTRAP)
--- command ---
G_MESSAGES_DEBUG='all' G_TEST_SRCDIR='/build/libmediaart-1.9.4/tests' /build/libmediaart-1.9.4/build/tests/mediaart-test
--- stdout ---
/mediaart/stripping_failures: (/build/libmediaart-1.9.4/build/tests/mediaart-test:3289): GLib-DEBUG: 18:47:30.876: posix_spawn avoided (workdir specified) (fd close requested)
OK
/mediaart/location_null: OK
/mediaart/location_path: OK
/mediaart/stripping/nothing-to-strip: OK
/mediaart/stripping/case-strip: OK
/mediaart/stripping/single-char: OK
/mediaart/stripping/single-char-case: OK
/mediaart/stripping/remove-parenthesis-round: OK
/mediaart/stripping/remove-parenthesis-square: OK
/mediaart/stripping/remove-parenthesis-squirly: OK
/mediaart/stripping/remove-parenthesis-gt-lt: OK
/mediaart/stripping/whitespace: OK
/mediaart/stripping/whitespace-with-content: OK
/mediaart/stripping/messy-title: OK
/mediaart/stripping/unbalanced-brackets-square-start: OK
/mediaart/stripping/unbalanced-brackets-round-start: OK
/mediaart/stripping/unbalanced-brackets-gt-lt-start: OK
/mediaart/stripping/unbalanced-brackets-round-end: OK
/mediaart/stripping/unbalanced-brackets-square-end: OK
/mediaart/stripping/unbalanced-brackets-gt-lt-end: OK
/mediaart/stripping/messy-title-punctuation: OK
/mediaart/stripping/crap-brackets-everywhere: OK
/mediaart/location/normal-case: OK
/mediaart/location/empty-artist: OK
/mediaart/location/whitespace-artist: OK
/mediaart/location/null-artist: OK
/mediaart/location/null-title: OK
/mediaart/process/new: ** (/build/libmediaart-1.9.4/build/tests/mediaart-test:3289): DEBUG: 18:47:30.890: Initializing media art processing requirements...
--- stderr ---
(/build/libmediaart-1.9.4/build/tests/mediaart-test:3289): GLib-GIO-CRITICAL **: 18:47:30.892: g_unix_is_system_fs_type: assertion 'fs_type != NULL && *fs_type != '\0'' failed
-------
Full log written to /build/libmediaart-1.9.4/build/meson-logs/testlog.txt
FAILED: meson-test
/nix/store/shjqy71dl8sjdn3w3a80pya228d46piz-meson-0.49.0/bin/meson test --no-rebuild --print-errorlogs
ninja: build stopped: subcommand failed.
builder for '/nix/store/1m61nnhbb6whbpr99i1h37j5szmxzm7c-libmediaart-1.9.4.drv' failed with exit code 1
error: build of '/nix/store/1m61nnhbb6whbpr99i1h37j5szmxzm7c-libmediaart-1.9.4.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment