nixbot

builds

succeeded help2man-1.49.3 x86_64-linux.package-alphashape · build #12 · raw

unpackPhase
1unpacking source archive /nix/store/c201y3gfa32md7qx03i2i7swadsb4xpi-help2man-1.49.3.tar.xz2source root is help2man-1.49.33setting SOURCE_DATE_EPOCH to timestamp 1670892483 of file "help2man-1.49.3/po/zh_CN.gmo"
configurePhase
4patching script interpreter paths in ./configure5./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/sh"6configure flags: --prefix=/nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3 --enable-nls7checking for perl... perl8checking for module Locale::gettext... yes9checking for msgfmt... /nix/store/dymb441kkml42b8405pg0xixl99298gl-gettext-1.0/bin/msgfmt10checking for gcc... gcc11checking whether the C compiler works... yes12checking for C compiler default output file name... a.out13checking for suffix of executables... 14checking whether we are cross compiling... no15checking for suffix of object files... o16checking whether the compiler supports GNU C... yes17checking whether gcc accepts -g... yes18checking for gcc option to enable C11 features... none needed19checking for library containing dlsym... none required20checking for library containing bindtextdomain... none required21checking for a BSD-compatible install... /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c22checking for makeinfo... ./build-aux//missing makeinfo23checking for install-info... ./build-aux//missing install-info24checking for msgmerge... /nix/store/dymb441kkml42b8405pg0xixl99298gl-gettext-1.0/bin/msgmerge25checking for xgettext... /nix/store/dymb441kkml42b8405pg0xixl99298gl-gettext-1.0/bin/xgettext26checking for po4a-updatepo... ./build-aux//missing po4a-updatepo27checking for po4a-translate... ./build-aux//missing po4a-translate28configure: creating ./config.status29config.status: creating Makefile
buildPhase
30build flags: -j48 SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash31perl help2man.PL --with-gettext32gcc -o bindtextdomain.so -fPIC -shared bindtextdomain.c 33Extracting help2man (with variable substitutions)
installPhase
34install flags: -j48 SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash install35./build-aux//mkinstalldirs /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/bin36./build-aux//mkinstalldirs /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/lib/help2man37set -e; \38for lang in da de el eo es fi fr hr hu it ja ko nb pl pt_BR ro ru sr sv ta uk vi zh_CN; \39do \40 ./build-aux//mkinstalldirs /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/$lang/LC_MESSAGES; \41 /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c -m 644 $(./build-aux//find-vpath po/$lang.gmo) \42 /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/$lang/LC_MESSAGES/help2man.mo; \43 ./build-aux//mkinstalldirs /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/$lang/man1; \44 /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c -m 644 $(./build-aux//find-vpath help2man.$lang.1) \45 /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/$lang/man1/help2man.1; \46done; \47for lang in de es fr pl pt_BR ro sr sv uk zh_CN; \48do \49 ./build-aux//mkinstalldirs /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info; \50 /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c -m 644 $(./build-aux//find-vpath help2man-$lang.info) \51 /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info/help2man-$lang.info; \52 if test -f /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info/dir; \53 then \54 ./build-aux//missing install-info --info-dir=/nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info \55 /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info/help2man-$lang.info; \56 fi; \57done58mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/lib/help2man59mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/bin60mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/da/LC_MESSAGES61/nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c bindtextdomain.so /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/lib/help2man62/nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c help2man /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/bin63./build-aux//mkinstalldirs /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/man164mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/man165mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/da/man166/nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c -m 644 $(./build-aux//find-vpath help2man.1) /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/man167./build-aux//mkinstalldirs /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info68mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/de/LC_MESSAGES69mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info70/nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c -m 644 $(./build-aux//find-vpath help2man.info) \71 /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info/help2man.info72if test -f /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info/dir; \73then \74 ./build-aux//missing install-info --info-dir=/nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info \75 /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/info/help2man.info; \76fi77mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/de/man178mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/el/LC_MESSAGES79mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/el/man180mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/eo/LC_MESSAGES81mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/eo/man182mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/es/LC_MESSAGES83mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/es/man184mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/fi/LC_MESSAGES85mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/fi/man186mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/fr/LC_MESSAGES87mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/fr/man188mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/hr/LC_MESSAGES89mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/hr/man190mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/hu/LC_MESSAGES91mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/hu/man192mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/it/LC_MESSAGES93mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/it/man194mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/ja/LC_MESSAGES95mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/ja/man196mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/ko/LC_MESSAGES97mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/ko/man198mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/nb/LC_MESSAGES99mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/nb/man1100mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/pl/LC_MESSAGES101mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/pl/man1102mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/pt_BR/LC_MESSAGES103mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/pt_BR/man1104mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/ro/LC_MESSAGES105mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/ro/man1106mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/ru/LC_MESSAGES107mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/ru/man1108mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/sr/LC_MESSAGES109mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/sr/man1110mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/sv/LC_MESSAGES111mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/sv/man1112mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/ta/LC_MESSAGES113mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/ta/man1114mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/uk/LC_MESSAGES115mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/uk/man1116mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/vi/LC_MESSAGES117mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/vi/man1118mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/locale/zh_CN/LC_MESSAGES119mkdir -p -- /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/zh_CN/man1
fixupPhase
120shrinking RPATHs of ELF executables and libraries in /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3121shrinking /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/lib/help2man/bindtextdomain.so122checking for references to /build/ in /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3...123gzipping man pages under /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/share/man/124patching script interpreter paths in /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3125stripping (with command strip and flags -S -p) in /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/lib /nix/store/y4np7jc7jfxvilf7qkc1xy23ac4i08ai-help2man-1.49.3/bin