Skip to content

Instantly share code, notes, and snippets.

@bluescreen303
Created May 28, 2013 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluescreen303/5662569 to your computer and use it in GitHub Desktop.
Save bluescreen303/5662569 to your computer and use it in GitHub Desktop.
mathijs@bluebook xorg% cd /home/mathijs/Repositories/nix/nixpkgs/pkgs/servers/x11/xorg next 0
mathijs@bluebook ~% cd tmp /home/mathijs 0
mathijs@bluebook tmp% ls -l /home/mathijs/tmp 0
total 6840
drwxr-xr-x 1 mathijs users 14 24 feb 23:17 agda
-rw-r--r-- 1 mathijs users 4905 29 apr 13:59 bla2.js.gz
-rw-r--r-- 1 mathijs users 113719 4 mei 13:11 bla.bc
-rw-r--r-- 1 mathijs users 164560 4 mei 13:13 bla.c
-rw-r--r-- 1 mathijs users 137972 4 mei 13:22 bla.js
drwxr-xr-x 1 mathijs users 18 20 mei 23:58 channel
-rw-r----- 1 mathijs users 6270124 11 apr 20:30 compiler.jar
-rw-r--r-- 1 mathijs users 175982 4 mei 20:14 example.ibc
-rw-r--r-- 1 mathijs users 1875 19 mei 10:04 example.idr
-rw-r--r-- 1 mathijs users 643 25 apr 18:24 HList.agda
-rw-r--r-- 1 mathijs users 7964 25 apr 18:24 HList.agdai
-rw-r--r-- 1 mathijs users 670 1 mei 11:38 ListFunctor.agda
-rw-r--r-- 1 mathijs users 15314 1 mei 09:29 ListFunctor.agdai
-rw-r--r-- 1 mathijs users 64157 17 mei 23:24 veccie.ibc
-rw-r--r-- 1 mathijs users 590 17 mei 23:24 veccie.idr
-rw-r--r-- 1 mathijs users 18622 17 mei 23:25 veccie.js
mathijs@bluebook tmp% nix-build -I ~/Repositories/nix '<nixpkgs>' -A xorg.xorgserver /home/mathijs/tmp 0
error: function at `/home/mathijs/Repositories/nix/nixpkgs/pkgs/development/libraries/glibc/2.17/default.nix:1:1' called with unexpected argument
(use `--show-trace' to show detailed location information)
mathijs@bluebook tmp% cd /home/mathijs/tmp 1
mathijs@bluebook ~% cd Repositories/nix/bluenix /home/mathijs 0
mathijs@bluebook bluenix% git co master /home/mathijs/Repositories/nix/bluenix stdenv-updates 0
Switched to branch 'master'
mathijs@bluebook bluenix% cd ../nixos /home/mathijs/Repositories/nix/bluenix master 0
mathijs@bluebook nixos% cd ../nixpkgs /home/mathijs/Repositories/nix/nixos next 0
mathijs@bluebook nixpkgs% cd /home/mathijs/Repositories/nix/nixpkgs next 0
mathijs@bluebook ~% cd tmp /home/mathijs 0
mathijs@bluebook tmp% nix-build -I ~/Repositories/nix '<nixpkgs>' -A xorg.xorgserver /home/mathijs/tmp 0
these derivations will be built:
/nix/store/nyc33blmys4xwsgc19ifrii51xhh66yb-xorg-server-1.13.4.drv
building path(s) `/nix/store/py56fqpb8dx49xfr9mcwkgsikzfzl9jv-xorg-server-1.13.4'
building /nix/store/py56fqpb8dx49xfr9mcwkgsikzfzl9jv-xorg-server-1.13.4
unpacking sources
unpacking source archive /nix/store/qrmz5jb9g172lmpgcix7w9sk5w802bij-xorg-server-1.13.4.tar.bz2
source root is xorg-server-1.13.4
patching sources
applying patch /nix/store/iarbi1c4alxsahgn131g5pyap6vsghcs-xorgserver-dri-path.patch
patching file glx/glxdricommon.c
Hunk #1 succeeded at 217 (offset -2 lines).
applying patch /nix/store/s7abli08kkw56ba45vd7835pzbs9wj0n-xorgserver-xkbcomp-path.patch
patching file xkb/xkbInit.c
Hunk #1 succeeded at 751 with fuzz 2 (offset -172 lines).
configuring
fixing libtool script ./ltmain.sh
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/py56fqpb8dx49xfr9mcwkgsikzfzl9jv-xorg-server-1.13.4 --enable-xcsecurity --enable-dmx --w
ith-default-font-path=
checking for a BSD-compatible install... /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep
checking for egrep... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether __clang__ is declared... no
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for pkg-config... /nix/store/2dzzk7qs89bhl1lz0ywbhphd2ys96l10-pkg-config-0.23/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /nix/store/2f7xdpdsv0m7777xi6mcin0rsshxlwm0-gnused-4.2.1/bin/sed
checking if gcc -std=gnu99 supports -Werror=unknown-warning-option... no
checking if gcc -std=gnu99 supports -Werror=unused-command-line-argument... no
checking if gcc -std=gnu99 supports-Wall... yes
checking if gcc -std=gnu99 supports-Wpointer-arith... yes
checking if gcc -std=gnu99 supports-Wmissing-declarations... yes
checking if gcc -std=gnu99 supports-Wformat=2... yes
checking if gcc -std=gnu99 supports-Wstrict-prototypes... yes
checking if gcc -std=gnu99 supports-Wmissing-prototypes... yes
checking if gcc -std=gnu99 supports-Wnested-externs... yes
checking if gcc -std=gnu99 supports-Wbad-function-cast... yes
checking if gcc -std=gnu99 supports-Wold-style-definition... yes
checking if gcc -std=gnu99 supports-Wdeclaration-after-statement... yes
checking if gcc -std=gnu99 supports-Wunused... yes
checking if gcc -std=gnu99 supports-Wuninitialized... yes
checking if gcc -std=gnu99 supports-Wshadow... yes
checking if gcc -std=gnu99 supports-Wcast-qual... yes
checking if gcc -std=gnu99 supports-Wmissing-noreturn... yes
checking if gcc -std=gnu99 supports-Wmissing-format-attribute... yes
checking if gcc -std=gnu99 supports-Wredundant-decls... yes
checking if gcc -std=gnu99 supports-Werror=implicit... yes
checking if gcc -std=gnu99 supports-Werror=nonnull... yes
checking if gcc -std=gnu99 supports-Werror=init-self... yes
checking if gcc -std=gnu99 supports-Werror=main... yes
checking if gcc -std=gnu99 supports-Werror=missing-braces... yes
checking if gcc -std=gnu99 supports-Werror=sequence-point... yes
checking if gcc -std=gnu99 supports-Werror=return-type... yes
checking if gcc -std=gnu99 supports-Werror=trigraphs... yes
checking if gcc -std=gnu99 supports-Werror=array-bounds... yes
checking if gcc -std=gnu99 supports-Werror=write-strings... yes
checking if gcc -std=gnu99 supports-Werror=address... yes
checking if gcc -std=gnu99 supports-Werror=int-to-pointer-cast... yes
checking if gcc -std=gnu99 supports-Werror=pointer-to-int-cast... yes
checking if gcc -std=gnu99 supports-pedantic... yes
checking if gcc -std=gnu99 supports-Werror... yes
checking if gcc -std=gnu99 supports-Werror=attributes... yes
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking whether make supports nested variables... yes
checking for doxygen... no
configure: WARNING: doxygen not found - documentation targets will be skipped
checking for X.Org SGML entities >= 1.8... no
checking whether to build documentation... yes
checking whether to build developer documentation... yes
checking for xmlto... no
configure: WARNING: xmlto not found - documentation targets will be skipped
checking for fop... no
configure: WARNING: fop not found - documentation targets will be skipped
checking for xsltproc... no
configure: WARNING: xsltproc not found - cannot transform XML documents
checking whether to build unit test cases... auto
checking whether the linker accepts -Wl,-wrap,exit... yes
checking dependency style of gcc -std=gnu99... none
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /nix/store/2f7xdpdsv0m7777xi6mcin0rsshxlwm0-gnused-4.2.1/bin/sed
checking for fgrep... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep -F
checking for ld used by gcc -std=gnu99... /nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld
checking if the linker (/nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B
checking the name lister (/nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
./configure: line 15374: /usr/bin/file: No such file or directory
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld) 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 pkg-config... (cached) /nix/store/2dzzk7qs89bhl1lz0ywbhphd2ys96l10-pkg-config-0.23/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... 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 cpp... /nix/store/r7jz82h8d9fpqvyphcxr1hrqfnsp7q8v-gcc-4.6.3/bin/cpp
checking if /nix/store/r7jz82h8d9fpqvyphcxr1hrqfnsp7q8v-gcc-4.6.3/bin/cpp requires -undef... yes
checking if /nix/store/r7jz82h8d9fpqvyphcxr1hrqfnsp7q8v-gcc-4.6.3/bin/cpp requires -traditional... yes
checking for dtrace... not_found
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for an ANSI C-conforming const... yes
checking for typeof syntax and keyword spelling... typeof
checking whether byte ordering is bigendian... no
checking size of unsigned long... 8
checking for pid_t... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for backtrace... yes
checking for ffs... yes
checking for geteuid... yes
checking for getuid... yes
checking for issetugid... no
checking for getresuid... yes
checking for getdtablesize... yes
checking for getifaddrs... yes
checking for getpeereid... no
checking for getpeerucred... no
checking for getzoneid... no
checking for mmap... yes
checking for shmctl64... no
checking for strncasecmp... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for walkcontext... no
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strlcat... no
checking for strlcpy... no
checking for strndup... yes
checking for sqrt in -lm... yes
checking for cbrt... yes
checking ndbm.h usability... no
checking ndbm.h presence... no
checking for ndbm.h... no
checking dbm.h usability... no
checking dbm.h presence... no
checking for dbm.h... no
checking rpcsvc/dbm.h usability... no
checking rpcsvc/dbm.h presence... no
checking for rpcsvc/dbm.h... no
checking linux/agpgart.h usability... yes
checking linux/agpgart.h presence... yes
checking for linux/agpgart.h... yes
checking sys/agpio.h usability... no
checking sys/agpio.h presence... no
checking for sys/agpio.h... no
checking sys/agpgart.h usability... no
checking sys/agpgart.h presence... no
checking for sys/agpgart.h... no
checking linux/apm_bios.h usability... yes
checking linux/apm_bios.h presence... yes
checking for linux/apm_bios.h... yes
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking asm/mtrr.h usability... yes
checking asm/mtrr.h presence... yes
checking for asm/mtrr.h... yes
checking sys/memrange.h usability... no
checking sys/memrange.h presence... no
checking for sys/memrange.h... no
checking machine/mtrr.h usability... no
checking machine/mtrr.h presence... no
checking for machine/mtrr.h... no
checking for sys/linker.h... no
checking for SYSV IPC... yes
checking machine/apmvar.h usability... no
checking machine/apmvar.h presence... no
checking for machine/apmvar.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace in -lc... yes
checking for root directory for font files... ${datarootdir}/fonts/X11
checking for directory for misc files... ${FONTROOTDIR}/misc
checking for directory for OTF files... ${FONTROOTDIR}/OTF
checking for directory for TTF files... ${FONTROOTDIR}/TTF
checking for directory for Type1 files... ${FONTROOTDIR}/Type1
checking for directory for 75dpi files... ${FONTROOTDIR}/75dpi
checking for directory for 100dpi files... ${FONTROOTDIR}/100dpi
checking for ${prefix}/etc/X11/fontpath.d... no
checking for default font path...
checking for thread local storage (TLS) support... __thread
checking for tls_model attribute support... yes
checking to see if we can install the Xorg server as root... no
checking return type of signal handlers... void
checking if Xtrans should support UNIX socket connections... yes
checking if Xtrans should support TCP socket connections... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for getaddrinfo... yes
checking if IPv6 support should be built... yes
checking for struct sockaddr_in.sin_len... no
checking for socklen_t... yes
checking if Xtrans should support os-specific local connections... no
checking for authdes_seccreate... no
checking for authdes_create... yes
checking for library containing getsecretkey... none required
checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes
checking for PIXMAN... yes
checking for UDEV... yes
checking for udev_monitor_filter_add_match_tag... yes
checking for udev_enumerate_add_match_tag... yes
checking for DBUS... yes
checking for HAL... no
checking for glibc...... yes
checking for clock_gettime... yes
checking for a useful monotonic clock ...... yes
checking whether to track client ids... yes
checking for XLIB... yes
checking for GL... yes
checking for DRI2PROTO... yes
checking for LIBDRM... yes
checking for XDMCP... yes
checking for XdmcpWrap in -lXdmcp... yes
./configure: line 25879: drivers: command not found
checking for SHA1Init... no
checking for CC_SHA1_Init... no
checking for wincrypt.h... no
checking for SHA1Init in -lmd... no
checking for LIBSHA1... no
checking for gcry_md_open in -lgcrypt... no
checking for SHA1_Init in -lcrypto... yes
checking for OPENSSL... yes
checking for SHA1 implementation... libcrypto
checking for XSERVERCFLAGS... yes
checking for XSERVERLIBS... yes
checking if SVR4 needs to be defined... no
checking whether to build Xvfb DDX... yes
checking for XNESTMODULES... yes
checking whether to build Xnest DDX... yes
checking whether to build Xorg DDX... yes
checking for symbol visibility support... yes
checking whether to build Xorg PCI functions... checking for PCIACCESS... yes
yes
checking for DGA... yes
checking for DGA... yes
checking for XF86VIDMODE... yes
checking for XF86VIDMODE... yes
checking for XORG_MODULES... yes
checking whether to build XWin DDX... no
checking dependency style of $(CC)... none
checking for DMXMODULES... no
checking whether to build Xdmx DDX... yes
configure: error: Xdmx build explicitly requested, but required
modules not found.
builder for `/nix/store/nyc33blmys4xwsgc19ifrii51xhh66yb-xorg-server-1.13.4.drv' failed with exit code 1
error: build of `/nix/store/nyc33blmys4xwsgc19ifrii51xhh66yb-xorg-server-1.13.4.drv' failed
mathijs@bluebook tmp% nix-build -I ~/Repositories/nix '<nixpkgs>' -A xorg.xorgserver /home/mathijs/tmp 1
these derivations will be built:
/nix/store/9d4z70w4a9g8pn7q94yv8swc2cl6xbiy-libdmx-1.1.2.tar.bz2.drv
/nix/store/ddw8pqs0i58c41hwl39mibwis256n8fp-xorg-server-1.13.4.drv
/nix/store/wcbd8ha0k7sa1f107xrzvh1h60jbcbpv-libdmx-1.1.2.drv
building path(s) `/nix/store/mn79ssymp58y41xsgcz43jpvv28n00s0-libdmx-1.1.2.tar.bz2'
trying http://xorg.freedesktop.org/releases/X11R7.7/src/everything/libdmx-1.1.2.tar.bz2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 283k 100 283k 0 0 35777 0 0:00:08 0:00:08 --:--:-- 39523
building path(s) `/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2'
building /nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2
unpacking sources
unpacking source archive /nix/store/mn79ssymp58y41xsgcz43jpvv28n00s0-libdmx-1.1.2.tar.bz2
source root is libdmx-1.1.2
patching sources
configuring
fixing libtool script ./ltmain.sh
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2
checking for a BSD-compatible install... /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for a sed that does not truncate output... /nix/store/2f7xdpdsv0m7777xi6mcin0rsshxlwm0-gnused-4.2.1/bin/sed
checking for grep that handles long lines and -e... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep
checking for egrep... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep -E
checking for fgrep... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep -F
checking for ld used by gcc... /nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld
checking if the linker (/nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B
checking the name lister (/nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B output from gcc object... ok
checking for sysroot... no
./configure: line 6115: /usr/bin/file: No such file or directory
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
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... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld) 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 gcc option to accept ISO C99... -std=gnu99
checking whether __clang__ is declared... no
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for pkg-config... /nix/store/2dzzk7qs89bhl1lz0ywbhphd2ys96l10-pkg-config-0.23/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking if compiler supports -Werror=unknown-warning-option... no
checking if compiler supports -Werror=unused-command-line-argument... no
checking if gcc -std=gnu99 supports -Wall... yes
checking if gcc -std=gnu99 supports -Wpointer-arith... yes
checking if gcc -std=gnu99 supports -Wmissing-declarations... yes
checking if gcc -std=gnu99 supports -Wformat=2... yes
checking if gcc -std=gnu99 supports -Wstrict-prototypes... yes
checking if gcc -std=gnu99 supports -Wmissing-prototypes... yes
checking if gcc -std=gnu99 supports -Wnested-externs... yes
checking if gcc -std=gnu99 supports -Wbad-function-cast... yes
checking if gcc -std=gnu99 supports -Wold-style-definition... yes
checking if gcc -std=gnu99 supports -Wdeclaration-after-statement... yes
checking if gcc -std=gnu99 supports -Wunused... yes
checking if gcc -std=gnu99 supports -Wuninitialized... yes
checking if gcc -std=gnu99 supports -Wshadow... yes
checking if gcc -std=gnu99 supports -Wcast-qual... yes
checking if gcc -std=gnu99 supports -Wmissing-noreturn... yes
checking if gcc -std=gnu99 supports -Wmissing-format-attribute... yes
checking if gcc -std=gnu99 supports -Wredundant-decls... yes
checking if gcc -std=gnu99 supports -Werror=implicit... yes
checking if gcc -std=gnu99 supports -Werror=nonnull... yes
checking if gcc -std=gnu99 supports -Werror=init-self... yes
checking if gcc -std=gnu99 supports -Werror=main... yes
checking if gcc -std=gnu99 supports -Werror=missing-braces... yes
checking if gcc -std=gnu99 supports -Werror=sequence-point... yes
checking if gcc -std=gnu99 supports -Werror=return-type... yes
checking if gcc -std=gnu99 supports -Werror=trigraphs... yes
checking if gcc -std=gnu99 supports -Werror=array-bounds... yes
checking if gcc -std=gnu99 supports -Werror=write-strings... yes
checking if gcc -std=gnu99 supports -Werror=address... yes
checking if gcc -std=gnu99 supports -Werror=int-to-pointer-cast... yes
checking if gcc -std=gnu99 supports -Werror=pointer-to-int-cast... yes
checking if gcc -std=gnu99 supports -pedantic... yes
checking if gcc -std=gnu99 supports -Werror... yes
checking if gcc -std=gnu99 supports -Werror=attributes... yes
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking whether malloc(0) returns NULL... yes
checking for DMX... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating dmx.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
building
make flags:
building config.h
building all
make all-recursive
make[1]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2'
building all-recursive
Making all in src
make[2]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/src'
building dmx.lo
CC dmx.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include/X11 -I../include/X11/extensions -I/nix/store/43p1
5bsmxkdc7nz54dr5a622bj5wsqx8-dmxproto-2.3.1/include -I/nix/store/4703naqn06fnbxnddhxqj5vjida1nyqn-libX11-1.5.0/include -I/nix/store/v1hrnil3366k8gpdrscmpixwhx1357vi-xproto-
7.0.23/include -I/nix/store/bppms0fwr3qhmyf5csn789f7796cdfwp-kbproto-1.0.6/include -I/nix/store/0w4bnxv1gjgfp8w778hackkh8cqhqrws-libXext-1.3.1/include -I/nix/store/dpilllmw
36p8k8wfc7wbyxh0x5yckksz-xextproto-7.2.1/include -DMALLOC_0_RETURNS_NULL -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wcast-qual -Wmissing-noreturn -Wmissing-format-
attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigra
phs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -g -O2 -c -o dmx.lo dmx.c
building libdmx.la
CCLD libdmx.la
make[2]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/src'
Making all in man
make[2]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/man'
building DMX.3
GEN DMX.3
building DMXAddInput.3
GEN DMXAddInput.3
building DMXAddScreen.3
GEN DMXAddScreen.3
building DMXChangeDesktopAttributes.3
GEN DMXChangeDesktopAttributes.3
building DMXChangeScreensAttributes.3
GEN DMXChangeScreensAttributes.3
building DMXForceWindowCreation.3
GEN DMXForceWindowCreation.3
building DMXGetDesktopAttributes.3
GEN DMXGetDesktopAttributes.3
building DMXGetInputAttributes.3
GEN DMXGetInputAttributes.3
building DMXGetInputCount.3
GEN DMXGetInputCount.3
building DMXGetScreenAttributes.3
GEN DMXGetScreenAttributes.3
building DMXGetScreenCount.3
GEN DMXGetScreenCount.3
building DMXGetWindowAttributes.3
GEN DMXGetWindowAttributes.3
building DMXQueryExtension.3
GEN DMXQueryExtension.3
building DMXQueryVersion.3
GEN DMXQueryVersion.3
building DMXRemoveInput.3
GEN DMXRemoveInput.3
building DMXRemoveScreen.3
GEN DMXRemoveScreen.3
building DMXSync.3
GEN DMXSync.3
make[2]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/man'
make[2]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2'
building config.h
make[2]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2'
make[1]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2'
installing
install flags: install appdefaultdir=/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/share/X11/app-defaults
building install-recursive
Making install in src
make[1]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/src'
building install-am
make[2]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/src'
building install-libLTLIBRARIES
test -z "/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib" || /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/mkdir -p "/nix/store/9krj6216agkg7a
m53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib"
/bin/sh ../libtool --mode=install /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c libdmx.la '/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libd
mx-1.1.2/lib'
libtool: install: /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c .libs/libdmx.so.1.0.0 /nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/l
ib/libdmx.so.1.0.0
libtool: install: (cd /nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib && { ln -s -f libdmx.so.1.0.0 libdmx.so.1 || { rm -f libdmx.so.1 && ln -s libdmx.so.1.0.0
libdmx.so.1; }; })
libtool: install: (cd /nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib && { ln -s -f libdmx.so.1.0.0 libdmx.so || { rm -f libdmx.so && ln -s libdmx.so.1.0.0 lib
dmx.so; }; })
libtool: install: /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c .libs/libdmx.lai /nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib/li
bdmx.la
libtool: finish: PATH="/nix/store/2dzzk7qs89bhl1lz0ywbhphd2ys96l10-pkg-config-0.23/bin:/nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin:/nix/store/dz9pvnjm
vnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin:/nix/store/z5rnycrwdmc47463n18mf03hym9z4hm0-findutils-4.4.2/bin:/nix/store/rl35p2mq5xf02cv2db13lx6nl6lykl5n-diffutils-3.2/bin:/n
ix/store/2f7xdpdsv0m7777xi6mcin0rsshxlwm0-gnused-4.2.1/bin:/nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin:/nix/store/3277yrggnw9qj7x8k98kx50wl2hww930-gawk-4.0
.2/bin:/nix/store/db7c4cg09100f927jw73qrg5nnvqpvc9-gnutar-1.26/bin:/nix/store/rvp490c434c3hkchryqwbf68c5lhj8f6-gzip-1.5/bin:/nix/store/nrs8nsfnmkmm36yww13gl37ly8mfh3k0-bzip
2-1.0.6/bin:/nix/store/4ivcgcqbs6srda7hv0nbjg4din6m3yv1-gnumake-3.82/bin:/nix/store/7mjplwq1r0agngqj2058hl5z8kb3w15g-bash-4.2-p42/bin:/nix/store/7p8lbcjkqn4px79ybf63g8mx98s
9pn1z-patch-2.7.1/bin:/nix/store/6q8zkjhxjpvk6c01vvqdfwkgkb927yhd-xz-5.0.4/bin:/nix/store/1ipvxsdnbhl1rw6siz6x92s7sc8nwkkb-patchelf-0.6/bin:/nix/store/r7jz82h8d9fpqvyphcxr1
hrqfnsp7q8v-gcc-4.6.3/bin:/nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin:/nix/store/zm4bhsm8lprkzvrjgqr0klfkvr21als4-glibc-2.17/bin:/nix/store/dz9pvnjmvnhi
kfwyf624zzkj3cv7mbqi-coreutils-8.21/bin:/sbin" ldconfig -n /nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib
/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/libtool: line 1090: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator run these commands:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
building install-libdmxincludeHEADERS
test -z "/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/include/X11/extensions" || /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/mkdir -p "/nix/s
tore/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/include/X11/extensions"
/nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c -m 644 ../include/X11/extensions/dmxext.h '/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1
.2/include/X11/extensions'
make[2]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/src'
make[1]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/src'
Making install in man
make[1]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/man'
building install-am
make[2]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/man'
make[2]: Nothing to be done for `install-exec-am'.
building install-libmanDATA
test -z "/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/share/man/man3" || /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/mkdir -p "/nix/store/9kr
j6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/share/man/man3"
/nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c -m 644 DMX.3 DMXAddInput.3 DMXAddScreen.3 DMXChangeDesktopAttributes.3 DMXChangeScreensAttributes
.3 DMXForceWindowCreation.3 DMXGetDesktopAttributes.3 DMXGetInputAttributes.3 DMXGetInputCount.3 DMXGetScreenAttributes.3 DMXGetScreenCount.3 DMXGetWindowAttributes.3 DMXQu
eryExtension.3 DMXQueryVersion.3 DMXRemoveInput.3 DMXRemoveScreen.3 DMXSync.3 '/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/share/man/man3'
make[2]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/man'
make[1]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2/man'
make[1]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2'
building config.h
building install-am
make[2]: Entering directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2'
make[2]: Nothing to be done for `install-exec-am'.
building install-pkgconfigDATA
test -z "/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib/pkgconfig" || /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/mkdir -p "/nix/store/9krj
6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib/pkgconfig"
/nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c -m 644 dmx.pc '/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib/pkgconfig'
make[2]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2'
make[1]: Leaving directory `/tmp/nix-build-libdmx-1.1.2.drv-0/libdmx-1.1.2'
propagating requisites dmxproto
found requisite dmxproto in /nix/store/43p15bsmxkdc7nz54dr5a622bj5wsqx8-dmxproto-2.3.1
post-installation fixup
stripping (with flags -S) in /nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib
strip:/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib/libdmx.la: File format not recognized
strip:/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib/pkgconfig/dmx.pc: File format not recognized
patching ELF executables and libraries
/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib/libdmx.la
not an ELF executable
/nix/store/9krj6216agkg7am53dm9rrjr3nkv0dlr-libdmx-1.1.2/lib/libdmx.so.1.0.0
patching script interpreter paths
building path(s) `/nix/store/4v7c92xyqvgqnd5gvqm7cjh2isddbrdy-xorg-server-1.13.4'
building /nix/store/4v7c92xyqvgqnd5gvqm7cjh2isddbrdy-xorg-server-1.13.4
unpacking sources
unpacking source archive /nix/store/qrmz5jb9g172lmpgcix7w9sk5w802bij-xorg-server-1.13.4.tar.bz2
source root is xorg-server-1.13.4
patching sources
applying patch /nix/store/iarbi1c4alxsahgn131g5pyap6vsghcs-xorgserver-dri-path.patch
patching file glx/glxdricommon.c
Hunk #1 succeeded at 217 (offset -2 lines).
applying patch /nix/store/s7abli08kkw56ba45vd7835pzbs9wj0n-xorgserver-xkbcomp-path.patch
patching file xkb/xkbInit.c
Hunk #1 succeeded at 751 with fuzz 2 (offset -172 lines).
configuring
fixing libtool script ./ltmain.sh
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/4v7c92xyqvgqnd5gvqm7cjh2isddbrdy-xorg-server-1.13.4 --enable-xcsecurity --enable-dmx --w
ith-default-font-path=
checking for a BSD-compatible install... /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep
checking for egrep... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether __clang__ is declared... no
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for pkg-config... /nix/store/2dzzk7qs89bhl1lz0ywbhphd2ys96l10-pkg-config-0.23/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /nix/store/2f7xdpdsv0m7777xi6mcin0rsshxlwm0-gnused-4.2.1/bin/sed
checking if gcc -std=gnu99 supports -Werror=unknown-warning-option... no
checking if gcc -std=gnu99 supports -Werror=unused-command-line-argument... no
checking if gcc -std=gnu99 supports-Wall... yes
checking if gcc -std=gnu99 supports-Wpointer-arith... yes
checking if gcc -std=gnu99 supports-Wmissing-declarations... yes
checking if gcc -std=gnu99 supports-Wformat=2... yes
checking if gcc -std=gnu99 supports-Wstrict-prototypes... yes
checking if gcc -std=gnu99 supports-Wmissing-prototypes... yes
checking if gcc -std=gnu99 supports-Wnested-externs... yes
checking if gcc -std=gnu99 supports-Wbad-function-cast... yes
checking if gcc -std=gnu99 supports-Wold-style-definition... yes
checking if gcc -std=gnu99 supports-Wdeclaration-after-statement... yes
checking if gcc -std=gnu99 supports-Wunused... yes
checking if gcc -std=gnu99 supports-Wuninitialized... yes
checking if gcc -std=gnu99 supports-Wshadow... yes
checking if gcc -std=gnu99 supports-Wcast-qual... yes
checking if gcc -std=gnu99 supports-Wmissing-noreturn... yes
checking if gcc -std=gnu99 supports-Wmissing-format-attribute... yes
checking if gcc -std=gnu99 supports-Wredundant-decls... yes
checking if gcc -std=gnu99 supports-Werror=implicit... yes
checking if gcc -std=gnu99 supports-Werror=nonnull... yes
checking if gcc -std=gnu99 supports-Werror=init-self... yes
checking if gcc -std=gnu99 supports-Werror=main... yes
checking if gcc -std=gnu99 supports-Werror=missing-braces... yes
checking if gcc -std=gnu99 supports-Werror=sequence-point... yes
checking if gcc -std=gnu99 supports-Werror=return-type... yes
checking if gcc -std=gnu99 supports-Werror=trigraphs... yes
checking if gcc -std=gnu99 supports-Werror=array-bounds... yes
checking if gcc -std=gnu99 supports-Werror=write-strings... yes
checking if gcc -std=gnu99 supports-Werror=address... yes
checking if gcc -std=gnu99 supports-Werror=int-to-pointer-cast... yes
checking if gcc -std=gnu99 supports-Werror=pointer-to-int-cast... yes
checking if gcc -std=gnu99 supports-pedantic... yes
checking if gcc -std=gnu99 supports-Werror... yes
checking if gcc -std=gnu99 supports-Werror=attributes... yes
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking whether make supports nested variables... yes
checking for doxygen... no
configure: WARNING: doxygen not found - documentation targets will be skipped
checking for X.Org SGML entities >= 1.8... no
checking whether to build documentation... yes
checking whether to build developer documentation... yes
checking for xmlto... no
configure: WARNING: xmlto not found - documentation targets will be skipped
checking for fop... no
configure: WARNING: fop not found - documentation targets will be skipped
checking for xsltproc... no
configure: WARNING: xsltproc not found - cannot transform XML documents
checking whether to build unit test cases... auto
checking whether the linker accepts -Wl,-wrap,exit... yes
checking dependency style of gcc -std=gnu99... none
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /nix/store/2f7xdpdsv0m7777xi6mcin0rsshxlwm0-gnused-4.2.1/bin/sed
checking for fgrep... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep -F
checking for ld used by gcc -std=gnu99... /nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld
checking if the linker (/nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B
checking the name lister (/nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
./configure: line 15374: /usr/bin/file: No such file or directory
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld) 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 pkg-config... (cached) /nix/store/2dzzk7qs89bhl1lz0ywbhphd2ys96l10-pkg-config-0.23/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... 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 cpp... /nix/store/r7jz82h8d9fpqvyphcxr1hrqfnsp7q8v-gcc-4.6.3/bin/cpp
checking if /nix/store/r7jz82h8d9fpqvyphcxr1hrqfnsp7q8v-gcc-4.6.3/bin/cpp requires -undef... yes
checking if /nix/store/r7jz82h8d9fpqvyphcxr1hrqfnsp7q8v-gcc-4.6.3/bin/cpp requires -traditional... yes
checking for dtrace... not_found
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for an ANSI C-conforming const... yes
checking for typeof syntax and keyword spelling... typeof
checking whether byte ordering is bigendian... no
checking size of unsigned long... 8
checking for pid_t... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for backtrace... yes
checking for ffs... yes
checking for geteuid... yes
checking for getuid... yes
checking for issetugid... no
checking for getresuid... yes
checking for getdtablesize... yes
checking for getifaddrs... yes
checking for getpeereid... no
checking for getpeerucred... no
checking for getzoneid... no
checking for mmap... yes
checking for shmctl64... no
checking for strncasecmp... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for walkcontext... no
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strlcat... no
checking for strlcpy... no
checking for strndup... yes
checking for sqrt in -lm... yes
checking for cbrt... yes
checking ndbm.h usability... no
checking ndbm.h presence... no
checking for ndbm.h... no
checking dbm.h usability... no
checking dbm.h presence... no
checking for dbm.h... no
checking rpcsvc/dbm.h usability... no
checking rpcsvc/dbm.h presence... no
checking for rpcsvc/dbm.h... no
checking linux/agpgart.h usability... yes
checking linux/agpgart.h presence... yes
checking for linux/agpgart.h... yes
checking sys/agpio.h usability... no
checking sys/agpio.h presence... no
checking for sys/agpio.h... no
checking sys/agpgart.h usability... no
checking sys/agpgart.h presence... no
checking for sys/agpgart.h... no
checking linux/apm_bios.h usability... yes
checking linux/apm_bios.h presence... yes
checking for linux/apm_bios.h... yes
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking asm/mtrr.h usability... yes
checking asm/mtrr.h presence... yes
checking for asm/mtrr.h... yes
checking sys/memrange.h usability... no
checking sys/memrange.h presence... no
checking for sys/memrange.h... no
checking machine/mtrr.h usability... no
checking machine/mtrr.h presence... no
checking for machine/mtrr.h... no
checking for sys/linker.h... no
checking for SYSV IPC... yes
checking machine/apmvar.h usability... no
checking machine/apmvar.h presence... no
checking for machine/apmvar.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace in -lc... yes
checking for root directory for font files... ${datarootdir}/fonts/X11
checking for directory for misc files... ${FONTROOTDIR}/misc
checking for directory for OTF files... ${FONTROOTDIR}/OTF
checking for directory for TTF files... ${FONTROOTDIR}/TTF
checking for directory for Type1 files... ${FONTROOTDIR}/Type1
checking for directory for 75dpi files... ${FONTROOTDIR}/75dpi
checking for directory for 100dpi files... ${FONTROOTDIR}/100dpi
checking for ${prefix}/etc/X11/fontpath.d... no
checking for default font path...
checking for thread local storage (TLS) support... __thread
checking for tls_model attribute support... yes
checking to see if we can install the Xorg server as root... no
checking return type of signal handlers... void
checking if Xtrans should support UNIX socket connections... yes
checking if Xtrans should support TCP socket connections... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for getaddrinfo... yes
checking if IPv6 support should be built... yes
checking for struct sockaddr_in.sin_len... no
checking for socklen_t... yes
checking if Xtrans should support os-specific local connections... no
checking for authdes_seccreate... no
checking for authdes_create... yes
checking for library containing getsecretkey... none required
checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes
checking for PIXMAN... yes
checking for UDEV... yes
checking for udev_monitor_filter_add_match_tag... yes
checking for udev_enumerate_add_match_tag... yes
checking for DBUS... yes
checking for HAL... no
checking for glibc...... yes
checking for clock_gettime... yes
checking for a useful monotonic clock ...... yes
checking whether to track client ids... yes
checking for XLIB... yes
checking for GL... yes
checking for DRI2PROTO... yes
checking for LIBDRM... yes
checking for XDMCP... yes
checking for XdmcpWrap in -lXdmcp... yes
./configure: line 25879: drivers: command not found
checking for SHA1Init... no
checking for CC_SHA1_Init... no
checking for wincrypt.h... no
checking for SHA1Init in -lmd... no
checking for LIBSHA1... no
checking for gcry_md_open in -lgcrypt... no
checking for SHA1_Init in -lcrypto... yes
checking for OPENSSL... yes
checking for SHA1 implementation... libcrypto
checking for XSERVERCFLAGS... yes
checking for XSERVERLIBS... yes
checking if SVR4 needs to be defined... no
checking whether to build Xvfb DDX... yes
checking for XNESTMODULES... yes
checking whether to build Xnest DDX... yes
checking whether to build Xorg DDX... yes
checking for symbol visibility support... yes
checking whether to build Xorg PCI functions... checking for PCIACCESS... yes
yes
checking for DGA... yes
checking for DGA... yes
checking for XF86VIDMODE... yes
checking for XF86VIDMODE... yes
checking for XORG_MODULES... yes
checking whether to build XWin DDX... no
checking dependency style of $(CC)... none
checking for DMXMODULES... no
checking whether to build Xdmx DDX... yes
configure: error: Xdmx build explicitly requested, but required
modules not found.
builder for `/nix/store/ddw8pqs0i58c41hwl39mibwis256n8fp-xorg-server-1.13.4.drv' failed with exit code 1
error: build of `/nix/store/ddw8pqs0i58c41hwl39mibwis256n8fp-xorg-server-1.13.4.drv' failed
mathijs@bluebook tmp% /home/mathijs/tmp 1
mathijs@bluebook tmp% /home/mathijs/tmp 1
mathijs@bluebook tmp% /home/mathijs/tmp 1
mathijs@bluebook tmp% /home/mathijs/tmp 1
mathijs@bluebook tmp% nix-build -I ~/Repositories/nix '<nixpkgs>' -A xorg.xorgserver /home/mathijs/tmp 1
these derivations will be built:
/nix/store/knbc4qniyrxn30clj6q0w4zv258w8vii-xorg-server-1.13.4.drv
building path(s) `/nix/store/k6j2wfpbai28ayqnfy9hdz7kr119gxyb-xorg-server-1.13.4'
building /nix/store/k6j2wfpbai28ayqnfy9hdz7kr119gxyb-xorg-server-1.13.4
unpacking sources
unpacking source archive /nix/store/qrmz5jb9g172lmpgcix7w9sk5w802bij-xorg-server-1.13.4.tar.bz2
source root is xorg-server-1.13.4
patching sources
applying patch /nix/store/iarbi1c4alxsahgn131g5pyap6vsghcs-xorgserver-dri-path.patch
patching file glx/glxdricommon.c
Hunk #1 succeeded at 217 (offset -2 lines).
applying patch /nix/store/s7abli08kkw56ba45vd7835pzbs9wj0n-xorgserver-xkbcomp-path.patch
patching file xkb/xkbInit.c
Hunk #1 succeeded at 751 with fuzz 2 (offset -172 lines).
configuring
fixing libtool script ./ltmain.sh
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/k6j2wfpbai28ayqnfy9hdz7kr119gxyb-xorg-server-1.13.4 --enable-xcsecurity --enable-dmx --w
ith-default-font-path=
checking for a BSD-compatible install... /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/dz9pvnjmvnhikfwyf624zzkj3cv7mbqi-coreutils-8.21/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep
checking for egrep... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether __clang__ is declared... no
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for pkg-config... /nix/store/2dzzk7qs89bhl1lz0ywbhphd2ys96l10-pkg-config-0.23/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /nix/store/2f7xdpdsv0m7777xi6mcin0rsshxlwm0-gnused-4.2.1/bin/sed
checking if gcc -std=gnu99 supports -Werror=unknown-warning-option... no
checking if gcc -std=gnu99 supports -Werror=unused-command-line-argument... no
checking if gcc -std=gnu99 supports-Wall... yes
checking if gcc -std=gnu99 supports-Wpointer-arith... yes
checking if gcc -std=gnu99 supports-Wmissing-declarations... yes
checking if gcc -std=gnu99 supports-Wformat=2... yes
checking if gcc -std=gnu99 supports-Wstrict-prototypes... yes
checking if gcc -std=gnu99 supports-Wmissing-prototypes... yes
checking if gcc -std=gnu99 supports-Wnested-externs... yes
checking if gcc -std=gnu99 supports-Wbad-function-cast... yes
checking if gcc -std=gnu99 supports-Wold-style-definition... yes
checking if gcc -std=gnu99 supports-Wdeclaration-after-statement... yes
checking if gcc -std=gnu99 supports-Wunused... yes
checking if gcc -std=gnu99 supports-Wuninitialized... yes
checking if gcc -std=gnu99 supports-Wshadow... yes
checking if gcc -std=gnu99 supports-Wcast-qual... yes
checking if gcc -std=gnu99 supports-Wmissing-noreturn... yes
checking if gcc -std=gnu99 supports-Wmissing-format-attribute... yes
checking if gcc -std=gnu99 supports-Wredundant-decls... yes
checking if gcc -std=gnu99 supports-Werror=implicit... yes
checking if gcc -std=gnu99 supports-Werror=nonnull... yes
checking if gcc -std=gnu99 supports-Werror=init-self... yes
checking if gcc -std=gnu99 supports-Werror=main... yes
checking if gcc -std=gnu99 supports-Werror=missing-braces... yes
checking if gcc -std=gnu99 supports-Werror=sequence-point... yes
checking if gcc -std=gnu99 supports-Werror=return-type... yes
checking if gcc -std=gnu99 supports-Werror=trigraphs... yes
checking if gcc -std=gnu99 supports-Werror=array-bounds... yes
checking if gcc -std=gnu99 supports-Werror=write-strings... yes
checking if gcc -std=gnu99 supports-Werror=address... yes
checking if gcc -std=gnu99 supports-Werror=int-to-pointer-cast... yes
checking if gcc -std=gnu99 supports-Werror=pointer-to-int-cast... yes
checking if gcc -std=gnu99 supports-pedantic... yes
checking if gcc -std=gnu99 supports-Werror... yes
checking if gcc -std=gnu99 supports-Werror=attributes... yes
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking whether make supports nested variables... yes
checking for doxygen... no
configure: WARNING: doxygen not found - documentation targets will be skipped
checking for X.Org SGML entities >= 1.8... no
checking whether to build documentation... yes
checking whether to build developer documentation... yes
checking for xmlto... no
configure: WARNING: xmlto not found - documentation targets will be skipped
checking for fop... no
configure: WARNING: fop not found - documentation targets will be skipped
checking for xsltproc... no
configure: WARNING: xsltproc not found - cannot transform XML documents
checking whether to build unit test cases... auto
checking whether the linker accepts -Wl,-wrap,exit... yes
checking dependency style of gcc -std=gnu99... none
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /nix/store/2f7xdpdsv0m7777xi6mcin0rsshxlwm0-gnused-4.2.1/bin/sed
checking for fgrep... /nix/store/fqkg6ksbfif6fp5749gh4d3falq18mi8-gnugrep-2.14/bin/grep -F
checking for ld used by gcc -std=gnu99... /nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld
checking if the linker (/nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B
checking the name lister (/nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /nix/store/46595bx2k3yjznihv898592qnzirbvgm-binutils-2.23.1/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
./configure: line 15374: /usr/bin/file: No such file or directory
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/nix/store/imgyva7wqc81w91q1agfrqk77b827hqv-gcc-wrapper-4.6.3/bin/ld) 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 pkg-config... (cached) /nix/store/2dzzk7qs89bhl1lz0ywbhphd2ys96l10-pkg-config-0.23/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... 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 cpp... /nix/store/r7jz82h8d9fpqvyphcxr1hrqfnsp7q8v-gcc-4.6.3/bin/cpp
checking if /nix/store/r7jz82h8d9fpqvyphcxr1hrqfnsp7q8v-gcc-4.6.3/bin/cpp requires -undef... yes
checking if /nix/store/r7jz82h8d9fpqvyphcxr1hrqfnsp7q8v-gcc-4.6.3/bin/cpp requires -traditional... yes
checking for dtrace... not_found
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for an ANSI C-conforming const... yes
checking for typeof syntax and keyword spelling... typeof
checking whether byte ordering is bigendian... no
checking size of unsigned long... 8
checking for pid_t... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for backtrace... yes
checking for ffs... yes
checking for geteuid... yes
checking for getuid... yes
checking for issetugid... no
checking for getresuid... yes
checking for getdtablesize... yes
checking for getifaddrs... yes
checking for getpeereid... no
checking for getpeerucred... no
checking for getzoneid... no
checking for mmap... yes
checking for shmctl64... no
checking for strncasecmp... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for walkcontext... no
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strlcat... no
checking for strlcpy... no
checking for strndup... yes
checking for sqrt in -lm... yes
checking for cbrt... yes
checking ndbm.h usability... no
checking ndbm.h presence... no
checking for ndbm.h... no
checking dbm.h usability... no
checking dbm.h presence... no
checking for dbm.h... no
checking rpcsvc/dbm.h usability... no
checking rpcsvc/dbm.h presence... no
checking for rpcsvc/dbm.h... no
checking linux/agpgart.h usability... yes
checking linux/agpgart.h presence... yes
checking for linux/agpgart.h... yes
checking sys/agpio.h usability... no
checking sys/agpio.h presence... no
checking for sys/agpio.h... no
checking sys/agpgart.h usability... no
checking sys/agpgart.h presence... no
checking for sys/agpgart.h... no
checking linux/apm_bios.h usability... yes
checking linux/apm_bios.h presence... yes
checking for linux/apm_bios.h... yes
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking asm/mtrr.h usability... yes
checking asm/mtrr.h presence... yes
checking for asm/mtrr.h... yes
checking sys/memrange.h usability... no
checking sys/memrange.h presence... no
checking for sys/memrange.h... no
checking machine/mtrr.h usability... no
checking machine/mtrr.h presence... no
checking for machine/mtrr.h... no
checking for sys/linker.h... no
checking for SYSV IPC... yes
checking machine/apmvar.h usability... no
checking machine/apmvar.h presence... no
checking for machine/apmvar.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace in -lc... yes
checking for root directory for font files... ${datarootdir}/fonts/X11
checking for directory for misc files... ${FONTROOTDIR}/misc
checking for directory for OTF files... ${FONTROOTDIR}/OTF
checking for directory for TTF files... ${FONTROOTDIR}/TTF
checking for directory for Type1 files... ${FONTROOTDIR}/Type1
checking for directory for 75dpi files... ${FONTROOTDIR}/75dpi
checking for directory for 100dpi files... ${FONTROOTDIR}/100dpi
checking for ${prefix}/etc/X11/fontpath.d... no
checking for default font path...
checking for thread local storage (TLS) support... __thread
checking for tls_model attribute support... yes
checking to see if we can install the Xorg server as root... no
checking return type of signal handlers... void
checking if Xtrans should support UNIX socket connections... yes
checking if Xtrans should support TCP socket connections... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for getaddrinfo... yes
checking if IPv6 support should be built... yes
checking for struct sockaddr_in.sin_len... no
checking for socklen_t... yes
checking if Xtrans should support os-specific local connections... no
checking for authdes_seccreate... no
checking for authdes_create... yes
checking for library containing getsecretkey... none required
checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes
checking for PIXMAN... yes
checking for UDEV... yes
checking for udev_monitor_filter_add_match_tag... yes
checking for udev_enumerate_add_match_tag... yes
checking for DBUS... yes
checking for HAL... no
checking for glibc...... yes
checking for clock_gettime... yes
checking for a useful monotonic clock ...... yes
checking whether to track client ids... yes
checking for XLIB... yes
checking for GL... yes
checking for DRI2PROTO... yes
checking for LIBDRM... yes
checking for XDMCP... yes
checking for XdmcpWrap in -lXdmcp... yes
./configure: line 25879: drivers: command not found
checking for SHA1Init... no
checking for CC_SHA1_Init... no
checking for wincrypt.h... no
checking for SHA1Init in -lmd... no
checking for LIBSHA1... no
checking for gcry_md_open in -lgcrypt... no
checking for SHA1_Init in -lcrypto... yes
checking for OPENSSL... yes
checking for SHA1 implementation... libcrypto
Left File Command Options Right
┌<─ ~/tmp ──────────────────────────────────────────────────────────────────────.[^]>┐┌<─ ~/tmp ──────────────────────────────────────────────────────────────────────.[^]>┐
│'n Name │ Size │Modify time ││'n Name │ Size │Modify time │
│/.. │UP--DIR│mei 28 14:44││/.. │UP--DIR│mei 28 14:44│
│/agda │ 14│feb 24 23:17││/agda │ 14│feb 24 23:17│
│/channel │ 18│mei 20 23:58││/channel │ 18│mei 20 23:58│
│/xorg-server-1.13.4 │ 658│apr 17 07:57││/xorg-server-1.13.4 │ 658│apr 17 07:57│
│ HList.agda │ 643│apr 25 18:24││ HList.agda │ 643│apr 25 18:24│
│ HList.agdai │ 7964│apr 25 18:24││ HList.agdai │ 7964│apr 25 18:24│
│ ListFunctor.agda │ 670│mei 1 11:38││ ListFunctor.agda │ 670│mei 1 11:38│
│ ListFunctor.agdai │ 15314│mei 1 09:29││ ListFunctor.agdai │ 15314│mei 1 09:29│
│ bla.bc │ 113719│mei 4 13:11││ bla.bc │ 113719│mei 4 13:11│
│ bla.c │ 164560│mei 4 13:13││ bla.c │ 164560│mei 4 13:13│
│ bla.js │ 137972│mei 4 13:22││ bla.js │ 137972│mei 4 13:22│
│ bla2.js.gz │ 4905│apr 29 13:59││ bla2.js.gz │ 4905│apr 29 13:59│
│ compiler.jar │6270124│apr 11 20:30││ compiler.jar │6270124│apr 11 20:30│
│ example.ibc │ 175982│mei 4 20:14││ example.ibc │ 175982│mei 4 20:14│
│ example.idr │ 1875│mei 19 10:04││ example.idr │ 1875│mei 19 10:04│
│ qrmz5jb9g172lmpgcix7w9sk5w802bij-xorg-server-1.13.4.tar.bz2 │5506293│mei 28 14:53││ qrmz5jb9g172lmpgcix7w9sk5w802bij-xorg-server-1.13.4.tar.bz2 │5506293│mei 28 14:53│
│ veccie.ibc │ 64157│mei 17 23:24││ veccie.ibc │ 64157│mei 17 23:24│
│ veccie.idr │ 590│mei 17 23:24││ veccie.idr │ 590│mei 17 23:24│
│ veccie.js │ 18622│mei 17 23:25││ veccie.js │ 18622│mei 17 23:25│
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
│ │ │ ││ │ │ │
├────────────────────────────────────────────────────────────────────────────────────┤├────────────────────────────────────────────────────────────────────────────────────┤
│ qrmz5jb9g172lmpgcix7w9sk5w802bij-xorg-server-1.13.4.tar.bz2 ││UP--DIR │
└────────────────────────────────────────────────────────────────── 123G/218G (56%) ─┘└────────────────────────────────────────────────────────────────── 123G/218G (56%) ─┘
Hint: To mark directories on the select dialog box, append a slash.
\[\][mathijs@bluebook:~/tmp]$\[\] [^]
1Help 2Menu 3View 4Edit 5Copy 6RenMov 7Mkdir 8Delete 9PullDn 10Quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment