Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 00:00
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 r-rmcgibbo/a3f4bc07f92fa6ff2ee4d288bc40cc83 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/a3f4bc07f92fa6ff2ee4d288bc40cc83 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 9 seconds | https://github.com/NixOS/nixpkgs/pull/116796
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/4v10gdn4d8dzvgmm8h35pf6vjcii4v04-lowdown-0.8.3.tar.gz
source root is lowdown-0.8.3
setting SOURCE_DATE_EPOCH to timestamp 1615629377 of file lowdown-0.8.3/regress/smarty/squotes-word-right.md
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/srac4wc7gjrg2q4vaj75cvzrjzbnjlbr-shared.patch
patching file Makefile
Hunk #1 succeeded at 109 (offset 29 lines).
Hunk #2 succeeded at 130 (offset 29 lines).
Hunk #3 succeeded at 143 (offset 29 lines).
Hunk #4 succeeded at 250 with fuzz 1 (offset 48 lines).
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
config.log: writing...
configure.local: no (fully automatic configuration)
arc4random: no
b64_ntop: yes (with -lresolv)
capsicum: no
crypt: yes (with -lcrypt)
endian_h: yes
err: no
explicit_bzero: yes
fts: yes
getexecname: no
getprogname: no
INFTIM: no
lib_socket: yes
md5: no
memmem: yes
memrchr: yes
memset_s: no
mkfifoat: yes
mknodat: yes
osbyteorder_h: no
PATH_MAX: yes
pledge: no
program_invocation_short_name: yes
readpassphrase: no
reallocarray: yes
recallocarray: no
sandbox_init: no
seccomp-filter: yes
setresgid: yes
setresuid: yes
sha2: no
SOCK_NONBLOCK: yes
static: no
strlcat: no
strlcpy: no
strndup: yes
strnlen: yes
strtonum: no
sys_byteorder_h: no
sys_endian_h: no
sys_mkdev_h: no
sys_sysmacros_h: yes
sys_queue: no
sys_tree: no
unveil: no
WAIT_ANY: yes
__progname: yes
config.h: written
Makefile.configure: written
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: SHELL=/nix/store/jkhzci9x7v7zkfm5kfm2l2hx1p0fxlh7-bash-4.4-p23/bin/bash
Makefile:213: warning: ignoring prerequisites on suffix rule definition
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o autolink.o autolink.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o buffer.o buffer.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o diff.o diff.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o document.o document.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o entity.o entity.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o gemini.o gemini.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o html.o html.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o html_escape.o html_escape.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o latex.o latex.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o library.o library.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o libdiff.o libdiff.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o nroff.o nroff.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o smartypants.o smartypants.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o term.o term.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o tree.o tree.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o util.o util.c
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o compats.o compats.c
compats.c: In function 'readpassphrase':
compats.c:2242:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
2242 | (void)write(output, prompt, strlen(prompt));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compats.c:2261:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
2261 | (void)write(output, "\n", 1);
| ^~~~~~~~~~~~~~~~~~~~~~
ar rs liblowdown.a autolink.o buffer.o diff.o document.o entity.o gemini.o html.o html_escape.o latex.o library.o libdiff.o nroff.o smartypants.o term.o tree.o util.o compats.o
ar: creating liblowdown.a
gcc -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c -o main.o main.c
main.c:135:2: warning: #warning Compiling without sandbox support. [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
135 | #warning Compiling without sandbox support.
| ^~~~~~~
gcc -o lowdown main.o liblowdown.a -lm
ln -f lowdown lowdown-diff
gcc -shared -o liblowdown.so autolink.o buffer.o diff.o document.o entity.o gemini.o html.o html_escape.o latex.o library.o libdiff.o nroff.o smartypants.o term.o tree.o util.o compats.o
sed -e "s!@PREFIX@!/nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev!g" \
-e "s!@LIBDIR@!/nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib/lib!g" \
-e "s!@INCLUDEDIR@!/nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev/include!g" \
-e "s!@VERSION@!0.8.3!g" lowdown.in.pc >lowdown.pc
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/jkhzci9x7v7zkfm5kfm2l2hx1p0fxlh7-bash-4.4-p23/bin/bash pkgconfigdir=/nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev/lib/pkgconfig m4datadir=/nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev/share/aclocal aclocaldir=/nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev/share/aclocal install
Makefile:213: warning: ignoring prerequisites on suffix rule definition
mkdir -p /nix/store/ziwvw5shbspg6wrz7mb90175drfy91s9-lowdown-0.8.3/bin
mkdir -p /nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib/lib/pkgconfig
mkdir -p /nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev/include
mkdir -p /nix/store/9523ss65xvkl3a07ascgb7dpnv87f96p-lowdown-0.8.3-man/share/man/man1
mkdir -p /nix/store/9523ss65xvkl3a07ascgb7dpnv87f96p-lowdown-0.8.3-man/share/man/man3
mkdir -p /nix/store/9523ss65xvkl3a07ascgb7dpnv87f96p-lowdown-0.8.3-man/share/man/man5
install -m 0444 lowdown.pc /nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib/lib/pkgconfig
install -m 0555 lowdown /nix/store/ziwvw5shbspg6wrz7mb90175drfy91s9-lowdown-0.8.3/bin
install -m 0555 lowdown-diff /nix/store/ziwvw5shbspg6wrz7mb90175drfy91s9-lowdown-0.8.3/bin
install -m 0444 liblowdown.so /nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib/lib
install -m 0444 lowdown.h /nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev/include
for f in man/lowdown.1.html man/lowdown.3.html man/lowdown.5.html man/lowdown-diff.1.html man/lowdown_buf.3.html man/lowdown_buf_diff.3.html man/lowdown_buf_free.3.html man/lowdown_buf_new.3.html man/lowdown_diff.3.html man/lowdown_doc_free.3.html man/lowdown_doc_new.3.html man/lowdown_doc_parse.3.html man/lowdown_file.3.html man/lowdown_file_diff.3.html man/lowdown_gemini_free.3.html man/lowdown_gemini_new.3.html man/lowdown_gemini_rndr.3.html man/lowdown_html_free.3.html man/lowdown_html_new.3.html man/lowdown_html_rndr.3.html man/lowdown_latex_free.3.html man/lowdown_latex_new.3.html man/lowdown_latex_rndr.3.html man/lowdown_metaq_free.3.html man/lowdown_node_free.3.html man/lowdown_nroff_free.3.html man/lowdown_nroff_new.3.html man/lowdown_nroff_rndr.3.html man/lowdown_term_free.3.html man/lowdown_term_new.3.html man/lowdown_term_rndr.3.html man/lowdown_tree_rndr.3.html ; do \
name=`basename $f .html` ; \
section=${name##*.} ; \
install -m 0444 man/$name /nix/store/9523ss65xvkl3a07ascgb7dpnv87f96p-lowdown-0.8.3-man/share/man/man$section ; \
done
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
Moving /nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib/lib/pkgconfig to /nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev/lib/pkgconfig
rmdir: failed to remove '/nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib/lib': Directory not empty
Patching '/nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev/lib/pkgconfig/lowdown.pc' includedir to output /nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev
shrinking RPATHs of ELF executables and libraries in /nix/store/ziwvw5shbspg6wrz7mb90175drfy91s9-lowdown-0.8.3
shrinking /nix/store/ziwvw5shbspg6wrz7mb90175drfy91s9-lowdown-0.8.3/bin/lowdown
shrinking /nix/store/ziwvw5shbspg6wrz7mb90175drfy91s9-lowdown-0.8.3/bin/lowdown-diff
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/ziwvw5shbspg6wrz7mb90175drfy91s9-lowdown-0.8.3/bin
patching script interpreter paths in /nix/store/ziwvw5shbspg6wrz7mb90175drfy91s9-lowdown-0.8.3
checking for references to /build/ in /nix/store/ziwvw5shbspg6wrz7mb90175drfy91s9-lowdown-0.8.3...
shrinking RPATHs of ELF executables and libraries in /nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib
shrinking /nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib/lib/liblowdown.so
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib/lib
patching script interpreter paths in /nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib
checking for references to /build/ in /nix/store/zq67fj12qjn4pnimbp6zwfx0hwvcznb4-lowdown-0.8.3-lib...
shrinking RPATHs of ELF executables and libraries in /nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev/lib
patching script interpreter paths in /nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev
checking for references to /build/ in /nix/store/mfb0f2f7yfx7chh7848w14rwkzfvfdwr-lowdown-0.8.3-dev...
shrinking RPATHs of ELF executables and libraries in /nix/store/9523ss65xvkl3a07ascgb7dpnv87f96p-lowdown-0.8.3-man
gzipping man pages under /nix/store/9523ss65xvkl3a07ascgb7dpnv87f96p-lowdown-0.8.3-man/share/man/
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
patching script interpreter paths in /nix/store/9523ss65xvkl3a07ascgb7dpnv87f96p-lowdown-0.8.3-man
checking for references to /build/ in /nix/store/9523ss65xvkl3a07ascgb7dpnv87f96p-lowdown-0.8.3-man...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment