avfs-1.2.0
961 | local void fill_window(s)
| ^
deflate.c:1081:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1081 | local block_state deflate_stored(s, flush)
| ^
deflate.c:1139:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1139 | local block_state deflate_fast(s, flush)
| ^
deflate.c:1235:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1235 | local block_state deflate_slow(s, flush)
| ^
17 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o infblock.lo infblock.c
avahi-compat-0.8
CC libavahi_gobject_la-ga-entry-group-enumtypes.lo
avfs-1.2.0
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c infblock.c -fPIC -DPIC -o .libs/infblock.o
avahi-compat-0.8
CC libavahi_gobject_la-ga-enums-enumtypes.lo
CCLD libavahi-gobject.la
make[3]: Leaving directory '/build/avahi-0.8/avahi-gobject'
make[2]: Leaving directory '/build/avahi-0.8/avahi-gobject'
Making all in avahi-discover-standalone
make[2]: Entering directory '/build/avahi-0.8/avahi-discover-standalone'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/avahi-0.8/avahi-discover-standalone'
Making all in avahi-daemon
make[2]: Entering directory '/build/avahi-0.8/avahi-daemon'
CC avahi_daemon-main.o
In file included from main.c:65:
../avahi-common/domain.h:36:16: warning: invalid UTF-8 in comment [-Winvalid-utf8]
36 | * four labels <E1> 63 characters plus three inner dots. Escaping the
| ^
1 warning generated.
CC avahi_daemon-simple-protocol.o
CC avahi_daemon-static-services.o
In file included from static-services.c:45:
../avahi-common/domain.h:36:16: warning: invalid UTF-8 in comment [-Winvalid-utf8]
36 | * four labels <E1> 63 characters plus three inner dots. Escaping the
| ^
1 warning generated.
CC avahi_daemon-static-hosts.o
CC avahi_daemon-ini-file-parser.o
CC avahi_daemon-setproctitle.o
CC avahi_daemon-sd-daemon.o
CC avahi_daemon-check-nss.o
CC avahi_daemon-dbus-protocol.o
In file included from dbus-protocol.c:47:
../avahi-common/domain.h:36:16: warning: invalid UTF-8 in comment [-Winvalid-utf8]
36 | * four labels <E1> 63 characters plus three inner dots. Escaping the
| ^
1 warning generated.
CC avahi_daemon-dbus-util.o
avfs-1.2.0
infblock.c:70:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
70 | void inflate_blocks_reset(s, z, c)
| ^
./zconf.h:67:33: note: expanded from macro 'inflate_blocks_reset'
67 | # define inflate_blocks_reset z_inflate_blocks_reset
| ^
infblock.c:91:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
91 | inflate_blocks_statef *inflate_blocks_new(z, c, w)
| ^
./zconf.h:66:31: note: expanded from macro 'inflate_blocks_new'
66 | # define inflate_blocks_new z_inflate_blocks_new
| ^
infblock.c:122:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
122 | int inflate_blocks(s, z, r)
| ^
./zconf.h:64:27: note: expanded from macro 'inflate_blocks'
64 | # define inflate_blocks z_inflate_blocks
| ^
infblock.c:374:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
374 | int inflate_blocks_free(s, z)
| ^
./zconf.h:65:32: note: expanded from macro 'inflate_blocks_free'
65 | # define inflate_blocks_free z_inflate_blocks_free
| ^
infblock.c:387:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
387 | void inflate_set_dictionary(s, d, n)
| ^
./zconf.h:71:35: note: expanded from macro 'inflate_set_dictionary'
71 | # define inflate_set_dictionary z_inflate_set_dictionary
| ^
infblock.c:401:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
401 | int inflate_blocks_sync_point(s)
| ^
./zconf.h:70:38: note: expanded from macro 'inflate_blocks_sync_point'
70 | # define inflate_blocks_sync_point z_inflate_blocks_sync_point
| ^
infblock.c:407:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
407 | int inflate_blocks_save(bufp, at, s, z, w)
| ^
./zconf.h:69:32: note: expanded from macro 'inflate_blocks_save'
69 | # define inflate_blocks_save z_inflate_blocks_save
| ^
infblock.c:491:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
491 | inflate_blocks_statef * inflate_blocks_restore(bufp, z, c, w)
| ^
./zconf.h:68:35: note: expanded from macro 'inflate_blocks_restore'
68 | # define inflate_blocks_restore z_inflate_blocks_restore
| ^
8 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o infcodes.lo infcodes.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c infcodes.c -fPIC -DPIC -o .libs/infcodes.o
avahi-compat-0.8
CC avahi_daemon-dbus-async-address-resolver.o
CC avahi_daemon-dbus-async-host-name-resolver.o
CC avahi_daemon-dbus-async-service-resolver.o
CC avahi_daemon-dbus-domain-browser.o
CC avahi_daemon-dbus-entry-group.o
avfs-1.2.0
infcodes.c:61:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
61 | inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z)
| ^
./zconf.h:74:30: note: expanded from macro 'inflate_codes_new'
74 | # define inflate_codes_new z_inflate_codes_new
| ^
infcodes.c:83:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
83 | int inflate_codes(s, z, r)
| ^
./zconf.h:72:26: note: expanded from macro 'inflate_codes'
72 | # define inflate_codes z_inflate_codes
| ^
infcodes.c:247:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
247 | void inflate_codes_free(c, z)
| ^
./zconf.h:73:31: note: expanded from macro 'inflate_codes_free'
73 | # define inflate_codes_free z_inflate_codes_free
| ^
infcodes.c:255:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
255 | int inflate_codes_save(bufp, at, s, z)
| ^
./zconf.h:76:31: note: expanded from macro 'inflate_codes_save'
76 | # define inflate_codes_save z_inflate_codes_save
| ^
infcodes.c:302:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
302 | inflate_codes_statef *inflate_codes_restore(bufp, s, z)
| ^
./zconf.h:75:34: note: expanded from macro 'inflate_codes_restore'
75 | # define inflate_codes_restore z_inflate_codes_restore
| ^
5 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o inffast.lo inffast.c
avahi-compat-0.8
In file included from dbus-entry-group.c:29:
../avahi-common/domain.h:36:16: warning: invalid UTF-8 in comment [-Winvalid-utf8]
36 | * four labels <E1> 63 characters plus three inner dots. Escaping the
| ^
1 warning generated.
CC avahi_daemon-dbus-service-browser.o
avfs-1.2.0
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c inffast.c -fPIC -DPIC -o .libs/inffast.o
avahi-compat-0.8
CC avahi_daemon-dbus-service-type-browser.o
CC avahi_daemon-dbus-sync-address-resolver.o
CC avahi_daemon-dbus-sync-host-name-resolver.o
CC avahi_daemon-dbus-sync-service-resolver.o
CC avahi_daemon-dbus-record-browser.o
avfs-1.2.0
inffast.c:28:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
28 | int inflate_fast(bl, bd, tl, td, s, z)
| ^
./zconf.h:77:25: note: expanded from macro 'inflate_fast'
77 | # define inflate_fast z_inflate_fast
| ^
1 warning generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o inflate.lo inflate.c
avahi-compat-0.8
CC avahi_daemon-dbus.o
avfs-1.2.0
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c inflate.c -fPIC -DPIC -o .libs/inflate.o
avahi-compat-0.8
CC avahi_daemon-dbus-watch-glue.o
CCLD avahi-daemon
make[2]: Leaving directory '/build/avahi-0.8/avahi-daemon'
Making all in avahi-sharp
make[2]: Entering directory '/build/avahi-0.8/avahi-sharp'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/avahi-0.8/avahi-sharp'
Making all in initscript
make[2]: Entering directory '/build/avahi-0.8/initscript'
make[3]: Entering directory '/build/avahi-0.8/initscript'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/avahi-0.8/initscript'
make[2]: Leaving directory '/build/avahi-0.8/initscript'
Making all in avahi-dnsconfd
make[2]: Entering directory '/build/avahi-0.8/avahi-dnsconfd'
CC avahi_dnsconfd-main.o
CCLD avahi-dnsconfd
make[2]: Leaving directory '/build/avahi-0.8/avahi-dnsconfd'
Making all in avahi-utils
make[2]: Entering directory '/build/avahi-0.8/avahi-utils'
CC avahi_browse-avahi-browse.o
In file included from avahi-browse.c:38:
../avahi-common/domain.h:36:16: warning: invalid UTF-8 in comment [-Winvalid-utf8]
36 | * four labels <E1> 63 characters plus three inner dots. Escaping the
| ^
1 warning generated.
CC avahi_browse-sigint.o
CCLD avahi-browse
avfs-1.2.0
inflate.c:55:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
55 | int ZEXPORT inflateReset(z)
| ^
./zconf.h:40:24: note: expanded from macro 'inflateReset'
40 | # define inflateReset z_inflateReset
| ^
inflate.c:69:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
69 | int ZEXPORT inflateEnd(z)
| ^
./zconf.h:30:22: note: expanded from macro 'inflateEnd'
30 | # define inflateEnd z_inflateEnd
| ^
inflate.c:83:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
83 | int ZEXPORT inflateInit2_(z, w, version, stream_size)
| ^
./zconf.h:36:25: note: expanded from macro 'inflateInit2_'
36 | # define inflateInit2_ z_inflateInit2_
| ^
inflate.c:140:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
140 | int ZEXPORT inflateInit_(z, version, stream_size)
| ^
./zconf.h:28:25: note: expanded from macro 'inflateInit_'
28 | # define inflateInit_ z_inflateInit_
| ^
inflate.c:152:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
152 | int ZEXPORT inflate(z, f)
| ^
./zconf.h:29:19: note: expanded from macro 'inflate'
29 | # define inflate z_inflate
| ^
inflate.c:280:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
280 | int ZEXPORT inflateSetDictionary(z, dictionary, dictLength)
| ^
./zconf.h:37:32: note: expanded from macro 'inflateSetDictionary'
37 | # define inflateSetDictionary z_inflateSetDictionary
| ^
inflate.c:304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
304 | int ZEXPORT inflateSync(z)
| ^
./zconf.h:38:23: note: expanded from macro 'inflateSync'
38 | # define inflateSync z_inflateSync
| ^
inflate.c:362:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
362 | int ZEXPORT inflateSyncPoint(z)
| ^
./zconf.h:39:28: note: expanded from macro 'inflateSyncPoint'
39 | # define inflateSyncPoint z_inflateSyncPoint
| ^
8 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o inftrees.lo inftrees.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c inftrees.c -fPIC -DPIC -o .libs/inftrees.o
avahi-compat-0.8
CC avahi_resolve-avahi-resolve.o
In file included from avahi-resolve.c:37:
../avahi-common/domain.h:36:16: warning: invalid UTF-8 in comment [-Winvalid-utf8]
36 | * four labels <E1> 63 characters plus three inner dots. Escaping the
| ^
1 warning generated.
CC avahi_resolve-sigint.o
CCLD avahi-resolve
CC avahi_publish-avahi-publish.o
CC avahi_publish-sigint.o
avfs-1.2.0
inftrees.c:93:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
93 | local int huft_build(b, n, s, d, e, t, m, hp, hn, v)
| ^
inftrees.c:296:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
296 | int inflate_trees_bits(c, bb, tb, hp, z)
| ^
./zconf.h:80:31: note: expanded from macro 'inflate_trees_bits'
80 | # define inflate_trees_bits z_inflate_trees_bits
| ^
inftrees.c:323:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
323 | int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, hp, z)
| ^
./zconf.h:81:34: note: expanded from macro 'inflate_trees_dynamic'
81 | # define inflate_trees_dynamic z_inflate_trees_dynamic
| ^
inftrees.c:401:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
401 | int inflate_trees_fixed(bl, bd, tl, td, z)
| ^
./zconf.h:82:32: note: expanded from macro 'inflate_trees_fixed'
82 | # define inflate_trees_fixed z_inflate_trees_fixed
| ^
4 warnings generated.
avahi-compat-0.8
CCLD avahi-publish
avfs-1.2.0
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o infutil.lo infutil.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c infutil.c -fPIC -DPIC -o .libs/infutil.o
infutil.c:23:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
23 | int inflate_flush(s, z, r)
| ^
./zconf.h:83:26: note: expanded from macro 'inflate_flush'
83 | # define inflate_flush z_inflate_flush
| ^
1 warning generated.
avahi-compat-0.8
CC avahi_set_host_name-avahi-set-host-name.o
avfs-1.2.0
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o trees.lo trees.c
avahi-compat-0.8
In file included from avahi-set-host-name.c:36:
../avahi-common/domain.h:36:16: warning: invalid UTF-8 in comment [-Winvalid-utf8]
36 | * four labels <E1> 63 characters plus three inner dots. Escaping the
| ^
1 warning generated.
CC avahi_set_host_name-sigint.o
CCLD avahi-set-host-name
avfs-1.2.0
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c trees.c -fPIC -DPIC -o .libs/trees.o
avahi-compat-0.8
make[2]: Leaving directory '/build/avahi-0.8/avahi-utils'
Making all in avahi-python
make[2]: Entering directory '/build/avahi-0.8/avahi-python'
Making all in avahi
make[3]: Entering directory '/build/avahi-0.8/avahi-python/avahi'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-python/avahi'
Making all in avahi-discover
make[3]: Entering directory '/build/avahi-0.8/avahi-python/avahi-discover'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-python/avahi-discover'
make[3]: Entering directory '/build/avahi-0.8/avahi-python'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-python'
make[2]: Leaving directory '/build/avahi-0.8/avahi-python'
Making all in examples
make[2]: Entering directory '/build/avahi-0.8/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/avahi-0.8/examples'
Making all in man
make[2]: Entering directory '/build/avahi-0.8/man'
GEN avahi-browse.1.xml
GEN avahi-publish.1.xml
GEN avahi-resolve.1.xml
GEN avahi-set-host-name.1.xml
GEN avahi-daemon.8.xml
GEN avahi-discover.1.xml
GEN avahi-bookmarks.1.xml
GEN avahi-dnsconfd.8.xml
GEN avahi-daemon.conf.5.xml
GEN avahi-dnsconfd.action.8.xml
GEN avahi.service.5.xml
GEN avahi.hosts.5.xml
GEN avahi-autoipd.8.xml
GEN avahi-autoipd.action.8.xml
GEN bssh.1.xml
make[2]: Leaving directory '/build/avahi-0.8/man'
Making all in tests
make[2]: Entering directory '/build/avahi-0.8/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/avahi-0.8/tests'
Making all in service-type-database
make[2]: Entering directory '/build/avahi-0.8/service-type-database'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/avahi-0.8/service-type-database'
Making all in avahi-compat-libdns_sd
make[2]: Entering directory '/build/avahi-0.8/avahi-compat-libdns_sd'
CC libdns_sd_la-compat.lo
avfs-1.2.0
trees.c:383:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
383 | void _tr_init(s)
| ^
./zconf.h:86:21: note: expanded from macro '_tr_init'
86 | # define _tr_init z__tr_init
| ^
trees.c:412:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
412 | local void init_block(s)
| ^
trees.c:456:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
456 | local void pqdownheap(s, tree, k)
| ^
trees.c:491:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
491 | local void gen_bitlen(s, desc)
| ^
trees.c:578:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
578 | local void gen_codes (tree, max_code, bl_count)
| ^
trees.c:620:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
620 | local void build_tree(s, desc)
| ^
trees.c:707:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
707 | local void scan_tree (s, tree, max_code)
| ^
trees.c:752:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
752 | local void send_tree (s, tree, max_code)
| ^
trees.c:803:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
803 | local int build_bl_tree(s)
| ^
trees.c:838:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
838 | local void send_all_trees(s, lcodes, dcodes, blcodes)
| ^
trees.c:867:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
867 | void _tr_stored_block(s, buf, stored_len, eof)
| ^
./zconf.h:87:29: note: expanded from macro '_tr_stored_block'
87 | # define _tr_stored_block z__tr_stored_block
| ^
trees.c:892:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
892 | void _tr_align(s)
| ^
./zconf.h:84:22: note: expanded from macro '_tr_align'
84 | # define _tr_align z__tr_align
| ^
trees.c:921:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
921 | void _tr_flush_block(s, buf, stored_len, eof)
| ^
./zconf.h:85:28: note: expanded from macro '_tr_flush_block'
85 | # define _tr_flush_block z__tr_flush_block
| ^
trees.c:1021:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1021 | int _tr_tally (s, dist, lc)
| ^
./zconf.h:63:21: note: expanded from macro '_tr_tally'
63 | # define _tr_tally z__tr_tally
| ^
trees.c:1071:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1071 | local void compress_block(s, ltree, dtree)
| ^
trees.c:1124:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1124 | local void set_data_type(s)
| ^
trees.c:1141:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1141 | local unsigned bi_reverse(code, len)
| ^
trees.c:1156:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1156 | local void bi_flush(s)
| ^
trees.c:1173:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1173 | local void bi_windup(s)
| ^
trees.c:1192:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1192 | local void copy_block(s, buf, len, header)
| ^
20 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o zutil.lo zutil.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c zutil.c -fPIC -DPIC -o .libs/zutil.o
zutil.c:52:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
52 | const char * ZEXPORT zError(err)
| ^
./zconf.h:62:18: note: expanded from macro 'zError'
62 | # define zError z_zError
| ^
zutil.c:208:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
208 | voidpf zcalloc (opaque, items, size)
| ^
./zconf.h:61:19: note: expanded from macro 'zcalloc'
61 | # define zcalloc z_zcalloc
| ^
zutil.c:217:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
217 | void zcfree (opaque, ptr)
| ^
./zconf.h:60:19: note: expanded from macro 'zcfree'
60 | # define zcfree z_zcfree
| ^
3 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I../include -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -module -o libzlib.la adler32.lo crc32.lo deflate.lo infblock.lo infcodes.lo inffast.lo inflate.lo inftrees.lo infutil.lo trees.lo zutil.lo -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma
libtool: link: ar cr .libs/libzlib.a .libs/adler32.o .libs/crc32.o .libs/deflate.o .libs/infblock.o .libs/infcodes.o .libs/inffast.o .libs/inflate.o .libs/inftrees.o .libs/infutil.o .libs/trees.o .libs/zutil.o
libtool: link: ranlib .libs/libzlib.a
libtool: link: ( cd ".libs" && rm -f "libzlib.la" && ln -s "../libzlib.la" "libzlib.la" )
make[1]: Leaving directory '/build/avfs-1.2.0/zlib'
Making all in bzlib
make[1]: Entering directory '/build/avfs-1.2.0/bzlib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c -o libbz_la-blocksort.lo `test -f 'blocksort.c' || echo './'`blocksort.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c blocksort.c -fPIC -DPIC -o .libs/libbz_la-blocksort.o
avahi-compat-0.8
In file included from compat.c:40:
../avahi-common/domain.h:36:16: warning: invalid UTF-8 in comment [-Winvalid-utf8]
36 | * four labels <E1> 63 characters plus three inner dots. Escaping the
| ^
1 warning generated.
CC libdns_sd_la-txt.lo
avfs-1.2.0
blocksort.c:765:11: warning: variable 'numQSorted' set but not used [-Wunused-but-set-variable]
765 | Int32 numQSorted;
| ^
1 warning generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c -o libbz_la-huffman.lo `test -f 'huffman.c' || echo './'`huffman.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c huffman.c -fPIC -DPIC -o .libs/libbz_la-huffman.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c -o libbz_la-crctable.lo `test -f 'crctable.c' || echo './'`crctable.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c crctable.c -fPIC -DPIC -o .libs/libbz_la-crctable.o
avahi-compat-0.8
CC libdns_sd_la-unsupported.lo
avfs-1.2.0
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c -o libbz_la-randtable.lo `test -f 'randtable.c' || echo './'`randtable.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c randtable.c -fPIC -DPIC -o .libs/libbz_la-randtable.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c -o libbz_la-compress.lo `test -f 'compress.c' || echo './'`compress.c
avahi-compat-0.8
CC libdns_sd_la-warn.lo
avfs-1.2.0
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c compress.c -fPIC -DPIC -o .libs/libbz_la-compress.o
avahi-compat-0.8
CCLD libdns_sd.la
make[2]: Leaving directory '/build/avahi-0.8/avahi-compat-libdns_sd'
Making all in avahi-compat-howl
make[2]: Entering directory '/build/avahi-0.8/avahi-compat-howl'
Making all in .
make[3]: Entering directory '/build/avahi-0.8/avahi-compat-howl'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-compat-howl'
Making all in samples
make[3]: Entering directory '/build/avahi-0.8/avahi-compat-howl/samples'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-compat-howl/samples'
make[2]: Leaving directory '/build/avahi-0.8/avahi-compat-howl'
Making all in avahi-autoipd
make[2]: Entering directory '/build/avahi-0.8/avahi-autoipd'
CC avahi_autoipd-main.o
main.c:291:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'ArpPacket *' (aka 'struct ArpPacket *') increases required alignment from 1 to 8 [-Wcast-align]
291 | p = (ArpPacket*) b;
| ^~~~~~~~~~~~~~
1 warning generated.
CC avahi_autoipd-setproctitle.o
CC avahi_autoipd-malloc.o
CC avahi_autoipd-timeval.o
CC avahi_autoipd-iface-linux.o
iface-linux.c:144:13: warning: cast from 'char *' to 'struct rtattr *' increases required alignment from 1 to 2 [-Wcast-align]
144 | a = IFA_RTA(ifa);
| ^~~~~~~~~~~~
/nix/store/lp9agkj5pykd83ndmijvpxcdg0lfvzis-linux-headers-6.12.7/include/linux/if_addr.h:68:22: note: expanded from macro 'IFA_RTA'
68 | #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iface-linux.c:156:17: warning: cast from 'char *' to 'struct rtattr *' increases required alignment from 1 to 2 [-Wcast-align]
156 | a = RTA_NEXT(a, l);
| ^~~~~~~~~~~~~~
/nix/store/lp9agkj5pykd83ndmijvpxcdg0lfvzis-linux-headers-6.12.7/include/linux/rtnetlink.h:224:6: note: expanded from macro 'RTA_NEXT'
224 | (struct rtattr*)(((char*)(rta)) + RTA_ALIGN((rta)->rta_len)))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iface-linux.c:216:17: warning: cast from 'unsigned char *' to 'struct ucred *' increases required alignment from 1 to 4 [-Wcast-align]
216 | ucred = (struct ucred*) CMSG_DATA(cmsghdr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iface-linux.c:223:31: warning: cast from 'char *' to 'struct nlmsghdr *' increases required alignment from 1 to 4 [-Wcast-align]
223 | for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) {| ^~~~~~~~~~~~~~~~~~~~
/nix/store/lp9agkj5pykd83ndmijvpxcdg0lfvzis-linux-headers-6.12.7/include/linux/netlink.h:105:7: note: expanded from macro 'NLMSG_NEXT'
105 | (struct nlmsghdr *)(((char *)(nlh)) + \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106 | NLMSG_ALIGN((nlh)->nlmsg_len)))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
CCLD avahi-autoipd
GEN avahi-autoipd.action
make[2]: Leaving directory '/build/avahi-0.8/avahi-autoipd'
Making all in avahi-ui
make[2]: Entering directory '/build/avahi-0.8/avahi-ui'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/avahi-0.8/avahi-ui'
Making all in avahi-ui-sharp
make[2]: Entering directory '/build/avahi-0.8/avahi-ui-sharp'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/avahi-0.8/avahi-ui-sharp'
Making all in avahi-libevent
make[2]: Entering directory '/build/avahi-0.8/avahi-libevent'
CC libavahi_libevent_la-libevent-watch.lo
CCLD libavahi-libevent.la
make[2]: Leaving directory '/build/avahi-0.8/avahi-libevent'
Making all in po
make[2]: Entering directory '/build/avahi-0.8/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/avahi-0.8/po'
make[2]: Entering directory '/build/avahi-0.8'
GEN avahi-core.pc
GEN avahi-client.pc
GEN avahi-compat-libdns_sd.pc
GEN avahi-glib.pc
GEN avahi-gobject.pc
GEN avahi-libevent.pc
make[2]: Leaving directory '/build/avahi-0.8'
make[1]: Leaving directory '/build/avahi-0.8'
→ glibPreInstallPhase
→ glibPreInstallPhase
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash gsettingsschemadir=/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/gsettings-schemas/avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/glib-2.0/schemas/ gsettingsschemadir=/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/gsettings-schemas/avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/glib-2.0/schemas/ pkgconfigdir=/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib/pkgconfig m4datadir=/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/share/aclocal aclocaldir=/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/share/aclocal avahi_runtime_dir=/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/run sysconfdir=/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/etc install
Making install in common
make[1]: Entering directory '/build/avahi-0.8/common'
make[2]: Entering directory '/build/avahi-0.8/common'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avahi-0.8/common'
make[1]: Leaving directory '/build/avahi-0.8/common'
Making install in avahi-common
make[1]: Entering directory '/build/avahi-0.8/avahi-common'
make[2]: Entering directory '/build/avahi-0.8/avahi-common'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libavahi-common.la '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-common.so.3.5.4 /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-common.so.3.5.4
libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-common.so.3.5.4 libavahi-common.so.3 || { rm -f libavahi-common.so.3 && ln -s libavahi-common.so.3.5.4 libavahi-common.so.3; }; })libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-common.so.3.5.4 libavahi-common.so || { rm -f libavahi-common.so && ln -s libavahi-common.so.3.5.4 libavahi-common.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-common.lai /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-common.la
libtool: finish: PATH="/nix/store/284df5f5mq01h1wmsz9grrqzraa3r9vi-pkg-config-wrapper-0.29.2/bin:/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/yn3cvc4sgi6xx6pf7fvf36kk713h7p0g-glib-2.84.3-dev/bin:/nix/store/irmkdc4kl59sdhg5smvh0yac8h4lxgk7-glib-2.84.3-bin/bin:/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib
/build/avahi-0.8/libtool: line 1900: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/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.
----------------------------------------------------------------------
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-common'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 strlst.h address.h alternative.h domain.h cdecl.h defs.h malloc.h watch.h timeval.h simple-watch.h thread-watch.h gccmacro.h error.h llist.h rlist.h '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-common'
make[2]: Leaving directory '/build/avahi-0.8/avahi-common'
make[1]: Leaving directory '/build/avahi-0.8/avahi-common'
Making install in avahi-core
make[1]: Entering directory '/build/avahi-0.8/avahi-core'
make[2]: Entering directory '/build/avahi-0.8/avahi-core'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libavahi-core.la '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
libtool: warning: relinking 'libavahi-core.la'
libtool: install: (cd /build/avahi-0.8/avahi-core; /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash "/build/avahi-0.8/libtool" --silent --tag CC --mode=relink clang -I.. "-DDEBUG_TRAP=__asm__(\"int \$3\")" -g -O2 -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing -version-info 8:0:1 -o libavahi-core.la -rpath /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib libavahi_core_la-timeeventq.lo libavahi_core_la-iface.lo libavahi_core_la-server.lo libavahi_core_la-entry.lo libavahi_core_la-prioq.lo libavahi_core_la-cache.lo libavahi_core_la-socket.lo libavahi_core_la-response-sched.lo libavahi_core_la-query-sched.lo libavahi_core_la-probe-sched.lo libavahi_core_la-announce.lo libavahi_core_la-browse.lo libavahi_core_la-rrlist.lo libavahi_core_la-resolve-host-name.lo libavahi_core_la-resolve-address.lo libavahi_core_la-browse-domain.lo libavahi_core_la-browse-service-type.lo libavahi_core_la-browse-service.lo libavahi_core_la-resolve-service.lo libavahi_core_la-dns.lo libavahi_core_la-rr.lo libavahi_core_la-log.lo libavahi_core_la-browse-dns-server.lo libavahi_core_la-fdutil.lo libavahi_core_la-util.lo libavahi_core_la-hashmap.lo libavahi_core_la-wide-area.lo libavahi_core_la-multicast-lookup.lo libavahi_core_la-querier.lo libavahi_core_la-addr-util.lo libavahi_core_la-domain-util.lo libavahi_core_la-iface-linux.lo libavahi_core_la-netlink.lo ../avahi-common/libavahi-common.la )
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-core.so.7.1.0T /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-core.so.7.1.0
libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-core.so.7.1.0 libavahi-core.so.7 || { rm -f libavahi-core.so.7 && ln -s libavahi-core.so.7.1.0 libavahi-core.so.7; }; })libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-core.so.7.1.0 libavahi-core.so || { rm -f libavahi-core.so && ln -s libavahi-core.so.7.1.0 libavahi-core.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-core.lai /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-core.la
libtool: finish: PATH="/nix/store/284df5f5mq01h1wmsz9grrqzraa3r9vi-pkg-config-wrapper-0.29.2/bin:/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/yn3cvc4sgi6xx6pf7fvf36kk713h7p0g-glib-2.84.3-dev/bin:/nix/store/irmkdc4kl59sdhg5smvh0yac8h4lxgk7-glib-2.84.3-bin/bin:/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib
/build/avahi-0.8/libtool: line 1900: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/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.
----------------------------------------------------------------------
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-core'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 core.h log.h rr.h publish.h lookup.h '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-core'
make[2]: Leaving directory '/build/avahi-0.8/avahi-core'
make[1]: Leaving directory '/build/avahi-0.8/avahi-core'
Making install in avahi-qt
make[1]: Entering directory '/build/avahi-0.8/avahi-qt'
make install-am
make[2]: Entering directory '/build/avahi-0.8/avahi-qt'
make[3]: Entering directory '/build/avahi-0.8/avahi-qt'
make[3]: Leaving directory '/build/avahi-0.8/avahi-qt'
make[2]: Leaving directory '/build/avahi-0.8/avahi-qt'
make[1]: Leaving directory '/build/avahi-0.8/avahi-qt'
Making install in avahi-client
make[1]: Entering directory '/build/avahi-0.8/avahi-client'
make[2]: Entering directory '/build/avahi-0.8/avahi-client'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libavahi-client.la '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
libtool: warning: relinking 'libavahi-client.la'
libtool: install: (cd /build/avahi-0.8/avahi-client; /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash "/build/avahi-0.8/libtool" --silent --tag CC --mode=relink clang -I.. "-DDEBUG_TRAP=__asm__(\"int \$3\")" -I/nix/store/aapcqxff4kgmbskla6vq4zas7habgn4k-dbus-x86_64-unknown-linux-gnufilc0-1.14.10-dev/include/dbus-1.0 -I/nix/store/fn3z39ywpmsf6pamn7nri3fr2aqam4hi-dbus-x86_64-unknown-linux-gnufilc0-1.14.10-lib/lib/dbus-1.0/include -DDBUS_VERSION_MAJOR=1 -DDBUS_VERSION_MINOR=14 -DDBUS_VERSION_MICRO=10 -DDBUS_API_SUBJECT_TO_CHANGE -DDBUS_SYSTEM_BUS_DEFAULT_ADDRESS=\"unix:path=/var/run/dbus/system_bus_socket\" -g -O2 -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing -version-info 5:9:2 -o libavahi-client.la -rpath /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib libavahi_client_la-client.lo libavahi_client_la-entrygroup.lo libavahi_client_la-browser.lo libavahi_client_la-resolver.lo libavahi_client_la-xdg-config.lo libavahi_client_la-check-nss.lo libavahi_client_la-dbus.lo libavahi_client_la-dbus-watch-glue.lo -L/nix/store/fn3z39ywpmsf6pamn7nri3fr2aqam4hi-dbus-x86_64-unknown-linux-gnufilc0-1.14.10-lib/lib -ldbus-1 ../avahi-common/libavahi-common.la -ldl )
avfs-1.2.0
compress.c:241:30: warning: variable 'totc' set but not used [-Wunused-but-set-variable]
241 | Int32 v, t, i, j, gs, ge, totc, bt, bc, iter;
| ^
1 warning generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c -o libbz_la-decompress.lo `test -f 'decompress.c' || echo './'`decompress.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c decompress.c -fPIC -DPIC -o .libs/libbz_la-decompress.o
avahi-compat-0.8
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-client.so.3.2.9T /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-client.so.3.2.9
libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-client.so.3.2.9 libavahi-client.so.3 || { rm -f libavahi-client.so.3 && ln -s libavahi-client.so.3.2.9 libavahi-client.so.3; }; })libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-client.so.3.2.9 libavahi-client.so || { rm -f libavahi-client.so && ln -s libavahi-client.so.3.2.9 libavahi-client.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-client.lai /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-client.la
libtool: finish: PATH="/nix/store/284df5f5mq01h1wmsz9grrqzraa3r9vi-pkg-config-wrapper-0.29.2/bin:/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/yn3cvc4sgi6xx6pf7fvf36kk713h7p0g-glib-2.84.3-dev/bin:/nix/store/irmkdc4kl59sdhg5smvh0yac8h4lxgk7-glib-2.84.3-bin/bin:/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib
/build/avahi-0.8/libtool: line 1900: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/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.
----------------------------------------------------------------------
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-client'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 client.h lookup.h publish.h '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-client'
make[2]: Leaving directory '/build/avahi-0.8/avahi-client'
make[1]: Leaving directory '/build/avahi-0.8/avahi-client'
Making install in avahi-glib
make[1]: Entering directory '/build/avahi-0.8/avahi-glib'
make[2]: Entering directory '/build/avahi-0.8/avahi-glib'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libavahi-glib.la '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
libtool: warning: relinking 'libavahi-glib.la'
libtool: install: (cd /build/avahi-0.8/avahi-glib; /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash "/build/avahi-0.8/libtool" --silent --tag CC --mode=relink clang -I.. "-DDEBUG_TRAP=__asm__(\"int \$3\")" -I/nix/store/qmh1rqx8l1sjxzf06nyd0w0xngvgzs25-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/79bwhs9pvfx0k7xh4ilqg7sncdfzikdz-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -g -O2 -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing -version-info 1:2:0 -o libavahi-glib.la -rpath /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib libavahi_glib_la-glib-watch.lo libavahi_glib_la-glib-malloc.lo ../avahi-common/libavahi-common.la -L/nix/store/79bwhs9pvfx0k7xh4ilqg7sncdfzikdz-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib -lglib-2.0 )
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-glib.so.1.0.2T /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-glib.so.1.0.2
libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-glib.so.1.0.2 libavahi-glib.so.1 || { rm -f libavahi-glib.so.1 && ln -s libavahi-glib.so.1.0.2 libavahi-glib.so.1; }; })libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-glib.so.1.0.2 libavahi-glib.so || { rm -f libavahi-glib.so && ln -s libavahi-glib.so.1.0.2 libavahi-glib.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-glib.lai /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-glib.la
libtool: finish: PATH="/nix/store/284df5f5mq01h1wmsz9grrqzraa3r9vi-pkg-config-wrapper-0.29.2/bin:/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/yn3cvc4sgi6xx6pf7fvf36kk713h7p0g-glib-2.84.3-dev/bin:/nix/store/irmkdc4kl59sdhg5smvh0yac8h4lxgk7-glib-2.84.3-bin/bin:/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib
/build/avahi-0.8/libtool: line 1900: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/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.
----------------------------------------------------------------------
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-glib'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 glib-watch.h glib-malloc.h '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-glib'
make[2]: Leaving directory '/build/avahi-0.8/avahi-glib'
make[1]: Leaving directory '/build/avahi-0.8/avahi-glib'
Making install in avahi-gobject
make[1]: Entering directory '/build/avahi-0.8/avahi-gobject'
make install-am
make[2]: Entering directory '/build/avahi-0.8/avahi-gobject'
make[3]: Entering directory '/build/avahi-0.8/avahi-gobject'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libavahi-gobject.la '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
libtool: warning: relinking 'libavahi-gobject.la'
libtool: install: (cd /build/avahi-0.8/avahi-gobject; /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash "/build/avahi-0.8/libtool" --silent --tag CC --mode=relink clang -I.. "-DDEBUG_TRAP=__asm__(\"int \$3\")" -I/nix/store/qmh1rqx8l1sjxzf06nyd0w0xngvgzs25-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/qmh1rqx8l1sjxzf06nyd0w0xngvgzs25-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/79bwhs9pvfx0k7xh4ilqg7sncdfzikdz-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -g -O2 -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing -version-info 0:5:0 -export-symbols-regex "^ga_" -o libavahi-gobject.la -rpath /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib libavahi_gobject_la-ga-client.lo libavahi_gobject_la-ga-entry-group.lo libavahi_gobject_la-ga-error.lo libavahi_gobject_la-ga-record-browser.lo libavahi_gobject_la-ga-service-browser.lo libavahi_gobject_la-ga-service-resolver.lo libavahi_gobject_la-signals-marshal.lo libavahi_gobject_la-ga-client-enumtypes.lo libavahi_gobject_la-ga-entry-group-enumtypes.lo libavahi_gobject_la-ga-enums-enumtypes.lo ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la ../avahi-glib/libavahi-glib.la -L/nix/store/79bwhs9pvfx0k7xh4ilqg7sncdfzikdz-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib -lgobject-2.0 -lglib-2.0 )
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-gobject.so.0.0.5T /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-gobject.so.0.0.5
libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-gobject.so.0.0.5 libavahi-gobject.so.0 || { rm -f libavahi-gobject.so.0 && ln -s libavahi-gobject.so.0.0.5 libavahi-gobject.so.0; }; })libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-gobject.so.0.0.5 libavahi-gobject.so || { rm -f libavahi-gobject.so && ln -s libavahi-gobject.so.0.0.5 libavahi-gobject.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-gobject.lai /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-gobject.la
libtool: finish: PATH="/nix/store/284df5f5mq01h1wmsz9grrqzraa3r9vi-pkg-config-wrapper-0.29.2/bin:/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/yn3cvc4sgi6xx6pf7fvf36kk713h7p0g-glib-2.84.3-dev/bin:/nix/store/irmkdc4kl59sdhg5smvh0yac8h4lxgk7-glib-2.84.3-bin/bin:/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib
/build/avahi-0.8/libtool: line 1900: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/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.
----------------------------------------------------------------------
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-gobject'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ga-client.h ga-entry-group.h ga-enums.h ga-error.h ga-record-browser.h ga-service-browser.h ga-service-resolver.h '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-gobject'
make[3]: Leaving directory '/build/avahi-0.8/avahi-gobject'
make[2]: Leaving directory '/build/avahi-0.8/avahi-gobject'
make[1]: Leaving directory '/build/avahi-0.8/avahi-gobject'
Making install in avahi-discover-standalone
make[1]: Entering directory '/build/avahi-0.8/avahi-discover-standalone'
make[2]: Entering directory '/build/avahi-0.8/avahi-discover-standalone'
make[2]: Leaving directory '/build/avahi-0.8/avahi-discover-standalone'
make[1]: Leaving directory '/build/avahi-0.8/avahi-discover-standalone'
Making install in avahi-daemon
make[1]: Entering directory '/build/avahi-0.8/avahi-daemon'
make[2]: Entering directory '/build/avahi-0.8/avahi-daemon'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c avahi-daemon '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/avahi-daemon /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin/avahi-daemon
test -z "/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/run" || /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p "/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/run"
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/dbus-1/system.d'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 avahi-dbus.conf '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/dbus-1/system.d'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/dbus-1/interfaces'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 org.freedesktop.Avahi.Server.xml org.freedesktop.Avahi.EntryGroup.xml org.freedesktop.Avahi.DomainBrowser.xml org.freedesktop.Avahi.ServiceTypeBrowser.xml org.freedesktop.Avahi.ServiceBrowser.xml org.freedesktop.Avahi.ServiceResolver.xml org.freedesktop.Avahi.AddressResolver.xml org.freedesktop.Avahi.HostNameResolver.xml org.freedesktop.Avahi.RecordBrowser.xml '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/dbus-1/interfaces'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/avahi'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 avahi-service.dtd '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/avahi'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/etc/avahi/services'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ssh.service sftp-ssh.service '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/etc/avahi/services'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/etc/avahi'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 avahi-daemon.conf hosts '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/etc/avahi'
make[2]: Leaving directory '/build/avahi-0.8/avahi-daemon'
make[1]: Leaving directory '/build/avahi-0.8/avahi-daemon'
Making install in avahi-sharp
make[1]: Entering directory '/build/avahi-0.8/avahi-sharp'
make[2]: Entering directory '/build/avahi-0.8/avahi-sharp'
make[2]: Nothing to be done for 'install-exec-am'.
make install-data-hook
make[3]: Entering directory '/build/avahi-0.8/avahi-sharp'
make[3]: Nothing to be done for 'install-data-hook'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-sharp'
make[2]: Leaving directory '/build/avahi-0.8/avahi-sharp'
make[1]: Leaving directory '/build/avahi-0.8/avahi-sharp'
Making install in initscript
make[1]: Entering directory '/build/avahi-0.8/initscript'
make[2]: Entering directory '/build/avahi-0.8/initscript'
make[3]: Entering directory '/build/avahi-0.8/initscript'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/avahi-0.8/initscript'
make[2]: Leaving directory '/build/avahi-0.8/initscript'
make[1]: Leaving directory '/build/avahi-0.8/initscript'
Making install in avahi-dnsconfd
make[1]: Entering directory '/build/avahi-0.8/avahi-dnsconfd'
make[2]: Entering directory '/build/avahi-0.8/avahi-dnsconfd'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c avahi-dnsconfd '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/avahi-dnsconfd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin/avahi-dnsconfd
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/etc/avahi'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c avahi-dnsconfd.action '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/etc/avahi'
make[2]: Leaving directory '/build/avahi-0.8/avahi-dnsconfd'
make[1]: Leaving directory '/build/avahi-0.8/avahi-dnsconfd'
Making install in avahi-utils
make[1]: Entering directory '/build/avahi-0.8/avahi-utils'
make[2]: Entering directory '/build/avahi-0.8/avahi-utils'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c avahi-browse avahi-resolve avahi-publish avahi-set-host-name '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/avahi-browse /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin/avahi-browse
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/avahi-resolve /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin/avahi-resolve
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/avahi-publish /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin/avahi-publish
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/avahi-set-host-name /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin/avahi-set-host-name
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p //nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin && \
cd //nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin && \
rm -f avahi-resolve-host-name avahi-resolve-address avahi-browse-domains avahi-publish-address avahi-publish-service && \
ln -s avahi-resolve avahi-resolve-host-name && \
ln -s avahi-resolve avahi-resolve-address && \
ln -s avahi-browse avahi-browse-domains && \
ln -s avahi-publish avahi-publish-address && \
ln -s avahi-publish avahi-publish-service
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avahi-0.8/avahi-utils'
make[1]: Leaving directory '/build/avahi-0.8/avahi-utils'
Making install in avahi-python
make[1]: Entering directory '/build/avahi-0.8/avahi-python'
Making install in avahi
make[2]: Entering directory '/build/avahi-0.8/avahi-python/avahi'
make[3]: Entering directory '/build/avahi-0.8/avahi-python/avahi'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-python/avahi'
make[2]: Leaving directory '/build/avahi-0.8/avahi-python/avahi'
Making install in avahi-discover
make[2]: Entering directory '/build/avahi-0.8/avahi-python/avahi-discover'
make[3]: Entering directory '/build/avahi-0.8/avahi-python/avahi-discover'
make[3]: Leaving directory '/build/avahi-0.8/avahi-python/avahi-discover'
make[2]: Leaving directory '/build/avahi-0.8/avahi-python/avahi-discover'
make[2]: Entering directory '/build/avahi-0.8/avahi-python'
make[3]: Entering directory '/build/avahi-0.8/avahi-python'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-python'
make[2]: Leaving directory '/build/avahi-0.8/avahi-python'
make[1]: Leaving directory '/build/avahi-0.8/avahi-python'
Making install in examples
make[1]: Entering directory '/build/avahi-0.8/examples'
make[2]: Entering directory '/build/avahi-0.8/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avahi-0.8/examples'
make[1]: Leaving directory '/build/avahi-0.8/examples'
Making install in man
make[1]: Entering directory '/build/avahi-0.8/man'
make[2]: Entering directory '/build/avahi-0.8/man'
mkdir -p //nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man1 && \
cd //nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man1 && \
rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 && \
\
ln -s avahi-resolve.1 avahi-resolve-host-name.1 && \
ln -s avahi-resolve.1 avahi-resolve-address.1 && \
ln -s avahi-browse.1 avahi-browse-domains.1 && \
ln -s avahi-publish.1 avahi-publish-address.1 && \
ln -s avahi-publish.1 avahi-publish-service.1
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 avahi-browse.1 avahi-resolve.1 avahi-publish.1 avahi-set-host-name.1 '/nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 avahi-daemon.conf.5 avahi.service.5 avahi.hosts.5 '/nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man8'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8 avahi-autoipd.8 avahi-autoipd.action.8 '/nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man8'
make[2]: Leaving directory '/build/avahi-0.8/man'
make[1]: Leaving directory '/build/avahi-0.8/man'
Making install in tests
make[1]: Entering directory '/build/avahi-0.8/tests'
make[2]: Entering directory '/build/avahi-0.8/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avahi-0.8/tests'
make[1]: Leaving directory '/build/avahi-0.8/tests'
Making install in service-type-database
make[1]: Entering directory '/build/avahi-0.8/service-type-database'
make[2]: Entering directory '/build/avahi-0.8/service-type-database'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/avahi'
make[2]: Leaving directory '/build/avahi-0.8/service-type-database'
make[1]: Leaving directory '/build/avahi-0.8/service-type-database'
Making install in avahi-compat-libdns_sd
make[1]: Entering directory '/build/avahi-0.8/avahi-compat-libdns_sd'
make[2]: Entering directory '/build/avahi-0.8/avahi-compat-libdns_sd'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libdns_sd.la '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
libtool: warning: relinking 'libdns_sd.la'
libtool: install: (cd /build/avahi-0.8/avahi-compat-libdns_sd; /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash "/build/avahi-0.8/libtool" --silent --tag CC --mode=relink clang -I.. "-DDEBUG_TRAP=__asm__(\"int \$3\")" -g -O2 -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing -version-info 1:0:0 ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la -o libdns_sd.la -rpath /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib libdns_sd_la-compat.lo libdns_sd_la-txt.lo libdns_sd_la-unsupported.lo libdns_sd_la-warn.lo )
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libdns_sd.so.1.0.0T /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libdns_sd.so.1.0.0
libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libdns_sd.so.1.0.0 libdns_sd.so.1 || { rm -f libdns_sd.so.1 && ln -s libdns_sd.so.1.0.0 libdns_sd.so.1; }; })libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libdns_sd.so.1.0.0 libdns_sd.so || { rm -f libdns_sd.so && ln -s libdns_sd.so.1.0.0 libdns_sd.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libdns_sd.lai /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libdns_sd.la
libtool: finish: PATH="/nix/store/284df5f5mq01h1wmsz9grrqzraa3r9vi-pkg-config-wrapper-0.29.2/bin:/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/yn3cvc4sgi6xx6pf7fvf36kk713h7p0g-glib-2.84.3-dev/bin:/nix/store/irmkdc4kl59sdhg5smvh0yac8h4lxgk7-glib-2.84.3-bin/bin:/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib
/build/avahi-0.8/libtool: line 1900: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/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.
----------------------------------------------------------------------
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-compat-libdns_sd'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 dns_sd.h '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-compat-libdns_sd'
make[2]: Leaving directory '/build/avahi-0.8/avahi-compat-libdns_sd'
make[1]: Leaving directory '/build/avahi-0.8/avahi-compat-libdns_sd'
Making install in avahi-compat-howl
make[1]: Entering directory '/build/avahi-0.8/avahi-compat-howl'
Making install in .
make[2]: Entering directory '/build/avahi-0.8/avahi-compat-howl'
make[3]: Entering directory '/build/avahi-0.8/avahi-compat-howl'
make[3]: Leaving directory '/build/avahi-0.8/avahi-compat-howl'
make[2]: Leaving directory '/build/avahi-0.8/avahi-compat-howl'
Making install in samples
make[2]: Entering directory '/build/avahi-0.8/avahi-compat-howl/samples'
make[3]: Entering directory '/build/avahi-0.8/avahi-compat-howl/samples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-compat-howl/samples'
make[2]: Leaving directory '/build/avahi-0.8/avahi-compat-howl/samples'
make[1]: Leaving directory '/build/avahi-0.8/avahi-compat-howl'
Making install in avahi-autoipd
make[1]: Entering directory '/build/avahi-0.8/avahi-autoipd'
make[2]: Entering directory '/build/avahi-0.8/avahi-autoipd'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c avahi-autoipd '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c avahi-autoipd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin/avahi-autoipd
make install-exec-hook
make[3]: Entering directory '/build/avahi-0.8/avahi-autoipd'
make[3]: Nothing to be done for 'install-exec-hook'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-autoipd'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/etc/avahi'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c avahi-autoipd.action '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/etc/avahi'
make[2]: Leaving directory '/build/avahi-0.8/avahi-autoipd'
make[1]: Leaving directory '/build/avahi-0.8/avahi-autoipd'
Making install in avahi-ui
make[1]: Entering directory '/build/avahi-0.8/avahi-ui'
make[2]: Entering directory '/build/avahi-0.8/avahi-ui'
make[2]: Leaving directory '/build/avahi-0.8/avahi-ui'
make[1]: Leaving directory '/build/avahi-0.8/avahi-ui'
Making install in avahi-ui-sharp
make[1]: Entering directory '/build/avahi-0.8/avahi-ui-sharp'
make[2]: Entering directory '/build/avahi-0.8/avahi-ui-sharp'
make[2]: Nothing to be done for 'install-exec-am'.
make install-data-hook
make[3]: Entering directory '/build/avahi-0.8/avahi-ui-sharp'
make[3]: Nothing to be done for 'install-data-hook'.
make[3]: Leaving directory '/build/avahi-0.8/avahi-ui-sharp'
make[2]: Leaving directory '/build/avahi-0.8/avahi-ui-sharp'
make[1]: Leaving directory '/build/avahi-0.8/avahi-ui-sharp'
Making install in avahi-libevent
make[1]: Entering directory '/build/avahi-0.8/avahi-libevent'
make[2]: Entering directory '/build/avahi-0.8/avahi-libevent'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libavahi-libevent.la '/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib'
libtool: warning: relinking 'libavahi-libevent.la'
libtool: install: (cd /build/avahi-0.8/avahi-libevent; /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash "/build/avahi-0.8/libtool" --silent --tag CC --mode=relink clang -I.. "-DDEBUG_TRAP=__asm__(\"int \$3\")" -I/nix/store/m87y21ch3k8iwp125zr4iv7dq7q2psxy-libevent-2.1.12-x86_64-unknown-linux-gnufilc0-dev/include -g -O2 -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing -version-info 1:0:0 -o libavahi-libevent.la -rpath /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib libavahi_libevent_la-libevent-watch.lo ../avahi-common/libavahi-common.la -L/nix/store/1x7112izsz58f0pr7wj7ziabkdvvm779-libevent-2.1.12-x86_64-unknown-linux-gnufilc0/lib -levent )
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-libevent.so.1.0.0T /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-libevent.so.1.0.0
libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-libevent.so.1.0.0 libavahi-libevent.so.1 || { rm -f libavahi-libevent.so.1 && ln -s libavahi-libevent.so.1.0.0 libavahi-libevent.so.1; }; })libtool: install: (cd /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib && { ln -s -f libavahi-libevent.so.1.0.0 libavahi-libevent.so || { rm -f libavahi-libevent.so && ln -s libavahi-libevent.so.1.0.0 libavahi-libevent.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavahi-libevent.lai /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-libevent.la
libtool: finish: PATH="/nix/store/284df5f5mq01h1wmsz9grrqzraa3r9vi-pkg-config-wrapper-0.29.2/bin:/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/yn3cvc4sgi6xx6pf7fvf36kk713h7p0g-glib-2.84.3-dev/bin:/nix/store/irmkdc4kl59sdhg5smvh0yac8h4lxgk7-glib-2.84.3-bin/bin:/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib
/build/avahi-0.8/libtool: line 1900: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/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.
----------------------------------------------------------------------
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-libevent'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 libevent-watch.h '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/include/avahi-libevent'
make[2]: Leaving directory '/build/avahi-0.8/avahi-libevent'
make[1]: Leaving directory '/build/avahi-0.8/avahi-libevent'
Making install in po
make[1]: Entering directory '/build/avahi-0.8/po'
installing ach.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/ach/LC_MESSAGES/avahi.mo
installing ar.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/ar/LC_MESSAGES/avahi.mo
installing bg.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/bg/LC_MESSAGES/avahi.mo
installing ca.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/ca/LC_MESSAGES/avahi.mo
installing cs.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/cs/LC_MESSAGES/avahi.mo
installing da.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/da/LC_MESSAGES/avahi.mo
installing de.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/de/LC_MESSAGES/avahi.mo
installing el.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/el/LC_MESSAGES/avahi.mo
installing en_AU.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/en_AU/LC_MESSAGES/avahi.mo
installing en_CA.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/en_CA/LC_MESSAGES/avahi.mo
installing en_GB.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/en_GB/LC_MESSAGES/avahi.mo
installing en_NZ.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/en_NZ/LC_MESSAGES/avahi.mo
installing eo.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/eo/LC_MESSAGES/avahi.mo
installing es.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/es/LC_MESSAGES/avahi.mo
installing et.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/et/LC_MESSAGES/avahi.mo
installing fa.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/fa/LC_MESSAGES/avahi.mo
installing fi.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/fi/LC_MESSAGES/avahi.mo
installing fo.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/fo/LC_MESSAGES/avahi.mo
installing fr.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/fr/LC_MESSAGES/avahi.mo
installing gl.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/gl/LC_MESSAGES/avahi.mo
avfs-1.2.0
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c -o libbz_la-bzlib.lo `test -f 'bzlib.c' || echo './'`bzlib.c
avahi-compat-0.8
installing he.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/he/LC_MESSAGES/avahi.mo
installing hu.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/hu/LC_MESSAGES/avahi.mo
installing id.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/id/LC_MESSAGES/avahi.mo
installing it.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/it/LC_MESSAGES/avahi.mo
installing ja.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/ja/LC_MESSAGES/avahi.mo
installing ko.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/ko/LC_MESSAGES/avahi.mo
avfs-1.2.0
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -c bzlib.c -fPIC -DPIC -o .libs/libbz_la-bzlib.o
avahi-compat-0.8
installing lv.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/lv/LC_MESSAGES/avahi.mo
installing ms.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/ms/LC_MESSAGES/avahi.mo
installing nl.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/nl/LC_MESSAGES/avahi.mo
installing oc.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/oc/LC_MESSAGES/avahi.mo
installing pl.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/pl/LC_MESSAGES/avahi.mo
installing pt_BR.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/pt_BR/LC_MESSAGES/avahi.mo
installing ro.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/ro/LC_MESSAGES/avahi.mo
installing ru.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/ru/LC_MESSAGES/avahi.mo
installing sk.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/sk/LC_MESSAGES/avahi.mo
installing sl.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/sl/LC_MESSAGES/avahi.mo
installing sr.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/sr/LC_MESSAGES/avahi.mo
installing sr@latin.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/sr@latin/LC_MESSAGES/avahi.mo
installing sv.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/sv/LC_MESSAGES/avahi.mo
installing tr.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/tr/LC_MESSAGES/avahi.mo
installing uk.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/uk/LC_MESSAGES/avahi.mo
installing zh_CN.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/zh_CN/LC_MESSAGES/avahi.mo
installing zh_TW.gmo as /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/locale/zh_TW/LC_MESSAGES/avahi.mo
if test "avahi" = "gettext-tools"; then \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./$file \
/nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory '/build/avahi-0.8/po'
make[1]: Entering directory '/build/avahi-0.8'
make[2]: Entering directory '/build/avahi-0.8'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib/pkgconfig'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 avahi-core.pc avahi-client.pc avahi-compat-libdns_sd.pc avahi-glib.pc avahi-gobject.pc avahi-libevent.pc '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib/pkgconfig'
make[2]: Leaving directory '/build/avahi-0.8'
make[1]: Leaving directory '/build/avahi-0.8'
→ fixupPhase
Patching '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib/pkgconfig/avahi-client.pc' includedir to output /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev
Patching '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib/pkgconfig/avahi-compat-libdns_sd.pc' includedir to output /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev
Patching '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib/pkgconfig/avahi-core.pc' includedir to output /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev
Patching '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib/pkgconfig/avahi-glib.pc' includedir to output /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev
Patching '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib/pkgconfig/avahi-gobject.pc' includedir to output /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev
Patching '/nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib/pkgconfig/avahi-libevent.pc' includedir to output /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev
shrinking RPATHs of ELF executables and libraries in /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-common.so.3.5.4
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-core.so.7.1.0
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-client.so.3.2.9
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-glib.so.1.0.2
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-gobject.so.0.0.5
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libdns_sd.so.1.0.0
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib/libavahi-libevent.so.1.0.0
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin/avahi-daemon
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin/avahi-dnsconfd
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin/avahi-autoipd
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin/avahi-browse
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin/avahi-resolve
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin/avahi-publish
shrinking /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin/avahi-set-host-name
checking for references to /build/ in /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8...
moving /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin/* to /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin
patching script interpreter paths in /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8
stripping (with command strip and flags -S -p) in /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/lib /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/bin /nix/store/9zz9m5jj731crmj7f0gis32n3nhnp4d2-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8/sbin
shrinking RPATHs of ELF executables and libraries in /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev
checking for references to /build/ in /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev...
patching script interpreter paths in /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev
stripping (with command strip and flags -S -p) in /nix/store/2sw99s57sdzn7gawj0rj75h13p3483v7-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-dev/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man
checking for references to /build/ in /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man...
gzipping man pages under /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/
patching script interpreter paths in /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man
rewriting symlink /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man1/avahi-browse-domains.1.gz to be relative to /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man
rewriting symlink /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man1/avahi-publish-address.1.gz to be relative to /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man
rewriting symlink /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man1/avahi-publish-service.1.gz to be relative to /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man
rewriting symlink /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man1/avahi-resolve-address.1.gz to be relative to /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man
rewriting symlink /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man/share/man/man1/avahi-resolve-host-name.1.gz to be relative to /nix/store/ryzkndkkfyqk311s994jvx4ksbyc3ghq-avahi-compat-x86_64-unknown-linux-gnufilc0-0.8-man
avfs-1.2.0
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -Wall -O3 -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -DBZ_NO_STDIO -Wall -g -module -o libbz.la libbz_la-blocksort.lo libbz_la-huffman.lo libbz_la-crctable.lo libbz_la-randtable.lo libbz_la-compress.lo libbz_la-decompress.lo libbz_la-bzlib.lo -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma
libtool: link: ar cr .libs/libbz.a .libs/libbz_la-blocksort.o .libs/libbz_la-huffman.o .libs/libbz_la-crctable.o .libs/libbz_la-randtable.o .libs/libbz_la-compress.o .libs/libbz_la-decompress.o .libs/libbz_la-bzlib.o
libtool: link: ranlib .libs/libbz.a
libtool: link: ( cd ".libs" && rm -f "libbz.la" && ln -s "../libbz.la" "libbz.la" )
make[1]: Leaving directory '/build/avfs-1.2.0/bzlib'
Making all in lib
make[1]: Entering directory '/build/avfs-1.2.0/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -Wall -g -Wl,--version-script=./libavfs.map -version-info 1:0:0 -o libavfs.la -rpath /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib ../src/libavfscore.la ../modules/libmodules.la ../zlib/libzlib.la ../bzlib/libbz.la -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma
libtool: link: clang -shared -fPIC -DPIC -Wl,--whole-archive ../src/.libs/libavfscore.a ../modules/.libs/libmodules.a ../zlib/.libs/libzlib.a ../bzlib/.libs/libbz.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -lpthread -ldl /nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib/liblzma.so -g -Wl,--version-script=./libavfs.map -pthread -Wl,-soname -Wl,libavfs.so.1 -o .libs/libavfs.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libavfs.so.1" && ln -s "libavfs.so.1.0.0" "libavfs.so.1")
libtool: link: (cd ".libs" && rm -f "libavfs.so" && ln -s "libavfs.so.1.0.0" "libavfs.so")
libtool: link: ( cd ".libs" && rm -f "libavfs.la" && ln -s "../libavfs.la" "libavfs.la" )
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -Wall -g -static -o libavfs_static.la ../src/libavfscore.la ../modules/libmodules.la ../zlib/libzlib.la ../bzlib/libbz.la -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma
libtool: link: (cd .libs/libavfs_static.lax/libavfscore.a && ar x "/build/avfs-1.2.0/lib/../src/.libs/libavfscore.a")
libtool: link: (cd .libs/libavfs_static.lax/libmodules.a && ar x "/build/avfs-1.2.0/lib/../modules/.libs/libmodules.a")
libtool: link: (cd .libs/libavfs_static.lax/libzlib.a && ar x "/build/avfs-1.2.0/lib/../zlib/.libs/libzlib.a")
libtool: link: (cd .libs/libavfs_static.lax/libbz.a && ar x "/build/avfs-1.2.0/lib/../bzlib/.libs/libbz.a")
libtool: link: ar cr .libs/libavfs_static.a .libs/libavfs_static.lax/libavfscore.a/alloc.o .libs/libavfs_static.lax/libavfscore.a/archive.o .libs/libavfs_static.lax/libavfscore.a/archutil.o .libs/libavfs_static.lax/libavfscore.a/bzread.o .libs/libavfs_static.lax/libavfscore.a/cache.o .libs/libavfs_static.lax/libavfscore.a/default.o .libs/libavfs_static.lax/libavfscore.a/exit.o .libs/libavfs_static.lax/libavfscore.a/fdops.o .libs/libavfs_static.lax/libavfscore.a/filebuf.o .libs/libavfs_static.lax/libavfscore.a/filecache.o .libs/libavfs_static.lax/libavfscore.a/filter.o .libs/libavfs_static.lax/libavfscore.a/filtprog.o .libs/libavfs_static.lax/libavfscore.a/local.o .libs/libavfs_static.lax/libavfscore.a/modload.o .libs/libavfs_static.lax/libavfscore.a/namespace.o .libs/libavfs_static.lax/libavfscore.a/oper.o .libs/libavfs_static.lax/libavfscore.a/parse.o .libs/libavfs_static.lax/libavfscore.a/parsels.o .libs/libavfs_static.lax/libavfscore.a/passwords.o .libs/libavfs_static.lax/libavfscore.a/prog.o .libs/libavfs_static.lax/libavfscore.a/realfile.o .libs/libavfs_static.lax/libavfscore.a/remote.o .libs/libavfs_static.lax/libavfscore.a/runprog.o .libs/libavfs_static.lax/libavfscore.a/serialfile.o .libs/libavfs_static.lax/libavfscore.a/socket.o .libs/libavfs_static.lax/libavfscore.a/state.o .libs/libavfs_static.lax/libavfscore.a/sysdeps.o .libs/libavfs_static.lax/libavfscore.a/tmpfile.o .libs/libavfs_static.lax/libavfscore.a/ugid.o .libs/libavfs_static.lax/libavfscore.a/utils.o .libs/libavfs_static.lax/libavfscore.a/virtual.o .libs/libavfs_static.lax/libavfscore.a/xzread.o .libs/libavfs_static.lax/libavfscore.a/zread.o .libs/libavfs_static.lax/libmodules.a/bz2.o .libs/libavfs_static.lax/libmodules.a/extfs.o .libs/libavfs_static.lax/libmodules.a/floppy.o .libs/libavfs_static.lax/libmodules.a/ftp.o .libs/libavfs_static.lax/libmodules.a/gz.o .libs/libavfs_static.lax/libmodules.a/http.o .libs/libavfs_static.lax/libmodules.a/mod_static.o .libs/libavfs_static.lax/libmodules.a/rsh.o .libs/libavfs_static.lax/libmodules.a/uar.o .libs/libavfs_static.lax/libmodules.a/ubz2.o .libs/libavfs_static.lax/libmodules.a/ubzip2.o .libs/libavfs_static.lax/libmodules.a/ucftp.o .libs/libavfs_static.lax/libmodules.a/ugz.o .libs/libavfs_static.lax/libmodules.a/ugzip.o .libs/libavfs_static.lax/libmodules.a/urar.o .libs/libavfs_static.lax/libmodules.a/utar.o .libs/libavfs_static.lax/libmodules.a/uxz.o .libs/libavfs_static.lax/libmodules.a/uxze.o .libs/libavfs_static.lax/libmodules.a/uz.o .libs/libavfs_static.lax/libmodules.a/uzip.o .libs/libavfs_static.lax/libmodules.a/uzstde.o .libs/libavfs_static.lax/libmodules.a/volatile.o .libs/libavfs_static.lax/libzlib.a/adler32.o .libs/libavfs_static.lax/libzlib.a/crc32.o .libs/libavfs_static.lax/libzlib.a/deflate.o .libs/libavfs_static.lax/libzlib.a/infblock.o .libs/libavfs_static.lax/libzlib.a/infcodes.o .libs/libavfs_static.lax/libzlib.a/inffast.o .libs/libavfs_static.lax/libzlib.a/inflate.o .libs/libavfs_static.lax/libzlib.a/inftrees.o .libs/libavfs_static.lax/libzlib.a/infutil.o .libs/libavfs_static.lax/libzlib.a/trees.o .libs/libavfs_static.lax/libzlib.a/zutil.o .libs/libavfs_static.lax/libbz.a/libbz_la-blocksort.o .libs/libavfs_static.lax/libbz.a/libbz_la-bzlib.o .libs/libavfs_static.lax/libbz.a/libbz_la-compress.o .libs/libavfs_static.lax/libbz.a/libbz_la-crctable.o .libs/libavfs_static.lax/libbz.a/libbz_la-decompress.o .libs/libavfs_static.lax/libbz.a/libbz_la-huffman.o .libs/libavfs_static.lax/libbz.a/libbz_la-randtable.o
libtool: link: ranlib .libs/libavfs_static.a
libtool: link: rm -fr .libs/libavfs_static.lax
libtool: link: ( cd ".libs" && rm -f "libavfs_static.la" && ln -s "../libavfs_static.la" "libavfs_static.la" )
make[1]: Leaving directory '/build/avfs-1.2.0/lib'
Making all in include
make[1]: Entering directory '/build/avfs-1.2.0/include'
make all-am
make[2]: Entering directory '/build/avfs-1.2.0/include'
make[2]: Leaving directory '/build/avfs-1.2.0/include'
make[1]: Leaving directory '/build/avfs-1.2.0/include'
Making all in test
make[1]: Entering directory '/build/avfs-1.2.0/test'
clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o runtest.o runtest.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma -o runtest runtest.o ../lib/libavfs_static.la -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma
libtool: link: clang -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -o runtest runtest.o -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib ../lib/.libs/libavfs_static.a -lpthread -ldl /nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib/liblzma.so -pthread -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib
clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o testread.o testread.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma -o testread testread.o ../lib/libavfs_static.la -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma
libtool: link: clang -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -o testread testread.o -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib ../lib/.libs/libavfs_static.a -lpthread -ldl /nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib/liblzma.so -pthread -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib
clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o testreaddir.o testreaddir.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma -o testreaddir testreaddir.o ../lib/libavfs_static.la -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma
libtool: link: clang -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -o testreaddir testreaddir.o -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib ../lib/.libs/libavfs_static.a -lpthread -ldl /nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib/liblzma.so -pthread -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib
clang -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -c -o gzip_multimember_test.o gzip_multimember_test.c
gzip_multimember_test.c:40:9: warning: variable 'total_len' is uninitialized when used here [-Wuninitialized]
40 | total_len += len;
| ^~~~~~~~~
gzip_multimember_test.c:36:22: note: initialize the variable 'total_len' to silence this warning
36 | ssize_t total_len;
| ^
| = 0
1 warning generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma -o gzip_multimember_test gzip_multimember_test.o ../lib/libavfs_static.la -lpthread -ldl -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -llzma
libtool: link: clang -I../include -Wall -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/nix/store/0f936pinfl9ab9dx12pw8960phswg4if-xz-5.6.2-x86_64-unknown-linux-gnufilc0-dev/include -Wall -g -o gzip_multimember_test gzip_multimember_test.o -L/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib ../lib/.libs/libavfs_static.a -lpthread -ldl /nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib/liblzma.so -pthread -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib -Wl,-rpath -Wl,/nix/store/3a9vjki5ddrg2i73rlw9aj787hb250ad-xz-5.6.2-x86_64-unknown-linux-gnufilc0/lib
make[1]: Leaving directory '/build/avfs-1.2.0/test'
Making all in scripts
make[1]: Entering directory '/build/avfs-1.2.0/scripts'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/avfs-1.2.0/scripts'
Making all in spec
make[1]: Entering directory '/build/avfs-1.2.0/spec'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/avfs-1.2.0/spec'
Making all in patch
make[1]: Entering directory '/build/avfs-1.2.0/patch'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/avfs-1.2.0/patch'
Making all in macros
make[1]: Entering directory '/build/avfs-1.2.0/macros'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/avfs-1.2.0/macros'
Making all in extfs
make[1]: Entering directory '/build/avfs-1.2.0/extfs'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/avfs-1.2.0/extfs'
Making all in doc
make[1]: Entering directory '/build/avfs-1.2.0/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/avfs-1.2.0/doc'
Making all in fuse
make[1]: Entering directory '/build/avfs-1.2.0/fuse'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/avfs-1.2.0/fuse'
Making all in pkgconfig
make[1]: Entering directory '/build/avfs-1.2.0/pkgconfig'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/avfs-1.2.0/pkgconfig'
make[1]: Entering directory '/build/avfs-1.2.0'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/avfs-1.2.0'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in src
make[1]: Entering directory '/build/avfs-1.2.0/src'
make install-am
make[2]: Entering directory '/build/avfs-1.2.0/src'
make[3]: Entering directory '/build/avfs-1.2.0/src'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/avfs-1.2.0/src'
make[2]: Leaving directory '/build/avfs-1.2.0/src'
make[1]: Leaving directory '/build/avfs-1.2.0/src'
Making install in modules
make[1]: Entering directory '/build/avfs-1.2.0/modules'
make[2]: Entering directory '/build/avfs-1.2.0/modules'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/modules'
make[1]: Leaving directory '/build/avfs-1.2.0/modules'
Making install in zlib
make[1]: Entering directory '/build/avfs-1.2.0/zlib'
make[2]: Entering directory '/build/avfs-1.2.0/zlib'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/zlib'
make[1]: Leaving directory '/build/avfs-1.2.0/zlib'
Making install in bzlib
make[1]: Entering directory '/build/avfs-1.2.0/bzlib'
make[2]: Entering directory '/build/avfs-1.2.0/bzlib'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/bzlib'
make[1]: Leaving directory '/build/avfs-1.2.0/bzlib'
Making install in lib
make[1]: Entering directory '/build/avfs-1.2.0/lib'
make[2]: Entering directory '/build/avfs-1.2.0/lib'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libavfs.la '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavfs.so.1.0.0 /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib/libavfs.so.1.0.0
libtool: install: (cd /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib && { ln -s -f libavfs.so.1.0.0 libavfs.so.1 || { rm -f libavfs.so.1 && ln -s libavfs.so.1.0.0 libavfs.so.1; }; })libtool: install: (cd /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib && { ln -s -f libavfs.so.1.0.0 libavfs.so || { rm -f libavfs.so && ln -s libavfs.so.1.0.0 libavfs.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libavfs.lai /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib/libavfs.la
libtool: finish: PATH="/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib
/build/avfs-1.2.0/libtool: line 1886: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/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.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/lib'
make[1]: Leaving directory '/build/avfs-1.2.0/lib'
Making install in include
make[1]: Entering directory '/build/avfs-1.2.0/include'
make install-am
make[2]: Entering directory '/build/avfs-1.2.0/include'
make[3]: Entering directory '/build/avfs-1.2.0/include'
make[3]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/include'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 avfs.h virtual.h '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/include'
make[3]: Leaving directory '/build/avfs-1.2.0/include'
make[2]: Leaving directory '/build/avfs-1.2.0/include'
make[1]: Leaving directory '/build/avfs-1.2.0/include'
Making install in test
make[1]: Entering directory '/build/avfs-1.2.0/test'
make[2]: Entering directory '/build/avfs-1.2.0/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/test'
make[1]: Leaving directory '/build/avfs-1.2.0/test'
Making install in scripts
make[1]: Entering directory '/build/avfs-1.2.0/scripts'
make[2]: Entering directory '/build/avfs-1.2.0/scripts'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c ftppass davpass avfs-config '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/scripts'
make[1]: Leaving directory '/build/avfs-1.2.0/scripts'
Making install in spec
make[1]: Entering directory '/build/avfs-1.2.0/spec'
make[2]: Entering directory '/build/avfs-1.2.0/spec'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/spec'
make[1]: Leaving directory '/build/avfs-1.2.0/spec'
Making install in patch
make[1]: Entering directory '/build/avfs-1.2.0/patch'
make[2]: Entering directory '/build/avfs-1.2.0/patch'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/patch'
make[1]: Leaving directory '/build/avfs-1.2.0/patch'
Making install in macros
make[1]: Entering directory '/build/avfs-1.2.0/macros'
make[2]: Entering directory '/build/avfs-1.2.0/macros'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/macros'
make[1]: Leaving directory '/build/avfs-1.2.0/macros'
Making install in extfs
make[1]: Entering directory '/build/avfs-1.2.0/extfs'
make[2]: Entering directory '/build/avfs-1.2.0/extfs'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib/avfs/extfs'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 extfs.ini README '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib/avfs/extfs'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib/avfs/extfs'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c a apt audio deb deba debd dpkg hp48 iso9660 lslR mailfs patchfs rpms u7z uace uar uarj uc1541 uha ulha upp uextrar uxdms uxpk uzip uzoo bpp ftplist rpm trpm uadf uarc ucab ucpio udar uimg '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib/avfs/extfs'
make[2]: Leaving directory '/build/avfs-1.2.0/extfs'
make[1]: Leaving directory '/build/avfs-1.2.0/extfs'
Making install in doc
make[1]: Entering directory '/build/avfs-1.2.0/doc'
make[2]: Entering directory '/build/avfs-1.2.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/doc'
make[1]: Leaving directory '/build/avfs-1.2.0/doc'
Making install in fuse
make[1]: Entering directory '/build/avfs-1.2.0/fuse'
make[2]: Entering directory '/build/avfs-1.2.0/fuse'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0/fuse'
make[1]: Leaving directory '/build/avfs-1.2.0/fuse'
Making install in pkgconfig
make[1]: Entering directory '/build/avfs-1.2.0/pkgconfig'
make[2]: Entering directory '/build/avfs-1.2.0/pkgconfig'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib/pkgconfig'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 avfs.pc '/nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib/pkgconfig'
make[2]: Leaving directory '/build/avfs-1.2.0/pkgconfig'
make[1]: Leaving directory '/build/avfs-1.2.0/pkgconfig'
make[1]: Entering directory '/build/avfs-1.2.0'
make[2]: Entering directory '/build/avfs-1.2.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/avfs-1.2.0'
make[1]: Leaving directory '/build/avfs-1.2.0'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0
shrinking /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib/libavfs.so.1.0.0
checking for references to /build/ in /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0...
patching script interpreter paths in /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0
stripping (with command strip and flags -S -p) in /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/lib /nix/store/50qw79y332nh9k1pjv3z6946iybfcvyc-avfs-x86_64-unknown-linux-gnufilc0-1.2.0/bin
End of log