Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created August 17, 2021 20:24
Show Gist options
  • Save r-rmcgibbo/c1e8f7366ca7d6074aaef7d71c38454b to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/c1e8f7366ca7d6074aaef7d71c38454b to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 53 seconds | https://github.com/NixOS/nixpkgs/pull/134481
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/gw67j4mgq8g1yljzrzivrcf4cbac9jbl-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
patching script interpreter paths in bootstrap
bootstrap: interpreter directive changed from "#!/bin/sh" to "/nix/store/can473ld4dc8izcjlm4i5daxsh1yl5d8-bash-4.4-p23/bin/sh"
- aclocal
- automake
configure.ac:44: installing 'admin/compile'
configure.ac:11: installing 'admin/config.guess'
configure.ac:11: installing 'admin/config.sub'
configure.ac:14: installing 'admin/install-sh'
configure.ac:14: installing 'admin/missing'
src/Makefile.am: installing 'admin/depcomp'
- autoconf
configure.ac:140: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:140: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:140: the top level
configure.ac:176: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:176: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:176: the top level
configure.ac:176: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:176: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2823: _AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2839: AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:176: the top level
- msgfmt
fixing libtool script ./deps/boost/tools/build/src/engine/boehm_gc/ltmain.sh
configure flags: --disable-dependency-tracking --prefix=/nix/store/p983wxc77035i287775wn99zn99riiyb-poedit-2.4.3 --without-cld2 --without-cpprest --with-boost-libdir=/nix/store/pv2pywbbacf963iyn9zbsdxxr8l489gx-boost-1.69.0/lib CPPFLAGS=-I/nix/store/92vgpkfmp60ss2zm6ny05kvd1r2qjxyf-nlohmann_json-3.9.1/include/nlohmann/
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /nix/store/jj6z78skpdcya84iqbn9cf59sxjy5msv-coreutils-8.32/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /nix/store/jj6z78skpdcya84iqbn9cf59sxjy5msv-coreutils-8.32/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for install location... /nix/store/p983wxc77035i287775wn99zn99riiyb-poedit-2.4.3
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking for ranlib... ranlib
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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports C++14 features with -std=gnu++14... yes
checking for boostlib >= 1.60 (106000)... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Regex library is available... yes
checking for exit in -lboost_regex... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread... yes
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 pkg-config is at least version 0.9.0... yes
checking for nlohmann/json.hpp... yes
checking for wx-config... /nix/store/fgsrn1pk92ibk90hbkmb6kfmjqlbxg98-wxwidgets-3.0.5/bin/wx-config
checking for wxWidgets version >= 3.0.3 (--unicode)... yes (version 3.0.5)
checking for wxWidgets static library... no
checking if wxWidgets includes XRC... yes
checking for wxrc... /nix/store/fgsrn1pk92ibk90hbkmb6kfmjqlbxg98-wxwidgets-3.0.5/bin/wxrc-3.0
checking for mkdtemp... yes
checking for icu-uc icu-i18n... yes
checking if wxWidgets toolkit uses GTK+ 3... yes
checking for gtkspell3-3.0 gtk+-3.0... yes
checking for liblucene++ >= 3.0.5... no
configure: error: missing Lucene++ library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment