Fail to build with libxfce4ui 4.18.0 on NixOS
tl;dr: This is basically a copy-paste of apps/xfce4-terminal#224 (closed) with different logs. I believe the root cause of the two issues are the same, so thanks for helping!
Hi, I run into some problems when trying to build thunar 4.18.0 with libxfce4ui 4.18.0 (actually with all >= 4.17.2 versions) on NixOS, will appreciate some help with it.
The error message is:
thunar-preferences-dialog.c:25:10: fatal error: libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor.h: No such file or directory
25 | #include <libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The full log is:
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/js0r43vqi1lnszgrr57xl7ara8hdqzqi-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "xdtAutogenPhase" }
xdtAutogenPhase
Preparing package directory /build/source...
Running intltoolize --automake --copy --force
Running gtkdocize --copy...
Running autoreconf...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: intltoolize --copy --force
autoreconf: running: gtkdocize --copy
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
autoreconf: running: /nix/store/jmccpyxlpigjlznpcw41cwgm3qr08phw-autoconf-2.71/bin/autoconf --force
autoreconf: running: /nix/store/jmccpyxlpigjlznpcw41cwgm3qr08phw-autoconf-2.71/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:66: installing './compile'
configure.ac:52: installing './config.guess'
configure.ac:52: installing './config.sub'
configure.ac:58: installing './install-sh'
configure.ac:58: installing './missing'
examples/tex-open-terminal/Makefile.am: installing './depcomp'
thunar/Makefile.am:214: error: 'thunar.a' is not a standard library name
thunar/Makefile.am:214: did you mean 'libthunar.a'?
parallel-tests: installing './test-driver'
autoreconf: Leaving directory '.'
Skipping configure process.
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
fixing libtool script ./ltmain.sh
./configure
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/39vljxkqjhj226im5mk2hwp8dcx2fk8m-thunar-4.18.0 --bindir=/nix/store/39vljxkqjhj226im5mk2hwp8dcx2fk8m-thunar-4.18.0/bin --sbindir=/nix/store/39vljxkqjhj226im5mk2hwp8dcx2fk8m-thunar-4.18.0/sbin --includedir=/nix/store/1q63ia58v2ygpp4p68ajpcy77x91wsd3-thunar-4.18.0-dev/include --oldincludedir=/nix/store/1q63ia58v2ygpp4p68ajpcy77x91wsd3-thunar-4.18.0-dev/include --mandir=/nix/store/39vljxkqjhj226im5mk2hwp8dcx2fk8m-thunar-4.18.0/share/man --infodir=/nix/store/39vljxkqjhj226im5mk2hwp8dcx2fk8m-thunar-4.18.0/share/info --docdir=/nix/store/39vljxkqjhj226im5mk2hwp8dcx2fk8m-thunar-4.18.0/share/doc/thunar --libdir=/nix/store/39vljxkqjhj226im5mk2hwp8dcx2fk8m-thunar-4.18.0/lib --libexecdir=/nix/store/39vljxkqjhj226im5mk2hwp8dcx2fk8m-thunar-4.18.0/libexec --localedir=/nix/store/39vljxkqjhj226im5mk2hwp8dcx2fk8m-thunar-4.18.0/share/locale --enable-maintainer-mode --with-custom-thunarx-dirs-enabled
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /nix/store/h48pjfgsjl75bm7f3nxcdcrqjkqwns7m-coreutils-9.1/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /nix/store/h48pjfgsjl75bm7f3nxcdcrqjkqwns7m-coreutils-9.1/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
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/param.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for a sed that does not truncate output... /nix/store/xxm0ylrrvw6cnjmja8cgv3z9n6ym0gl2-gnused-4.8/bin/sed
checking for grep that handles long lines and -e... /nix/store/fnzj8zmxrq96vnigd0zc888qyys22jfv-gnugrep-3.7/bin/grep
checking for egrep... /nix/store/fnzj8zmxrq96vnigd0zc888qyys22jfv-gnugrep-3.7/bin/grep -E
checking for fgrep... /nix/store/fnzj8zmxrq96vnigd0zc888qyys22jfv-gnugrep-3.7/bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking whether NLS is requested... yes
checking for intltool-update... /nix/store/wgg6znvqpzb7f4047zw9n1lw69r4m0f1-intltool-0.51.0/bin/intltool-update
checking for intltool-merge... /nix/store/wgg6znvqpzb7f4047zw9n1lw69r4m0f1-intltool-0.51.0/bin/intltool-merge
checking for intltool-extract... /nix/store/wgg6znvqpzb7f4047zw9n1lw69r4m0f1-intltool-0.51.0/bin/intltool-extract
checking for xgettext... /nix/store/sa6z32f4qlvncxfll1d8a10gx3sxnvng-gettext-0.21/bin/xgettext
checking for msgmerge... /nix/store/sa6z32f4qlvncxfll1d8a10gx3sxnvng-gettext-0.21/bin/msgmerge
checking for msgfmt... /nix/store/sa6z32f4qlvncxfll1d8a10gx3sxnvng-gettext-0.21/bin/msgfmt
checking for gmsgfmt... /nix/store/sa6z32f4qlvncxfll1d8a10gx3sxnvng-gettext-0.21/bin/msgfmt
checking for perl... /nix/store/ix8jflc6xha88lhfb33h2l77804i16l8-perl-5.36.0/bin/perl
checking for perl >= 5.8.1... 5.36.0
checking for XML::Parser... ok
checking for perl5... no
checking for perl... perl
checking for a sed that does not truncate output... (cached) /nix/store/xxm0ylrrvw6cnjmja8cgv3z9n6ym0gl2-gnused-4.8/bin/sed
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for sysroot... no
checking for a working dd... /nix/store/h48pjfgsjl75bm7f3nxcdcrqjkqwns7m-coreutils-9.1/bin/dd
checking how to truncate binary pipes... /nix/store/h48pjfgsjl75bm7f3nxcdcrqjkqwns7m-coreutils-9.1/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for ctype.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for grp.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for memory.h... yes
checking for paths.h... yes
checking for pwd.h... yes
checking for sched.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... yes
checking for sys/param.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for sys/uio.h... yes
checking for sys/wait.h... yes
checking for time.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for localeconv... yes
checking for mkdtemp... yes
checking for pread... yes
checking for pwrite... yes
checking for sched_yield... yes
checking for setgroupent... no
checking for setpassent... no
checking for strcoll... yes
checking for strlcpy... no
checking for strptime... yes
checking for symlink... yes
checking for atexit... yes
checking for bind_textdomain_codeset... yes
checking for locales directory... ${prefix}/share/locale
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for main in -lX11... yes
checking pkg-config is at least version 0.9.0... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /nix/store/fk9ixjxm4njrybgq4l2hic080d3hawvx-gtk-doc-1.33.2/bin/gtkdoc-check
checking for gtkdoc-rebase... /nix/store/fk9ixjxm4njrybgq4l2hic080d3hawvx-gtk-doc-1.33.2/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /nix/store/fk9ixjxm4njrybgq4l2hic080d3hawvx-gtk-doc-1.33.2/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0... yes
checking pkg-config is at least version 0.9.0... yes
checking for exo-2 >= 4.17.0... 4.18.0
checking EXO_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/6s4pcn23fvjfbbw2zs182xvy18qc3mga-exo-4.18.0-dev/include/exo-2 -I/nix/store/68i3iaarcmirc57z4mnxzwp5yvdk15ld-gdk-pixbuf-2.42.10-dev/include/gdk-pixbuf-2.0 -I/nix/store/cq6nz9pc3kvgah6d5yzk1q1a1189v1y3-gtk+3-3.24.34-dev/include/gtk-3.0 -I/nix/store/3yqf7jgn8p1nkqrl8f2a6jh4lb73yzl8-at-spi2-core-2.46.0-dev/include/atk-1.0 -I/nix/store/ml16ppwk347v4bjhsxl3cdkwpfybr654-cairo-1.16.0-dev/include/cairo -I/nix/store/c3g0f51nsgd5s1jy42wnh76w96nqiv28-freetype-2.12.1-dev/include/freetype2 -I/nix/store/c3g0f51nsgd5s1jy42wnh76w96nqiv28-freetype-2.12.1-dev/include -I/nix/store/f3ln1d61hlmnzm36572jrhbibd1wa040-pango-1.50.11-dev/include/pango-1.0 -I/nix/store/d1i776n7h893y3yjv533fx8p74r2cy8z-harfbuzz-5.3.1-dev/include/harfbuzz -I/nix/store/4i53hy3vh8inv1jj7gqbdgy7lrnrsnkv-libxfce4util-4.18.0-dev/include/xfce4
checking EXO_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/00yk9a5fs0wm6rbkbfidysyns128msy9-exo-4.18.0/lib -L/nix/store/7pq2jmd1igm8y3j87rpdpms01ys4af90-gdk-pixbuf-2.42.10/lib -L/nix/store/68rgsss8d6y09d4wyxxl5nyv33cybc3f-gtk+3-3.24.34/lib -L/nix/store/w9pm7mrja6lqly4n804v4fq6snnfjdjk-at-spi2-core-2.46.0/lib -L/nix/store/0hdv1c78cn4s16b0g1ndg5lqlhcz2vqb-cairo-1.16.0/lib -L/nix/store/krahifh1ij7s9gxmqcdc0s5k7i4xqf3y-pango-1.50.11/lib -L/nix/store/306jb5l2pzyxchds97xspsx55xc345m5-harfbuzz-5.3.1/lib -L/nix/store/73i2l1j9b2f8ykxdb95knwrh7665nchf-libxfce4util-4.18.0/lib -lexo-2 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.66.0... 2.74.1
checking GLIB_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include
checking GLIB_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -lglib-2.0
configure: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.66.0
checking pkg-config is at least version 0.9.0... yes
checking for gio-2.0 >= 2.66.0... 2.74.1
checking GIO_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include
checking GIO_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for gthread-2.0 >= 2.66.0... 2.74.1
checking GTHREAD_CFLAGS... -pthread -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include
checking GTHREAD_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -lgthread-2.0 -pthread -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for gmodule-2.0 >= 2.66.0... 2.74.1
checking GMODULE_CFLAGS... -pthread -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include
checking GMODULE_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-3.0 >= 3.24.0... 3.24.34
checking GTK_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/68i3iaarcmirc57z4mnxzwp5yvdk15ld-gdk-pixbuf-2.42.10-dev/include/gdk-pixbuf-2.0 -I/nix/store/cq6nz9pc3kvgah6d5yzk1q1a1189v1y3-gtk+3-3.24.34-dev/include/gtk-3.0 -I/nix/store/3yqf7jgn8p1nkqrl8f2a6jh4lb73yzl8-at-spi2-core-2.46.0-dev/include/atk-1.0 -I/nix/store/ml16ppwk347v4bjhsxl3cdkwpfybr654-cairo-1.16.0-dev/include/cairo -I/nix/store/c3g0f51nsgd5s1jy42wnh76w96nqiv28-freetype-2.12.1-dev/include/freetype2 -I/nix/store/c3g0f51nsgd5s1jy42wnh76w96nqiv28-freetype-2.12.1-dev/include -I/nix/store/f3ln1d61hlmnzm36572jrhbibd1wa040-pango-1.50.11-dev/include/pango-1.0 -I/nix/store/d1i776n7h893y3yjv533fx8p74r2cy8z-harfbuzz-5.3.1-dev/include/harfbuzz
checking GTK_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/7pq2jmd1igm8y3j87rpdpms01ys4af90-gdk-pixbuf-2.42.10/lib -L/nix/store/68rgsss8d6y09d4wyxxl5nyv33cybc3f-gtk+3-3.24.34/lib -L/nix/store/w9pm7mrja6lqly4n804v4fq6snnfjdjk-at-spi2-core-2.46.0/lib -L/nix/store/0hdv1c78cn4s16b0g1ndg5lqlhcz2vqb-cairo-1.16.0/lib -L/nix/store/krahifh1ij7s9gxmqcdc0s5k7i4xqf3y-pango-1.50.11/lib -L/nix/store/306jb5l2pzyxchds97xspsx55xc345m5-harfbuzz-5.3.1/lib -lgtk-3 -lgdk-3 -lz -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
checking pkg-config is at least version 0.9.0... yes
checking for gdk-pixbuf-2.0 >= 2.40.0... 2.42.10
checking GDK_PIXBUF_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/68i3iaarcmirc57z4mnxzwp5yvdk15ld-gdk-pixbuf-2.42.10-dev/include/gdk-pixbuf-2.0
checking GDK_PIXBUF_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/7pq2jmd1igm8y3j87rpdpms01ys4af90-gdk-pixbuf-2.42.10/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4util-1.0 >= 4.17.2... 4.18.0
checking LIBXFCE4UTIL_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/4i53hy3vh8inv1jj7gqbdgy7lrnrsnkv-libxfce4util-4.18.0-dev/include/xfce4
checking LIBXFCE4UTIL_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/73i2l1j9b2f8ykxdb95knwrh7665nchf-libxfce4util-4.18.0/lib -lxfce4util -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4ui-2 >= 4.17.6... 4.18.0
checking LIBXFCE4UI_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/68i3iaarcmirc57z4mnxzwp5yvdk15ld-gdk-pixbuf-2.42.10-dev/include/gdk-pixbuf-2.0 -I/nix/store/cq6nz9pc3kvgah6d5yzk1q1a1189v1y3-gtk+3-3.24.34-dev/include/gtk-3.0 -I/nix/store/3yqf7jgn8p1nkqrl8f2a6jh4lb73yzl8-at-spi2-core-2.46.0-dev/include/atk-1.0 -I/nix/store/ml16ppwk347v4bjhsxl3cdkwpfybr654-cairo-1.16.0-dev/include/cairo -I/nix/store/c3g0f51nsgd5s1jy42wnh76w96nqiv28-freetype-2.12.1-dev/include/freetype2 -I/nix/store/c3g0f51nsgd5s1jy42wnh76w96nqiv28-freetype-2.12.1-dev/include -I/nix/store/f3ln1d61hlmnzm36572jrhbibd1wa040-pango-1.50.11-dev/include/pango-1.0 -I/nix/store/d1i776n7h893y3yjv533fx8p74r2cy8z-harfbuzz-5.3.1-dev/include/harfbuzz -I/nix/store/qpc5cj3gbs4956fbkm26mihcarfbyv7w-libxfce4ui-4.18.0-dev/include/xfce4/libxfce4ui-2 -I/nix/store/4i53hy3vh8inv1jj7gqbdgy7lrnrsnkv-libxfce4util-4.18.0-dev/include/xfce4
checking LIBXFCE4UI_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/7pq2jmd1igm8y3j87rpdpms01ys4af90-gdk-pixbuf-2.42.10/lib -L/nix/store/68rgsss8d6y09d4wyxxl5nyv33cybc3f-gtk+3-3.24.34/lib -L/nix/store/w9pm7mrja6lqly4n804v4fq6snnfjdjk-at-spi2-core-2.46.0/lib -L/nix/store/0hdv1c78cn4s16b0g1ndg5lqlhcz2vqb-cairo-1.16.0/lib -L/nix/store/krahifh1ij7s9gxmqcdc0s5k7i4xqf3y-pango-1.50.11/lib -L/nix/store/306jb5l2pzyxchds97xspsx55xc345m5-harfbuzz-5.3.1/lib -L/nix/store/fvday44n0qxglhmzvb9fwcbqdsj30h83-libxfce4ui-4.18.0/lib -L/nix/store/73i2l1j9b2f8ykxdb95knwrh7665nchf-libxfce4util-4.18.0/lib -lxfce4ui-2 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4kbd-private-3 >= 4.17.2... 4.18.0
checking LIBXFCE4KBD_PRIVATE_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/68i3iaarcmirc57z4mnxzwp5yvdk15ld-gdk-pixbuf-2.42.10-dev/include/gdk-pixbuf-2.0 -I/nix/store/cq6nz9pc3kvgah6d5yzk1q1a1189v1y3-gtk+3-3.24.34-dev/include/gtk-3.0 -I/nix/store/3yqf7jgn8p1nkqrl8f2a6jh4lb73yzl8-at-spi2-core-2.46.0-dev/include/atk-1.0 -I/nix/store/ml16ppwk347v4bjhsxl3cdkwpfybr654-cairo-1.16.0-dev/include/cairo -I/nix/store/c3g0f51nsgd5s1jy42wnh76w96nqiv28-freetype-2.12.1-dev/include/freetype2 -I/nix/store/c3g0f51nsgd5s1jy42wnh76w96nqiv28-freetype-2.12.1-dev/include -I/nix/store/f3ln1d61hlmnzm36572jrhbibd1wa040-pango-1.50.11-dev/include/pango-1.0 -I/nix/store/d1i776n7h893y3yjv533fx8p74r2cy8z-harfbuzz-5.3.1-dev/include/harfbuzz -I/nix/store/qpc5cj3gbs4956fbkm26mihcarfbyv7w-libxfce4ui-4.18.0-dev/include/xfce4/libxfce4kbd-private-3 -I/nix/store/qpc5cj3gbs4956fbkm26mihcarfbyv7w-libxfce4ui-4.18.0-dev/include/xfce4/libxfce4ui-2 -I/nix/store/4i53hy3vh8inv1jj7gqbdgy7lrnrsnkv-libxfce4util-4.18.0-dev/include/xfce4 -I/nix/store/vlfb7d38rl2xx6fmrwm7x8z64jvy96z9-xfconf-4.18.0-dev/include/xfce4/xfconf-0
checking LIBXFCE4KBD_PRIVATE_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/7pq2jmd1igm8y3j87rpdpms01ys4af90-gdk-pixbuf-2.42.10/lib -L/nix/store/68rgsss8d6y09d4wyxxl5nyv33cybc3f-gtk+3-3.24.34/lib -L/nix/store/w9pm7mrja6lqly4n804v4fq6snnfjdjk-at-spi2-core-2.46.0/lib -L/nix/store/0hdv1c78cn4s16b0g1ndg5lqlhcz2vqb-cairo-1.16.0/lib -L/nix/store/krahifh1ij7s9gxmqcdc0s5k7i4xqf3y-pango-1.50.11/lib -L/nix/store/306jb5l2pzyxchds97xspsx55xc345m5-harfbuzz-5.3.1/lib -L/nix/store/fvday44n0qxglhmzvb9fwcbqdsj30h83-libxfce4ui-4.18.0/lib -L/nix/store/73i2l1j9b2f8ykxdb95knwrh7665nchf-libxfce4util-4.18.0/lib -L/nix/store/6sxaf2ifpizqax4pfl6qs7v7mbasm8jy-xfconf-4.18.0/lib -lxfce4kbd-private-3 -lxfconf-0 -lxfce4ui-2 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for libxfconf-0 >= 4.12.0... 4.18.0
checking XFCONF_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/vlfb7d38rl2xx6fmrwm7x8z64jvy96z9-xfconf-4.18.0-dev/include/xfce4/xfconf-0
checking XFCONF_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/6sxaf2ifpizqax4pfl6qs7v7mbasm8jy-xfconf-4.18.0/lib -lxfconf-0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for pango >= 1.38.0... 1.50.11
checking PANGO_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/f3ln1d61hlmnzm36572jrhbibd1wa040-pango-1.50.11-dev/include/pango-1.0 -I/nix/store/d1i776n7h893y3yjv533fx8p74r2cy8z-harfbuzz-5.3.1-dev/include/harfbuzz
checking PANGO_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/krahifh1ij7s9gxmqcdc0s5k7i4xqf3y-pango-1.50.11/lib -L/nix/store/306jb5l2pzyxchds97xspsx55xc345m5-harfbuzz-5.3.1/lib -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz
checking for gobject-introspection... yes
checking for SmcSaveYourselfDone in -lSM... yes
checking pkg-config is at least version 0.9.0... yes
checking for gio-unix-2.0 >= 2.66.0... 2.74.1
checking GIO_UNIX_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/gio-unix-2.0 -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include
checking GIO_UNIX_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for gudev-1.0 >= 145... 237
checking GUDEV_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/m2n9dfasapl24jp9rvws06si4n5s6sd4-libgudev-237-dev/include/gudev-1.0
checking GUDEV_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/l7m9n0p4h7vadl9sc4cblfczzx23jqk5-libgudev-237/lib -lgudev-1.0 -lgobject-2.0 -lglib-2.0
checking pkg-config is at least version 0.9.0... yes
checking for libnotify >= 0.4.0... 0.8.1
checking LIBNOTIFY_CFLAGS... -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include -I/nix/store/03dsp8rf3nic826nlw090fnd3wzfcabk-glib-2.74.1-dev/include/glib-2.0 -I/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib/glib-2.0/include -I/nix/store/68i3iaarcmirc57z4mnxzwp5yvdk15ld-gdk-pixbuf-2.42.10-dev/include/gdk-pixbuf-2.0 -I/nix/store/ismrnl6x03k5pm5f2ycix89188czyhg9-libnotify-0.8.1-dev/include
checking LIBNOTIFY_LIBS... -L/nix/store/mxn46y68rsmx83qcraivfx2fmzx4aqc4-glib-2.74.1/lib -L/nix/store/7pq2jmd1igm8y3j87rpdpms01ys4af90-gdk-pixbuf-2.42.10/lib -L/nix/store/jjiyas1b06cw67rlq9r8rw16cj9hqqp4-libnotify-0.8.1/lib -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking whether to build with debugging support... minimum
checking if gcc supports -Wall... yes
checking if gcc supports -Wextra... yes
checking if gcc supports -Wno-missing-field-initializers... yes
checking if gcc supports -Wno-unused-parameter... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wmissing-noreturn... yes
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wcast-align... yes
checking if gcc supports -Wformat... yes
checking if gcc supports -Wformat-security... yes
checking if gcc supports -Wformat-y2k... yes
checking if gcc supports -Winit-self... yes
checking if gcc supports -Wmissing-include-dirs... yes
checking if gcc supports -Wundef... yes
checking if gcc supports -Wredundant-decls... yes
checking if gcc supports -Wshadow... yes
checking if gcc supports -Wdeclaration-after-statement... yes
checking if gcc supports -Wnested-externs... yes
checking if gcc supports -Wold-style-definition... yes
checking if gcc supports -Wall... yes
checking if gcc supports -Wextra... yes
checking if gcc supports -Wno-missing-field-initializers... yes
checking if gcc supports -Wno-unused-parameter... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wmissing-noreturn... yes
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wcast-align... yes
checking if gcc supports -Wformat... yes
checking if gcc supports -Wformat-security... yes
checking if gcc supports -Wformat-y2k... yes
checking if gcc supports -Winit-self... yes
checking if gcc supports -Wmissing-include-dirs... yes
checking if gcc supports -Wundef... yes
checking if gcc supports -Wredundant-decls... yes
checking if gcc supports -Wshadow... yes
checking whether ld -m elf_x86_64 accepts --as-needed... yes
checking whether ld -m elf_x86_64 accepts -O1... yes
checking PLATFORM_CPPFLAGS...
checking PLATFORM_CFLAGS...
checking PLATFORM_LDFLAGS...
checking whether to build the thunar-apr plugin... yes
checking for optional package libexif >= 0.6.0... not found
checking whether to build the thunar-sbr plugin... yes
checking for optional package libpcre2-8 >= 10.0... not found
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4panel-2.0 >= 4.12.0... not found
checking whether to build the thunar-tpa plugin... no
checking whether to build the thunar-uca plugin... yes
checking whether to build the thunar-wallpaper plugin... yes
checking for xfconf-query... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/design/Makefile
config.status: creating docs/papers/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/thunarx/Makefile
config.status: creating docs/reference/thunarx/version.xml
config.status: creating docs/reference/thunar/Makefile
config.status: creating docs/reference/thunar/version.xml
config.status: creating examples/Makefile
config.status: creating examples/tex-open-terminal/Makefile
config.status: creating icons/Makefile
config.status: creating icons/16x16/Makefile
config.status: creating icons/24x24/Makefile
config.status: creating icons/48x48/Makefile
config.status: creating icons/128x128/Makefile
config.status: creating icons/scalable/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/thunar-apr/Makefile
config.status: creating plugins/thunar-sbr/Makefile
config.status: creating plugins/thunar-sendto-email/Makefile
config.status: creating plugins/thunar-tpa/Makefile
config.status: creating plugins/thunar-uca/Makefile
config.status: creating plugins/thunar-wallpaper/Makefile
config.status: creating po/Makefile.in
config.status: creating thunar/Makefile
config.status: creating thunarx/Makefile
config.status: creating thunarx/thunarx-3.pc
config.status: creating thunarx/thunarx-config.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
Build Configuration:
* GIO UNIX features: yes
* GUDev (required for thunar-volman): yes
* Mount notification support: yes
* Debug Support: minimum
* GObject Instrospection support: yes
Additional Plugins:
* Advanced Properties: yes
* Simple Builtin Renamers: yes
* Trash Panel Applet: no
* User Customizable Actions: yes
* Wallpaper support: yes
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: -j8 SHELL=/nix/store/nfgpn9av331q7zi1dl6d5qpir60y513s-bash-5.1-p16/bin/bash
make all-recursive
make[1]: Entering directory '/build/source'
Making all in icons
make[2]: Entering directory '/build/source/icons'
Making all in 16x16
make[3]: Entering directory '/build/source/icons/16x16'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/source/icons/16x16'
Making all in 24x24
make[3]: Entering directory '/build/source/icons/24x24'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/source/icons/24x24'
Making all in 48x48
make[3]: Entering directory '/build/source/icons/48x48'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/source/icons/48x48'
Making all in 128x128
make[3]: Entering directory '/build/source/icons/128x128'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/source/icons/128x128'
Making all in scalable
make[3]: Entering directory '/build/source/icons/scalable'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/source/icons/scalable'
make[3]: Entering directory '/build/source/icons'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/source/icons'
make[2]: Leaving directory '/build/source/icons'
Making all in po
make[2]: Entering directory '/build/source/po'
MSGFMT am.gmo
MSGFMT ar.gmo
MSGFMT ast.gmo
MSGFMT be.gmo
MSGFMT bg.gmo
MSGFMT bn.gmo
MSGFMT ca.gmo
MSGFMT cs.gmo
MSGFMT da.gmo
MSGFMT de.gmo
MSGFMT el.gmo
MSGFMT en_AU.gmo
MSGFMT en_GB.gmo
MSGFMT eo.gmo
MSGFMT et.gmo
MSGFMT es.gmo
MSGFMT eu.gmo
MSGFMT fa_IR.gmo
MSGFMT fi.gmo
MSGFMT fr.gmo
MSGFMT gl.gmo
MSGFMT he.gmo
MSGFMT hr.gmo
MSGFMT hu.gmo
MSGFMT hy.gmo
MSGFMT hy_AM.gmo
MSGFMT hye.gmo
MSGFMT id.gmo
MSGFMT ie.gmo
MSGFMT is.gmo
MSGFMT it.gmo
MSGFMT ja.gmo
MSGFMT kk.gmo
MSGFMT ko.gmo
MSGFMT lt.gmo
MSGFMT lv.gmo
MSGFMT ms.gmo
MSGFMT nb.gmo
MSGFMT nl.gmo
MSGFMT nn.gmo
MSGFMT oc.gmo
MSGFMT pa.gmo
MSGFMT pl.gmo
MSGFMT pt.gmo
MSGFMT pt_BR.gmo
MSGFMT ro.gmo
MSGFMT ru.gmo
MSGFMT si.gmo
MSGFMT sk.gmo
MSGFMT sl.gmo
MSGFMT sq.gmo
MSGFMT sr.gmo
MSGFMT sv.gmo
MSGFMT te.gmo
MSGFMT th.gmo
MSGFMT tr.gmo
MSGFMT ug.gmo
MSGFMT uk.gmo
MSGFMT ur.gmo
MSGFMT ur_PK.gmo
MSGFMT vi.gmo
MSGFMT zh_CN.gmo
MSGFMT zh_HK.gmo
MSGFMT zh_TW.gmo
make[2]: Leaving directory '/build/source/po'
Making all in thunarx
make[2]: Entering directory '/build/source/thunarx'
CC libthunarx_3_la-thunarx-config.lo
CC libthunarx_3_la-thunarx-file-info.lo
CC libthunarx_3_la-thunarx-menu.lo
CC libthunarx_3_la-thunarx-menu-item.lo
CC libthunarx_3_la-thunarx-menu-provider.lo
CC libthunarx_3_la-thunarx-preferences-provider.lo
CC libthunarx_3_la-thunarx-private.lo
CC libthunarx_3_la-thunarx-property-page.lo
CC libthunarx_3_la-thunarx-property-page-provider.lo
CC libthunarx_3_la-thunarx-provider-factory.lo
CC libthunarx_3_la-thunarx-provider-module.lo
CC libthunarx_3_la-thunarx-provider-plugin.lo
CC libthunarx_3_la-thunarx-renamer.lo
CC libthunarx_3_la-thunarx-renamer-provider.lo
CCLD libthunarx-3.la
GISCAN Thunarx-3.0.gir
GICOMP Thunarx-3.0.gir
make[2]: Leaving directory '/build/source/thunarx'
Making all in thunar
make[2]: Entering directory '/build/source/thunar'
GEN thunar-marshal.c
GEN stamp-thunar-marshal.h
GEN thunar-dbus-freedesktop-interfaces.h
GEN thunar-dbus-freedesktop-interfaces.c
GEN thunar-dbus-service-infos.h
GEN thunar-dbus-service-infos.c
GEN thunar-thumbnailer-proxy.c
GEN thunar-thumbnailer-proxy.h
INFO: Reading thunar-marshal.list...
INFO: Reading thunar-marshal.list...
GEN thunar-thumbnail-cache-proxy.h
GEN thunar-thumbnail-cache-proxy.c
glib-compile-resources --target=thunar-resources.h --sourcedir=. --generate-header --c-name thunar ./thunar.gresource.xml
glib-compile-resources --target=thunar-resources.c --sourcedir=. --generate-source --c-name thunar ./thunar.gresource.xml
make all-am
make[3]: Entering directory '/build/source/thunar'
CC thunar-thunar-marshal.o
CC thunar-thunar-dbus-freedesktop-interfaces.o
CC thunar-thunar-dbus-service-infos.o
CC thunar-thunar-thumbnailer-proxy.o
CC thunar-thunar-thumbnail-cache-proxy.o
CC thunar-thunar-resources.o
CC thunar-main.o
CC thunar-thunar-abstract-dialog.o
CC thunar-thunar-abstract-icon-view.o
CC thunar-thunar-action-manager.o
CC thunar-thunar-application.o
CC thunar-thunar-browser.o
CC thunar-thunar-chooser-button.o
CC thunar-thunar-chooser-dialog.o
CC thunar-thunar-chooser-model.o
CC thunar-thunar-clipboard-manager.o
CC thunar-thunar-column-editor.o
CC thunar-thunar-column-model.o
CC thunar-thunar-compact-view.o
CC thunar-thunar-component.o
CC thunar-thunar-dbus-service.o
CC thunar-thunar-deep-count-job.o
CC thunar-thunar-details-view.o
CC thunar-thunar-dialogs.o
CC thunar-thunar-device.o
CC thunar-thunar-device-monitor.o
CC thunar-thunar-dnd.o
CC thunar-thunar-emblem-chooser.o
CC thunar-thunar-enum-types.o
CC thunar-thunar-file.o
CC thunar-thunar-file-monitor.o
CC thunar-thunar-folder.o
CC thunar-thunar-gdk-extensions.o
CC thunar-thunar-gio-extensions.o
CC thunar-thunar-gobject-extensions.o
CC thunar-thunar-gtk-extensions.o
CC thunar-thunar-history.o
CC thunar-thunar-ice.o
CC thunar-thunar-icon-factory.o
CC thunar-thunar-icon-renderer.o
CC thunar-thunar-text-renderer.o
CC thunar-thunar-icon-view.o
CC thunar-thunar-image.o
CC thunar-thunar-io-jobs.o
CC thunar-thunar-io-jobs-util.o
CC thunar-thunar-io-scan-directory.o
CC thunar-thunar-job.o
CC thunar-thunar-job-operation.o
CC thunar-thunar-job-operation-history.o
CC thunar-thunar-list-model.o
CC thunar-thunar-location-bar.o
CC thunar-thunar-location-button.o
CC thunar-thunar-location-buttons.o
CC thunar-thunar-location-entry.o
CC thunar-thunar-menu.o
CC thunar-thunar-notify.o
CC thunar-thunar-navigator.o
CC thunar-thunar-pango-extensions.o
CC thunar-thunar-path-entry.o
CC thunar-thunar-permissions-chooser.o
CC thunar-thunar-preferences-dialog.o
CC thunar-thunar-preferences.o
CC thunar-thunar-progress-dialog.o
CC thunar-thunar-progress-view.o
CC thunar-thunar-properties-dialog.o
CC thunar-thunar-renamer-dialog.o
thunar-preferences-dialog.c:25:10: fatal error: libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor.h: No such file or directory
25 | #include <libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:2021: thunar-thunar-preferences-dialog.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/source/thunar'
make[2]: *** [Makefile:921: all] Error 2
make[2]: Leaving directory '/build/source/thunar'
make[1]: *** [Makefile:760: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:587: all] Error 2
Since NixOS installs packages in their own immutable prefix (which might be the reason why the build failure cannot be reproduced on other distros), here is the tree
result of the dev output of libxfce4ui:
$ tree /nix/store/qpc5cj3gbs4956fbkm26mihcarfbyv7w-libxfce4ui-4.18.0-dev
/nix/store/qpc5cj3gbs4956fbkm26mihcarfbyv7w-libxfce4ui-4.18.0-dev
├── include
│ └── xfce4
│ ├── libxfce4kbd-private-3
│ │ └── libxfce4kbd-private
│ │ ├── xfce-shortcut-dialog.h
│ │ ├── xfce-shortcuts-editor-dialog.h
│ │ ├── xfce-shortcuts-editor.h
│ │ ├── xfce-shortcuts-grabber.h
│ │ ├── xfce-shortcuts.h
│ │ ├── xfce-shortcuts-provider.h
│ │ └── xfce-shortcuts-xfwm4.h
│ └── libxfce4ui-2
│ └── libxfce4ui
│ ├── libxfce4ui-config.h
│ ├── libxfce4ui-enum-types.h
│ ├── libxfce4ui.h
│ ├── xfce-dialogs.h
│ ├── xfce-filename-input.h
│ ├── xfce-gdk-extensions.h
│ ├── xfce-gtk-extensions.h
│ ├── xfce-sm-client.h
│ ├── xfce-spawn.h
│ └── xfce-titled-dialog.h
├── lib
│ └── pkgconfig
│ ├── libxfce4kbd-private-3.pc
│ └── libxfce4ui-2.pc
├── nix-support
│ └── propagated-build-inputs
└── share
├── gir-1.0
│ └── Libxfce4ui-2.0.gir
└── vala
└── vapi
├── libxfce4ui-2.deps
└── libxfce4ui-2.vapi
Here is the content of /nix/store/qpc5cj3gbs4956fbkm26mihcarfbyv7w-libxfce4ui-4.18.0-dev/lib/pkgconfig/libxfce4kbd-private-3.pc
:
prefix=/nix/store/fvday44n0qxglhmzvb9fwcbqdsj30h83-libxfce4ui-4.18.0
exec_prefix=${prefix}
libdir=/nix/store/fvday44n0qxglhmzvb9fwcbqdsj30h83-libxfce4ui-4.18.0/lib
includedir=/nix/store/qpc5cj3gbs4956fbkm26mihcarfbyv7w-libxfce4ui-4.18.0-dev/include
Name: libxfce4kbd-private
Description: Private Xfce library for shared code between xfwm4 and xfce4-settings
Requires: gdk-3.0 gtk+-3.0 libxfce4util-1.0 libxfconf-0 libxfce4ui-2
Version: 4.18.0
Libs: -L${libdir} -lxfce4kbd-private-3
Cflags: -I${includedir}/xfce4/libxfce4kbd-private-3
A quick look it is caused by this MR: !171 (diffs), specifically the following two lines:
https://gitlab.xfce.org/xfce/thunar/-/blob/thunar-4.18.0/thunar/thunar-preferences-dialog.c#L25-L26
Change it as the below fixes the problem:
- #include <libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor.h>
- #include <libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h>
+ #include <libxfce4kbd-private/xfce-shortcuts-editor.h>
+ #include <libxfce4kbd-private/xfce-shortcuts-editor-dialog.h>
Otherwise we have to manually pass something like -I${libxfce4ui.dev}/include/xfce4
to unbreak our build, but considering that the cflag in libxfce4kbd-private-3.pc
is using -I${includedir}/xfce4/libxfce4kbd-private-3
, I am curious why this is needed.
Thanks for reading!
P.s.: We also run into same issue when building xfce4-terminal after apps/xfce4-terminal!32 (merged). But xfwm4 builds fine so far, xfwm4 uses libxfce4kbd-private-3: https://gitlab.xfce.org/xfce/xfwm4/-/blob/xfwm4-4.18.0/settings-dialogs/xfwm4-settings.c#L45.