Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move some qt5 style packages to qt5-packages.nix #102594

Closed
wants to merge 4 commits into from

Conversation

doronbehar
Copy link
Contributor

Motivation for this change

#98009

Things done

Didn't test a thing.

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@@ -9,8 +9,18 @@ let
isQGnome = cfg.platformTheme == "gnome" && builtins.elem cfg.style ["adwaita" "adwaita-dark"];
isQtStyle = cfg.platformTheme == "gtk2" && !(builtins.elem cfg.style ["adwaita" "adwaita-dark"]);

packages = if isQGnome then [ pkgs.qgnomeplatform pkgs.adwaita-qt ]
else if isQtStyle then [ pkgs.libsForQt5.qtstyleplugins ]
packages = if isQGnome then [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what this config does, but this seems a bit like using a hammer?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBH I don't use it as well. I think it just sets some env vars and adds packages to the system path, not sure how exactly that does what it should, but @worldofpeace is the author of it so they should know better.

Copy link
Member

@ttuegel ttuegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it acceptable to install three versions of Qt on anyone's system?

@worldofpeace
Copy link
Contributor

I have the same question, this is like a big hammer. Currently 👎

@doronbehar
Copy link
Contributor Author

Why is it acceptable to install three versions of Qt on anyone's system?

I have the same question, this is like a big hammer. Currently -1

OK I don't know if this change even helps the situation, but I think it is self contradictory to pin packages to libsForQt514, while not adding the qt514 versions of these themes to people's closures. If we had a qt-applications.nix, and somehow magically we'd be able to track down in this module what qt514 packages are there in someone's environment.systemPackages, we'd be able to smartly choose which versions of the themes to put there.

But even without a qt-applications.nix, the least we should do is to track down to the bit why some packages are pinned to qt514, and if we'd find out many can use qt515, we maybe could consider that putting there only the qt515 versions of the themes is sensible, while we know that qt514 applications would want the qt514 version of the themes. Then we could maybe document in the modules' options' descriptions that one should add more qt versions of the themse to their environment.systemPackages, to support the themes for these applications.

We could as a start, indeed not add all of these versions of the themes and use only the qt515 versions of them. Then, we could introduce a new option that would be an array of qt versions one wishes to add the versions of the themes to their closure.

But, when I consider the scheme of this course of resolution, and thinking about what default value to give to that qt versions array, I think that we have to at least track down why packages are pinned to qt514, and find out whether it's justified or not. After that, considering how many packages are pinned righteously to qt514 we'd be able to sensibly decide whether that array of qt5 versions for the themes should include 514 or not.

@unclechu
Copy link
Member

unclechu commented Nov 5, 2020

It seems this doesn’t fix #98009 (am I testing it correctly?):

nix-shell -E 'let pkgs=import (fetchTarball {url="https://github.com/NixOS/nixpkgs/archive/d06a89efc918154353af5fe74d1be5b43d48f79a.tar.gz";}) {}; in pkgs.mkShell {buildInputs = [pkgs.vlc];}' --run vlc

2020-11-05 23-17-32

@doronbehar
Copy link
Contributor Author

It seems this doesn’t fix #98009 (am I testing it correctly?):

I'm afraid not. The nixos module that I changed here is installing some qt libraries to your system, and this change ensures other qt libraries are installed as well. So, you'd need to rebuild your system with this patch - i.e perhaps:

sudo nixos-rebuild switch -I nixpkgs=https://github.com/doronbehar/nixpkgs/archive/5104e6a8526d1092d37c1d7a97e44697dd61459d.tar.gz

Note the change in the hash.

@unclechu
Copy link
Member

unclechu commented Nov 6, 2020

@doronbehar Rebuild failed with (see the bottom part about incompatible types, actually it seems that it was psi-plus which failed to build, I’ll also try to rebuild without it):

... there was a lot more in the log ...
Using ar found on system at:
/nix/store/hiwz81i1g3fn3p0acjs042a4h5fri6dh-binutils-2.31.1/bin/ar
No c2hs found
No cpphs found
No doctest found
Using gcc version 9.3.0 given by user at:
qgnomeplatformdecoration.cpp: In member function 'bool QGnomePlatformDecoration::updateButtonHoverState(Button)':
qgnomeplatformdecoration.cpp:553:62: warning: unused parameter 'hoveredButton' [-Wunused-parameter]
  553 | bool QGnomePlatformDecoration::updateButtonHoverState(Button hoveredButton)
      |                                                       ~~~~~~~^~~~~~~~~~~~~
unpacking source archive /nix/store/rccyidklfdn0d2xjmd8g4dzdgg80rj2w-Hasklig.zip
[  9%] Building CXX object src/CMakeFiles/neovim-qt.dir/auto/neovimapi6.cpp.o
[2 of 2] Compiling Paths_data_maybe_preserve ( dist/build/autogen/Paths_data_maybe_preserve.hs, dist/build/Paths_data_maybe_preserve.p_o )
autoreconf: Leaving directory `.'
configuring
fixing libtool script ./build-aux/ltmain.sh
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0 --bindir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/bin --sbindir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/sbin --includedir=/nix/store/1igd0sf84daxlb4w83ppqb43slk1ggp6-pulseaudio-13.0-dev/include --oldincludedir=/nix/store/1igd0sf84daxlb4w83ppqb43slk1ggp6-pulseaudio-13.0-dev/include --mandir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/share/man --infodir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/share/info --docdir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/share/doc/pulseaudio --libdir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/lib --libexecdir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/libexec --localedir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/share/locale --disable-solaris --disable-jack --disable-oss-output --localstatedir=/var --sysconfdir=/etc --with-access-group=audio --with-bash-completion-dir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/share/bash-completions/completions --enable-jack --with-systemduserunitdir=/nix/store/9y9znbgjp75zjcbggbws1kfgz9ffv4qi-pulseaudio-13.0/lib/systemd/user
[  2%] Linking CXX static library libqhttp.a
/nix/store/8madhhcxhxlf0rrc5hdsk65l206r3cc6-gcc-wrapper-9.3.0/bin/gcc
Using ghc version 8.8.4 found on system at:
/nix/store/sbqnpfnx4w8jb7jq2yb71pifihwqy2a5-ghc-8.8.4/bin/ghc
Using ghc-pkg version 8.8.4 found on system at:
/nix/store/sbqnpfnx4w8jb7jq2yb71pifihwqy2a5-ghc-8.8.4/bin/ghc-pkg
No ghcjs found
No ghcjs-pkg found
No greencard found
Using haddock version 2.23.0 found on system at:
/nix/store/sbqnpfnx4w8jb7jq2yb71pifihwqy2a5-ghc-8.8.4/bin/haddock
No happy found
Using haskell-suite found on system at: haskell-suite-dummy-location
Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
No hmake found
Using hpc version 0.67 found on system at:
/nix/store/sbqnpfnx4w8jb7jq2yb71pifihwqy2a5-ghc-8.8.4/bin/hpc
Using hsc2hs version 0.68.7 found on system at:
/nix/store/sbqnpfnx4w8jb7jq2yb71pifihwqy2a5-ghc-8.8.4/bin/hsc2hs
No hscolour found
No jhc found
Using ld found on system at:
/nix/store/h770niqkf08ksgm0n6a271kc21w95b13-binutils-wrapper-2.31.1/bin/ld.gold
No pkg-config found
Using runghc version 8.8.4 found on system at:
/nix/store/sbqnpfnx4w8jb7jq2yb71pifihwqy2a5-ghc-8.8.4/bin/runghc
Using strip version 2.31 found on system at:
/nix/store/hiwz81i1g3fn3p0acjs042a4h5fri6dh-binutils-2.31.1/bin/strip
Using tar found on system at:
/nix/store/3kg5y8qb1fmq7sv77lj7xy5vldx2m9za-gnutar-1.32/bin/tar
No uhc found
[  2%] Built target qhttp
building
Scanning dependencies of target psimedia_autogen
[  2%] Automatic MOC for target psimedia
/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/bin/moc -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SERVICE_SUPPORT_LIB -DQT_WAYLANDCLIENT_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB --include /build/source/decoration/moc_predefs.h -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/mkspecs/linux-g++ -I/build/source/decoration -I/build/source/common -I/nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -I/nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -I/nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -I/nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -I/nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -I/nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -I/nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -I/nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -I/nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -I/nix/store/k3n6hd3llwlqmsc07kwd7civd7ks5a2d-qtwayland-5.12.7-dev/include/QtWaylandClient/5.12.7 -I/nix/store/k3n6hd3llwlqmsc07kwd7civd7ks5a2d-qtwayland-5.12.7-dev/include/QtWaylandClient/5.12.7/QtWaylandClient -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtServiceSupport -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtServiceSupport/5.12.7 -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtServiceSupport/5.12.7/QtServiceSupport -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7 -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7/QtGui -I/nix/store/k3n6hd3llwlqmsc07kwd7civd7ks5a2d-qtwayland-5.12.7-dev/include/QtWaylandClient -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtWidgets -I/nix/store/yhcf9spk6hl08634ha2aigjspv60q3kj-qtx11extras-5.12.7-dev/include/QtX11Extras -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7 -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7/QtCore -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtDBus -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include -I/nix/store/42nv8sajhf6fzjpy3d1qcax4k9ymh78p-libxml2-2.9.10-dev/include -I/nix/store/jnvzc9ppm1l030mwlramvwisk8svzn9r-zlib-1.2.11-dev/include -I/nix/store/i4gp8msrw37ghw2s0g4grcszii7ghd9c-libxslt-1.1.34-dev/include -I/nix/store/p4651hzjlvghlwym1fq931cz26qdp2ir-openssl-1.1.1g-dev/include -I/nix/store/lc57cg8c6k63pgqzdcaq8l7r1l0c46dl-sqlite-3.33.0-dev/include -I/nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include -I/nix/store/sxca6ilm4n91yrc7789s2600fm6xgqnj-graphite2-1.3.14/include -I/nix/store/7flw8mxs28mk2r1wsnyas1y59j4hjr7a-icu4c-67.1-dev/include -I/nix/store/dyps5hk6w1jh1n4h7zna53mkw3xlv0bd-libjpeg-turbo-2.0.5-dev/include -I/nix/store/90j5pha0j02s9bq4gz23n6cxv4rnadsx-libpng-apng-1.6.37-dev/include -I/nix/store/vcxly22i1csi2xbjyjvsn6vk19cf5lnw-pcre2-10.35-dev/include -I/nix/store/hx3vzkqbfajqkb1rr1p1gz832savzm6y-dbus-1.12.20-dev/include -I/nix/store/5b2s8q8z0anw4hblkvsf8d03mjahcnik-expat-2.2.8-dev/include -I/nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -I/nix/store/yb27g8112qg5mvx9yr1nhx7y9ailfa4w-libffi-3.3-dev/include -I/nix/store/vkmnfr10cbz8799yvwy352607jrww92h-gettext-0.21/include -I/nix/store/br7jz5hvz2vicxr9n0mqry4zifc330xa-glibc-iconv-2.32/include -I/nix/store/cgwb51d7adfz4i5290kbnvzm3s9gkibi-systemd-246.6-dev/include -I/nix/store/yn83ja10lldwc9nrjy6s3kxl4h2n8ymm-fontconfig-2.13.92-dev/include -I/nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -I/nix/store/r3l4z104g6hi5jb2arrzc60f0bbxnkjm-bzip2-1.0.6.0.1-dev/include -I/nix/store/bgxp2h7j5810j3wdkcphgdyclb3r1yiw-libX11-1.6.8-dev/include -I/nix/store/ad79rlnjg1ac2pz0mdxjq34rvb38yggb-xorgproto-2019.1/include -I/nix/store/q7kyv4vp3g59n953hqvxwwl5r29rnb5b-libxcb-1.13.1-dev/include -I/nix/store/y6y76z12ihh8zgwpym2v0z0414flcqh2-libXcomposite-0.4.5-dev/include -I/nix/store/iz49hsjf4n33hkal71sy4yqdyjrj6yxl-libXfixes-5.0.3-dev/include -I/nix/store/lajmx694qzfzmq2549z00dgbl5bkzszq-libXext-1.3.4-dev/include -I/nix/store/ham00gwr5ijb8f34fh72xy0jdx98hxp4-libXau-1.0.9-dev/include -I/nix/store/2k0fb45mx1iqk2z8w1834q2hyv09g41w-libXi-1.7.10-dev/include -I/nix/store/kf3wa19a8y8hmvcgv7x3dg3la12r17a5-libXrender-0.9.10-dev/include -I/nix/store/x0y746yvgcxi4xsq3nlf37ivf8dnm7lj-libxkbcommon-0.10.0-dev/include -I/nix/store/643sy9ggfvhiig1qk5h7xp1f4j7s9xy9-xcb-util-0.4.0-dev/include -I/nix/store/4kha29aybgp0gmdrirn37hrgaf0k9rfl-xcb-util-image-0.4.0-dev/include -I/nix/store/f6yclr4arkr8xf2508xzsvbdygraqfy1-xcb-util-keysyms-0.4.0-dev/include -I/nix/store/md036c4ygmknn8w1xacvsxha5smlwgyp-xcb-util-renderutil-0.3.9-dev/include -I/nix/store/p9nqgfpy03mcr41snjpzk5f4pfg3l6qy-xcb-util-wm-0.4.1-dev/include -I/nix/store/2sjcx3ingav550bzmk1g4zh37v9sdm85-libGL-1.3.2-dev/include -I/nix/store/mdcyi0hyzw1crcwjkglzbv8hjs78nc1y-libglvnd-1.3.2-dev/include -I/nix/store/k3n6hd3llwlqmsc07kwd7civd7ks5a2d-qtwayland-5.12.7-dev/include -I/nix/store/cilpmvp14ayav9zns2irfw8nj1njfdk6-qtdeclarative-5.12.7-dev/include -I/nix/store/6vz7j4rcbxrzm4mi5vqi2xrkghlifhiv-qtsvg-5.12.7-dev/include -I/nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include -I/nix/store/77jmm9cykv38yk65s4fjg3gzy83sl5c9-at-spi2-atk-2.34.2/include -I/nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include -I/nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include -I/nix/store/g7zc6b8ng77dllwawins0c2fj5r3272f-pixman-0.38.4/include -I/nix/store/wk0jjvzaj4lk04w2av776hfhs6qwc0sl-fribidi-1.0.7/include -I/nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include -I/nix/store/ibkrg5j8yq1aag5gk2q7c07dz3vscldm-libtiff-4.1.0-dev/include -I/nix/store/n45raiy15z3v2v5z2zrbbr04619j3fmi-xz-5.2.5-dev/include -I/nix/store/jdmbx19adp2ignca1blp4vlg5ff7abdl-gsettings-desktop-schemas-3.36.1/include -I/nix/store/0yq51w6cmlqx38dq24wpb09n8sp9367k-libICE-1.0.10-dev/include -I/nix/store/a4j5ahg3h4m0m6hhj2agw94l9idxpdqx-libSM-1.2.3-dev/include -I/nix/store/ljxhaldxbjwzg719ws8x6xq90dsbadiv-libXcursor-1.2.0-dev/include -I/nix/store/faybij65bmb31vfjjrvjrpmiyyasw8ph-libXrandr-1.5.2-dev/include -I/nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include -I/nix/store/q8ispzma1189xqy1ggw08cmv452ia7ky-libXft-2.3.3-dev/include -I/nix/store/5shlrvra3nhzkb8dy5k2xglmq77nfz56-libXdamage-1.1.5-dev/include -I/nix/store/jb01ll5jfgvqibv1xl5qy23jyl3v7r7r-libXxf86vm-1.1.4-dev/include -I/nix/store/r4wd5pxhv4j59mkn7k3wm814177xx66r-libdrm-2.4.102-dev/include -I/nix/store/i1pj9jfalhgqqb6m60f1j42xb255slha-wayland-1.18.0/include -I/nix/store/daprbi2ynm07b07vaf0yxmkz2jghv0w3-libXinerama-1.1.4-dev/include -I/nix/store/i12hai32knnjghcggfagp00934q8491j-cups-2.3.3-dev/include -I/nix/store/bnp4naqwrjp9pkl75dfbckmsw5ckn06j-gmp-6.2.0-dev/include -I/nix/store/yhcf9spk6hl08634ha2aigjspv60q3kj-qtx11extras-5.12.7-dev/include -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include/c++/9.3.0 -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include/c++/9.3.0/x86_64-unknown-linux-gnu -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include/c++/9.3.0/backward -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/include -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/include-fixed -I/nix/store/a2n8nrsf215x01a7fv8l94crdjwf69pa-glibc-2.32-dev/include decorationplugin.h -o moc_decorationplugin.cpp
Preprocessing library for hoogle-5.0.18..
Building library for hoogle-5.0.18..
g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SERVICE_SUPPORT_LIB -DQT_WAYLANDCLIENT_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../common -isystem /nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -isystem /nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -isystem /nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -isystem /nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -isystem /nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -isystem /nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -isystem /nix/store/k3n6hd3llwlqmsc07kwd7civd7ks5a2d-qtwayland-5.12.7-dev/include/QtWaylandClient/5.12.7 -isystem /nix/store/k3n6hd3llwlqmsc07kwd7civd7ks5a2d-qtwayland-5.12.7-dev/include/QtWaylandClient/5.12.7/QtWaylandClient -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtServiceSupport -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtServiceSupport/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtServiceSupport/5.12.7/QtServiceSupport -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7/QtGui -isystem /nix/store/k3n6hd3llwlqmsc07kwd7civd7ks5a2d-qtwayland-5.12.7-dev/include/QtWaylandClient -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtWidgets -isystem /nix/store/yhcf9spk6hl08634ha2aigjspv60q3kj-qtx11extras-5.12.7-dev/include/QtX11Extras -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7/QtCore -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtDBus -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore -I. -I/nix/store/d374pihlc80b11bda2lc81rxkfnmfvzz-mesa-20.1.9-dev/include -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/mkspecs/linux-g++ -o moc_decorationplugin.o moc_decorationplugin.cpp
checking for a BSD-compatible install... /nix/store/7fdm1ij6f7xwjmhpici1bh3xh08n0sp7-coreutils-8.31/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/7fdm1ij6f7xwjmhpici1bh3xh08n0sp7-coreutils-8.31/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '100' is supported by ustar format... yes
[  2%] Built target psimedia_autogen
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
Scanning dependencies of target attentionplugin_autogen
[  2%] Automatic MOC for target attentionplugin
[ 1 of 28] Compiling General.Str      ( src/General/Str.hs, dist/build/General/Str.o )
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for stow... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking for gcc... gcc
unpacking source archive /nix/store/6n74872ry39215dzaf7njqhxcwq5s8r5-HeavyData.zip
unpacking source archive /nix/store/a3avpk3jh7x7c5plnjwvfpkcdmmnqad1-Hermit.zip
[  2%] Built target attentionplugin_autogen
Scanning dependencies of target autoreplyplugin_autogen
[  2%] Automatic MOC for target autoreplyplugin
Preprocessing test suite 'data-maybe-preserve-test' for data-maybe-preserve-0.0.0..
Building test suite 'data-maybe-preserve-test' for data-maybe-preserve-0.0.0..
unpacking source archive /nix/store/bk24sdfwdxczq0qv157b0bwykkfkqa0a-IBMPlexMono.zip
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
[1 of 2] Compiling Main             ( test/Spec.hs, dist/build/data-maybe-preserve-test/data-maybe-preserve-test-tmp/Main.o )
checking for suffix of executables... 
unpacking source archive /nix/store/x4qj2irnk1s6q6n1bps30fv612h1iwbi-Inconsolata.zip
rm -f libqgnomeplatformdecoration.so
g++ -Wl,-O1 -Wl,-rpath,/nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib -Wl,-rpath-link,/nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib -shared -o libqgnomeplatformdecoration.so decorationplugin.o qgnomeplatformdecoration.o moc_decorationplugin.o  -L../common -L/nix/store/qmh5qmrxml57pmm156vrbbxh1pyygrgn-libGL-1.3.2/lib -lcommon -L/nix/store/yxkdbbxw5v2gbcra72hznhfpqyda3qr0-harfbuzz-2.7.1/lib -L/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib -L/nix/store/5i5n9wiq7spq8sfarqglzcbb1x6aw8vg-gtk+3-3.24.21/lib -L/nix/store/186w2rq5f877nh135c7i90z5gls0l7m8-atk-2.36.0/lib -L/nix/store/7z2wjnw1rxhrsxv0r5k6jzw6c12blcpg-cairo-1.16.0/lib -L/nix/store/q2dgzjd1ghx3q9mnx1vlw7b5l1f63r5d-gdk-pixbuf-2.40.0/lib -L/nix/store/w9iir3b779d8gc4firblzblqfdcri3gf-pango-1.45.3/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5ServiceSupport.a -L/nix/store/wn2hcvdk7dzc7l3f340sva6lhkbmmsgd-icu4c-67.1/lib -L/nix/store/63x53nvrc8f3g302ral5sczhjqc5pf0d-zlib-1.2.11/lib -L/nix/store/pvsjjss9w2ps48jqn5y5ivfxqhmzds26-libjpeg-turbo-2.0.5/lib -L/nix/store/7figba9q8yrgz4gj9yhqgjri97h9snsb-openssl-1.1.1g/lib -L/nix/store/r2lm74kf3mzc7izvnjqchlac5sifg086-libX11-1.6.8/lib -L/nix/store/k0m4ap07x6g8yy8np5r8s2c21kpvn4vv-libXext-1.3.4/lib -L/nix/store/gi9mf1dkpkv1d3azwvfh2ppvkn6sybla-libXrender-0.9.10/lib -L/nix/store/cw5ai0ral26wapy270xay4zqvg9q9gvf-cups-2.3.3-lib/lib -L/nix/store/9pz39hgfgcwfp4f8gpxk57k9g3fafly0-mariadb-connector-c-3.1.8/lib /nix/store/cy9qjr40vwcfnf1w76mgganmgdrvikql-qtwayland-5.12.7/lib/libQt5WaylandClient.so /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5Widgets.so /nix/store/21mm6nmfdf88nz8vlyzgghrkvpkp29km-qtx11extras-5.12.7/lib/libQt5X11Extras.so /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5Gui.so /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5DBus.so /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5Core.so /nix/store/xgm1dd92s3apbyx0rq1ga1pf9vzm625b-libglvnd-1.3.2/lib/libGL.so -lpthread /nix/store/i1pj9jfalhgqqb6m60f1j42xb255slha-wayland-1.18.0/lib/libwayland-cursor.so /nix/store/i1pj9jfalhgqqb6m60f1j42xb255slha-wayland-1.18.0/lib/libwayland-client.so    
checking whether we are cross compiling... no
[  2%] Built target autoreplyplugin_autogen
Scanning dependencies of target birthdayreminderplugin_autogen
g++ -c -pipe -O2 -fPIC -std=gnu++11 -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG -DQT_THEME_SUPPORT_LIB -DQT_X11EXTRAS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -isystem /nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -isystem /nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -isystem /nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -isystem /nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -isystem /nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -isystem /nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtThemeSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtThemeSupport/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtThemeSupport/5.15.0/QtThemeSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0/QtGui -isystem /nix/store/2h5la75j83i2a5an3g0kwlxa5cyi053n-qtx11extras-5.15.0-dev/include/QtX11Extras -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtWidgets -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtDBus -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0/QtCore -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore -I. -I/nix/store/d374pihlc80b11bda2lc81rxkfnmfvzz-mesa-20.1.9-dev/include -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/mkspecs/linux-g++ -o moc_qgtk3dialoghelpers.o moc_qgtk3dialoghelpers.cpp
[  2%] Automatic MOC for target birthdayreminderplugin
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
unpacking source archive /nix/store/glqfdyxfh3z5bj6p7s0vm4i49lsdwy54-InconsolataGo.zip
checking whether gcc accepts -g... yes
unpacking source archive /nix/store/y4mxaqip95yv73m7i6r7663shsp80czk-InconsolataLGC.zip
checking for gcc option to accept ISO C89... none needed
make[1]: Leaving directory '/build/source/decoration'
cd theme/ && ( test -e Makefile || /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/bin/qmake -o Makefile /build/source/theme/theme.pro PREFIX=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_OUT=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_DEV=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_BIN=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_DOC=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/share/doc/qt-5.12.7 NIX_OUTPUT_QML=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/qml NIX_OUTPUT_PLUGIN=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins CONFIG+=release ) && make -f Makefile 
unpacking source archive /nix/store/nz9p54yln0xilk0h6jrv2x2k5zhb92xb-Iosevka.zip
[  2%] Built target birthdayreminderplugin_autogen
checking whether gcc understands -c and -o together... yes
Scanning dependencies of target chessplugin_autogen
[  2%] Automatic MOC for target chessplugin
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
make[1]: Entering directory '/build/source/theme'
g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_THEME_SUPPORT_LIB -DQT_X11EXTRAS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../common -isystem /nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -isystem /nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -isystem /nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -isystem /nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -isystem /nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -isystem /nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport/5.12.7/QtThemeSupport -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7/QtGui -isystem /nix/store/yhcf9spk6hl08634ha2aigjspv60q3kj-qtx11extras-5.12.7-dev/include/QtX11Extras -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtWidgets -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7/QtCore -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtDBus -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore -I. -I/nix/store/d374pihlc80b11bda2lc81rxkfnmfvzz-mesa-20.1.9-dev/include -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/mkspecs/linux-g++ -o platformplugin.o platformplugin.cpp
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /nix/store/4crjhnvd8yhk063r7pwxpw6kd8aq0rbv-gnugrep-3.5/bin/grep
checking for egrep... /nix/store/4crjhnvd8yhk063r7pwxpw6kd8aq0rbv-gnugrep-3.5/bin/grep -E
[  2%] Built target chessplugin_autogen
Scanning dependencies of target cleanerplugin_autogen
[  2%] Automatic MOC for target cleanerplugin
[ 2 of 28] Compiling General.IString  ( src/General/IString.hs, dist/build/General/IString.o )
/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/bin/moc -DQT_NO_DEBUG -DQT_THEME_SUPPORT_LIB -DQT_X11EXTRAS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB --include /build/source/common/moc_predefs.h -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/mkspecs/linux-g++ -I/build/source/common -I/nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -I/nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -I/nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -I/nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -I/nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -I/nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -I/nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -I/nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -I/nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtThemeSupport -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtThemeSupport/5.15.0 -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtThemeSupport/5.15.0/QtThemeSupport -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0 -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0/QtGui -I/nix/store/2h5la75j83i2a5an3g0kwlxa5cyi053n-qtx11extras-5.15.0-dev/include/QtX11Extras -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtWidgets -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtDBus -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0 -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0/QtCore -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include -I/nix/store/42nv8sajhf6fzjpy3d1qcax4k9ymh78p-libxml2-2.9.10-dev/include -I/nix/store/jnvzc9ppm1l030mwlramvwisk8svzn9r-zlib-1.2.11-dev/include -I/nix/store/i4gp8msrw37ghw2s0g4grcszii7ghd9c-libxslt-1.1.34-dev/include -I/nix/store/p4651hzjlvghlwym1fq931cz26qdp2ir-openssl-1.1.1g-dev/include -I/nix/store/lc57cg8c6k63pgqzdcaq8l7r1l0c46dl-sqlite-3.33.0-dev/include -I/nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include -I/nix/store/sxca6ilm4n91yrc7789s2600fm6xgqnj-graphite2-1.3.14/include -I/nix/store/7flw8mxs28mk2r1wsnyas1y59j4hjr7a-icu4c-67.1-dev/include -I/nix/store/dyps5hk6w1jh1n4h7zna53mkw3xlv0bd-libjpeg-turbo-2.0.5-dev/include -I/nix/store/90j5pha0j02s9bq4gz23n6cxv4rnadsx-libpng-apng-1.6.37-dev/include -I/nix/store/vcxly22i1csi2xbjyjvsn6vk19cf5lnw-pcre2-10.35-dev/include -I/nix/store/hx3vzkqbfajqkb1rr1p1gz832savzm6y-dbus-1.12.20-dev/include -I/nix/store/5b2s8q8z0anw4hblkvsf8d03mjahcnik-expat-2.2.8-dev/include -I/nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -I/nix/store/yb27g8112qg5mvx9yr1nhx7y9ailfa4w-libffi-3.3-dev/include -I/nix/store/vkmnfr10cbz8799yvwy352607jrww92h-gettext-0.21/include -I/nix/store/br7jz5hvz2vicxr9n0mqry4zifc330xa-glibc-iconv-2.32/include -I/nix/store/cgwb51d7adfz4i5290kbnvzm3s9gkibi-systemd-246.6-dev/include -I/nix/store/yn83ja10lldwc9nrjy6s3kxl4h2n8ymm-fontconfig-2.13.92-dev/include -I/nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -I/nix/store/r3l4z104g6hi5jb2arrzc60f0bbxnkjm-bzip2-1.0.6.0.1-dev/include -I/nix/store/bgxp2h7j5810j3wdkcphgdyclb3r1yiw-libX11-1.6.8-dev/include -I/nix/store/ad79rlnjg1ac2pz0mdxjq34rvb38yggb-xorgproto-2019.1/include -I/nix/store/q7kyv4vp3g59n953hqvxwwl5r29rnb5b-libxcb-1.13.1-dev/include -I/nix/store/y6y76z12ihh8zgwpym2v0z0414flcqh2-libXcomposite-0.4.5-dev/include -I/nix/store/iz49hsjf4n33hkal71sy4yqdyjrj6yxl-libXfixes-5.0.3-dev/include -I/nix/store/lajmx694qzfzmq2549z00dgbl5bkzszq-libXext-1.3.4-dev/include -I/nix/store/ham00gwr5ijb8f34fh72xy0jdx98hxp4-libXau-1.0.9-dev/include -I/nix/store/2k0fb45mx1iqk2z8w1834q2hyv09g41w-libXi-1.7.10-dev/include -I/nix/store/kf3wa19a8y8hmvcgv7x3dg3la12r17a5-libXrender-0.9.10-dev/include -I/nix/store/x0y746yvgcxi4xsq3nlf37ivf8dnm7lj-libxkbcommon-0.10.0-dev/include -I/nix/store/643sy9ggfvhiig1qk5h7xp1f4j7s9xy9-xcb-util-0.4.0-dev/include -I/nix/store/4kha29aybgp0gmdrirn37hrgaf0k9rfl-xcb-util-image-0.4.0-dev/include -I/nix/store/f6yclr4arkr8xf2508xzsvbdygraqfy1-xcb-util-keysyms-0.4.0-dev/include -I/nix/store/md036c4ygmknn8w1xacvsxha5smlwgyp-xcb-util-renderutil-0.3.9-dev/include -I/nix/store/p9nqgfpy03mcr41snjpzk5f4pfg3l6qy-xcb-util-wm-0.4.1-dev/include -I/nix/store/2sjcx3ingav550bzmk1g4zh37v9sdm85-libGL-1.3.2-dev/include -I/nix/store/mdcyi0hyzw1crcwjkglzbv8hjs78nc1y-libglvnd-1.3.2-dev/include -I/nix/store/wacsr6pz13cvz7f6ih8v67yqj38sbvid-qtwayland-5.15.0-dev/include -I/nix/store/6vwwszsgsjnh794xfmbfacm5kk94ja2r-qtdeclarative-5.15.0-dev/include -I/nix/store/1rvchzwm3c96i1dikdx43h5d7krjhb1l-qtsvg-5.15.0-dev/include -I/nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include -I/nix/store/77jmm9cykv38yk65s4fjg3gzy83sl5c9-at-spi2-atk-2.34.2/include -I/nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include -I/nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include -I/nix/store/g7zc6b8ng77dllwawins0c2fj5r3272f-pixman-0.38.4/include -I/nix/store/wk0jjvzaj4lk04w2av776hfhs6qwc0sl-fribidi-1.0.7/include -I/nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include -I/nix/store/ibkrg5j8yq1aag5gk2q7c07dz3vscldm-libtiff-4.1.0-dev/include -I/nix/store/n45raiy15z3v2v5z2zrbbr04619j3fmi-xz-5.2.5-dev/include -I/nix/store/jdmbx19adp2ignca1blp4vlg5ff7abdl-gsettings-desktop-schemas-3.36.1/include -I/nix/store/0yq51w6cmlqx38dq24wpb09n8sp9367k-libICE-1.0.10-dev/include -I/nix/store/a4j5ahg3h4m0m6hhj2agw94l9idxpdqx-libSM-1.2.3-dev/include -I/nix/store/ljxhaldxbjwzg719ws8x6xq90dsbadiv-libXcursor-1.2.0-dev/include -I/nix/store/faybij65bmb31vfjjrvjrpmiyyasw8ph-libXrandr-1.5.2-dev/include -I/nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include -I/nix/store/q8ispzma1189xqy1ggw08cmv452ia7ky-libXft-2.3.3-dev/include -I/nix/store/5shlrvra3nhzkb8dy5k2xglmq77nfz56-libXdamage-1.1.5-dev/include -I/nix/store/jb01ll5jfgvqibv1xl5qy23jyl3v7r7r-libXxf86vm-1.1.4-dev/include -I/nix/store/r4wd5pxhv4j59mkn7k3wm814177xx66r-libdrm-2.4.102-dev/include -I/nix/store/i1pj9jfalhgqqb6m60f1j42xb255slha-wayland-1.18.0/include -I/nix/store/daprbi2ynm07b07vaf0yxmkz2jghv0w3-libXinerama-1.1.4-dev/include -I/nix/store/i12hai32knnjghcggfagp00934q8491j-cups-2.3.3-dev/include -I/nix/store/bnp4naqwrjp9pkl75dfbckmsw5ckn06j-gmp-6.2.0-dev/include -I/nix/store/2h5la75j83i2a5an3g0kwlxa5cyi053n-qtx11extras-5.15.0-dev/include -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include/c++/9.3.0 -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include/c++/9.3.0/x86_64-unknown-linux-gnu -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include/c++/9.3.0/backward -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/include -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/include-fixed -I/nix/store/a2n8nrsf215x01a7fv8l94crdjwf69pa-glibc-2.32-dev/include gnomehintssettings.h -o moc_gnomehintssettings.cpp
checking whether gcc needs -traditional... no
g++ -c -pipe -O2 -fPIC -std=gnu++11 -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG -DQT_THEME_SUPPORT_LIB -DQT_X11EXTRAS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -isystem /nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -isystem /nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -isystem /nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -isystem /nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -isystem /nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -isystem /nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtThemeSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtThemeSupport/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtThemeSupport/5.15.0/QtThemeSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0/QtGui -isystem /nix/store/2h5la75j83i2a5an3g0kwlxa5cyi053n-qtx11extras-5.15.0-dev/include/QtX11Extras -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtWidgets -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtDBus -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0/QtCore -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore -I. -I/nix/store/d374pihlc80b11bda2lc81rxkfnmfvzz-mesa-20.1.9-dev/include -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/mkspecs/linux-g++ -o moc_gnomehintssettings.o moc_gnomehintssettings.cpp
[2 of 2] Compiling Paths_data_maybe_preserve ( dist/build/data-maybe-preserve-test/autogen/Paths_data_maybe_preserve.hs, dist/build/data-maybe-preserve-test/data-maybe-preserve-test-tmp/Paths_data_maybe_preserve.o )
[  2%] Built target cleanerplugin_autogen
checking for ANSI C header files... yes
g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/mkspecs/features/data/dummy.cpp
Scanning dependencies of target clientswitcherplugin_autogen
[  2%] Automatic MOC for target clientswitcherplugin
g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_THEME_SUPPORT_LIB -DQT_X11EXTRAS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../common -isystem /nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -isystem /nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -isystem /nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -isystem /nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -isystem /nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -isystem /nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport/5.12.7/QtThemeSupport -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7/QtGui -isystem /nix/store/yhcf9spk6hl08634ha2aigjspv60q3kj-qtx11extras-5.12.7-dev/include/QtX11Extras -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtWidgets -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7/QtCore -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtDBus -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore -I. -I/nix/store/d374pihlc80b11bda2lc81rxkfnmfvzz-mesa-20.1.9-dev/include -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/mkspecs/linux-g++ -o qgnomeplatformtheme.o qgnomeplatformtheme.cpp
checking for sys/types.h... yes
checking for sys/stat.h... yes
Linking dist/build/data-maybe-preserve-test/data-maybe-preserve-test ...
checking for stdlib.h... yes
checking for string.h... yes
[  2%] Built target clientswitcherplugin_autogen
Scanning dependencies of target conferenceloggerplugin_autogen
checking for memory.h... yes
[  2%] Automatic MOC for target conferenceloggerplugin
checking for strings.h... yes
[ 3 of 28] Compiling General.Conduit  ( src/General/Conduit.hs, dist/build/General/Conduit.o )
checking for inttypes.h... yes
checking for stdint.h... yes
unpacking source archive /nix/store/dr9z0dqshyc91r3yhq8iypx24x7xik2k-JetBrainsMono.zip
checking for unistd.h... yes
[  2%] Built target conferenceloggerplugin_autogen
Scanning dependencies of target contentdownloaderplugin_autogen
[  2%] Automatic MOC for target contentdownloaderplugin
running tests
checking minix/config.h usability... no
Running 1 test suites...
Test suite data-maybe-preserve-test: RUNNING...
Test suite data-maybe-preserve-test: PASS
Test suite logged to:
dist/test/data-maybe-preserve-0.0.0-data-maybe-preserve-test.log
1 of 1 test suites (1 of 1 test cases) passed.
haddockPhase
checking minix/config.h presence... no
checking for minix/config.h... no
unpacking source archive /nix/store/94gaa32fbdxgp10fgbimsrhcg8zy6gin-Lekton.zip
[ 4 of 28] Compiling General.Template ( src/General/Template.hs, dist/build/General/Template.o )
Preprocessing library for data-maybe-preserve-0.0.0..
Running Haddock on library for data-maybe-preserve-0.0.0..
checking whether it is safe to define __EXTENSIONS__... yes
unpacking source archive /nix/store/7s4w7hpgkrivlgd5c6101vb9c2mk5w08-LiberationMono.zip
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[  2%] Built target contentdownloaderplugin_autogen
checking whether g++ supports C++11 features by default... yes
checking for gm4... no
checking for m4... m4
checking pkg-config is at least version 0.9.0... yes
Scanning dependencies of target enummessagesplugin_autogen
checking for a sed that does not truncate output... /nix/store/98an38bw0fwk6a5mickblc0h07jf00vz-gnused-4.8/bin/sed
checking whether NLS is requested... yes
[  2%] Automatic MOC for target enummessagesplugin
rm -f libcommon.a
checking for msgfmt... /nix/store/vkmnfr10cbz8799yvwy352607jrww92h-gettext-0.21/bin/msgfmt
checking for gmsgfmt... /nix/store/vkmnfr10cbz8799yvwy352607jrww92h-gettext-0.21/bin/msgfmt
ar cqs libcommon.a gnomehintssettings.o qgtk3dialoghelpers.o moc_gnomehintssettings.o moc_qgtk3dialoghelpers.o
make[1]: Leaving directory '/build/source/common'
cd decoration/ && ( test -e Makefile || /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/bin/qmake -o Makefile /build/source/decoration/decoration.pro PREFIX=/nix/store/zxicqh66y2szgpw3ykd9ljyqg5vc4q4m-qgnomeplatform-0.6.1 NIX_OUTPUT_OUT=/nix/store/zxicqh66y2szgpw3ykd9ljyqg5vc4q4m-qgnomeplatform-0.6.1 NIX_OUTPUT_DEV=/nix/store/zxicqh66y2szgpw3ykd9ljyqg5vc4q4m-qgnomeplatform-0.6.1 NIX_OUTPUT_BIN=/nix/store/zxicqh66y2szgpw3ykd9ljyqg5vc4q4m-qgnomeplatform-0.6.1 NIX_OUTPUT_DOC=/nix/store/zxicqh66y2szgpw3ykd9ljyqg5vc4q4m-qgnomeplatform-0.6.1/share/doc/qt-5.15.0 NIX_OUTPUT_QML=/nix/store/zxicqh66y2szgpw3ykd9ljyqg5vc4q4m-qgnomeplatform-0.6.1/lib/qt-5.15.0/qml NIX_OUTPUT_PLUGIN=/nix/store/zxicqh66y2szgpw3ykd9ljyqg5vc4q4m-qgnomeplatform-0.6.1/lib/qt-5.15.0/plugins CONFIG+=release ) && make -f Makefile 
Haddock coverage:
checking for xgettext... /nix/store/vkmnfr10cbz8799yvwy352607jrww92h-gettext-0.21/bin/xgettext
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
checking for msgmerge... /nix/store/vkmnfr10cbz8799yvwy352607jrww92h-gettext-0.21/bin/msgmerge
   0% (  0 /  8) in 'Data.Maybe.Preserve'
  Missing documentation for:
    Module header
    preserve (src/Data/Maybe/Preserve.hs:18)
    preserve' (src/Data/Maybe/Preserve.hs:24)
    preserveF (src/Data/Maybe/Preserve.hs:32)
    preserveF' (src/Data/Maybe/Preserve.hs:39)
    lazyPreserveF' (src/Data/Maybe/Preserve.hs:47)
    preserveM (src/Data/Maybe/Preserve.hs:53)
    preserveM' (src/Data/Maybe/Preserve.hs:59)
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
make[1]: Entering directory '/build/source/decoration'
g++ -c -pipe -O2 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_WAYLANDCLIENT_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../common -isystem /nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -isystem /nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -isystem /nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -isystem /nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -isystem /nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -isystem /nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -isystem /nix/store/wacsr6pz13cvz7f6ih8v67yqj38sbvid-qtwayland-5.15.0-dev/include/QtWaylandClient/5.15.0 -isystem /nix/store/wacsr6pz13cvz7f6ih8v67yqj38sbvid-qtwayland-5.15.0-dev/include/QtWaylandClient/5.15.0/QtWaylandClient -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtServiceSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtServiceSupport/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtServiceSupport/5.15.0/QtServiceSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtXkbCommonSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtXkbCommonSupport/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtXkbCommonSupport/5.15.0/QtXkbCommonSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0/QtGui -isystem /nix/store/wacsr6pz13cvz7f6ih8v67yqj38sbvid-qtwayland-5.15.0-dev/include/QtWaylandClient -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtWidgets -isystem /nix/store/2h5la75j83i2a5an3g0kwlxa5cyi053n-qtx11extras-5.15.0-dev/include/QtX11Extras -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0/QtCore -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtDBus -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore -I. -I/nix/store/d374pihlc80b11bda2lc81rxkfnmfvzz-mesa-20.1.9-dev/include -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/mkspecs/linux-g++ -o decorationplugin.o decorationplugin.cpp
Documentation created: dist/doc/html/data-maybe-preserve/index.html,
dist/doc/html/data-maybe-preserve/data-maybe-preserve.txt
Preprocessing test suite 'data-maybe-preserve-test' for data-maybe-preserve-0.0.0..
installing
checking for shared library run path origin... done
/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/bin/moc -DQT_NO_DEBUG -DQT_PLUGIN -DQT_THEME_SUPPORT_LIB -DQT_X11EXTRAS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB --include /build/source/theme/moc_predefs.h -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/mkspecs/linux-g++ -I/build/source/theme -I/build/source/common -I/nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -I/nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -I/nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -I/nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -I/nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -I/nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -I/nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -I/nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -I/nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport/5.12.7 -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport/5.12.7/QtThemeSupport -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7 -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7/QtGui -I/nix/store/yhcf9spk6hl08634ha2aigjspv60q3kj-qtx11extras-5.12.7-dev/include/QtX11Extras -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtWidgets -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7 -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7/QtCore -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtDBus -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include -I/nix/store/42nv8sajhf6fzjpy3d1qcax4k9ymh78p-libxml2-2.9.10-dev/include -I/nix/store/jnvzc9ppm1l030mwlramvwisk8svzn9r-zlib-1.2.11-dev/include -I/nix/store/i4gp8msrw37ghw2s0g4grcszii7ghd9c-libxslt-1.1.34-dev/include -I/nix/store/p4651hzjlvghlwym1fq931cz26qdp2ir-openssl-1.1.1g-dev/include -I/nix/store/lc57cg8c6k63pgqzdcaq8l7r1l0c46dl-sqlite-3.33.0-dev/include -I/nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include -I/nix/store/sxca6ilm4n91yrc7789s2600fm6xgqnj-graphite2-1.3.14/include -I/nix/store/7flw8mxs28mk2r1wsnyas1y59j4hjr7a-icu4c-67.1-dev/include -I/nix/store/dyps5hk6w1jh1n4h7zna53mkw3xlv0bd-libjpeg-turbo-2.0.5-dev/include -I/nix/store/90j5pha0j02s9bq4gz23n6cxv4rnadsx-libpng-apng-1.6.37-dev/include -I/nix/store/vcxly22i1csi2xbjyjvsn6vk19cf5lnw-pcre2-10.35-dev/include -I/nix/store/hx3vzkqbfajqkb1rr1p1gz832savzm6y-dbus-1.12.20-dev/include -I/nix/store/5b2s8q8z0anw4hblkvsf8d03mjahcnik-expat-2.2.8-dev/include -I/nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -I/nix/store/yb27g8112qg5mvx9yr1nhx7y9ailfa4w-libffi-3.3-dev/include -I/nix/store/vkmnfr10cbz8799yvwy352607jrww92h-gettext-0.21/include -I/nix/store/br7jz5hvz2vicxr9n0mqry4zifc330xa-glibc-iconv-2.32/include -I/nix/store/cgwb51d7adfz4i5290kbnvzm3s9gkibi-systemd-246.6-dev/include -I/nix/store/yn83ja10lldwc9nrjy6s3kxl4h2n8ymm-fontconfig-2.13.92-dev/include -I/nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -I/nix/store/r3l4z104g6hi5jb2arrzc60f0bbxnkjm-bzip2-1.0.6.0.1-dev/include -I/nix/store/bgxp2h7j5810j3wdkcphgdyclb3r1yiw-libX11-1.6.8-dev/include -I/nix/store/ad79rlnjg1ac2pz0mdxjq34rvb38yggb-xorgproto-2019.1/include -I/nix/store/q7kyv4vp3g59n953hqvxwwl5r29rnb5b-libxcb-1.13.1-dev/include -I/nix/store/y6y76z12ihh8zgwpym2v0z0414flcqh2-libXcomposite-0.4.5-dev/include -I/nix/store/iz49hsjf4n33hkal71sy4yqdyjrj6yxl-libXfixes-5.0.3-dev/include -I/nix/store/lajmx694qzfzmq2549z00dgbl5bkzszq-libXext-1.3.4-dev/include -I/nix/store/ham00gwr5ijb8f34fh72xy0jdx98hxp4-libXau-1.0.9-dev/include -I/nix/store/2k0fb45mx1iqk2z8w1834q2hyv09g41w-libXi-1.7.10-dev/include -I/nix/store/kf3wa19a8y8hmvcgv7x3dg3la12r17a5-libXrender-0.9.10-dev/include -I/nix/store/x0y746yvgcxi4xsq3nlf37ivf8dnm7lj-libxkbcommon-0.10.0-dev/include -I/nix/store/643sy9ggfvhiig1qk5h7xp1f4j7s9xy9-xcb-util-0.4.0-dev/include -I/nix/store/4kha29aybgp0gmdrirn37hrgaf0k9rfl-xcb-util-image-0.4.0-dev/include -I/nix/store/f6yclr4arkr8xf2508xzsvbdygraqfy1-xcb-util-keysyms-0.4.0-dev/include -I/nix/store/md036c4ygmknn8w1xacvsxha5smlwgyp-xcb-util-renderutil-0.3.9-dev/include -I/nix/store/p9nqgfpy03mcr41snjpzk5f4pfg3l6qy-xcb-util-wm-0.4.1-dev/include -I/nix/store/2sjcx3ingav550bzmk1g4zh37v9sdm85-libGL-1.3.2-dev/include -I/nix/store/mdcyi0hyzw1crcwjkglzbv8hjs78nc1y-libglvnd-1.3.2-dev/include -I/nix/store/k3n6hd3llwlqmsc07kwd7civd7ks5a2d-qtwayland-5.12.7-dev/include -I/nix/store/cilpmvp14ayav9zns2irfw8nj1njfdk6-qtdeclarative-5.12.7-dev/include -I/nix/store/6vz7j4rcbxrzm4mi5vqi2xrkghlifhiv-qtsvg-5.12.7-dev/include -I/nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include -I/nix/store/77jmm9cykv38yk65s4fjg3gzy83sl5c9-at-spi2-atk-2.34.2/include -I/nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include -I/nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include -I/nix/store/g7zc6b8ng77dllwawins0c2fj5r3272f-pixman-0.38.4/include -I/nix/store/wk0jjvzaj4lk04w2av776hfhs6qwc0sl-fribidi-1.0.7/include -I/nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include -I/nix/store/ibkrg5j8yq1aag5gk2q7c07dz3vscldm-libtiff-4.1.0-dev/include -I/nix/store/n45raiy15z3v2v5z2zrbbr04619j3fmi-xz-5.2.5-dev/include -I/nix/store/jdmbx19adp2ignca1blp4vlg5ff7abdl-gsettings-desktop-schemas-3.36.1/include -I/nix/store/0yq51w6cmlqx38dq24wpb09n8sp9367k-libICE-1.0.10-dev/include -I/nix/store/a4j5ahg3h4m0m6hhj2agw94l9idxpdqx-libSM-1.2.3-dev/include -I/nix/store/ljxhaldxbjwzg719ws8x6xq90dsbadiv-libXcursor-1.2.0-dev/include -I/nix/store/faybij65bmb31vfjjrvjrpmiyyasw8ph-libXrandr-1.5.2-dev/include -I/nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include -I/nix/store/q8ispzma1189xqy1ggw08cmv452ia7ky-libXft-2.3.3-dev/include -I/nix/store/5shlrvra3nhzkb8dy5k2xglmq77nfz56-libXdamage-1.1.5-dev/include -I/nix/store/jb01ll5jfgvqibv1xl5qy23jyl3v7r7r-libXxf86vm-1.1.4-dev/include -I/nix/store/r4wd5pxhv4j59mkn7k3wm814177xx66r-libdrm-2.4.102-dev/include -I/nix/store/i1pj9jfalhgqqb6m60f1j42xb255slha-wayland-1.18.0/include -I/nix/store/daprbi2ynm07b07vaf0yxmkz2jghv0w3-libXinerama-1.1.4-dev/include -I/nix/store/i12hai32knnjghcggfagp00934q8491j-cups-2.3.3-dev/include -I/nix/store/bnp4naqwrjp9pkl75dfbckmsw5ckn06j-gmp-6.2.0-dev/include -I/nix/store/yhcf9spk6hl08634ha2aigjspv60q3kj-qtx11extras-5.12.7-dev/include -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include/c++/9.3.0 -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include/c++/9.3.0/x86_64-unknown-linux-gnu -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include/c++/9.3.0/backward -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/include -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/include -I/nix/store/shs8kax43dk69fh94g5w4bc1ra3nv2j2-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/include-fixed -I/nix/store/a2n8nrsf215x01a7fv8l94crdjwf69pa-glibc-2.32-dev/include platformplugin.h -o moc_platformplugin.cpp
[  2%] Built target enummessagesplugin_autogen
Scanning dependencies of target extendedmenuplugin_autogen
Installing library in /nix/store/9a52xbp85115ivlw6g89fz9chh0z58ga-data-maybe-preserve-0.0.0/lib/ghc-8.8.4/x86_64-linux-ghc-8.8.4/data-maybe-preserve-0.0.0-ERm6lXN6g4oJ7V1H1W9eGv
[  3%] Automatic MOC for target extendedmenuplugin
unpacking source archive /nix/store/2dfafp2kid6n8s6ik47a0mjvbndd8fvd-MPlus.zip
checking for CFPreferencesCopyAppValue... no
g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_THEME_SUPPORT_LIB -DQT_X11EXTRAS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../common -isystem /nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -isystem /nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -isystem /nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -isystem /nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -isystem /nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -isystem /nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtThemeSupport/5.12.7/QtThemeSupport -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui/5.12.7/QtGui -isystem /nix/store/yhcf9spk6hl08634ha2aigjspv60q3kj-qtx11extras-5.12.7-dev/include/QtX11Extras -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtWidgets -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtGui -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7 -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore/5.12.7/QtCore -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtDBus -isystem /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/include/QtCore -I. -I/nix/store/d374pihlc80b11bda2lc81rxkfnmfvzz-mesa-20.1.9-dev/include -I/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/mkspecs/linux-g++ -o moc_platformplugin.o moc_platformplugin.cpp
checking for CFLocaleCopyCurrent... no
[ 5 of 28] Compiling General.Util     ( src/General/Util.hs, dist/build/General/Util.o )
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/9a52xbp85115ivlw6g89fz9chh0z58ga-data-maybe-preserve-0.0.0
shrinking /nix/store/9a52xbp85115ivlw6g89fz9chh0z58ga-data-maybe-preserve-0.0.0/lib/ghc-8.8.4/x86_64-linux-ghc-8.8.4/libHSdata-maybe-preserve-0.0.0-ERm6lXN6g4oJ7V1H1W9eGv-ghc8.8.4.so
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking host operating system... linux
strip is /nix/store/hiwz81i1g3fn3p0acjs042a4h5fri6dh-binutils-2.31.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/9a52xbp85115ivlw6g89fz9chh0z58ga-data-maybe-preserve-0.0.0/lib 
patching script interpreter paths in /nix/store/9a52xbp85115ivlw6g89fz9chh0z58ga-data-maybe-preserve-0.0.0
checking for references to /build/ in /nix/store/9a52xbp85115ivlw6g89fz9chh0z58ga-data-maybe-preserve-0.0.0...
checking whether C compiler accepts -std=gnu11... yes
[  3%] Built target extendedmenuplugin_autogen
shrinking RPATHs of ELF executables and libraries in /nix/store/z90ncxg69n08j8ffb5rq2iz0sa905vxq-data-maybe-preserve-0.0.0-doc
Scanning dependencies of target extendedoptionsplugin_autogen
[  3%] Automatic MOC for target extendedoptionsplugin
strip is /nix/store/hiwz81i1g3fn3p0acjs042a4h5fri6dh-binutils-2.31.1/bin/strip
patching script interpreter paths in /nix/store/z90ncxg69n08j8ffb5rq2iz0sa905vxq-data-maybe-preserve-0.0.0-doc
checking for references to /build/ in /nix/store/z90ncxg69n08j8ffb5rq2iz0sa905vxq-data-maybe-preserve-0.0.0-doc...
checking whether C compiler accepts -Wall... yes
building '/nix/store/fyhmldvjam5nkx367ip44smvw28prqbw-nixos-manpages.drv'...
checking whether C compiler accepts -W... yes
checking whether C compiler accepts -Wextra... yes
[  3%] Built target extendedoptionsplugin_autogen
Scanning dependencies of target gomokugameplugin_autogen
checking whether C compiler accepts -pipe... yes
[  3%] Automatic MOC for target gomokugameplugin
checking whether C compiler accepts -Wno-long-long... yes
checking whether C compiler accepts -Wno-overlength-strings... yes
checking whether C compiler accepts -Wunsafe-loop-optimizations... yes
checking whether C compiler accepts -Wundef... yes
rm -f libqgnomeplatform.so
g++ -Wl,-O1 -Wl,-rpath,/nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib -shared -o libqgnomeplatform.so platformplugin.o qgnomeplatformtheme.o moc_platformplugin.o  -L../common -L/nix/store/qmh5qmrxml57pmm156vrbbxh1pyygrgn-libGL-1.3.2/lib -lcommon -L/nix/store/yxkdbbxw5v2gbcra72hznhfpqyda3qr0-harfbuzz-2.7.1/lib -L/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib -L/nix/store/5i5n9wiq7spq8sfarqglzcbb1x6aw8vg-gtk+3-3.24.21/lib -L/nix/store/186w2rq5f877nh135c7i90z5gls0l7m8-atk-2.36.0/lib -L/nix/store/7z2wjnw1rxhrsxv0r5k6jzw6c12blcpg-cairo-1.16.0/lib -L/nix/store/q2dgzjd1ghx3q9mnx1vlw7b5l1f63r5d-gdk-pixbuf-2.40.0/lib -L/nix/store/w9iir3b779d8gc4firblzblqfdcri3gf-pango-1.45.3/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5ThemeSupport.a -L/nix/store/wn2hcvdk7dzc7l3f340sva6lhkbmmsgd-icu4c-67.1/lib -L/nix/store/63x53nvrc8f3g302ral5sczhjqc5pf0d-zlib-1.2.11/lib -L/nix/store/pvsjjss9w2ps48jqn5y5ivfxqhmzds26-libjpeg-turbo-2.0.5/lib -L/nix/store/7figba9q8yrgz4gj9yhqgjri97h9snsb-openssl-1.1.1g/lib -L/nix/store/r2lm74kf3mzc7izvnjqchlac5sifg086-libX11-1.6.8/lib -L/nix/store/k0m4ap07x6g8yy8np5r8s2c21kpvn4vv-libXext-1.3.4/lib -L/nix/store/gi9mf1dkpkv1d3azwvfh2ppvkn6sybla-libXrender-0.9.10/lib -L/nix/store/cw5ai0ral26wapy270xay4zqvg9q9gvf-cups-2.3.3-lib/lib -L/nix/store/9pz39hgfgcwfp4f8gpxk57k9g3fafly0-mariadb-connector-c-3.1.8/lib /nix/store/21mm6nmfdf88nz8vlyzgghrkvpkp29km-qtx11extras-5.12.7/lib/libQt5X11Extras.so /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5Widgets.so /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5Gui.so /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5DBus.so /nix/store/z02c64h4y2my2p9lhl1c0vykhbs7h0p2-qtbase-5.12.7/lib/libQt5Core.so /nix/store/xgm1dd92s3apbyx0rq1ga1pf9vzm625b-libglvnd-1.3.2/lib/libGL.so -lpthread    
checking whether C compiler accepts -Wformat=2... yes
g++ -pipe -O2 -std=gnu++11 -Wall -Wextra -dM -E -o moc_predefs.h /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/mkspecs/features/data/dummy.cpp
g++ -c -pipe -O2 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_WAYLANDCLIENT_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../common -isystem /nix/store/p8h9gdyifn6fmfd9sv0sgns39dhnkwv3-harfbuzz-2.7.1-dev/include/harfbuzz -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include -isystem /nix/store/3dzipf2c0flsvm6kvwzzdifpxv5258km-glib-2.64.5-dev/include/glib-2.0 -I/nix/store/g8qsms0ibvg7cr568jd31ywkgq045vpk-glib-2.64.5/lib/glib-2.0/include -isystem /nix/store/94h5izg9s8g71l3m4gdfb4vsifa5320a-gtk+3-3.24.21-dev/include/gtk-3.0 -isystem /nix/store/00qqdfygrb886c41lmxxhs04bqpfp3hp-atk-2.36.0-dev/include/atk-1.0 -isystem /nix/store/fn6sjqf47cgalkxgp7dmqi5grp9ifqdm-cairo-1.16.0-dev/include/cairo -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include/freetype2 -isystem /nix/store/fwpg7xp5ka281nz4fqvyl8vl88gm1i8k-freetype-2.10.2-dev/include -isystem /nix/store/0dmmvxhqjzg5jlpxqz4qanv2chvdjhlz-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -isystem /nix/store/vx1fsm40kcn7f08rdm5v4cbwm3p5wnlp-pango-1.45.3-dev/include/pango-1.0 -isystem /nix/store/wacsr6pz13cvz7f6ih8v67yqj38sbvid-qtwayland-5.15.0-dev/include/QtWaylandClient/5.15.0 -isystem /nix/store/wacsr6pz13cvz7f6ih8v67yqj38sbvid-qtwayland-5.15.0-dev/include/QtWaylandClient/5.15.0/QtWaylandClient -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtServiceSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtServiceSupport/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtServiceSupport/5.15.0/QtServiceSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtXkbCommonSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtXkbCommonSupport/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtXkbCommonSupport/5.15.0/QtXkbCommonSupport -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui/5.15.0/QtGui -isystem /nix/store/wacsr6pz13cvz7f6ih8v67yqj38sbvid-qtwayland-5.15.0-dev/include/QtWaylandClient -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtWidgets -isystem /nix/store/2h5la75j83i2a5an3g0kwlxa5cyi053n-qtx11extras-5.15.0-dev/include/QtX11Extras -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtGui -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0 -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore/5.15.0/QtCore -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtDBus -isystem /nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/include/QtCore -I. -I/nix/store/d374pihlc80b11bda2lc81rxkfnmfvzz-mesa-20.1.9-dev/include -I/nix/store/gnbsmzcp9n66vssz1sfv2yw26fd9xkb5-qtbase-5.15.0-dev/mkspecs/linux-g++ -o qgnomeplatformdecoration.o qgnomeplatformdecoration.cpp
checking whether C compiler accepts -Wlogical-op... yes
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wformat-security... yes
make[1]: Leaving directory '/build/source/theme'
glibPreInstallPhase
glibPreInstallPhase
glibPreInstallPhase
installing
install flags: SHELL=/nix/store/k8p54jg8ipvnfz435mayf5bnqhw4qqap-bash-4.4-p23/bin/bash gsettingsschemadir=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/share/gsettings-schemas/qgnomeplatform-0.6.1/glib-2.0/schemas/ gsettingsschemadir=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/share/gsettings-schemas/qgnomeplatform-0.6.1/glib-2.0/schemas/ gsettingsschemadir=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/share/gsettings-schemas/qgnomeplatform-0.6.1/glib-2.0/schemas/ install
cd common/ && ( test -e Makefile || /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/bin/qmake -o Makefile /build/source/common/common.pro PREFIX=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_OUT=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_DEV=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_BIN=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_DOC=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/share/doc/qt-5.12.7 NIX_OUTPUT_QML=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/qml NIX_OUTPUT_PLUGIN=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins CONFIG+=release ) && make -f Makefile install
[  3%] Built target gomokugameplugin_autogen
Scanning dependencies of target historykeeperplugin_autogen
checking whether C compiler accepts -Wmissing-include-dirs... yes
[  3%] Automatic MOC for target historykeeperplugin
make[1]: Entering directory '/build/source/common'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/build/source/common'
cd decoration/ && ( test -e Makefile || /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/bin/qmake -o Makefile /build/source/decoration/decoration.pro PREFIX=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_OUT=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_DEV=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_BIN=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_DOC=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/share/doc/qt-5.12.7 NIX_OUTPUT_QML=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/qml NIX_OUTPUT_PLUGIN=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins CONFIG+=release ) && make -f Makefile install
make[1]: Entering directory '/build/source/decoration'
/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/bin/qmake -install qinstall -exe libqgnomeplatformdecoration.so /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins/wayland-decoration-client/libqgnomeplatformdecoration.so
strip --strip-unneeded /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins/wayland-decoration-client/libqgnomeplatformdecoration.so
checking whether C compiler accepts -Wformat-nonliteral... yes
make[1]: Leaving directory '/build/source/decoration'
cd theme/ && ( test -e Makefile || /nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/bin/qmake -o Makefile /build/source/theme/theme.pro PREFIX=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_OUT=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_DEV=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_BIN=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1 NIX_OUTPUT_DOC=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/share/doc/qt-5.12.7 NIX_OUTPUT_QML=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/qml NIX_OUTPUT_PLUGIN=/nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins CONFIG+=release ) && make -f Makefile install
make[1]: Entering directory '/build/source/theme'
/nix/store/pfgpyfd0383d1aj4rsqz8k5fsgrkgy72-qtbase-5.12.7-dev/bin/qmake -install qinstall -exe libqgnomeplatform.so /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins/platformthemes/libqgnomeplatform.so
strip --strip-unneeded /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins/platformthemes/libqgnomeplatform.so
make[1]: Leaving directory '/build/source/theme'
glibPreFixupPhase
qtOwnPathsHook
glibPreFixupPhase
dropIconThemeCache
glibPreFixupPhase
post-installation fixup
wrapping Qt applications in /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/bin /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/sbin /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/libexec
shrinking RPATHs of ELF executables and libraries in /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1
shrinking /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins/wayland-decoration-client/libqgnomeplatformdecoration.so
shrinking /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib/qt-5.12.7/plugins/platformthemes/libqgnomeplatform.so
strip is /nix/store/hiwz81i1g3fn3p0acjs042a4h5fri6dh-binutils-2.31.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1/lib 
patching script interpreter paths in /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1
checking whether C compiler accepts -Wold-style-definition... no
checking for references to /build/ in /nix/store/l7nsczkpyr98c4zm55pqqwn6r5nbnfwi-qgnomeplatform-0.6.1...
checking whether C compiler accepts -Wpointer-arith... yes
postPatchMkspecs
postPatchMkspecs
building '/nix/store/07wasabyz4xmdfd1444vm1dj35dhzd5f-nixos-manual-html.drv'...
[  3%] Built target historykeeperplugin_autogen
Scanning dependencies of target imageplugin_autogen
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wdeclaration-after-statement... yes
[  3%] Automatic MOC for target imageplugin
checking whether C compiler accepts -Wfloat-equal... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wstrict-prototypes... no
[  3%] Built target imageplugin_autogen
Scanning dependencies of target imagepreviewplugin_autogen
[  3%] Automatic MOC for target imagepreviewplugin
checking whether C compiler accepts -Wredundant-decls... yes
checking whether C compiler accepts -Wmissing-declarations... yes
checking whether C compiler accepts -Wmissing-noreturn... yes
[  3%] Built target imagepreviewplugin_autogen
checking whether C compiler accepts -Wshadow... yes
Scanning dependencies of target jabberdiskplugin_autogen
[  3%] Automatic MOC for target jabberdiskplugin
checking whether C compiler accepts -Wendif-labels... yes
checking whether C compiler accepts -Wcast-align... yes
checking whether C compiler accepts -Wstrict-aliasing... yes
qgnomeplatformdecoration.cpp: In member function 'virtual void QGnomePlatformDecoration::paint(QPaintDevice*)':
qgnomeplatformdecoration.cpp:206:18: error: aggregate 'QPainterPath borderRect' has incomplete type and cannot be defined
  206 |     QPainterPath borderRect;
      |                  ^~~~~~~~~~
qgnomeplatformdecoration.cpp:215:18: error: aggregate 'QPainterPath roundedRect' has incomplete type and cannot be defined
  215 |     QPainterPath roundedRect;
      |                  ^~~~~~~~~~~
qgnomeplatformdecoration.cpp:226:18: error: aggregate 'QPainterPath borderPath' has incomplete type and cannot be defined
  226 |     QPainterPath borderPath;
      |                  ^~~~~~~~~~
checking whether C compiler accepts -Wwrite-strings... yes
qgnomeplatformdecoration.cpp:293:22: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
  293 |         QPainterPath path;
      |                      ^~~~
qgnomeplatformdecoration.cpp:312:26: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
  312 |             QPainterPath path;
      |                          ^~~~
qgnomeplatformdecoration.cpp:335:26: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
  335 |             QPainterPath path;
      |                          ^~~~
qgnomeplatformdecoration.cpp: In member function 'bool QGnomePlatformDecoration::updateButtonHoverState(Button)':
qgnomeplatformdecoration.cpp:553:62: warning: unused parameter 'hoveredButton' [-Wunused-parameter]
  553 | bool QGnomePlatformDecoration::updateButtonHoverState(Button hoveredButton)
      |                                                       ~~~~~~~^~~~~~~~~~~~~
[  3%] Built target jabberdiskplugin_autogen
Scanning dependencies of target juickplugin_autogen
[  3%] Automatic MOC for target juickplugin
checking whether C compiler accepts -Wno-unused-parameter... yes
checking whether C compiler accepts -fno-common... yes
[ 6 of 28] Compiling General.Timing   ( src/General/Timing.hs, dist/build/General/Timing.o )
make[1]: *** [Makefile:474: qgnomeplatformdecoration.o] Error 1
make[1]: Leaving directory '/build/source/decoration'
make: *** [Makefile:74: sub-decoration-make_first] Error 2
builder for '/nix/store/j8jq717f0vm4f1554bym9qy1hz4fh0l4-qgnomeplatform-0.6.1.drv' failed with exit code 2
building '/nix/store/pihwbqz0x6xyxj2b6adha81pra1w9gyy-runuser.pam.drv'...
building '/nix/store/ip0hl54mpxbh7gmqcdpg63v8vm5k5w7l-screen-backlight.drv'...
building '/nix/store/3sj22v4wz3a9na1mi67g8wmpp4bq1p5j-smb-dummy.conf.drv'...
building '/nix/store/26rh6ckk1iaj3k7nbha5j56szq360i8l-source.drv'...
building '/nix/store/2ql7r1m2w63lvwn4cv00pws886rf63y2-source.drv'...
cannot build derivation '/nix/store/00skyka1a14gwz6wmswlka5pm3i28zcw-system-path.drv': 1 dependencies couldn't be built
building '/nix/store/8cpa08mjaakvc190w1m02r5kh1h7vkvp-termite-dark.drv'...
building '/nix/store/2z5854bfxq0qgd6xg9787gmi2hpj7ivy-termite-light.drv'...
building '/nix/store/07axin8zckcl5nkdbzsp95cab7ra6na9-termite.drv'...
cannot build derivation '/nix/store/6ddpg0bzwva3afsbjrp0j4jhcla6d74l-nixos-system-rw-wenzel-nixos-laptop-21.03pre-git.drv': 1 dependencies couldn't be built
error: build of '/nix/store/6ddpg0bzwva3afsbjrp0j4jhcla6d74l-nixos-system-rw-wenzel-nixos-laptop-21.03pre-git.drv' failed

@unclechu
Copy link
Member

unclechu commented Nov 6, 2020

@doronbehar Nope, it was something different:

unpacking source archive /nix/store/94gaa32fbdxgp10fgbimsrhcg8zy6gin-Lekton.zip
qgnomeplatformdecoration.cpp: In member function 'virtual void QGnomePlatformDecoration::paint(QPaintDevice*)':
qgnomeplatformdecoration.cpp:206:18: error: aggregate 'QPainterPath borderRect' has incomplete type and cannot be defined
  206 |     QPainterPath borderRect;
      |                  ^~~~~~~~~~
qgnomeplatformdecoration.cpp:215:18: error: aggregate 'QPainterPath roundedRect' has incomplete type and cannot be defined
  215 |     QPainterPath roundedRect;
      |                  ^~~~~~~~~~~
qgnomeplatformdecoration.cpp:226:18: error: aggregate 'QPainterPath borderPath' has incomplete type and cannot be defined
  226 |     QPainterPath borderPath;
      |                  ^~~~~~~~~~
qgnomeplatformdecoration.cpp:293:22: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
  293 |         QPainterPath path;
      |                      ^~~~
qgnomeplatformdecoration.cpp:312:26: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
  312 |             QPainterPath path;
      |                          ^~~~
qgnomeplatformdecoration.cpp:335:26: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
  335 |             QPainterPath path;
      |                          ^~~~
qgnomeplatformdecoration.cpp: In member function 'bool QGnomePlatformDecoration::updateButtonHoverState(Button)':
qgnomeplatformdecoration.cpp:553:62: warning: unused parameter 'hoveredButton' [-Wunused-parameter]
  553 | bool QGnomePlatformDecoration::updateButtonHoverState(Button hoveredButton)
      |                                                       ~~~~~~~^~~~~~~~~~~~~
unpacking source archive /nix/store/7s4w7hpgkrivlgd5c6101vb9c2mk5w08-LiberationMono.zip
[ 4 of 28] Compiling General.Template ( src/General/Template.hs, dist/build/General/Template.o )
make[1]: *** [Makefile:474: qgnomeplatformdecoration.o] Error 1
make[1]: Leaving directory '/build/source/decoration'
make: *** [Makefile:74: sub-decoration-make_first] Error 2
builder for '/nix/store/j8jq717f0vm4f1554bym9qy1hz4fh0l4-qgnomeplatform-0.6.1.drv' failed with exit code 2

@doronbehar
Copy link
Contributor Author

OK, sorry to put you into the effort before testing myself. Indeed qgnomeplatform 0.6.1 doesn't build with qt5.15, without an upstream patch I included only now. I tested all new packages and now all of them build.

@doronbehar
Copy link
Contributor Author

The command to build a system with this PR is:

sudo nixos-rebuild switch -I nixpkgs=https://github.com/doronbehar/nixpkgs/archive/f54a8fb491a3f7914d24e1f605218f8081de7bfb.tar.gz

@unclechu
Copy link
Member

unclechu commented Nov 6, 2020

It’s still rebuilding... Takes a lot of time.

@unclechu
Copy link
Member

unclechu commented Nov 6, 2020

@gnidorah Nope
2020-11-06 22-26-08

@unclechu
Copy link
Member

unclechu commented Nov 6, 2020

Same for audacious
2020-11-06 22-28-30

@doronbehar
Copy link
Contributor Author

It’s still rebuilding... Takes a lot of time.

@unclechu I don't know if you finished building your system with this PR, but you could also try this, and it should cost you less rebuilds:

# If you need to: git clone https://github.com/NixOS/nixpkgs
cd nixpkgs
git checkout nixos-unstable
git pull
curl -Ls https://github.com/NixOS/nixpkgs/pull/102594.patch | git apply
sudo nixos-rebuild switch -I nixpkgs=$PWD

@unclechu
Copy link
Member

unclechu commented Nov 6, 2020

@doronbehar It’s still rebuilding, I don’t want to interrupt it since it spent already so much time, though I have no idea is it close to the end or far behind it.

By the way, thanks for the MR as a patch download link example. I didn’t know this is possible, very handy.

@unclechu
Copy link
Member

unclechu commented Nov 6, 2020

@doronbehar Do you have any ideas why this takes so much time to rebuild? Why couldn’t it take most of the derivations from binary cache? And why do you think that solution with applying a patch would take less rebuilding time?

@unclechu
Copy link
Member

unclechu commented Nov 6, 2020

@doronbehar @gnidorah
That long rebuild has finally failed (with a timeout error 😢):

Generating example images
Fontconfig error: Cannot load default config file

** (gegl-tester:8658): WARNING **: 21:41:25.281: cast-format: input-format or output-format are not set
gegl:border-align  hash = 109c3f3685488a9952ca07ef18387850
gegl:scale-ratio:  FAIL 16e66cb9ac246d5a5059acfd5bda78aa != bbd9ada0a890f265b66eda5f5a48dc67
gegl:scale-size  OK
gegl:scale-size-keepaspect:  FAIL b33d2a27cb6bc90936675aff48152bb8 != 21055a7509bb983967ab03a37200931a
gegl:rotate:  FAIL a4b75948c622db55845833ab12862f06 != 4ac5d42bb82187a705a2ecd640353490
gegl:reflect:  hash = 4e061e4f307b224a76b15d1c9b96a300
gegl:shear:  FAIL 8d3e4f22177c762eaa1c0e36fd94d3b8 != 3d26408e0d03bb534fe1492453409519
gegl:translate:  FAIL 4e061e4f307b224a76b15d1c9b96a300 != 8d3700ec06e9cbba3cb2b4a9f3061a10
gegl:transform  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:reset-origin  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:rotate-on-center:  FAIL 56364877847910b8cdc2d3be9384c04d != 1b5001df3a4e6f964009308c116e7e1f
gegl:lcms-from-profile  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:npd  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:vector-stroke:  FAIL 7220be79a5455bed219cb16661275dd0 != 0607e4aa12dbfc95a9a0b938b4e035a2
gegl:fill-path:  OK
gegl:path:  FAIL 80c51cf96d0dcdf6610c8d3084995a76 != eba13d16fba3284ceee264073ebfa356
gegl:cache  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:cast-format  hash = f1b3ab0f1e84ec5882f23aee0a0c68f6
gegl:absolute  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:alien-map  OK
gegl:brightness-contrast:  OK
gegl:color-overlay  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:color-rotate  hash = bbcc90e41d83f18bea505ac2271878e1
gegl:color-temperature:  OK
gegl:component-extract  OK
gegl:contrast-curve  OK
gegl:exposure:  FAIL 4e061e4f307b224a76b15d1c9b96a300 != 967bd5777363d1fec59f04889f358a99
gegl:gray  FAIL 43ddd80572ab34095298ac7c36368b0c != c5623beeef052a9b47acd178dd420864
gegl:hue-chroma  OK
gegl:invert-gamma  OK
gegl:invert-linear  OK
gegl:levels:  OK
gegl:mono-mixer  FAIL a3137fe85bdfbef1dee30415fe7019df != c0c510a2f89c949190fe1d456ae543dc
gegl:newsprint:  FAIL 4e061e4f307b224a76b15d1c9b96a300 != f680e099d412e28dfa26f9b19e34109f
gegl:noise-cie-lch  FAIL e383b22fe2821d2255eb5ba44f7f4608 != 7b01f2a1f2d866e1349748b70403b2a4
gegl:noise-hsv  FAIL e750e20f35e03f6c64a38bcc9c11490d != 742a94075b6ddfaf86638691bf654b3b
gegl:noise-hurl  OK
gegl:noise-rgb  FAIL b92f11f3a5f288c4f0e20afb0bba054f != 3f537624e94b49109b5d809363b25ef0
gegl:posterize  OK
gegl:rgb-clip  FAIL ffb9e86edb25bc92e8d4e68f59bbb04b != d44569682486dd5187db20243520ff5d
gegl:saturation  FAIL ffb9e86edb25bc92e8d4e68f59bbb04b != 584bfe714947a573f10399965c8b45b0
gegl:sepia  OK
gegl:svg-huerotate  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:svg-luminancetoalpha  OK
gegl:svg-matrix  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:svg-saturate  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:unpremultiply  OK
gegl:value-invert  FAIL 98a6a7c2b289209dc7ce9309063a6796 != 1457b5c30de7a730a54c80028097e046
gegl:vignette  FAIL 5729f1fc351080ac5d221fbe751f2b8b != 519798f9fd053ae9ef52fb179182c615
gegl:channel-mixer  FAIL ffb9e86edb25bc92e8d4e68f59bbb04b != c7b822f909ec17da9c6fa4259d076da6
gegl:color-exchange  FAIL ffb9e86edb25bc92e8d4e68f59bbb04b != d44569682486dd5187db20243520ff5d
gegl:color-to-alpha:  OK
gegl:lens-flare  FAIL 202b3fdd87aed2dc3a10da9c9cad5608 != ad7ee885223deeb38ed660627f6e8dc6
gegl:red-eye-removal  FAIL 8b0b4751b4a1ffac1ba4ff6d08e48a1a != 30bed05acd7bde632fad8d40cf686075
gegl:supernova  OK
gegl:texturize-canvas  OK
gegl:video-degradation  OK
gegl:bilateral-filter  FAIL 5cfcdea9b2f5917f48c54a8972374d8a != ae2daa632761f829c4a59225f17bf211
gegl:c2g:  hash = fe4ed948c34b3e73c7f6823513110bd3
gegl:convolution-matrix  FAIL 4eddc0aaa970a59ee8a813627874cdf3 != 22d2d47a2da3d3e7cd402ea9fa1a3a25
gegl:edge-sobel  FAIL 22e4d815d731db171cef6257c7a95317 != d75a32d401a11b715bd28277a5962882
gegl:image-gradient  FAIL 3bc1f4413a06969bf86606d621969651 != 6cd95bf706d744b31b475b3500941f3c
gegl:mean-curvature-blur  FAIL 8856d371c39a439e501dc2f2a74d6417 != 87ef39a3c8f9b9020b54c260a39d0e1f
gegl:median-blur  OK
gegl:motion-blur-linear  FAIL e3ec2585f3acbdae5707a52b0a50c53b != 2bac2e03cd14f2aac805bbfac9581b59
gegl:noise-pick  FAIL 0634d248731c51f4784749b934c05bd2 != 9ce949376eb179e98e0c677911fa76e8
gegl:noise-reduction  FAIL 38c82bb87c71ebff3cae1ced28ac3b73 != 7cd18da7f407f4bc6f917c8318e50b59
gegl:noise-spread  FAIL c53483232973300e961be9819026f997 != 89c0d73afd19917ba1e7bad435ff63b4
gegl:normal-map  FAIL 59c0af6158719538c0a77bc459b20779 != 5f6052195f03b52185942a2c1fecd98d
gegl:pixelize  OK
gegl:snn-mean  FAIL 1f5c30085011311cf743ddc91a44f1f0 != dc342e01d1016f92f21d1b2196dc1a7f
gegl:stress:  hash = 4fcaee178f4aa04f4aa7716ab4d22ee3
gegl:wavelet-blur-1d  FAIL f7879e0dcf29fa78df7b2c400842ddce != 71ac3a58677d8efd8099fc761bdc5572
gegl:antialias:  FAIL 4e061e4f307b224a76b15d1c9b96a300 != 457b979c0b7f6ff9b41549e05388e67f
gegl:cubism  FAIL fe131f5ed2842b0b09739e16d7e5960d != 142b7257d4783a35afbbaaf185a1cf61
gegl:deinterlace  FAIL c1b3b9cdb55e737e6282a90603df9755 != 2cd603036c2cc3f0221e0fc5684dd919
gegl:edge-laplace  FAIL c4ecceb172485fb4550e4b31a43eb2b1 != d3a424e41c50688927d0b2519a4e92db
gegl:edge  FAIL 839d8cc002b4f8da0d7387616e08f799 != 9d6ae823f6e380f30f9acbda88bbfb6d
gegl:emboss  FAIL 6819c87af82ccc2f295cddf04781ec69 != af0c6c39428853e1010fa4c51ee67c7d
gegl:engrave  OK
gegl:mosaic  FAIL 436ca4a9f1046bae86054fa2ee8e4a57 != 8d4594ee22e3f792429f0089728c1310
gegl:motion-blur-circular  FAIL 540193ad28e012554ef906c12193d450 != c6735b5cf3c94b24a11f0ed3d4dac954
gegl:motion-blur-zoom  FAIL c76c31c4de489aac562a1fc2fdaedc4f != 3d1d0f7f64ca1ff5b84408cd8db9aefa
gegl:noise-slur  OK
gegl:ripple  FAIL 0e7f10c99853aaae6e7752d4c99d8359 != 7f291e2dfcc59d6832be21c839e58963
gegl:shift  FAIL 39f4bbcb328f83641e8ada109c86c4c9 != da717d8c0cad7ed5a500d1f322821d89
gegl:softglow  OK
gegl:tile-glass  FAIL 1cbbd91251831ec9f280536fa7a81cc2 != 3a564b45ae023a0f7acf1146c81fe41d
gegl:value-propagate  FAIL 831de8793d5501d8fb9c2462466f1721 != e83d141dad2bc9274b562273867eda71
gegl:waves  FAIL f837b522cfcdd983f2c49f3aac214757 != 5c9428be7c567630854d681617bc245f
gegl:color-enhance  FAIL 41ef79339fd722b64aa3520c33ff6f52 != a0d2c5b2bdf39c93bb2c2bdf2a9ea857
gegl:copy-buffer  OK
gegl:dither:  OK
gegl:domain-transform  hash = 9d839fd6175eef11ade3a15fda8eebc9
gegl:edge-neon  OK
gegl:fattal02  FAIL 4dc0f99d5eda4d2e15d0f3793ca6a188 != 6c025821070a93a3feae9fe2e563b9d0
gegl:gblur-1d  OK
gegl:stereographic-projection:  hash = 36f3d3efea251ded0d16c447c565922c
gegl:long-shadow  FAIL 7e3c16678d971e1ecb3c204770659bfd != 0fdf6db2382f0c1a2919ef5684c7dc30
gegl:mantiuk06  FAIL 0c946d46ee35440b1c4cfd1b9bc2dad7 != f4a012c4fc0ced9c85a6424799b15fd6
gegl:mblur  hash = e5c89dc5f44e6bbf5af4eeed3ea3c3d9
gegl:mirrors  FAIL 29aea116dd3ecf595ae19df9dcfc65a5 != 3e0a6b68f7211b45731d9d746ee9e279
gegl:panorama-projection:  FAIL cf1ca4a0ffba4ca6157768a34653935d != 3ab9831053ff0a9e32623ecc8a148e67
gegl:reinhard05  FAIL 51e2fca2f7529a0332795ebaafa150a0 != ce38b47d455298d78db3a91748c4f9a5
gegl:slic  OK
gegl:spherize  hash = 6c5e9978596f9390c48ba073860fbd33
gegl:tile-seamless  FAIL 14f3c3ee1410ece7272ee0ff9ffe7043 != 7d710478556cd8d7ee6b1d1dd2a822ed
gegl:tile:  OK
gegl:waterpixels  OK
gegl:watershed-transform  FAIL 983ef24a840ad8e46698ffd7cd11f5b8 != c5623beeef052a9b47acd178dd420864
gegl:distance-transform:  FAIL 620bf37294bca66e4190da60c5be5622 != 31dd3c9b78a79583db929b0f77a56191
gegl:apply-lens:  FAIL 5671c40d52db36c66569ca2e41296c00 != 4230b1cd886d335503ff436f97b82465
gegl:cartoon  FAIL 4591b26793c4fe3b865b671df289e1ee != ef2005279a968cc34f597e5ed0b5fc05
gegl:displace  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:fractal-trace  FAIL 10e7ba9522d25ffcd242c7e77d6b5280 != 7636e00bd6be1d6079abf71ab0db00c7
gegl:illusion  FAIL a0fd195e336df0608a4ec7413f6e12a4 != 577ee48aed3b49af531e8a9a10676af9
gegl:lens-distortion:  FAIL e2a6800b59b9b29bc1ebe994c3f79928 != ce6cba76344b72c420110072e65b6c7a
gegl:maze  OK
gegl:photocopy  FAIL 711b12475b7bdab15f9f29bdbf4379b5 != d2f210ce9e61b81ebd58a5eb7dfe9dd7
gegl:polar-coordinates  OK
gegl:tile-paper  OK
gegl:whirl-pinch  FAIL cd55e78cba530fc94254cf59425e941e != e24f6a5ec8c1c7faead1dbeeae34e386
gegl:wind  OK
gegl:bloom  hash = ab23acffc881bde3fa22458bba89e9ed
gegl:color-assimilation-grid  hash = 0a082eeef549e25bcd921f1e09e28b31
gegl:difference-of-gaussians  OK
gegl:gaussian-blur  FAIL 116d752d36d93bc06f71b0f11c8c73b0 != c33a8c5df033c403fceb47735cde22e3
gegl:gegl  FAIL ffb9e86edb25bc92e8d4e68f59bbb04b != 29bf5654242f069e2867ba9cb41d8d4e
gegl:high-pass  FAIL cf04bb714a173f1f71da8af283b8a894 != 62261a5feb6c696f76cb80e68f4930e2
gegl:pack  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:rectangle  OK
gegl:recursive-transform  hash = 4fb51936e6cb594c1d79462280f21440
gegl:unsharp-mask  FAIL 928da4281a4167d6349e7277ce72ff62 != 5f94a8d1b946c82b1f066f50b9648a5a
gegl:wavelet-blur  OK
gegl:focus-blur  hash = a6f7a6425769c7d8b1d277a5c3f25973
gegl:variable-blur  hash = 553023d2b937e2ebeb216a7999dd12b3
gegl:shadows-highlights  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:add  OK
svg:clear  OK
svg:color-burn  FAIL 1236d7a59418bad7467db950479319b5 != e9f58c8e3b67d0ed84d1e1875c414159
svg:color-dodge  OK
svg:darken  OK
svg:difference  OK
gegl:divide  OK
svg:dst-atop  OK
svg:dst-in  OK
svg:dst-out  OK
svg:dst-over  OK
svg:dst  OK
svg:exclusion  OK
gegl:gamma  OK
svg:hard-light  OK
svg:lighten  OK
gegl:multiply  OK
svg:overlay  OK
svg:plus  OK
svg:screen  OK
gegl:soft-light  OK
svg:src-atop  OK
svg:src-in  OK
svg:src-out  OK
svg:src  OK
gegl:subtract  OK
svg:xor  OK
gegl:mix  OK
gegl:opacity  OK
svg:src-over  OK
gegl:threshold:  FAIL 5eab2520fa6e1ab9f321976d7eb3e238 != d20432270a1364932ee88a326a3e26c8
gegl:weighted-blend  OK
gegl:shadows-highlights-correction  hash = 26edcb1732f29cbbd3ca543c76e57c9b
gegl:matting-levin  hash = ad8719c0c19781a709110dbfe5209b3e
gegl:crop:  OK
gegl:map-absolute  hash = f1b3ab0f1e84ec5882f23aee0a0c68f6
gegl:map-relative:  FAIL 17cab1e3aa06a6d7a597c0ab98dfd820 != c662bb6323771333ee49f7a30638eb22
gegl:lens-blur  hash = c5dc4c97b0dacbe3fee41cefca1e6f42
gegl:bump-map  hash = ffb9e86edb25bc92e8d4e68f59bbb04b
gegl:gaussian-blur-selective  OK
gegl:text:  hash = 3ff6aabf33af707520ebb3cc79207efb
gegl:checkerboard  OK
gegl:color  OK
gegl:grid  OK
gegl:linear-gradient  FAIL 7c514dcf1a0d580fe52476084246a0f4 != f53de20993b50915061e67e69ab006f4
gegl:cell-noise  OK
gegl:perlin-noise  OK
gegl:simplex-noise  OK
gegl:radial-gradient  FAIL 3b1c6367858882e778f4dbde0ba0e3d2 != ff1e65a10aea0e973ef6191912137d92
gegl:bayer-matrix  OK
gegl:diffraction-patterns  OK
gegl:fractal-explorer  OK
gegl:linear-sinusoid  OK
gegl:noise-solid  OK
gegl:sinus  OK
gegl:spiral  OK
gegl:plasma  FAIL b11bc3ad1089f155a5d0642b4aca8791 != f5b2ec90eaf0b44d9b06130b3abb73c9
gegl:oilify  FAIL 8cdf7cedd9f56deb8d09c491ec750527 != eb7a8c8106cb6ff616965c0183dc130b
gegl:piecewise-blend  hash = f1b3ab0f1e84ec5882f23aee0a0c68f6


without opencl acceleration
Maybe see bug https://bugzilla.gnome.org/show_bug.cgi?id=780226
77 operations producing unexpected hashes:
gegl:scale-ratio 16e66cb9ac246d5a5059acfd5bda78aa != bbd9ada0a890f265b66eda5f5a48dc67
gegl:scale-size-keepaspect b33d2a27cb6bc90936675aff48152bb8 != 21055a7509bb983967ab03a37200931a
gegl:rotate a4b75948c622db55845833ab12862f06 != 4ac5d42bb82187a705a2ecd640353490
gegl:shear 8d3e4f22177c762eaa1c0e36fd94d3b8 != 3d26408e0d03bb534fe1492453409519
gegl:translate 4e061e4f307b224a76b15d1c9b96a300 != 8d3700ec06e9cbba3cb2b4a9f3061a10
gegl:rotate-on-center 56364877847910b8cdc2d3be9384c04d != 1b5001df3a4e6f964009308c116e7e1f
gegl:vector-stroke 7220be79a5455bed219cb16661275dd0 != 0607e4aa12dbfc95a9a0b938b4e035a2
gegl:path 80c51cf96d0dcdf6610c8d3084995a76 != eba13d16fba3284ceee264073ebfa356
gegl:exposure 4e061e4f307b224a76b15d1c9b96a300 != 967bd5777363d1fec59f04889f358a99
gegl:gray 43ddd80572ab34095298ac7c36368b0c != c5623beeef052a9b47acd178dd420864
gegl:mono-mixer a3137fe85bdfbef1dee30415fe7019df != c0c510a2f89c949190fe1d456ae543dc
gegl:newsprint 4e061e4f307b224a76b15d1c9b96a300 != f680e099d412e28dfa26f9b19e34109f
gegl:noise-cie-lch e383b22fe2821d2255eb5ba44f7f4608 != 7b01f2a1f2d866e1349748b70403b2a4
gegl:noise-hsv e750e20f35e03f6c64a38bcc9c11490d != 742a94075b6ddfaf86638691bf654b3b
gegl:noise-rgb b92f11f3a5f288c4f0e20afb0bba054f != 3f537624e94b49109b5d809363b25ef0
gegl:rgb-clip ffb9e86edb25bc92e8d4e68f59bbb04b != d44569682486dd5187db20243520ff5d
gegl:saturation ffb9e86edb25bc92e8d4e68f59bbb04b != 584bfe714947a573f10399965c8b45b0
gegl:value-invert 98a6a7c2b289209dc7ce9309063a6796 != 1457b5c30de7a730a54c80028097e046
gegl:vignette 5729f1fc351080ac5d221fbe751f2b8b != 519798f9fd053ae9ef52fb179182c615
gegl:channel-mixer ffb9e86edb25bc92e8d4e68f59bbb04b != c7b822f909ec17da9c6fa4259d076da6
gegl:color-exchange ffb9e86edb25bc92e8d4e68f59bbb04b != d44569682486dd5187db20243520ff5d
gegl:lens-flare 202b3fdd87aed2dc3a10da9c9cad5608 != ad7ee885223deeb38ed660627f6e8dc6
gegl:red-eye-removal 8b0b4751b4a1ffac1ba4ff6d08e48a1a != 30bed05acd7bde632fad8d40cf686075
gegl:bilateral-filter 5cfcdea9b2f5917f48c54a8972374d8a != ae2daa632761f829c4a59225f17bf211
gegl:convolution-matrix 4eddc0aaa970a59ee8a813627874cdf3 != 22d2d47a2da3d3e7cd402ea9fa1a3a25
gegl:edge-sobel 22e4d815d731db171cef6257c7a95317 != d75a32d401a11b715bd28277a5962882
gegl:image-gradient 3bc1f4413a06969bf86606d621969651 != 6cd95bf706d744b31b475b3500941f3c
gegl:mean-curvature-blur 8856d371c39a439e501dc2f2a74d6417 != 87ef39a3c8f9b9020b54c260a39d0e1f
gegl:motion-blur-linear e3ec2585f3acbdae5707a52b0a50c53b != 2bac2e03cd14f2aac805bbfac9581b59
gegl:noise-pick 0634d248731c51f4784749b934c05bd2 != 9ce949376eb179e98e0c677911fa76e8
gegl:noise-reduction 38c82bb87c71ebff3cae1ced28ac3b73 != 7cd18da7f407f4bc6f917c8318e50b59
gegl:noise-spread c53483232973300e961be9819026f997 != 89c0d73afd19917ba1e7bad435ff63b4
gegl:normal-map 59c0af6158719538c0a77bc459b20779 != 5f6052195f03b52185942a2c1fecd98d
gegl:snn-mean 1f5c30085011311cf743ddc91a44f1f0 != dc342e01d1016f92f21d1b2196dc1a7f
gegl:wavelet-blur-1d f7879e0dcf29fa78df7b2c400842ddce != 71ac3a58677d8efd8099fc761bdc5572
gegl:antialias 4e061e4f307b224a76b15d1c9b96a300 != 457b979c0b7f6ff9b41549e05388e67f
gegl:cubism fe131f5ed2842b0b09739e16d7e5960d != 142b7257d4783a35afbbaaf185a1cf61
gegl:deinterlace c1b3b9cdb55e737e6282a90603df9755 != 2cd603036c2cc3f0221e0fc5684dd919
gegl:edge-laplace c4ecceb172485fb4550e4b31a43eb2b1 != d3a424e41c50688927d0b2519a4e92db
gegl:edge 839d8cc002b4f8da0d7387616e08f799 != 9d6ae823f6e380f30f9acbda88bbfb6d
gegl:emboss 6819c87af82ccc2f295cddf04781ec69 != af0c6c39428853e1010fa4c51ee67c7d
gegl:mosaic 436ca4a9f1046bae86054fa2ee8e4a57 != 8d4594ee22e3f792429f0089728c1310
gegl:motion-blur-circular 540193ad28e012554ef906c12193d450 != c6735b5cf3c94b24a11f0ed3d4dac954
gegl:motion-blur-zoom c76c31c4de489aac562a1fc2fdaedc4f != 3d1d0f7f64ca1ff5b84408cd8db9aefa
gegl:ripple 0e7f10c99853aaae6e7752d4c99d8359 != 7f291e2dfcc59d6832be21c839e58963
gegl:shift 39f4bbcb328f83641e8ada109c86c4c9 != da717d8c0cad7ed5a500d1f322821d89
gegl:tile-glass 1cbbd91251831ec9f280536fa7a81cc2 != 3a564b45ae023a0f7acf1146c81fe41d
gegl:value-propagate 831de8793d5501d8fb9c2462466f1721 != e83d141dad2bc9274b562273867eda71
gegl:waves f837b522cfcdd983f2c49f3aac214757 != 5c9428be7c567630854d681617bc245f
gegl:color-enhance 41ef79339fd722b64aa3520c33ff6f52 != a0d2c5b2bdf39c93bb2c2bdf2a9ea857
gegl:fattal02 4dc0f99d5eda4d2e15d0f3793ca6a188 != 6c025821070a93a3feae9fe2e563b9d0
gegl:long-shadow 7e3c16678d971e1ecb3c204770659bfd != 0fdf6db2382f0c1a2919ef5684c7dc30
gegl:mantiuk06 0c946d46ee35440b1c4cfd1b9bc2dad7 != f4a012c4fc0ced9c85a6424799b15fd6
gegl:mirrors 29aea116dd3ecf595ae19df9dcfc65a5 != 3e0a6b68f7211b45731d9d746ee9e279
gegl:panorama-projection cf1ca4a0ffba4ca6157768a34653935d != 3ab9831053ff0a9e32623ecc8a148e67
gegl:reinhard05 51e2fca2f7529a0332795ebaafa150a0 != ce38b47d455298d78db3a91748c4f9a5
gegl:tile-seamless 14f3c3ee1410ece7272ee0ff9ffe7043 != 7d710478556cd8d7ee6b1d1dd2a822ed
gegl:watershed-transform 983ef24a840ad8e46698ffd7cd11f5b8 != c5623beeef052a9b47acd178dd420864
gegl:distance-transform 620bf37294bca66e4190da60c5be5622 != 31dd3c9b78a79583db929b0f77a56191
gegl:apply-lens 5671c40d52db36c66569ca2e41296c00 != 4230b1cd886d335503ff436f97b82465
gegl:cartoon 4591b26793c4fe3b865b671df289e1ee != ef2005279a968cc34f597e5ed0b5fc05
gegl:fractal-trace 10e7ba9522d25ffcd242c7e77d6b5280 != 7636e00bd6be1d6079abf71ab0db00c7
gegl:illusion a0fd195e336df0608a4ec7413f6e12a4 != 577ee48aed3b49af531e8a9a10676af9
gegl:lens-distortion e2a6800b59b9b29bc1ebe994c3f79928 != ce6cba76344b72c420110072e65b6c7a
gegl:photocopy 711b12475b7bdab15f9f29bdbf4379b5 != d2f210ce9e61b81ebd58a5eb7dfe9dd7
gegl:whirl-pinch cd55e78cba530fc94254cf59425e941e != e24f6a5ec8c1c7faead1dbeeae34e386
gegl:gaussian-blur 116d752d36d93bc06f71b0f11c8c73b0 != c33a8c5df033c403fceb47735cde22e3
gegl:gegl ffb9e86edb25bc92e8d4e68f59bbb04b != 29bf5654242f069e2867ba9cb41d8d4e
gegl:high-pass cf04bb714a173f1f71da8af283b8a894 != 62261a5feb6c696f76cb80e68f4930e2
gegl:unsharp-mask 928da4281a4167d6349e7277ce72ff62 != 5f94a8d1b946c82b1f066f50b9648a5a
svg:color-burn 1236d7a59418bad7467db950479319b5 != e9f58c8e3b67d0ed84d1e1875c414159
gegl:threshold 5eab2520fa6e1ab9f321976d7eb3e238 != d20432270a1364932ee88a326a3e26c8
gegl:map-relative 17cab1e3aa06a6d7a597c0ab98dfd820 != c662bb6323771333ee49f7a30638eb22
gegl:linear-gradient 7c514dcf1a0d580fe52476084246a0f4 != f53de20993b50915061e67e69ab006f4
gegl:radial-gradient 3b1c6367858882e778f4dbde0ba0e3d2 != ff1e65a10aea0e973ef6191912137d92
gegl:plasma b11bc3ad1089f155a5d0642b4aca8791 != f5b2ec90eaf0b44d9b06130b3abb73c9
gegl:oilify 8cdf7cedd9f56deb8d09c491ec750527 != eb7a8c8106cb6ff616965c0183dc130b

running tests
check flags: -j8 -l8 test
[1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, dist/build/Prettyprinter/Render/Terminal/Internal.p_o )
[0/1] Running all tests.
[5/8] Cythonizing /build/Cython-0.29.21/Cython/Plex/Actions.py
[6/8] Cythonizing /build/Cython-0.29.21/Cython/Plex/Scanners.py
  CC       util/libvirt_util_la-virnetdevvportprofile.lo
/nix/store/qdp56fi357fgxxnkjrwx1g67hrk775im-bash-4.4-p23/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I ./include -I ./include -I ./lib -I ./lib -I/nix/store/jx0ibjlcgljnkwzfj6ij4f763fsns8h0-openssl-1.1.1h-dev/include   -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict    -g -O2 -DHAVE_AVX512F -mno-avx512f -c -o lib/jhash.lo lib/jhash.c
  CC [M]  drivers/gpu/drm/qxl/qxl_image.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -I/nix/store/jx0ibjlcgljnkwzfj6ij4f763fsns8h0-openssl-1.1.1h-dev/include -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -DHAVE_AVX512F -mno-avx512f -c lib/jhash.c -o lib/jhash.o
  1/103 gegl:simple / backend-file                      OK             0.29s
[7/8] Cythonizing /build/Cython-0.29.21/Cython/Runtime/refnanny.pyx
/nix/store/qdp56fi357fgxxnkjrwx1g67hrk775im-bash-4.4-p23/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I ./include -I ./include -I ./lib -I ./lib -I/nix/store/jx0ibjlcgljnkwzfj6ij4f763fsns8h0-openssl-1.1.1h-dev/include   -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict    -g -O2 -DHAVE_AVX512F -mno-avx512f -c -o lib/json.lo lib/json.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -I/nix/store/jx0ibjlcgljnkwzfj6ij4f763fsns8h0-openssl-1.1.1h-dev/include -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -DHAVE_AVX512F -mno-avx512f -c lib/json.c -o lib/json.o
  2/103 gegl:simple / buffer-cast                       OK             0.23s
  CC [M]  drivers/gpu/drm/qxl/qxl_draw.o
  3/103 gegl:simple / buffer-changes                    OK             0.22s
  4/103 gegl:simple / buffer-extract                    OK             0.30s
  5/103 gegl:simple / buffer-hot-tile                   OK             0.28s
  CC [M]  drivers/gpu/drm/qxl/qxl_debugfs.o
[8/8] Cythonizing /build/Cython-0.29.21/Cython/Tempita/_tempita.py
/nix/store/qdp56fi357fgxxnkjrwx1g67hrk775im-bash-4.4-p23/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I ./include -I ./include -I ./lib -I ./lib -I/nix/store/jx0ibjlcgljnkwzfj6ij4f763fsns8h0-openssl-1.1.1h-dev/include   -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict    -g -O2 -DHAVE_AVX512F -mno-avx512f -c -o lib/jsonrpc.lo lib/jsonrpc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -I/nix/store/jx0ibjlcgljnkwzfj6ij4f763fsns8h0-openssl-1.1.1h-dev/include -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -DHAVE_AVX512F -mno-avx512f -c lib/jsonrpc.c -o lib/jsonrpc.o
  CC [M]  drivers/gpu/drm/qxl/qxl_irq.o
/nix/store/qdp56fi357fgxxnkjrwx1g67hrk775im-bash-4.4-p23/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I ./include -I ./include -I ./lib -I ./lib -I/nix/store/jx0ibjlcgljnkwzfj6ij4f763fsns8h0-openssl-1.1.1h-dev/include   -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict    -g -O2 -DHAVE_AVX512F -mno-avx512f -c -o lib/lacp.lo lib/lacp.c
  CC       util/libvirt_util_la-virnetlink.lo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -I/nix/store/jx0ibjlcgljnkwzfj6ij4f763fsns8h0-openssl-1.1.1h-dev/include -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -DHAVE_AVX512F -mno-avx512f -c lib/lacp.c -o lib/lacp.o
  CC [M]  drivers/gpu/drm/qxl/qxl_dumb.o
  6/103 gegl:simple / buffer-sharing                    OK             2.13s
2/2 xb-self-test         TIMEOUT        30.02s

Ok:                 1   
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            1   


The output from the failed tests:

2/2 xb-self-test         TIMEOUT        30.02s

--- command ---
21:41:42 G_TEST_BUILDDIR='/build/source/build/src' G_TEST_SRCDIR='/build/source/data' /build/source/build/src/xb-self-test
--- Listing only the last 100 lines from a long log. ---
strtab:       @32
strtab_ntags: 0
STRTAB @32

ok 13 /libxmlb/builder{empty}
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
(/build/source/build/src/xb-self-test:1270): GLib-GIO-DEBUG: 21:41:42.595: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
# XbSilo-DEBUG: attempting to load /build/temp.xmlb
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: attempting to load /build/temp.xmlb
# XbSilo-DEBUG: failed to load silo: Failed to open file ?/build/temp.xmlb?: open() failed: No such file or directory
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: failed to load silo: Failed to open file ?/build/temp.xmlb?: open() failed: No such file or directory
# XbSilo-DEBUG: compiling 17ec3c8c314ec8113064a5fda807e44134c01945?
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: compiling 17ec3c8c314ec8113064a5fda807e44134c01945?
# XbSilo-DEBUG: 0.04ms      compile 17ec3c8c314ec8113064a5fda807e44134c01945
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.04ms      compile 17ec3c8c314ec8113064a5fda807e44134c01945
# XbSilo-DEBUG: 0.11ms      get size nodetab
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.11ms      get size nodetab
# XbSilo-DEBUG: 0.01ms      adding strtab element
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.01ms      adding strtab element
# XbSilo-DEBUG: 0.00ms      adding strtab attr name
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.00ms      adding strtab attr name
# XbSilo-DEBUG: 0.00ms      adding strtab attr value
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.00ms      adding strtab attr value
# XbSilo-DEBUG: 0.00ms      adding strtab text
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.00ms      adding strtab text
# XbSilo-DEBUG: 0.01ms      writing nodetab
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.01ms      writing nodetab
# XbSilo-DEBUG: 0.00ms      fixing ->parent and ->next
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.00ms      fixing ->parent and ->next
# XbSilo-DEBUG: 0.00ms      appending strtab
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.00ms      appending strtab
# XbSilo-DEBUG: 0.01ms      parse blob
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.01ms      parse blob
# XbSilo-DEBUG: 0.35ms      save file
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.35ms      save file
# XbSilo-DEBUG: 0.01ms      parse blob
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.595: 0.01ms      parse blob
# XbSilo-DEBUG: 0.25ms      loaded file
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.596: 0.25ms      loaded file
# XbSilo-DEBUG: /build/temp.xmlb changed, invalidating
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: /build/temp.xmlb changed, invalidating
# XbSilo-DEBUG: /build/temp.xmlb changed, invalidating
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: /build/temp.xmlb changed, invalidating
# XbSilo-DEBUG: attempting to load /build/temp.xmlb
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: attempting to load /build/temp.xmlb
# XbSilo-DEBUG: failed to load silo: blob too small
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: failed to load silo: blob too small
# XbSilo-DEBUG: compiling 17ec3c8c314ec8113064a5fda807e44134c01945?
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: compiling 17ec3c8c314ec8113064a5fda807e44134c01945?
# XbSilo-DEBUG: 0.01ms      compile 17ec3c8c314ec8113064a5fda807e44134c01945
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.01ms      compile 17ec3c8c314ec8113064a5fda807e44134c01945
# XbSilo-DEBUG: 0.12ms      get size nodetab
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.12ms      get size nodetab
# XbSilo-DEBUG: 0.00ms      adding strtab element
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.00ms      adding strtab element
# XbSilo-DEBUG: 0.00ms      adding strtab attr name
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.00ms      adding strtab attr name
# XbSilo-DEBUG: 0.00ms      adding strtab attr value
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.00ms      adding strtab attr value
# XbSilo-DEBUG: 0.00ms      adding strtab text
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.00ms      adding strtab text
# XbSilo-DEBUG: 0.00ms      writing nodetab
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.00ms      writing nodetab
# XbSilo-DEBUG: 0.00ms      fixing ->parent and ->next
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.00ms      fixing ->parent and ->next
# XbSilo-DEBUG: 0.00ms      appending strtab
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.00ms      appending strtab
# XbSilo-DEBUG: 0.00ms      parse blob
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.00ms      parse blob
# XbSilo-DEBUG: 0.07ms      save file
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.07ms      save file
# XbSilo-DEBUG: 0.01ms      parse blob
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.01ms      parse blob
# XbSilo-DEBUG: 0.06ms      loaded file
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.06ms      loaded file
# XbSilo-DEBUG: attempting to load /build/temp.xmlb
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: attempting to load /build/temp.xmlb
# XbSilo-DEBUG: 0.01ms      parse blob
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.01ms      parse blob
# XbSilo-DEBUG: 0.05ms      loaded file
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.597: 0.05ms      loaded file
# XbSilo-DEBUG: file: 7e59bd1b-08d2-8f8c-6eac-c055b280dca3, current:7e59bd1b-08d2-8f8c-6eac-c055b280dca3, cached: 7e59bd1b-08d2-8f8c-6eac-c055b280dca3
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.598: file: 7e59bd1b-08d2-8f8c-6eac-c055b280dca3, current:7e59bd1b-08d2-8f8c-6eac-c055b280dca3, cached: 7e59bd1b-08d2-8f8c-6eac-c055b280dca3
# XbSilo-DEBUG: returning unchanged silo
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.598: returning unchanged silo
# XbSilo-DEBUG: attempting to load /build/temp.xmlb
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.598: attempting to load /build/temp.xmlb
# XbSilo-DEBUG: file: 7e59bd1b-08d2-8f8c-6eac-c055b280dca3, current:7e59bd1b-08d2-8f8c-6eac-c055b280dca3, cached: (null)
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.598: file: 7e59bd1b-08d2-8f8c-6eac-c055b280dca3, current:7e59bd1b-08d2-8f8c-6eac-c055b280dca3, cached: (null)
# XbSilo-DEBUG: loading silo with file contents
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.598: loading silo with file contents
ok 14 /libxmlb/builder{ensure}
# XbSilo-DEBUG: attempting to load /build/temp.xmlb
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.599: attempting to load /build/temp.xmlb
# XbSilo-DEBUG: failed to load silo: Failed to open file ?/build/temp.xmlb?: open() failed: No such file or directory
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.599: failed to load silo: Failed to open file ?/build/temp.xmlb?: open() failed: No such file or directory
# XbSilo-DEBUG: compiling /build/temp.xml:ctime=1604698902.597010?
(/build/source/build/src/xb-self-test:1270): XbSilo-DEBUG: 21:41:42.600: compiling /build/temp.xml:ctime=1604698902.597010?
-------

Full log written to /build/source/build/meson-logs/testlog.txt
FAILED: meson-test 
/nix/store/zpszcg5vhrb6qa8ha0s7ycfmk5s38faf-meson-0.55.3/bin/meson test --no-rebuild --print-errorlogs
ninja: build stopped: subcommand failed.
builder for '/nix/store/mx67hjfblv1cvzha67xnwsmgxfi8qdqi-libxmlb-0.2.1.drv' failed with exit code 1
cannot build derivation '/nix/store/7jqk5w7iv3lf9b3l3zf9qs3ny7xxjbll-fwupd-1.4.6.drv': 1 dependencies couldn't be built
building '/nix/store/jzwq7sj8r6kyc8njvc8d94snwlm3n351-python3.7-cryptography_vectors-3.2.1.drv'...
building '/nix/store/f01y43dwbn2yy8az4krq5fwzdn1lvavy-python3.8-Cython-0.29.21.drv'...
building '/nix/store/8l8bnclp2lj70vvp281ab3jk6h5cnm8s-python3.8-Pillow-7.2.0.drv'...
building '/nix/store/b7vlz634m747sj267dnckjfv2j4py3pk-python3.8-pycairo-1.18.2.drv'...
building '/nix/store/fv9lbcm3s8qahs1lh0c163fs3ifyvfxx-python3.8-pyclipper-1.2.0.drv'...
building '/nix/store/xr831szyrchv2847irx6z86nhysk099z-python3.8-pyftpdlib-1.5.6.drv'...
building '/nix/store/4aw0jik6ajp1d2prwwdwz6liqdmiy60a-python3.8-pytest-randomly-3.4.1.drv'...
cannot build derivation '/nix/store/4xfx1b1xj6v51j1v00gj5mcp391qyznz-etc.drv': 1 dependencies couldn't be built
building '/nix/store/cvqcb4c4p3gkapyb9alyp2zvxbpr9261-qt-env-vars.patch.drv'...
building '/nix/store/i9gz6d1x77b1pbamvvawmp7ss7i5s81l-qttools-5.14.2.drv'...
building '/nix/store/m2ly7sf0qwavhp7x7x3b9406r5r6rr31-site.cfg.drv'...
building '/nix/store/b3nrmgw5cg1sixv43knkiyn8fzrpi182-spice-0.14.2.drv'...
building '/nix/store/42z3gjg941q0jncz145fbsc1pb5nf49n-stage-2-init.sh.drv'...
cannot build derivation '/nix/store/7qpz7hnr5c8g1agjs8ra60m3whgm6vdz-system-path.drv': 1 dependencies couldn't be built
building '/nix/store/c8jy38im1dgrbimkwb77aanbc408ybdg-tk-8.6.9.drv'...
building '/nix/store/5bm7ndw5va4vvi7f79f4b69smsaz9qb1-typed-process-0.2.6.0.drv'...
building '/nix/store/43461nk9c9zv8kgi0afzg0rj972pjdqa-udev-rules.drv'...
cannot build derivation '/nix/store/n5p2i8fixizfn61ms15mradna23l46hb-nixos-system-rw-wenzel-nixos-laptop-21.03pre-git.drv': 1 dependencies couldn't be built
error: build of '/nix/store/n5p2i8fixizfn61ms15mradna23l46hb-nixos-system-rw-wenzel-nixos-laptop-21.03pre-git.drv' failed

@unclechu
Copy link
Member

unclechu commented Nov 6, 2020

@doronbehar Your latest example works for vlc and psi-plus (but not for audacious).

@unclechu
Copy link
Member

unclechu commented Jan 8, 2021

Now in the nixos-20.09 release branch vlc, smplayer, audacious, audacity are all using dark theme now.
But only psi-plus for me is still not using dark theme. @doronbehar what did you do to make psi-plus use dark theme correctly as it supposed to?

@doronbehar
Copy link
Contributor Author

Now in the nixos-20.09 release branch vlc, smplayer, audacious, audacity are all using dark theme now.
But only psi-plus for me is still not using dark theme. @doronbehar what did you do to make psi-plus use dark theme correctly as it supposed to?

What do you mean? This PR can be used to do it? Would you like to understand why this PR works?

@stale
Copy link

stale bot commented Jul 20, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 20, 2021
@unclechu
Copy link
Member

@doronbehar sorry, I forgot to answer to your question back then. Anyway, as of now on NixOS 21.05 there are no problems with dark theme inheritance by Qt applications. This MR became obsolete and can be closed, the problem is already solved. I have a permission to close the MR but I neither wasn’t the author nor a reviewer. So I leave this to the author @doronbehar or to the reviewers (@FRidh @ttuegel).

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 20, 2021
@doronbehar
Copy link
Contributor Author

Anyway, as of now on NixOS 21.05 there are no problems with dark theme inheritance by Qt applications.

My suspicion is that there are less qt514 packages on NixOS 21.05 and that's why you don't experience the issues you experienced in the past.

Due to that, I think that now, it'd be appropriate to not add all qt versions of the packages in the qt5.nix module, and only qt515 versions of adwaita-qt and qgnomeplatform.

Refresh gsettings schemas path patch and remove other hooks.
@doronbehar doronbehar changed the title qt515 more fixes Move some qt5 style packages to qt5-packages.nix Jul 21, 2021
@doronbehar
Copy link
Contributor Author

Updated qgnomeplatform to 0.8.0 as well.

@doronbehar
Copy link
Contributor Author

Most of the changes here were done in #136071 .

@doronbehar doronbehar closed this Sep 11, 2021
@doronbehar doronbehar deleted the pkg/qt515/postFix branch March 2, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants