Created
April 14, 2018 16:48
-
-
Save CalebWhiting/ec9951338c5d418501c59047c21493b7 to your computer and use it in GitHub Desktop.
util-linux on Raspbian GNU/Linux 9.4 (stretch) - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for util-linux on Raspbian GNU/Linux 9.4 (stretch) | |
Build date: 2018-04-14 16:39:50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.6.0-1-g2c56ab4 | |
ORIGIN: https://github.com/Linuxbrew/brew | |
HEAD: 2c56ab4cd5bef02ab42c99d27a9bf0e6a9f6f375 | |
Last commit: 3 days ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: 71da3b4c3aa5f06ac6ad93948e9d98b22807b631 | |
Core tap last commit: 4 hours ago | |
HOMEBREW_PREFIX: /home/pi/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/pi/.linuxbrew | |
HOMEBREW_CELLAR: /home/pi/.linuxbrew/Cellar | |
HOMEBREW_CACHE: /home/pi/.cache/Homebrew | |
HOMEBREW_GITHUB_API_TOKEN: set | |
CPU: quad-core 32-bit arm | |
Homebrew Ruby: 2.3.3 => /usr/bin/ruby2.3 | |
Clang: N/A | |
Git: 2.11.0 => /usr/bin/git | |
Curl: 7.52.1 => /usr/bin/curl | |
Java: N/A | |
Kernel: Linux 4.14.30-v7+ armv7l GNU/Linux | |
OS: Raspbian GNU/Linux 9.4 (stretch) (stretch) | |
Host glibc: 2.24 | |
/usr/bin/gcc: 6.3.0 | |
glibc: N/A | |
gcc: N/A | |
xorg: N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
python@2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
util-linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-04-14 16:30:43 +0000 | |
./configure | |
--disable-debug | |
--disable-dependency-tracking | |
--disable-silent-rules | |
--prefix=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1 | |
--disable-use-tty-group | |
--disable-kill | |
--disable-cal | |
--without-systemd | |
--disable-chfn-chsh | |
--disable-login | |
--disable-su | |
--disable-runuser | |
--disable-makeinstall-chown | |
--disable-makeinstall-setuid | |
configure: WARNING: unrecognized options: --disable-debug | |
checking for gcc... gcc-6 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc-6 accepts -g... yes | |
checking for gcc-6 option to accept ISO C89... none needed | |
checking whether gcc-6 understands -c and -o together... yes | |
checking how to run the C preprocessor... gcc-6 -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking whether make supports nested variables... yes | |
checking how to create a pax tar archive... gnutar | |
checking dependency style of gcc-6... none | |
checking whether make supports nested variables... (cached) yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking for gcc-6 option to accept ISO C99... none needed | |
checking for gcc-6 option to accept ISO Standard C... (cached) none needed | |
checking for bison... no | |
checking for byacc... no | |
checking build system type... armv7l-unknown-linux-gnueabihf | |
checking host system type... armv7l-unknown-linux-gnueabihf | |
checking for an ANSI C-conforming const... yes | |
checking for working volatile... yes | |
checking whether byte ordering is bigendian... no | |
checking whether compiler handles -fno-common... yes | |
checking whether compiler handles -Wall... yes | |
checking whether compiler handles -Werror=sequence-point... yes | |
checking whether compiler handles -Wextra... yes | |
checking whether compiler handles -Wextra-semi... no | |
checking whether compiler handles -Wembedded-directive... no | |
checking whether compiler handles -Wmissing-declarations... yes | |
checking whether compiler handles -Wmissing-parameter-type... yes | |
checking whether compiler handles -Wmissing-prototypes... yes | |
checking whether compiler handles -Wno-missing-field-initializers... yes | |
checking whether compiler handles -Wredundant-decls... yes | |
checking whether compiler handles -Wsign-compare... yes | |
checking whether compiler handles -Wtype-limits... yes | |
checking whether compiler handles -Wuninitialized... yes | |
checking whether compiler handles -Wunused-but-set-parameter... yes | |
checking whether compiler handles -Wunused-but-set-variable... yes | |
checking whether compiler handles -Wunused-parameter... yes | |
checking whether compiler handles -Wunused-result... yes | |
checking whether compiler handles -Wunused-variable... yes | |
checking whether compiler handles -Wnested-externs... yes | |
checking whether compiler handles -Wpointer-arith... yes | |
checking whether compiler handles -Wstrict-prototypes... yes | |
checking whether compiler handles -Wformat-security... no | |
checking whether compiler handles -Wimplicit-function-declaration... yes | |
checking whether compiler handles -Wno-clobbered... yes | |
checking whether compiler handles -Wno-unused-parameter... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc-6... /home/pi/.linuxbrew/Library/Homebrew/shims/linux/super/ld | |
checking if the linker (/home/pi/.linuxbrew/Library/Homebrew/shims/linux/super/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop | |
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop | |
checking for /home/pi/.linuxbrew/Library/Homebrew/shims/linux/super/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc-6 object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc-6 supports -fno-rtti -fno-exceptions... no | |
checking for gcc-6 option to produce PIC... -fPIC -DPIC | |
checking if gcc-6 PIC flag -fPIC -DPIC works... yes | |
checking if gcc-6 static flag -static works... yes | |
checking if gcc-6 supports -c -o file.o... yes | |
checking if gcc-6 supports -c -o file.o... (cached) yes | |
checking whether the gcc-6 linker (/home/pi/.linuxbrew/Library/Homebrew/shims/linux/super/ld) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking linker version script flag... --version-script | |
checking if version scripts can use complex wildcards... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking whether to build gtk-doc documentation... no | |
checking for gtkdoc-check... no | |
checking for xsltproc... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... 64 | |
checking whether to enable assertions... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking whether NLS is requested... yes | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for ld used by gcc-6... /home/pi/.linuxbrew/Library/Homebrew/shims/linux/super/ld | |
checking if the linker (/home/pi/.linuxbrew/Library/Homebrew/shims/linux/super/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking for GNU gettext in libc... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... libc | |
checking for linux/compiler.h... no | |
checking for linux/blkpg.h... yes | |
checking for linux/major.h... yes | |
checking asm/io.h usability... no | |
checking asm/io.h presence... no | |
checking for asm/io.h... no | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for inttypes.h... (cached) yes | |
checking lastlog.h usability... yes | |
checking lastlog.h presence... yes | |
checking for lastlog.h... yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking linux/btrfs.h usability... yes | |
checking linux/btrfs.h presence... yes | |
checking for linux/btrfs.h... yes | |
checking linux/cdrom.h usability... yes | |
checking linux/cdrom.h presence... yes | |
checking for linux/cdrom.h... yes | |
checking linux/falloc.h usability... yes | |
checking linux/falloc.h presence... yes | |
checking for linux/falloc.h... yes | |
checking linux/watchdog.h usability... yes | |
checking linux/watchdog.h presence... yes | |
checking for linux/watchdog.h... yes | |
checking linux/fd.h usability... yes | |
checking linux/fd.h presence... yes | |
checking for linux/fd.h... yes | |
checking linux/raw.h usability... yes | |
checking linux/raw.h presence... yes | |
checking for linux/raw.h... yes | |
checking linux/tiocl.h usability... yes | |
checking linux/tiocl.h presence... yes | |
checking for linux/tiocl.h... yes | |
checking linux/version.h usability... yes | |
checking linux/version.h presence... yes | |
checking for linux/version.h... yes | |
checking linux/securebits.h usability... yes | |
checking linux/securebits.h presence... yes | |
checking for linux/securebits.h... yes | |
checking linux/net_namespace.h usability... yes | |
checking linux/net_namespace.h presence... yes | |
checking for linux/net_namespace.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking mntent.h usability... yes | |
checking mntent.h presence... yes | |
checking for mntent.h... yes | |
checking net/if.h usability... yes | |
checking net/if.h presence... yes | |
checking for net/if.h... yes | |
checking net/if_dl.h usability... no | |
checking net/if_dl.h presence... no | |
checking for net/if_dl.h... no | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking pty.h usability... yes | |
checking pty.h presence... yes | |
checking for pty.h... yes | |
checking security/pam_appl.h usability... no | |
checking security/pam_appl.h presence... no | |
checking for security/pam_appl.h... no | |
checking for stdint.h... (cached) yes | |
checking stdio_ext.h usability... yes | |
checking stdio_ext.h presence... yes | |
checking for stdio_ext.h... yes | |
checking for stdlib.h... (cached) yes | |
checking endian.h usability... yes | |
checking endian.h presence... yes | |
checking for endian.h... yes | |
checking byteswap.h usability... yes | |
checking byteswap.h presence... yes | |
checking for byteswap.h... yes | |
checking sys/endian.h usability... no | |
checking sys/endian.h presence... no | |
checking for sys/endian.h... no | |
checking sys/disk.h usability... no | |
checking sys/disk.h presence... no | |
checking for sys/disk.h... no | |
checking sys/disklabel.h usability... no | |
checking sys/disklabel.h presence... no | |
checking for sys/disklabel.h... no | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/io.h usability... yes | |
checking sys/io.h presence... yes | |
checking for sys/io.h... yes | |
checking sys/ioccom.h usability... no | |
checking sys/ioccom.h presence... no | |
checking for sys/ioccom.h... no | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/mount.h usability... yes | |
checking sys/mount.h presence... yes | |
checking for sys/mount.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/prctl.h usability... yes | |
checking sys/prctl.h presence... yes | |
checking for sys/prctl.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/signalfd.h usability... yes | |
checking sys/signalfd.h presence... yes | |
checking for sys/signalfd.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sockio.h usability... no | |
checking sys/sockio.h presence... no | |
checking for sys/sockio.h... no | |
checking for sys/stat.h... (cached) yes | |
checking sys/sysmacros.h usability... yes | |
checking sys/sysmacros.h presence... yes | |
checking for sys/sysmacros.h... yes | |
checking sys/swap.h usability... yes | |
checking sys/swap.h presence... yes | |
checking for sys/swap.h... yes | |
checking sys/syscall.h usability... yes | |
checking sys/syscall.h presence... yes | |
checking for sys/syscall.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timex.h usability... yes | |
checking sys/timex.h presence... yes | |
checking for sys/timex.h... yes | |
checking sys/ttydefaults.h usability... yes | |
checking sys/ttydefaults.h presence... yes | |
checking for sys/ttydefaults.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/ucred.h usability... no | |
checking sys/ucred.h presence... no | |
checking for sys/ucred.h... no | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking for unistd.h... (cached) yes | |
checking shadow.h usability... yes | |
checking shadow.h presence... yes | |
checking for shadow.h... yes | |
checking utmp.h usability... yes | |
checking utmp.h presence... yes | |
checking for utmp.h... yes | |
checking utmpx.h usability... yes | |
checking utmpx.h presence... yes | |
checking for utmpx.h... yes | |
checking for linux/fs.h... no | |
checking for linux/gsmmux.h... no | |
checking for security/pam_misc.h... no | |
checking linux/blkzoned.h usability... no | |
checking linux/blkzoned.h presence... no | |
checking for linux/blkzoned.h... no | |
checking for security/openpam.h... no | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking whether langinfo.h defines ALTMON_x constants... no | |
checking whether langinfo.h defines _NL_ABALTMON_x constants... no | |
checking for struct termios.c_line... yes | |
checking for struct stat.st_mtim.tv_nsec... yes | |
checking whether _NL_TIME_WEEK_1STDAY is declared... yes | |
checking whether llseek is declared... no | |
checking whether lseek64 is declared... yes | |
checking whether environ is declared... yes | |
checking whether strsignal is declared... yes | |
checking whether TIOCGLCKTRMIOS is declared... yes | |
checking whether SOCK_CLOEXEC is declared... yes | |
checking whether SOCK_NONBLOCK is declared... yes | |
checking whether SO_PASSCRED is declared... yes | |
checking for __fpending... yes | |
checking for secure_getenv... yes | |
checking for __secure_getenv... no | |
checking for eaccess... yes | |
checking for err... yes | |
checking for errx... yes | |
checking for explicit_bzero... no | |
checking for fsync... yes | |
checking for utimensat... yes | |
checking for getdomainname... yes | |
checking for getdtablesize... yes | |
checking for getexecname... no | |
checking for getmntinfo... no | |
checking for getrandom... no | |
checking for getrlimit... yes | |
checking for getsgnam... yes | |
checking for inotify_init... yes | |
checking for jrand48... yes | |
checking for lchown... yes | |
checking for llseek... yes | |
checking for lseek64... yes | |
checking for mempcpy... yes | |
checking for mkostemp... yes | |
checking for nanosleep... yes | |
checking for ntp_gettime... yes | |
checking for personality... yes | |
checking for posix_fadvise... yes | |
checking for prctl... yes | |
checking for qsort_r... yes | |
checking for rpmatch... yes | |
checking for scandirat... yes | |
checking for setprogname... no | |
checking for setresgid... yes | |
checking for setresuid... yes | |
checking for sched_setattr... no | |
checking for sched_setscheduler... yes | |
checking for sigqueue... yes | |
checking for srandom... yes | |
checking for strnchr... no | |
checking for strndup... yes | |
checking for strnlen... yes | |
checking for sysconf... yes | |
checking for sysinfo... yes | |
checking for timegm... yes | |
checking for usleep... yes | |
checking for vwarnx... yes | |
checking for warn... yes | |
checking for warnx... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for openat... yes | |
checking for fstatat... yes | |
checking for unlinkat... yes | |
checking for ioperm... yes | |
checking for iopl... yes | |
checking for futimens... yes | |
checking for inotify_init1... yes | |
checking for open_memstream... yes | |
checking for reboot... yes | |
checking for updwtmpx... yes | |
checking for updwtmpx... (cached) yes | |
checking for getusershell... yes | |
checking for isnan... yes | |
checking for clock_gettime... yes | |
checking for timer_create... no | |
checking for timer_create in -lrt... yes | |
checking for rtas_get_sysparm in -lrtas... no | |
checking for struct sockaddr.sa_len... no | |
checking for library containing socket... none required | |
checking for dirfd... yes | |
checking whether program_invocation_short_name is defined... yes | |
checking whether __progname is defined... yes | |
checking whether the target supports thread-local storage... yes | |
checking scanf string alloc modifiers... (%ms) yes | |
checking for openpty in -lutil... yes | |
checking for union semun... no | |
checking for loff_t... yes | |
checking wchar_t support... yes | |
checking for cpu_set_t... yes | |
checking for sighandler_t... yes | |
checking whether CPU_ALLOC is declared... yes | |
checking crypt.h usability... yes | |
checking crypt.h presence... yes | |
checking for crypt.h... yes | |
checking for udev_new in -ludev... no | |
checking for ncursesw6-config... ncursesw6-config | |
checking ncursesw/ncurses.h usability... yes | |
checking ncursesw/ncurses.h presence... yes | |
checking for ncursesw/ncurses.h... yes | |
checking ncursesw/term.h usability... yes | |
checking ncursesw/term.h presence... yes | |
checking for ncursesw/term.h... yes | |
checking for use_default_colors in -lncursesw... yes | |
checking for resizeterm in -lncursesw... yes | |
checking for TINFOW... no | |
checking for tgetent in -ltinfow... no | |
checking for TINFO... no | |
checking for tgetent in -ltinfo... yes | |
checking for readline in -lreadline... yes | |
checking for syscall fallocate... SYS_fallocate | |
checking for valid fallocate() function... yes | |
checking for valid posix_fallocate() function... yes | |
checking for syscall unshare... SYS_unshare | |
checking for unshare... yes | |
checking for syscall setns... SYS_setns | |
checking for setns... yes | |
checking for capng_apply in -lcap-ng... no | |
configure: WARNING: libcap-ng library not found; not building setpriv | |
checking for crc32 in -lz... yes | |
checking for syscall swapon... SYS_swapon | |
checking for syscall swapoff... SYS_swapoff | |
checking for swapon... yes | |
checking for swapoff... yes | |
checking for syscall prlimit64... SYS_prlimit64 | |
checking for prlimit... yes | |
checking for syscall pivot_root... SYS_pivot_root | |
configure: WARNING: linux/blkzoned.h header not found; not building blkzone | |
checking for LIBUSER... no | |
checking for syscall ioprio_set... SYS_ioprio_set | |
checking for syscall ioprio_get... SYS_ioprio_get | |
checking for syscall sched_getaffinity... SYS_sched_getaffinity | |
checking for syscall sched_setattr... SYS_sched_setattr | |
checking for a Python interpreter with version >= 2... python | |
checking for python... /usr/bin/python | |
checking for python version... 2.7 | |
checking for python platform... linux2 | |
checking for python script directory... ${prefix}/lib/python2.7/site-packages | |
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages | |
checking for PYTHON... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libblkid/docs/Makefile | |
config.status: creating libblkid/docs/version.xml | |
config.status: creating libblkid/src/blkid.h | |
config.status: creating libfdisk/docs/Makefile | |
config.status: creating libfdisk/docs/version.xml | |
config.status: creating libfdisk/src/libfdisk.h | |
config.status: creating libmount/docs/Makefile | |
config.status: creating libmount/docs/version.xml | |
config.status: creating libmount/src/libmount.h | |
config.status: creating libsmartcols/docs/Makefile | |
config.status: creating libsmartcols/docs/version.xml | |
config.status: creating libsmartcols/src/libsmartcols.h | |
config.status: creating po/Makefile.in | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
configure: WARNING: unrecognized options: --disable-debug | |
util-linux 2.32 | |
prefix: /home/pi/.linuxbrew/Cellar/util-linux/2.32_1 | |
exec prefix: ${prefix} | |
runstatedir: ${localstatedir}/run | |
bindir: ${exec_prefix}/bin | |
sbindir: ${exec_prefix}/sbin | |
libdir: ${exec_prefix}/lib | |
includedir: ${prefix}/include | |
usrbin_execdir: ${exec_prefix}/bin | |
usrsbin_execdir: ${exec_prefix}/sbin | |
usrlib_execdir: ${exec_prefix}/lib | |
compiler: gcc-6 | |
cflags: -g -O2 | |
suid cflags: | |
ldflags: | |
suid ldflags: | |
Python: /usr/bin/python | |
Python version: 2.7 | |
Python libs: ${exec_prefix}/lib/python2.7/site-packages | |
Bash completions: /usr/share/bash-completion/completions | |
Systemd support: no | |
Btrfs support: yes | |
Wide-char support: yes | |
warnings: | |
-fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration | |
Type 'make' or 'make <utilname>' to compile. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc-6 called with: --version | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os --version -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -v | |
superenv executed: gcc-6 -v | |
gcc-6 called with: -V | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -V -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -qversion | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -qversion -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c conftest.c -o conftest2.o -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c conftest.c -o conftest2.o -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E /tmp/cgQu1DVg/dummy.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E /tmp/cgQu1DVg/dummy.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E - | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E - -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E - | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E - -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -fno-common conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -fno-common conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wall conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wall conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Werror=sequence-point conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Werror=sequence-point conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wextra conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wextra conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wextra-semi conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wextra-semi conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wembedded-directive conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wembedded-directive conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wmissing-declarations conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wmissing-declarations conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wmissing-parameter-type conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wmissing-parameter-type conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wmissing-prototypes conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wmissing-prototypes conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wno-missing-field-initializers conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wno-missing-field-initializers conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wredundant-decls conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wredundant-decls conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wsign-compare conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wsign-compare conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wtype-limits conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wtype-limits conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wuninitialized conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wuninitialized conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wunused-but-set-parameter conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wunused-but-set-parameter conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wunused-but-set-variable conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wunused-but-set-variable conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wunused-parameter conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wunused-parameter conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wunused-result conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wunused-result conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wunused-variable conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wunused-variable conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wnested-externs conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wnested-externs conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wpointer-arith conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wpointer-arith conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wstrict-prototypes conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wstrict-prototypes conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wformat-security conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wformat-security conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wimplicit-function-declaration conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wimplicit-function-declaration conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wno-clobbered conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wno-clobbered conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E -Werror -Wno-unused-parameter conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E -Werror -Wno-unused-parameter conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -print-prog-name=ld | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -print-prog-name=ld -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
ld called with: -v | |
superenv executed: ld -v | |
ld called with: -v | |
superenv executed: ld -v | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c conftstm.o | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c conftstm.o -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 -fPIC -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 -fPIC -DPIC -DPIC conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 -static conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 -static conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 -o out/conftest2.o conftest.c -isystem/home/pi/.linuxbrew/include | |
ld called with: --help | |
superenv added: --dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -L/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -rpath=/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: ld --dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -L/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -rpath=/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/opt/ncurses/lib --help | |
ld called with: -v | |
superenv executed: ld -v | |
ld called with: --help | |
superenv added: --dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -L/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -rpath=/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: ld --dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -L/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -rpath=/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/opt/ncurses/lib --help | |
gcc-6 called with: -V | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -V -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -print-search-dirs | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -print-search-dirs -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -g -O2 -print-multi-os-directory | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -g -O2 -print-multi-os-directory -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 -Wl,--version-script,conftest.map conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 -Wl,--version-script,conftest.map conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 -Wl,--version-script,conftest.map conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 -Wl,--version-script,conftest.map conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 -Wl,--version-script,conftest.map conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 -Wl,--version-script,conftest.map conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -print-prog-name=ld | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -print-prog-name=ld -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
ld called with: -v | |
superenv executed: ld -v | |
ld called with: --help | |
superenv added: --dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -L/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -rpath=/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: ld --dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -L/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -rpath=/home/pi/.linuxbrew/lib -rpath=/home/pi/.linuxbrew/opt/ncurses/lib --help | |
gcc-6 called with: -print-search-dirs | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -print-search-dirs -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lrt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lrt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lrtas | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lrtas -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 -static conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 -static conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 -static conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 -static conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -pthread -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -pthread -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -pthread -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -pthread -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lutil | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lutil -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lutil | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lutil -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c -ludev -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -ludev -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -E conftest.c | |
superenv added: -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -E conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lncursesw -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lncursesw -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lncursesw -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lncursesw -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -ltinfow -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -ltinfow -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -ltinfo -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -ltinfo -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lcap-ng -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lcap-ng -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lz -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lz -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -print-multiarch | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -print-multiarch -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
superenv executed: gcc-6 -pipe -Os -o conftest -g -O2 conftest.c -lreadline -lutil -lcrypt -isystem/home/pi/.linuxbrew/include -Wl,--dynamic-linker=/home/pi/.linuxbrew/lib/ld.so -B/home/pi/.linuxbrew/opt/glibc/lib -L/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -Wl,-rpath=/home/pi/.linuxbrew/lib -Wl,-rpath=/home/pi/.linuxbrew/opt/ncurses/lib | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
gcc-6 called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -isystem/home/pi/.linuxbrew/include | |
superenv executed: gcc-6 -pipe -Os -c -g -O2 conftest.c -isystem/home/pi/.linuxbrew/include | |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-04-14 16:33:21 +0000 | |
make | |
install | |
make install-recursive | |
make[1]: Entering directory '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32' | |
Making install in po | |
make[2]: Entering directory '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/po' | |
installing ca.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/ca/LC_MESSAGES/util-linux.mo | |
installing cs.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/cs/LC_MESSAGES/util-linux.mo | |
installing da.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/da/LC_MESSAGES/util-linux.mo | |
installing de.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/de/LC_MESSAGES/util-linux.mo | |
installing es.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/es/LC_MESSAGES/util-linux.mo | |
installing et.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/et/LC_MESSAGES/util-linux.mo | |
installing eu.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/eu/LC_MESSAGES/util-linux.mo | |
installing fi.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/fi/LC_MESSAGES/util-linux.mo | |
installing fr.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/fr/LC_MESSAGES/util-linux.mo | |
installing gl.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/gl/LC_MESSAGES/util-linux.mo | |
installing hr.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/hr/LC_MESSAGES/util-linux.mo | |
installing hu.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/hu/LC_MESSAGES/util-linux.mo | |
installing id.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/id/LC_MESSAGES/util-linux.mo | |
installing it.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/it/LC_MESSAGES/util-linux.mo | |
installing ja.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/ja/LC_MESSAGES/util-linux.mo | |
installing nl.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/nl/LC_MESSAGES/util-linux.mo | |
installing pl.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/pl/LC_MESSAGES/util-linux.mo | |
installing pt_BR.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/pt_BR/LC_MESSAGES/util-linux.mo | |
installing ru.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/ru/LC_MESSAGES/util-linux.mo | |
installing sl.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/sl/LC_MESSAGES/util-linux.mo | |
installing sv.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/sv/LC_MESSAGES/util-linux.mo | |
installing tr.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/tr/LC_MESSAGES/util-linux.mo | |
installing uk.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/uk/LC_MESSAGES/util-linux.mo | |
installing vi.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/vi/LC_MESSAGES/util-linux.mo | |
installing zh_CN.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/zh_CN/LC_MESSAGES/util-linux.mo | |
installing zh_TW.gmo as /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale/zh_TW/LC_MESSAGES/util-linux.mo | |
if test "util-linux" = "gettext-tools"; then \ | |
/bin/mkdir -p /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
make[2]: Leaving directory '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/po' | |
make[2]: Entering directory '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32' | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o lib/libuuid_la-randutils.lo `test -f 'lib/randutils.c' || echo './'`lib/randutils.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o lib/libuuid_la-md5.lo `test -f 'lib/md5.c' || echo './'`lib/md5.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o lib/libuuid_la-sha1.lo `test -f 'lib/sha1.c' || echo './'`lib/sha1.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/dmesg-monotonic.o `test -f 'lib/monotonic.c' || echo './'`lib/monotonic.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -c -o sys-utils/mount-mount.o `test -f 'sys-utils/mount.c' || echo './'`sys-utils/mount.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c lib/randutils.c -fPIC -DPIC -o lib/.libs/libuuid_la-randutils.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c lib/sha1.c -fPIC -DPIC -o lib/.libs/libuuid_la-sha1.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c lib/md5.c -fPIC -DPIC -o lib/.libs/libuuid_la-md5.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c lib/randutils.c -o lib/libuuid_la-randutils.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c lib/md5.c -o lib/libuuid_la-md5.o >/dev/null 2>&1 | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -c -o sys-utils/umount-umount.o `test -f 'sys-utils/umount.c' || echo './'`sys-utils/umount.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c lib/sha1.c -o lib/libuuid_la-sha1.o >/dev/null 2>&1 | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/wdctl-wdctl.o `test -f 'sys-utils/wdctl.c' || echo './'`sys-utils/wdctl.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -c -o sys-utils/mountpoint-mountpoint.o `test -f 'sys-utils/mountpoint.c' || echo './'`sys-utils/mountpoint.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -c -o sys-utils/fstrim-fstrim.o `test -f 'sys-utils/fstrim.c' || echo './'`sys-utils/fstrim.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/ctrlaltdel.o sys-utils/ctrlaltdel.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/fsfreeze.o sys-utils/fsfreeze.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/blkdiscard.o sys-utils/blkdiscard.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/monotonic.o lib/monotonic.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/losetup-losetup.o `test -f 'sys-utils/losetup.c' || echo './'`sys-utils/losetup.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/zramctl-zramctl.o `test -f 'sys-utils/zramctl.c' || echo './'`sys-utils/zramctl.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libsmartcols/src -g -O2 -c -o sys-utils/swapon-swapon.o `test -f 'sys-utils/swapon.c' || echo './'`sys-utils/swapon.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libsmartcols/src -g -O2 -c -o sys-utils/swapon-swapon-common.o `test -f 'sys-utils/swapon-common.c' || echo './'`sys-utils/swapon-common.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libsmartcols/src -g -O2 -c -o lib/swapon-swapprober.o `test -f 'lib/swapprober.c' || echo './'`lib/swapprober.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -g -O2 -c -o sys-utils/swapoff-swapoff.o `test -f 'sys-utils/swapoff.c' || echo './'`sys-utils/swapoff.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -g -O2 -c -o sys-utils/swapoff-swapon-common.o `test -f 'sys-utils/swapon-common.c' || echo './'`sys-utils/swapon-common.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -g -O2 -c -o lib/swapoff-swapprober.o `test -f 'lib/swapprober.c' || echo './'`lib/swapprober.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/chcpu.o sys-utils/chcpu.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/pivot_root.o sys-utils/pivot_root.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/switch_root.o sys-utils/switch_root.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/hwclock.o sys-utils/hwclock.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/hwclock-cmos.o sys-utils/hwclock-cmos.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/hwclock-rtc.o sys-utils/hwclock-rtc.c | |
sys-utils/hwclock-cmos.c:79:3: warning: #warning "disable cmos access - not i386 or x86_64" [-Wcpp] | |
# warning "disable cmos access - not i386 or x86_64" | |
^~~~~~~ | |
sys-utils/hwclock-cmos.c:396:25: warning: ‘cmos_interface’ defined but not used [-Wunused-variable] | |
static struct clock_ops cmos_interface = { | |
^~~~~~~~~~~~~~ | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -g -O2 -c -o misc-utils/blkid-blkid.o `test -f 'misc-utils/blkid.c' || echo './'`misc-utils/blkid.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -g -O2 -c -o misc-utils/findfs-findfs.o `test -f 'misc-utils/findfs.c' || echo './'`misc-utils/findfs.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libsmartcols/src -g -O2 -c -o misc-utils/wipefs-wipefs.o `test -f 'misc-utils/wipefs.c' || echo './'`misc-utils/wipefs.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libuuid/src -g -O2 -c -o lib/swaplabel-swapprober.o `test -f 'lib/swapprober.c' || echo './'`lib/swapprober.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libblkid/src -g -O2 -c -o disk-utils/fsck-fsck.o `test -f 'disk-utils/fsck.c' || echo './'`disk-utils/fsck.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libblkid/src -g -O2 -c -o lib/fsck-monotonic.o `test -f 'lib/monotonic.c' || echo './'`lib/monotonic.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/raw.o disk-utils/raw.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/fsck.cramfs.o disk-utils/fsck.cramfs.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/cramfs_common.o disk-utils/cramfs_common.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/mkfs.cramfs.o disk-utils/mkfs.cramfs.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/blockdev.o disk-utils/blockdev.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -g -O2 -c -o disk-utils/fdisk-fdisk.o `test -f 'disk-utils/fdisk.c' || echo './'`disk-utils/fdisk.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -g -O2 -c -o disk-utils/fdisk-fdisk-menu.o `test -f 'disk-utils/fdisk-menu.c' || echo './'`disk-utils/fdisk-menu.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -g -O2 -c -o disk-utils/fdisk-fdisk-list.o `test -f 'disk-utils/fdisk-list.c' || echo './'`disk-utils/fdisk-list.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -g -O2 -c -o disk-utils/sfdisk-sfdisk.o `test -f 'disk-utils/sfdisk.c' || echo './'`disk-utils/sfdisk.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -g -O2 -c -o disk-utils/sfdisk-fdisk-list.o `test -f 'disk-utils/fdisk-list.c' || echo './'`disk-utils/fdisk-list.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -I./libmount/src -D_GNU_SOURCE -D_DEFAULT_SOURCE -I/home/pi/.linuxbrew/Cellar/ncurses/6.1/include/ncursesw -I/home/pi/.linuxbrew/Cellar/ncurses/6.1/include -g -O2 -c -o disk-utils/cfdisk-cfdisk.o `test -f 'disk-utils/cfdisk.c' || echo './'`disk-utils/cfdisk.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o text-utils/col.o text-utils/col.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o text-utils/colcrt.o text-utils/colcrt.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o text-utils/colrm.o text-utils/colrm.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o text-utils/column-column.o `test -f 'text-utils/column.c' || echo './'`text-utils/column.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o text-utils/hexdump-conv.o text-utils/hexdump-conv.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o text-utils/hexdump-display.o text-utils/hexdump-display.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o text-utils/hexdump.o text-utils/hexdump.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o text-utils/hexdump-parse.o text-utils/hexdump-parse.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o text-utils/rev.o text-utils/rev.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o text-utils/ul-ul.o `test -f 'text-utils/ul.c' || echo './'`text-utils/ul.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -Wno-format-y2k -g -O2 -c -o term-utils/script-script.o `test -f 'term-utils/script.c' || echo './'`term-utils/script.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -Wno-format-y2k -g -O2 -c -o lib/script-monotonic.o `test -f 'lib/monotonic.c' || echo './'`lib/monotonic.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o term-utils/scriptreplay.o term-utils/scriptreplay.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o term-utils/setterm-setterm.o `test -f 'term-utils/setterm.c' || echo './'`term-utils/setterm.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o term-utils/mesg.o term-utils/mesg.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o term-utils/wall-wall.o `test -f 'term-utils/wall.c' || echo './'`term-utils/wall.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o term-utils/wall-ttymsg.o `test -f 'term-utils/ttymsg.c' || echo './'`term-utils/ttymsg.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o login-utils/last.o login-utils/last.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o login-utils/utmpdump.o login-utils/utmpdump.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o login-utils/lslogins-lslogins.o `test -f 'login-utils/lslogins.c' || echo './'`login-utils/lslogins.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o login-utils/lslogins-logindefs.o `test -f 'login-utils/logindefs.c' || echo './'`login-utils/logindefs.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/lsmem-lsmem.o `test -f 'sys-utils/lsmem.c' || echo './'`sys-utils/lsmem.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/chmem.o sys-utils/chmem.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/flock.o sys-utils/flock.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/timer.o lib/timer.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/ipcmk.o sys-utils/ipcmk.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/ipcrm.o sys-utils/ipcrm.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/ipcs.o sys-utils/ipcs.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/ipcutils.o sys-utils/ipcutils.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/lsipc-lsipc.o `test -f 'sys-utils/lsipc.c' || echo './'`sys-utils/lsipc.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/lsipc-ipcutils.o `test -f 'sys-utils/ipcutils.c' || echo './'`sys-utils/ipcutils.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/renice.o sys-utils/renice.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/setsid.o sys-utils/setsid.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/setarch.o sys-utils/setarch.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -c -o sys-utils/eject-eject.o `test -f 'sys-utils/eject.c' || echo './'`sys-utils/eject.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -c -o lib/eject-monotonic.o `test -f 'lib/monotonic.c' || echo './'`lib/monotonic.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/prlimit-prlimit.o `test -f 'sys-utils/prlimit.c' || echo './'`sys-utils/prlimit.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libmount/src -g -O2 -c -o sys-utils/lsns-lsns.o `test -f 'sys-utils/lsns.c' || echo './'`sys-utils/lsns.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/lscpu-lscpu.o `test -f 'sys-utils/lscpu.c' || echo './'`sys-utils/lscpu.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/lscpu-lscpu-arm.o `test -f 'sys-utils/lscpu-arm.c' || echo './'`sys-utils/lscpu-arm.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/lscpu-lscpu-dmi.o `test -f 'sys-utils/lscpu-dmi.c' || echo './'`sys-utils/lscpu-dmi.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/fallocate.o sys-utils/fallocate.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -c -o sys-utils/unshare-unshare.o `test -f 'sys-utils/unshare.c' || echo './'`sys-utils/unshare.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/nsenter.o sys-utils/nsenter.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o misc-utils/logger-logger.o `test -f 'misc-utils/logger.c' || echo './'`misc-utils/logger.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/logger-strutils.o `test -f 'lib/strutils.c' || echo './'`lib/strutils.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/logger-strv.o `test -f 'lib/strv.c' || echo './'`lib/strv.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o misc-utils/look.o misc-utils/look.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o misc-utils/mcookie.o misc-utils/mcookie.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/md5.o lib/md5.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o misc-utils/namei.o misc-utils/namei.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/strutils.o lib/strutils.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/idcache.o lib/idcache.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o misc-utils/whereis.o misc-utils/whereis.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libsmartcols/src -g -O2 -c -o misc-utils/lslocks-lslocks.o `test -f 'misc-utils/lslocks.c' || echo './'`misc-utils/lslocks.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -g -O2 -c -o misc-utils/uuidgen-uuidgen.o `test -f 'misc-utils/uuidgen.c' || echo './'`misc-utils/uuidgen.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libsmartcols/src -g -O2 -c -o misc-utils/uuidparse-uuidparse.o `test -f 'misc-utils/uuidparse.c' || echo './'`misc-utils/uuidparse.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o misc-utils/rename.o misc-utils/rename.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o misc-utils/getopt.o misc-utils/getopt.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o misc-utils/fincore-fincore.o `test -f 'misc-utils/fincore.c' || echo './'`misc-utils/fincore.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/isosize.o disk-utils/isosize.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -c -o sys-utils/rfkill-rfkill.o `test -f 'sys-utils/rfkill.c' || echo './'`sys-utils/rfkill.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/readprofile.o sys-utils/readprofile.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/ldattach.o sys-utils/ldattach.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/rtcwake.o sys-utils/rtcwake.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -g -O2 -c -o misc-utils/uuidd-uuidd.o `test -f 'misc-utils/uuidd.c' || echo './'`misc-utils/uuidd.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -g -O2 -c -o lib/uuidd-monotonic.o `test -f 'lib/monotonic.c' || echo './'`lib/monotonic.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -g -O2 -c -o lib/uuidd-timer.o `test -f 'lib/timer.c' || echo './'`lib/timer.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/fdformat.o disk-utils/fdformat.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libsmartcols/src -g -O2 -c -o disk-utils/partx-partx.o `test -f 'disk-utils/partx.c' || echo './'`disk-utils/partx.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/addpart.o disk-utils/addpart.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/delpart.o disk-utils/delpart.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/resizepart.o disk-utils/resizepart.c | |
/bin/mkdir -p $(dirname sys-utils/rtcwake.8) | |
srcdir=''; \ | |
test -f ./sys-utils/rtcwake.8.in || srcdir=./; \ | |
sed -e 's|@prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@exec_prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@sysconfdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/etc|g' -e 's|@datadir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share|g' -e 's|@sbindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@bindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@includedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/include|g' -e 's|@runstatedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run|g' -e 's|@usrlib_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib|g' -e 's|@usrbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@usrsbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@VERSION[@]|2.32|g' -e 's|@ADJTIME_PATH[@]|/etc/adjtime|g' -e 's|@LIBUUID_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_MAJOR_VERSION[@]|2|g' -e 's|@LIBMOUNT_MINOR_VERSION[@]|32|g' -e 's|@LIBMOUNT_PATCH_VERSION[@]|0|g' -e 's|@LIBSMARTCOLS_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_PC_REQUIRES[@]|uuid blkid|g' -e 's|@LIBFDISK_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_MAJOR_VERSION[@]|2|g' -e 's|@LIBFDISK_MINOR_VERSION[@]|32|g' -e 's|@LIBFDISK_PATCH_VERSION[@]|0|g' -e 's|@LIBBLKID_VERSION[@]|2.32.0|g' ${srcdir}sys-utils/rtcwake.8.in >sys-utils/rtcwake.8.tmp | |
/bin/mkdir -p $(dirname sys-utils/hwclock.8) | |
srcdir=''; \ | |
test -f ./sys-utils/hwclock.8.in || srcdir=./; \ | |
sed -e 's|@prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@exec_prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@sysconfdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/etc|g' -e 's|@datadir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share|g' -e 's|@sbindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@bindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@includedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/include|g' -e 's|@runstatedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run|g' -e 's|@usrlib_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib|g' -e 's|@usrbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@usrsbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@VERSION[@]|2.32|g' -e 's|@ADJTIME_PATH[@]|/etc/adjtime|g' -e 's|@LIBUUID_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_MAJOR_VERSION[@]|2|g' -e 's|@LIBMOUNT_MINOR_VERSION[@]|32|g' -e 's|@LIBMOUNT_PATCH_VERSION[@]|0|g' -e 's|@LIBSMARTCOLS_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_PC_REQUIRES[@]|uuid blkid|g' -e 's|@LIBFDISK_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_MAJOR_VERSION[@]|2|g' -e 's|@LIBFDISK_MINOR_VERSION[@]|32|g' -e 's|@LIBFDISK_PATCH_VERSION[@]|0|g' -e 's|@LIBBLKID_VERSION[@]|2.32.0|g' ${srcdir}sys-utils/hwclock.8.in >sys-utils/hwclock.8.tmp | |
/bin/mkdir -p $(dirname misc-utils/uuidd.8) | |
srcdir=''; \ | |
test -f ./misc-utils/uuidd.8.in || srcdir=./; \ | |
sed -e 's|@prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@exec_prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@sysconfdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/etc|g' -e 's|@datadir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share|g' -e 's|@sbindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@bindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@includedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/include|g' -e 's|@runstatedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run|g' -e 's|@usrlib_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib|g' -e 's|@usrbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@usrsbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@VERSION[@]|2.32|g' -e 's|@ADJTIME_PATH[@]|/etc/adjtime|g' -e 's|@LIBUUID_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_MAJOR_VERSION[@]|2|g' -e 's|@LIBMOUNT_MINOR_VERSION[@]|32|g' -e 's|@LIBMOUNT_PATCH_VERSION[@]|0|g' -e 's|@LIBSMARTCOLS_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_PC_REQUIRES[@]|uuid blkid|g' -e 's|@LIBFDISK_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_MAJOR_VERSION[@]|2|g' -e 's|@LIBFDISK_MINOR_VERSION[@]|32|g' -e 's|@LIBFDISK_PATCH_VERSION[@]|0|g' -e 's|@LIBBLKID_VERSION[@]|2.32.0|g' ${srcdir}misc-utils/uuidd.8.in >misc-utils/uuidd.8.tmp | |
/bin/mkdir -p sys-utils | |
echo ".so man8/setarch.8" > sys-utils/uname26.8 | |
/bin/mkdir -p sys-utils | |
echo ".so man8/setarch.8" > sys-utils/linux32.8 | |
/bin/mkdir -p sys-utils | |
echo ".so man8/setarch.8" > sys-utils/linux64.8 | |
/bin/mkdir -p $(dirname libuuid/uuid.pc) | |
srcdir=''; \ | |
test -f ./libuuid/uuid.pc.in || srcdir=./; \ | |
sed -e 's|@prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@exec_prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@sysconfdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/etc|g' -e 's|@datadir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share|g' -e 's|@sbindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@bindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@includedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/include|g' -e 's|@runstatedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run|g' -e 's|@usrlib_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib|g' -e 's|@usrbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@usrsbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@VERSION[@]|2.32|g' -e 's|@ADJTIME_PATH[@]|/etc/adjtime|g' -e 's|@LIBUUID_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_MAJOR_VERSION[@]|2|g' -e 's|@LIBMOUNT_MINOR_VERSION[@]|32|g' -e 's|@LIBMOUNT_PATCH_VERSION[@]|0|g' -e 's|@LIBSMARTCOLS_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_PC_REQUIRES[@]|uuid blkid|g' -e 's|@LIBFDISK_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_MAJOR_VERSION[@]|2|g' -e 's|@LIBFDISK_MINOR_VERSION[@]|32|g' -e 's|@LIBFDISK_PATCH_VERSION[@]|0|g' -e 's|@LIBBLKID_VERSION[@]|2.32.0|g' ${srcdir}libuuid/uuid.pc.in >libuuid/uuid.pc.tmp | |
/bin/mkdir -p $(dirname libblkid/blkid.pc) | |
srcdir=''; \ | |
test -f ./libblkid/blkid.pc.in || srcdir=./; \ | |
sed -e 's|@prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@exec_prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@sysconfdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/etc|g' -e 's|@datadir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share|g' -e 's|@sbindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@bindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@includedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/include|g' -e 's|@runstatedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run|g' -e 's|@usrlib_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib|g' -e 's|@usrbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@usrsbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@VERSION[@]|2.32|g' -e 's|@ADJTIME_PATH[@]|/etc/adjtime|g' -e 's|@LIBUUID_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_MAJOR_VERSION[@]|2|g' -e 's|@LIBMOUNT_MINOR_VERSION[@]|32|g' -e 's|@LIBMOUNT_PATCH_VERSION[@]|0|g' -e 's|@LIBSMARTCOLS_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_PC_REQUIRES[@]|uuid blkid|g' -e 's|@LIBFDISK_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_MAJOR_VERSION[@]|2|g' -e 's|@LIBFDISK_MINOR_VERSION[@]|32|g' -e 's|@LIBFDISK_PATCH_VERSION[@]|0|g' -e 's|@LIBBLKID_VERSION[@]|2.32.0|g' ${srcdir}libblkid/blkid.pc.in >libblkid/blkid.pc.tmp | |
/bin/mkdir -p $(dirname libmount/mount.pc) | |
srcdir=''; \ | |
test -f ./libmount/mount.pc.in || srcdir=./; \ | |
sed -e 's|@prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@exec_prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@sysconfdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/etc|g' -e 's|@datadir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share|g' -e 's|@sbindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@bindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@includedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/include|g' -e 's|@runstatedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run|g' -e 's|@usrlib_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib|g' -e 's|@usrbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@usrsbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@VERSION[@]|2.32|g' -e 's|@ADJTIME_PATH[@]|/etc/adjtime|g' -e 's|@LIBUUID_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_MAJOR_VERSION[@]|2|g' -e 's|@LIBMOUNT_MINOR_VERSION[@]|32|g' -e 's|@LIBMOUNT_PATCH_VERSION[@]|0|g' -e 's|@LIBSMARTCOLS_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_PC_REQUIRES[@]|uuid blkid|g' -e 's|@LIBFDISK_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_MAJOR_VERSION[@]|2|g' -e 's|@LIBFDISK_MINOR_VERSION[@]|32|g' -e 's|@LIBFDISK_PATCH_VERSION[@]|0|g' -e 's|@LIBBLKID_VERSION[@]|2.32.0|g' ${srcdir}libmount/mount.pc.in >libmount/mount.pc.tmp | |
/bin/mkdir -p $(dirname libsmartcols/smartcols.pc) | |
srcdir=''; \ | |
test -f ./libsmartcols/smartcols.pc.in || srcdir=./; \ | |
sed -e 's|@prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@exec_prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@sysconfdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/etc|g' -e 's|@datadir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share|g' -e 's|@sbindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@bindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@includedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/include|g' -e 's|@runstatedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run|g' -e 's|@usrlib_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib|g' -e 's|@usrbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@usrsbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@VERSION[@]|2.32|g' -e 's|@ADJTIME_PATH[@]|/etc/adjtime|g' -e 's|@LIBUUID_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_MAJOR_VERSION[@]|2|g' -e 's|@LIBMOUNT_MINOR_VERSION[@]|32|g' -e 's|@LIBMOUNT_PATCH_VERSION[@]|0|g' -e 's|@LIBSMARTCOLS_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_PC_REQUIRES[@]|uuid blkid|g' -e 's|@LIBFDISK_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_MAJOR_VERSION[@]|2|g' -e 's|@LIBFDISK_MINOR_VERSION[@]|32|g' -e 's|@LIBFDISK_PATCH_VERSION[@]|0|g' -e 's|@LIBBLKID_VERSION[@]|2.32.0|g' ${srcdir}libsmartcols/smartcols.pc.in >libsmartcols/smartcols.pc.tmp | |
/bin/mkdir -p $(dirname libfdisk/fdisk.pc) | |
srcdir=''; \ | |
test -f ./libfdisk/fdisk.pc.in || srcdir=./; \ | |
sed -e 's|@prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@exec_prefix[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1|g' -e 's|@sysconfdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/etc|g' -e 's|@datadir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share|g' -e 's|@sbindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@bindir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@includedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/include|g' -e 's|@runstatedir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run|g' -e 's|@usrlib_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib|g' -e 's|@usrbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin|g' -e 's|@usrsbin_execdir[@]|/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin|g' -e 's|@VERSION[@]|2.32|g' -e 's|@ADJTIME_PATH[@]|/etc/adjtime|g' -e 's|@LIBUUID_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_VERSION[@]|2.32.0|g' -e 's|@LIBMOUNT_MAJOR_VERSION[@]|2|g' -e 's|@LIBMOUNT_MINOR_VERSION[@]|32|g' -e 's|@LIBMOUNT_PATCH_VERSION[@]|0|g' -e 's|@LIBSMARTCOLS_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_PC_REQUIRES[@]|uuid blkid|g' -e 's|@LIBFDISK_VERSION[@]|2.32.0|g' -e 's|@LIBFDISK_MAJOR_VERSION[@]|2|g' -e 's|@LIBFDISK_MINOR_VERSION[@]|32|g' -e 's|@LIBFDISK_PATCH_VERSION[@]|0|g' -e 's|@LIBBLKID_VERSION[@]|2.32.0|g' ${srcdir}libfdisk/fdisk.pc.in >libfdisk/fdisk.pc.tmp | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-blkdev.lo `test -f 'lib/blkdev.c' || echo './'`lib/blkdev.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-canonicalize.lo `test -f 'lib/canonicalize.c' || echo './'`lib/canonicalize.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-crc32.lo `test -f 'lib/crc32.c' || echo './'`lib/crc32.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/blkdev.c -fPIC -DPIC -o lib/.libs/libcommon_la-blkdev.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/canonicalize.c -fPIC -DPIC -o lib/.libs/libcommon_la-canonicalize.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/crc32.c -fPIC -DPIC -o lib/.libs/libcommon_la-crc32.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-crc32c.lo `test -f 'lib/crc32c.c' || echo './'`lib/crc32c.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/crc32.c -o lib/libcommon_la-crc32.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/canonicalize.c -o lib/libcommon_la-canonicalize.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/blkdev.c -o lib/libcommon_la-blkdev.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/crc32c.c -fPIC -DPIC -o lib/.libs/libcommon_la-crc32c.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-env.lo `test -f 'lib/env.c' || echo './'`lib/env.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/crc32c.c -o lib/libcommon_la-crc32c.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-idcache.lo `test -f 'lib/idcache.c' || echo './'`lib/idcache.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-fileutils.lo `test -f 'lib/fileutils.c' || echo './'`lib/fileutils.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/env.c -fPIC -DPIC -o lib/.libs/libcommon_la-env.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-ismounted.lo `test -f 'lib/ismounted.c' || echo './'`lib/ismounted.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/idcache.c -fPIC -DPIC -o lib/.libs/libcommon_la-idcache.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/fileutils.c -fPIC -DPIC -o lib/.libs/libcommon_la-fileutils.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/env.c -o lib/libcommon_la-env.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/ismounted.c -fPIC -DPIC -o lib/.libs/libcommon_la-ismounted.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/idcache.c -o lib/libcommon_la-idcache.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/fileutils.c -o lib/libcommon_la-fileutils.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-color-names.lo `test -f 'lib/color-names.c' || echo './'`lib/color-names.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/ismounted.c -o lib/libcommon_la-ismounted.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-mangle.lo `test -f 'lib/mangle.c' || echo './'`lib/mangle.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-match.lo `test -f 'lib/match.c' || echo './'`lib/match.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/color-names.c -fPIC -DPIC -o lib/.libs/libcommon_la-color-names.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/mangle.c -fPIC -DPIC -o lib/.libs/libcommon_la-mangle.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/color-names.c -o lib/libcommon_la-color-names.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-mbsalign.lo `test -f 'lib/mbsalign.c' || echo './'`lib/mbsalign.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/match.c -fPIC -DPIC -o lib/.libs/libcommon_la-match.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-mbsedit.lo `test -f 'lib/mbsedit.c' || echo './'`lib/mbsedit.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/match.c -o lib/libcommon_la-match.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/mangle.c -o lib/libcommon_la-mangle.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/mbsalign.c -fPIC -DPIC -o lib/.libs/libcommon_la-mbsalign.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-md5.lo `test -f 'lib/md5.c' || echo './'`lib/md5.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/mbsedit.c -fPIC -DPIC -o lib/.libs/libcommon_la-mbsedit.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-pager.lo `test -f 'lib/pager.c' || echo './'`lib/pager.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/md5.c -fPIC -DPIC -o lib/.libs/libcommon_la-md5.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/mbsalign.c -o lib/libcommon_la-mbsalign.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/mbsedit.c -o lib/libcommon_la-mbsedit.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/pager.c -fPIC -DPIC -o lib/.libs/libcommon_la-pager.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/md5.c -o lib/libcommon_la-md5.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-parse-date.lo `test -f 'lib/parse-date.c' || echo './'`lib/parse-date.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/pager.c -o lib/libcommon_la-pager.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-path.lo `test -f 'lib/path.c' || echo './'`lib/path.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-pwdutils.lo `test -f 'lib/pwdutils.c' || echo './'`lib/pwdutils.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/parse-date.c -fPIC -DPIC -o lib/.libs/libcommon_la-parse-date.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-randutils.lo `test -f 'lib/randutils.c' || echo './'`lib/randutils.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/path.c -fPIC -DPIC -o lib/.libs/libcommon_la-path.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/pwdutils.c -fPIC -DPIC -o lib/.libs/libcommon_la-pwdutils.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/randutils.c -fPIC -DPIC -o lib/.libs/libcommon_la-randutils.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/path.c -o lib/libcommon_la-path.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/pwdutils.c -o lib/libcommon_la-pwdutils.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/randutils.c -o lib/libcommon_la-randutils.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-setproctitle.lo `test -f 'lib/setproctitle.c' || echo './'`lib/setproctitle.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-strutils.lo `test -f 'lib/strutils.c' || echo './'`lib/strutils.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-timeutils.lo `test -f 'lib/timeutils.c' || echo './'`lib/timeutils.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/setproctitle.c -fPIC -DPIC -o lib/.libs/libcommon_la-setproctitle.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/strutils.c -fPIC -DPIC -o lib/.libs/libcommon_la-strutils.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/setproctitle.c -o lib/libcommon_la-setproctitle.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/timeutils.c -fPIC -DPIC -o lib/.libs/libcommon_la-timeutils.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-ttyutils.lo `test -f 'lib/ttyutils.c' || echo './'`lib/ttyutils.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/parse-date.c -o lib/libcommon_la-parse-date.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/ttyutils.c -fPIC -DPIC -o lib/.libs/libcommon_la-ttyutils.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/timeutils.c -o lib/libcommon_la-timeutils.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/strutils.c -o lib/libcommon_la-strutils.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/ttyutils.c -o lib/libcommon_la-ttyutils.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-exec_shell.lo `test -f 'lib/exec_shell.c' || echo './'`lib/exec_shell.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-strv.lo `test -f 'lib/strv.c' || echo './'`lib/strv.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/exec_shell.c -fPIC -DPIC -o lib/.libs/libcommon_la-exec_shell.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/strv.c -fPIC -DPIC -o lib/.libs/libcommon_la-strv.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-sha1.lo `test -f 'lib/sha1.c' || echo './'`lib/sha1.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/exec_shell.c -o lib/libcommon_la-exec_shell.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-signames.lo `test -f 'lib/signames.c' || echo './'`lib/signames.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/strv.c -o lib/libcommon_la-strv.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/sha1.c -fPIC -DPIC -o lib/.libs/libcommon_la-sha1.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-linux_version.lo `test -f 'lib/linux_version.c' || echo './'`lib/linux_version.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/signames.c -fPIC -DPIC -o lib/.libs/libcommon_la-signames.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-loopdev.lo `test -f 'lib/loopdev.c' || echo './'`lib/loopdev.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/signames.c -o lib/libcommon_la-signames.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/linux_version.c -fPIC -DPIC -o lib/.libs/libcommon_la-linux_version.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/sha1.c -o lib/libcommon_la-sha1.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/loopdev.c -fPIC -DPIC -o lib/.libs/libcommon_la-loopdev.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/linux_version.c -o lib/libcommon_la-linux_version.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-plymouth-ctrl.lo `test -f 'lib/plymouth-ctrl.c' || echo './'`lib/plymouth-ctrl.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-cpuset.lo `test -f 'lib/cpuset.c' || echo './'`lib/cpuset.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/plymouth-ctrl.c -fPIC -DPIC -o lib/.libs/libcommon_la-plymouth-ctrl.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/cpuset.c -fPIC -DPIC -o lib/.libs/libcommon_la-cpuset.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-procutils.lo `test -f 'lib/procutils.c' || echo './'`lib/procutils.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/plymouth-ctrl.c -o lib/libcommon_la-plymouth-ctrl.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/procutils.c -fPIC -DPIC -o lib/.libs/libcommon_la-procutils.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/cpuset.c -o lib/libcommon_la-cpuset.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libcommon_la-sysfs.lo `test -f 'lib/sysfs.c' || echo './'`lib/sysfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/procutils.c -o lib/libcommon_la-procutils.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/sysfs.c -fPIC -DPIC -o lib/.libs/libcommon_la-sysfs.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libtcolors_la-colors.lo `test -f 'lib/colors.c' || echo './'`lib/colors.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/loopdev.c -o lib/libcommon_la-loopdev.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o lib/libtcolors_la-color-names.lo `test -f 'lib/color-names.c' || echo './'`lib/color-names.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/colors.c -fPIC -DPIC -o lib/.libs/libtcolors_la-colors.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/color-names.c -fPIC -DPIC -o lib/.libs/libtcolors_la-color-names.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/sysfs.c -o lib/libcommon_la-sysfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/color-names.c -o lib/libtcolors_la-color-names.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c -o libmount/python/pylibmount_la-pylibmount.lo `test -f 'libmount/python/pylibmount.c' || echo './'`libmount/python/pylibmount.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c lib/colors.c -o lib/libtcolors_la-colors.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c libmount/python/pylibmount.c -fPIC -DPIC -o libmount/python/.libs/pylibmount_la-pylibmount.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c -o libmount/python/pylibmount_la-fs.lo `test -f 'libmount/python/fs.c' || echo './'`libmount/python/fs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c -o libmount/python/pylibmount_la-tab.lo `test -f 'libmount/python/tab.c' || echo './'`libmount/python/tab.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c -o libmount/python/pylibmount_la-context.lo `test -f 'libmount/python/context.c' || echo './'`libmount/python/context.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c libmount/python/pylibmount.c -o libmount/python/pylibmount_la-pylibmount.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c libmount/python/fs.c -fPIC -DPIC -o libmount/python/.libs/pylibmount_la-fs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c libmount/python/tab.c -fPIC -DPIC -o libmount/python/.libs/pylibmount_la-tab.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c libmount/python/context.c -fPIC -DPIC -o libmount/python/.libs/pylibmount_la-context.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o lib/libmount_la-monotonic.lo `test -f 'lib/monotonic.c' || echo './'`lib/monotonic.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c lib/monotonic.c -fPIC -DPIC -o lib/.libs/libmount_la-monotonic.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c libmount/python/tab.c -o libmount/python/pylibmount_la-tab.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c libmount/python/fs.c -o libmount/python/pylibmount_la-fs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c lib/monotonic.c -o lib/libmount_la-monotonic.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-cache.lo `test -f 'libmount/src/cache.c' || echo './'`libmount/src/cache.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -c libmount/python/context.c -o libmount/python/pylibmount_la-context.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/cache.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-cache.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-fs.lo `test -f 'libmount/src/fs.c' || echo './'`libmount/src/fs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-init.lo `test -f 'libmount/src/init.c' || echo './'`libmount/src/init.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/fs.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-fs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/init.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-init.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/cache.c -o libmount/src/libmount_la-cache.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-iter.lo `test -f 'libmount/src/iter.c' || echo './'`libmount/src/iter.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/init.c -o libmount/src/libmount_la-init.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/iter.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-iter.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-lock.lo `test -f 'libmount/src/lock.c' || echo './'`libmount/src/lock.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-optmap.lo `test -f 'libmount/src/optmap.c' || echo './'`libmount/src/optmap.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/iter.c -o libmount/src/libmount_la-iter.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/fs.c -o libmount/src/libmount_la-fs.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-optstr.lo `test -f 'libmount/src/optstr.c' || echo './'`libmount/src/optstr.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/optmap.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-optmap.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/lock.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-lock.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/optmap.c -o libmount/src/libmount_la-optmap.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/optstr.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-optstr.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-tab.lo `test -f 'libmount/src/tab.c' || echo './'`libmount/src/tab.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/lock.c -o libmount/src/libmount_la-lock.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/tab.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-tab.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-tab_diff.lo `test -f 'libmount/src/tab_diff.c' || echo './'`libmount/src/tab_diff.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-tab_parse.lo `test -f 'libmount/src/tab_parse.c' || echo './'`libmount/src/tab_parse.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/tab_diff.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-tab_diff.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/optstr.c -o libmount/src/libmount_la-optstr.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/tab_parse.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-tab_parse.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/tab_diff.c -o libmount/src/libmount_la-tab_diff.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-tab_update.lo `test -f 'libmount/src/tab_update.c' || echo './'`libmount/src/tab_update.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-test.lo `test -f 'libmount/src/test.c' || echo './'`libmount/src/test.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/tab.c -o libmount/src/libmount_la-tab.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/tab_update.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-tab_update.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/test.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-test.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/tab_parse.c -o libmount/src/libmount_la-tab_parse.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/test.c -o libmount/src/libmount_la-test.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-utils.lo `test -f 'libmount/src/utils.c' || echo './'`libmount/src/utils.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/tab_update.c -o libmount/src/libmount_la-tab_update.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/utils.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-utils.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-version.lo `test -f 'libmount/src/version.c' || echo './'`libmount/src/version.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-context.lo `test -f 'libmount/src/context.c' || echo './'`libmount/src/context.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/version.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-version.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/context.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-context.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-context_loopdev.lo `test -f 'libmount/src/context_loopdev.c' || echo './'`libmount/src/context_loopdev.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/version.c -o libmount/src/libmount_la-version.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/utils.c -o libmount/src/libmount_la-utils.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-context_mount.lo `test -f 'libmount/src/context_mount.c' || echo './'`libmount/src/context_mount.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/context_loopdev.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-context_loopdev.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/context_mount.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-context_mount.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/context_loopdev.c -o libmount/src/libmount_la-context_loopdev.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-context_umount.lo `test -f 'libmount/src/context_umount.c' || echo './'`libmount/src/context_umount.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-monitor.lo `test -f 'libmount/src/monitor.c' || echo './'`libmount/src/monitor.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/context.c -o libmount/src/libmount_la-context.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/context_umount.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-context_umount.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/monitor.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-monitor.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/context_mount.c -o libmount/src/libmount_la-context_mount.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/monitor.c -o libmount/src/libmount_la-monitor.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/context_umount.c -o libmount/src/libmount_la-context_umount.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c -o libmount/src/libmount_la-btrfs.lo `test -f 'libmount/src/btrfs.c' || echo './'`libmount/src/btrfs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-init.lo `test -f 'libblkid/src/init.c' || echo './'`libblkid/src/init.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/btrfs.c -fPIC -DPIC -o libmount/src/.libs/libmount_la-btrfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/init.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-init.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-cache.lo `test -f 'libblkid/src/cache.c' || echo './'`libblkid/src/cache.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-config.lo `test -f 'libblkid/src/config.c' || echo './'`libblkid/src/config.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -c libmount/src/btrfs.c -o libmount/src/libmount_la-btrfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/init.c -o libblkid/src/libblkid_la-init.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/cache.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-cache.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/config.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-config.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-dev.lo `test -f 'libblkid/src/dev.c' || echo './'`libblkid/src/dev.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-devname.lo `test -f 'libblkid/src/devname.c' || echo './'`libblkid/src/devname.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/cache.c -o libblkid/src/libblkid_la-cache.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/config.c -o libblkid/src/libblkid_la-config.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/dev.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-dev.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/devname.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-devname.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-devno.lo `test -f 'libblkid/src/devno.c' || echo './'`libblkid/src/devno.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-encode.lo `test -f 'libblkid/src/encode.c' || echo './'`libblkid/src/encode.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/dev.c -o libblkid/src/libblkid_la-dev.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/devno.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-devno.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/encode.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-encode.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-evaluate.lo `test -f 'libblkid/src/evaluate.c' || echo './'`libblkid/src/evaluate.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/devno.c -o libblkid/src/libblkid_la-devno.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/devname.c -o libblkid/src/libblkid_la-devname.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/encode.c -o libblkid/src/libblkid_la-encode.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/evaluate.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-evaluate.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-getsize.lo `test -f 'libblkid/src/getsize.c' || echo './'`libblkid/src/getsize.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-llseek.lo `test -f 'libblkid/src/llseek.c' || echo './'`libblkid/src/llseek.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/evaluate.c -o libblkid/src/libblkid_la-evaluate.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/getsize.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-getsize.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-probe.lo `test -f 'libblkid/src/probe.c' || echo './'`libblkid/src/probe.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/llseek.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-llseek.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/getsize.c -o libblkid/src/libblkid_la-getsize.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-read.lo `test -f 'libblkid/src/read.c' || echo './'`libblkid/src/read.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/llseek.c -o libblkid/src/libblkid_la-llseek.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/probe.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-probe.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-resolve.lo `test -f 'libblkid/src/resolve.c' || echo './'`libblkid/src/resolve.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/read.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-read.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-save.lo `test -f 'libblkid/src/save.c' || echo './'`libblkid/src/save.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/resolve.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-resolve.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/save.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-save.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/resolve.c -o libblkid/src/libblkid_la-resolve.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/read.c -o libblkid/src/libblkid_la-read.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/save.c -o libblkid/src/libblkid_la-save.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-tag.lo `test -f 'libblkid/src/tag.c' || echo './'`libblkid/src/tag.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-verify.lo `test -f 'libblkid/src/verify.c' || echo './'`libblkid/src/verify.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/tag.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-tag.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/libblkid_la-version.lo `test -f 'libblkid/src/version.c' || echo './'`libblkid/src/version.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/probe.c -o libblkid/src/libblkid_la-probe.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/verify.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-verify.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/version.c -fPIC -DPIC -o libblkid/src/.libs/libblkid_la-version.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/tag.c -o libblkid/src/libblkid_la-tag.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/version.c -o libblkid/src/libblkid_la-version.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/verify.c -o libblkid/src/libblkid_la-verify.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-aix.lo `test -f 'libblkid/src/partitions/aix.c' || echo './'`libblkid/src/partitions/aix.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-atari.lo `test -f 'libblkid/src/partitions/atari.c' || echo './'`libblkid/src/partitions/atari.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-bsd.lo `test -f 'libblkid/src/partitions/bsd.c' || echo './'`libblkid/src/partitions/bsd.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/aix.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-aix.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/atari.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-atari.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/aix.c -o libblkid/src/partitions/libblkid_la-aix.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/bsd.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-bsd.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-dos.lo `test -f 'libblkid/src/partitions/dos.c' || echo './'`libblkid/src/partitions/dos.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-gpt.lo `test -f 'libblkid/src/partitions/gpt.c' || echo './'`libblkid/src/partitions/gpt.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/bsd.c -o libblkid/src/partitions/libblkid_la-bsd.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/atari.c -o libblkid/src/partitions/libblkid_la-atari.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/dos.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-dos.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/gpt.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-gpt.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-mac.lo `test -f 'libblkid/src/partitions/mac.c' || echo './'`libblkid/src/partitions/mac.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-minix.lo `test -f 'libblkid/src/partitions/minix.c' || echo './'`libblkid/src/partitions/minix.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/mac.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-mac.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/minix.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-minix.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/dos.c -o libblkid/src/partitions/libblkid_la-dos.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/gpt.c -o libblkid/src/partitions/libblkid_la-gpt.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/mac.c -o libblkid/src/partitions/libblkid_la-mac.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/minix.c -o libblkid/src/partitions/libblkid_la-minix.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-partitions.lo `test -f 'libblkid/src/partitions/partitions.c' || echo './'`libblkid/src/partitions/partitions.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-sgi.lo `test -f 'libblkid/src/partitions/sgi.c' || echo './'`libblkid/src/partitions/sgi.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-solaris_x86.lo `test -f 'libblkid/src/partitions/solaris_x86.c' || echo './'`libblkid/src/partitions/solaris_x86.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-sun.lo `test -f 'libblkid/src/partitions/sun.c' || echo './'`libblkid/src/partitions/sun.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/partitions.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-partitions.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/sgi.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-sgi.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/solaris_x86.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-solaris_x86.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/sun.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-sun.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/sgi.c -o libblkid/src/partitions/libblkid_la-sgi.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/solaris_x86.c -o libblkid/src/partitions/libblkid_la-solaris_x86.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/sun.c -o libblkid/src/partitions/libblkid_la-sun.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-ultrix.lo `test -f 'libblkid/src/partitions/ultrix.c' || echo './'`libblkid/src/partitions/ultrix.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/partitions/libblkid_la-unixware.lo `test -f 'libblkid/src/partitions/unixware.c' || echo './'`libblkid/src/partitions/unixware.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-adaptec_raid.lo `test -f 'libblkid/src/superblocks/adaptec_raid.c' || echo './'`libblkid/src/superblocks/adaptec_raid.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/ultrix.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-ultrix.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/partitions.c -o libblkid/src/partitions/libblkid_la-partitions.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/unixware.c -fPIC -DPIC -o libblkid/src/partitions/.libs/libblkid_la-unixware.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/adaptec_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-adaptec_raid.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/ultrix.c -o libblkid/src/partitions/libblkid_la-ultrix.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/partitions/unixware.c -o libblkid/src/partitions/libblkid_la-unixware.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/adaptec_raid.c -o libblkid/src/superblocks/libblkid_la-adaptec_raid.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-bcache.lo `test -f 'libblkid/src/superblocks/bcache.c' || echo './'`libblkid/src/superblocks/bcache.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-befs.lo `test -f 'libblkid/src/superblocks/befs.c' || echo './'`libblkid/src/superblocks/befs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-bfs.lo `test -f 'libblkid/src/superblocks/bfs.c' || echo './'`libblkid/src/superblocks/bfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/bcache.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-bcache.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-btrfs.lo `test -f 'libblkid/src/superblocks/btrfs.c' || echo './'`libblkid/src/superblocks/btrfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/befs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-befs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/bfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-bfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/bcache.c -o libblkid/src/superblocks/libblkid_la-bcache.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/btrfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-btrfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/bfs.c -o libblkid/src/superblocks/libblkid_la-bfs.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-cramfs.lo `test -f 'libblkid/src/superblocks/cramfs.c' || echo './'`libblkid/src/superblocks/cramfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/btrfs.c -o libblkid/src/superblocks/libblkid_la-btrfs.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-ddf_raid.lo `test -f 'libblkid/src/superblocks/ddf_raid.c' || echo './'`libblkid/src/superblocks/ddf_raid.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/cramfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-cramfs.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-drbd.lo `test -f 'libblkid/src/superblocks/drbd.c' || echo './'`libblkid/src/superblocks/drbd.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ddf_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-ddf_raid.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/befs.c -o libblkid/src/superblocks/libblkid_la-befs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/cramfs.c -o libblkid/src/superblocks/libblkid_la-cramfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/drbd.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-drbd.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ddf_raid.c -o libblkid/src/superblocks/libblkid_la-ddf_raid.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-drbdproxy_datalog.lo `test -f 'libblkid/src/superblocks/drbdproxy_datalog.c' || echo './'`libblkid/src/superblocks/drbdproxy_datalog.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/drbd.c -o libblkid/src/superblocks/libblkid_la-drbd.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-drbdmanage.lo `test -f 'libblkid/src/superblocks/drbdmanage.c' || echo './'`libblkid/src/superblocks/drbdmanage.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/drbdproxy_datalog.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-drbdproxy_datalog.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-exfat.lo `test -f 'libblkid/src/superblocks/exfat.c' || echo './'`libblkid/src/superblocks/exfat.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/drbdmanage.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-drbdmanage.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/drbdproxy_datalog.c -o libblkid/src/superblocks/libblkid_la-drbdproxy_datalog.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-exfs.lo `test -f 'libblkid/src/superblocks/exfs.c' || echo './'`libblkid/src/superblocks/exfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/exfat.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-exfat.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/drbdmanage.c -o libblkid/src/superblocks/libblkid_la-drbdmanage.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-ext.lo `test -f 'libblkid/src/superblocks/ext.c' || echo './'`libblkid/src/superblocks/ext.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/exfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-exfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/exfat.c -o libblkid/src/superblocks/libblkid_la-exfat.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-f2fs.lo `test -f 'libblkid/src/superblocks/f2fs.c' || echo './'`libblkid/src/superblocks/f2fs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ext.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-ext.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/exfs.c -o libblkid/src/superblocks/libblkid_la-exfs.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-gfs.lo `test -f 'libblkid/src/superblocks/gfs.c' || echo './'`libblkid/src/superblocks/gfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/f2fs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-f2fs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ext.c -o libblkid/src/superblocks/libblkid_la-ext.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-hfs.lo `test -f 'libblkid/src/superblocks/hfs.c' || echo './'`libblkid/src/superblocks/hfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/f2fs.c -o libblkid/src/superblocks/libblkid_la-f2fs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/gfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-gfs.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-highpoint_raid.lo `test -f 'libblkid/src/superblocks/highpoint_raid.c' || echo './'`libblkid/src/superblocks/highpoint_raid.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-hpfs.lo `test -f 'libblkid/src/superblocks/hpfs.c' || echo './'`libblkid/src/superblocks/hpfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/gfs.c -o libblkid/src/superblocks/libblkid_la-gfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/hfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-hfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/highpoint_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-highpoint_raid.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-iso9660.lo `test -f 'libblkid/src/superblocks/iso9660.c' || echo './'`libblkid/src/superblocks/iso9660.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/hpfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-hpfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/hfs.c -o libblkid/src/superblocks/libblkid_la-hfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/highpoint_raid.c -o libblkid/src/superblocks/libblkid_la-highpoint_raid.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/hpfs.c -o libblkid/src/superblocks/libblkid_la-hpfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/iso9660.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-iso9660.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-isw_raid.lo `test -f 'libblkid/src/superblocks/isw_raid.c' || echo './'`libblkid/src/superblocks/isw_raid.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-jfs.lo `test -f 'libblkid/src/superblocks/jfs.c' || echo './'`libblkid/src/superblocks/jfs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-jmicron_raid.lo `test -f 'libblkid/src/superblocks/jmicron_raid.c' || echo './'`libblkid/src/superblocks/jmicron_raid.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/iso9660.c -o libblkid/src/superblocks/libblkid_la-iso9660.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/isw_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-isw_raid.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/jfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-jfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/jmicron_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-jmicron_raid.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/isw_raid.c -o libblkid/src/superblocks/libblkid_la-isw_raid.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-linux_raid.lo `test -f 'libblkid/src/superblocks/linux_raid.c' || echo './'`libblkid/src/superblocks/linux_raid.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/jfs.c -o libblkid/src/superblocks/libblkid_la-jfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/jmicron_raid.c -o libblkid/src/superblocks/libblkid_la-jmicron_raid.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-lsi_raid.lo `test -f 'libblkid/src/superblocks/lsi_raid.c' || echo './'`libblkid/src/superblocks/lsi_raid.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-luks.lo `test -f 'libblkid/src/superblocks/luks.c' || echo './'`libblkid/src/superblocks/luks.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/linux_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-linux_raid.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-lvm.lo `test -f 'libblkid/src/superblocks/lvm.c' || echo './'`libblkid/src/superblocks/lvm.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/lsi_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-lsi_raid.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/luks.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-luks.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/linux_raid.c -o libblkid/src/superblocks/libblkid_la-linux_raid.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/lvm.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-lvm.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/lsi_raid.c -o libblkid/src/superblocks/libblkid_la-lsi_raid.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/luks.c -o libblkid/src/superblocks/libblkid_la-luks.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-minix.lo `test -f 'libblkid/src/superblocks/minix.c' || echo './'`libblkid/src/superblocks/minix.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/lvm.c -o libblkid/src/superblocks/libblkid_la-lvm.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-mpool.lo `test -f 'libblkid/src/superblocks/mpool.c' || echo './'`libblkid/src/superblocks/mpool.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-netware.lo `test -f 'libblkid/src/superblocks/netware.c' || echo './'`libblkid/src/superblocks/netware.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/minix.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-minix.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-nilfs.lo `test -f 'libblkid/src/superblocks/nilfs.c' || echo './'`libblkid/src/superblocks/nilfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/mpool.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-mpool.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/netware.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-netware.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/minix.c -o libblkid/src/superblocks/libblkid_la-minix.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/mpool.c -o libblkid/src/superblocks/libblkid_la-mpool.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/netware.c -o libblkid/src/superblocks/libblkid_la-netware.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/nilfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-nilfs.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-ntfs.lo `test -f 'libblkid/src/superblocks/ntfs.c' || echo './'`libblkid/src/superblocks/ntfs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-refs.lo `test -f 'libblkid/src/superblocks/refs.c' || echo './'`libblkid/src/superblocks/refs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-nvidia_raid.lo `test -f 'libblkid/src/superblocks/nvidia_raid.c' || echo './'`libblkid/src/superblocks/nvidia_raid.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/nilfs.c -o libblkid/src/superblocks/libblkid_la-nilfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ntfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-ntfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/nvidia_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-nvidia_raid.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/refs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-refs.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-ocfs.lo `test -f 'libblkid/src/superblocks/ocfs.c' || echo './'`libblkid/src/superblocks/ocfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/refs.c -o libblkid/src/superblocks/libblkid_la-refs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/nvidia_raid.c -o libblkid/src/superblocks/libblkid_la-nvidia_raid.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ntfs.c -o libblkid/src/superblocks/libblkid_la-ntfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ocfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-ocfs.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-promise_raid.lo `test -f 'libblkid/src/superblocks/promise_raid.c' || echo './'`libblkid/src/superblocks/promise_raid.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-reiserfs.lo `test -f 'libblkid/src/superblocks/reiserfs.c' || echo './'`libblkid/src/superblocks/reiserfs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-romfs.lo `test -f 'libblkid/src/superblocks/romfs.c' || echo './'`libblkid/src/superblocks/romfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ocfs.c -o libblkid/src/superblocks/libblkid_la-ocfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/promise_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-promise_raid.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/reiserfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-reiserfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/romfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-romfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/promise_raid.c -o libblkid/src/superblocks/libblkid_la-promise_raid.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-silicon_raid.lo `test -f 'libblkid/src/superblocks/silicon_raid.c' || echo './'`libblkid/src/superblocks/silicon_raid.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/reiserfs.c -o libblkid/src/superblocks/libblkid_la-reiserfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/romfs.c -o libblkid/src/superblocks/libblkid_la-romfs.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-squashfs.lo `test -f 'libblkid/src/superblocks/squashfs.c' || echo './'`libblkid/src/superblocks/squashfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/silicon_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-silicon_raid.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-stratis.lo `test -f 'libblkid/src/superblocks/stratis.c' || echo './'`libblkid/src/superblocks/stratis.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-superblocks.lo `test -f 'libblkid/src/superblocks/superblocks.c' || echo './'`libblkid/src/superblocks/superblocks.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/squashfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-squashfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/silicon_raid.c -o libblkid/src/superblocks/libblkid_la-silicon_raid.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/stratis.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-stratis.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/superblocks.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-superblocks.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/squashfs.c -o libblkid/src/superblocks/libblkid_la-squashfs.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-swap.lo `test -f 'libblkid/src/superblocks/swap.c' || echo './'`libblkid/src/superblocks/swap.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/stratis.c -o libblkid/src/superblocks/libblkid_la-stratis.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-sysv.lo `test -f 'libblkid/src/superblocks/sysv.c' || echo './'`libblkid/src/superblocks/sysv.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-ubi.lo `test -f 'libblkid/src/superblocks/ubi.c' || echo './'`libblkid/src/superblocks/ubi.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/swap.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-swap.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/superblocks.c -o libblkid/src/superblocks/libblkid_la-superblocks.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/sysv.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-sysv.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/swap.c -o libblkid/src/superblocks/libblkid_la-swap.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ubi.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-ubi.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/sysv.c -o libblkid/src/superblocks/libblkid_la-sysv.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-ubifs.lo `test -f 'libblkid/src/superblocks/ubifs.c' || echo './'`libblkid/src/superblocks/ubifs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ubi.c -o libblkid/src/superblocks/libblkid_la-ubi.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-udf.lo `test -f 'libblkid/src/superblocks/udf.c' || echo './'`libblkid/src/superblocks/udf.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-ufs.lo `test -f 'libblkid/src/superblocks/ufs.c' || echo './'`libblkid/src/superblocks/ufs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-vdo.lo `test -f 'libblkid/src/superblocks/vdo.c' || echo './'`libblkid/src/superblocks/vdo.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ubifs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-ubifs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/udf.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-udf.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ufs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-ufs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ubifs.c -o libblkid/src/superblocks/libblkid_la-ubifs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/vdo.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-vdo.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/ufs.c -o libblkid/src/superblocks/libblkid_la-ufs.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-vfat.lo `test -f 'libblkid/src/superblocks/vfat.c' || echo './'`libblkid/src/superblocks/vfat.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/vdo.c -o libblkid/src/superblocks/libblkid_la-vdo.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/udf.c -o libblkid/src/superblocks/libblkid_la-udf.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-via_raid.lo `test -f 'libblkid/src/superblocks/via_raid.c' || echo './'`libblkid/src/superblocks/via_raid.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-vmfs.lo `test -f 'libblkid/src/superblocks/vmfs.c' || echo './'`libblkid/src/superblocks/vmfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/vfat.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-vfat.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/via_raid.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-via_raid.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-vxfs.lo `test -f 'libblkid/src/superblocks/vxfs.c' || echo './'`libblkid/src/superblocks/vxfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/vmfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-vmfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/vfat.c -o libblkid/src/superblocks/libblkid_la-vfat.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/via_raid.c -o libblkid/src/superblocks/libblkid_la-via_raid.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/vxfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-vxfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/vmfs.c -o libblkid/src/superblocks/libblkid_la-vmfs.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-xfs.lo `test -f 'libblkid/src/superblocks/xfs.c' || echo './'`libblkid/src/superblocks/xfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/vxfs.c -o libblkid/src/superblocks/libblkid_la-vxfs.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/superblocks/libblkid_la-zfs.lo `test -f 'libblkid/src/superblocks/zfs.c' || echo './'`libblkid/src/superblocks/zfs.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/topology/libblkid_la-topology.lo `test -f 'libblkid/src/topology/topology.c' || echo './'`libblkid/src/topology/topology.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/topology/libblkid_la-dm.lo `test -f 'libblkid/src/topology/dm.c' || echo './'`libblkid/src/topology/dm.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/xfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-xfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/zfs.c -fPIC -DPIC -o libblkid/src/superblocks/.libs/libblkid_la-zfs.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/topology.c -fPIC -DPIC -o libblkid/src/topology/.libs/libblkid_la-topology.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/dm.c -fPIC -DPIC -o libblkid/src/topology/.libs/libblkid_la-dm.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/xfs.c -o libblkid/src/superblocks/libblkid_la-xfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/topology.c -o libblkid/src/topology/libblkid_la-topology.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/superblocks/zfs.c -o libblkid/src/superblocks/libblkid_la-zfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/dm.c -o libblkid/src/topology/libblkid_la-dm.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/topology/libblkid_la-evms.lo `test -f 'libblkid/src/topology/evms.c' || echo './'`libblkid/src/topology/evms.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/topology/libblkid_la-ioctl.lo `test -f 'libblkid/src/topology/ioctl.c' || echo './'`libblkid/src/topology/ioctl.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/topology/libblkid_la-lvm.lo `test -f 'libblkid/src/topology/lvm.c' || echo './'`libblkid/src/topology/lvm.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/topology/libblkid_la-md.lo `test -f 'libblkid/src/topology/md.c' || echo './'`libblkid/src/topology/md.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/evms.c -fPIC -DPIC -o libblkid/src/topology/.libs/libblkid_la-evms.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/ioctl.c -fPIC -DPIC -o libblkid/src/topology/.libs/libblkid_la-ioctl.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/lvm.c -fPIC -DPIC -o libblkid/src/topology/.libs/libblkid_la-lvm.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/md.c -fPIC -DPIC -o libblkid/src/topology/.libs/libblkid_la-md.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/evms.c -o libblkid/src/topology/libblkid_la-evms.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/ioctl.c -o libblkid/src/topology/libblkid_la-ioctl.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c -o libblkid/src/topology/libblkid_la-sysfs.lo `test -f 'libblkid/src/topology/sysfs.c' || echo './'`libblkid/src/topology/sysfs.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/lvm.c -o libblkid/src/topology/libblkid_la-lvm.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/md.c -o libblkid/src/topology/libblkid_la-md.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-clear.lo `test -f 'libuuid/src/clear.c' || echo './'`libuuid/src/clear.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-compare.lo `test -f 'libuuid/src/compare.c' || echo './'`libuuid/src/compare.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/sysfs.c -fPIC -DPIC -o libblkid/src/topology/.libs/libblkid_la-sysfs.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-copy.lo `test -f 'libuuid/src/copy.c' || echo './'`libuuid/src/copy.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/clear.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-clear.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/clear.c -o libuuid/src/libuuid_la-clear.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -c libblkid/src/topology/sysfs.c -o libblkid/src/topology/libblkid_la-sysfs.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/compare.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-compare.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/copy.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-copy.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-gen_uuid.lo `test -f 'libuuid/src/gen_uuid.c' || echo './'`libuuid/src/gen_uuid.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/compare.c -o libuuid/src/libuuid_la-compare.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/copy.c -o libuuid/src/libuuid_la-copy.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-isnull.lo `test -f 'libuuid/src/isnull.c' || echo './'`libuuid/src/isnull.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-pack.lo `test -f 'libuuid/src/pack.c' || echo './'`libuuid/src/pack.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-parse.lo `test -f 'libuuid/src/parse.c' || echo './'`libuuid/src/parse.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/gen_uuid.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-gen_uuid.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/isnull.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-isnull.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/pack.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-pack.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/parse.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-parse.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/isnull.c -o libuuid/src/libuuid_la-isnull.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/pack.c -o libuuid/src/libuuid_la-pack.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/parse.c -o libuuid/src/libuuid_la-parse.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-unpack.lo `test -f 'libuuid/src/unpack.c' || echo './'`libuuid/src/unpack.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/gen_uuid.c -o libuuid/src/libuuid_la-gen_uuid.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-unparse.lo `test -f 'libuuid/src/unparse.c' || echo './'`libuuid/src/unparse.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-uuid_time.lo `test -f 'libuuid/src/uuid_time.c' || echo './'`libuuid/src/uuid_time.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/unpack.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-unpack.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/unparse.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-unparse.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/unpack.c -o libuuid/src/libuuid_la-unpack.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c -o libuuid/src/libuuid_la-predefined.lo `test -f 'libuuid/src/predefined.c' || echo './'`libuuid/src/predefined.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/uuid_time.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-uuid_time.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/unparse.c -o libuuid/src/libuuid_la-unparse.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c -o libsmartcols/src/libsmartcols_la-iter.lo `test -f 'libsmartcols/src/iter.c' || echo './'`libsmartcols/src/iter.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/uuid_time.c -o libuuid/src/libuuid_la-uuid_time.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c -o libsmartcols/src/libsmartcols_la-symbols.lo `test -f 'libsmartcols/src/symbols.c' || echo './'`libsmartcols/src/symbols.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/predefined.c -fPIC -DPIC -o libuuid/src/.libs/libuuid_la-predefined.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c -o libsmartcols/src/libsmartcols_la-cell.lo `test -f 'libsmartcols/src/cell.c' || echo './'`libsmartcols/src/cell.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/iter.c -fPIC -DPIC -o libsmartcols/src/.libs/libsmartcols_la-iter.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 -c libuuid/src/predefined.c -o libuuid/src/libuuid_la-predefined.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/symbols.c -fPIC -DPIC -o libsmartcols/src/.libs/libsmartcols_la-symbols.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/iter.c -o libsmartcols/src/libsmartcols_la-iter.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c -o libsmartcols/src/libsmartcols_la-column.lo `test -f 'libsmartcols/src/column.c' || echo './'`libsmartcols/src/column.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/cell.c -fPIC -DPIC -o libsmartcols/src/.libs/libsmartcols_la-cell.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/symbols.c -o libsmartcols/src/libsmartcols_la-symbols.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c -o libsmartcols/src/libsmartcols_la-line.lo `test -f 'libsmartcols/src/line.c' || echo './'`libsmartcols/src/line.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/column.c -fPIC -DPIC -o libsmartcols/src/.libs/libsmartcols_la-column.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/cell.c -o libsmartcols/src/libsmartcols_la-cell.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c -o libsmartcols/src/libsmartcols_la-table.lo `test -f 'libsmartcols/src/table.c' || echo './'`libsmartcols/src/table.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/line.c -fPIC -DPIC -o libsmartcols/src/.libs/libsmartcols_la-line.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c -o libsmartcols/src/libsmartcols_la-table_print.lo `test -f 'libsmartcols/src/table_print.c' || echo './'`libsmartcols/src/table_print.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/column.c -o libsmartcols/src/libsmartcols_la-column.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/table.c -fPIC -DPIC -o libsmartcols/src/.libs/libsmartcols_la-table.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/table_print.c -fPIC -DPIC -o libsmartcols/src/.libs/libsmartcols_la-table_print.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/line.c -o libsmartcols/src/libsmartcols_la-line.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c -o libsmartcols/src/libsmartcols_la-version.lo `test -f 'libsmartcols/src/version.c' || echo './'`libsmartcols/src/version.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/version.c -fPIC -DPIC -o libsmartcols/src/.libs/libsmartcols_la-version.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c -o libsmartcols/src/libsmartcols_la-init.lo `test -f 'libsmartcols/src/init.c' || echo './'`libsmartcols/src/init.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/version.c -o libsmartcols/src/libsmartcols_la-version.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/init.c -fPIC -DPIC -o libsmartcols/src/.libs/libsmartcols_la-init.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-init.lo `test -f 'libfdisk/src/init.c' || echo './'`libfdisk/src/init.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/table.c -o libsmartcols/src/libsmartcols_la-table.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/init.c -o libsmartcols/src/libsmartcols_la-init.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-field.lo `test -f 'libfdisk/src/field.c' || echo './'`libfdisk/src/field.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/init.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-init.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -c libsmartcols/src/table_print.c -o libsmartcols/src/libsmartcols_la-table_print.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/init.c -o libfdisk/src/libfdisk_la-init.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/field.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-field.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/field.c -o libfdisk/src/libfdisk_la-field.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-item.lo `test -f 'libfdisk/src/item.c' || echo './'`libfdisk/src/item.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-test.lo `test -f 'libfdisk/src/test.c' || echo './'`libfdisk/src/test.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-ask.lo `test -f 'libfdisk/src/ask.c' || echo './'`libfdisk/src/ask.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/item.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-item.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/test.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-test.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/ask.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-ask.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/test.c -o libfdisk/src/libfdisk_la-test.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/item.c -o libfdisk/src/libfdisk_la-item.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-alignment.lo `test -f 'libfdisk/src/alignment.c' || echo './'`libfdisk/src/alignment.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-label.lo `test -f 'libfdisk/src/label.c' || echo './'`libfdisk/src/label.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-utils.lo `test -f 'libfdisk/src/utils.c' || echo './'`libfdisk/src/utils.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/alignment.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-alignment.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/label.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-label.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/ask.c -o libfdisk/src/libfdisk_la-ask.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/utils.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-utils.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/alignment.c -o libfdisk/src/libfdisk_la-alignment.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/label.c -o libfdisk/src/libfdisk_la-label.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/utils.c -o libfdisk/src/libfdisk_la-utils.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-context.lo `test -f 'libfdisk/src/context.c' || echo './'`libfdisk/src/context.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-parttype.lo `test -f 'libfdisk/src/parttype.c' || echo './'`libfdisk/src/parttype.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-partition.lo `test -f 'libfdisk/src/partition.c' || echo './'`libfdisk/src/partition.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-table.lo `test -f 'libfdisk/src/table.c' || echo './'`libfdisk/src/table.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/context.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-context.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/parttype.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-parttype.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/partition.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-partition.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/table.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-table.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/parttype.c -o libfdisk/src/libfdisk_la-parttype.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-iter.lo `test -f 'libfdisk/src/iter.c' || echo './'`libfdisk/src/iter.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/context.c -o libfdisk/src/libfdisk_la-context.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/table.c -o libfdisk/src/libfdisk_la-table.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/iter.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-iter.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/partition.c -o libfdisk/src/libfdisk_la-partition.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/iter.c -o libfdisk/src/libfdisk_la-iter.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-script.lo `test -f 'libfdisk/src/script.c' || echo './'`libfdisk/src/script.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-version.lo `test -f 'libfdisk/src/version.c' || echo './'`libfdisk/src/version.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/script.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-script.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-wipe.lo `test -f 'libfdisk/src/wipe.c' || echo './'`libfdisk/src/wipe.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/version.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-version.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/wipe.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-wipe.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-sun.lo `test -f 'libfdisk/src/sun.c' || echo './'`libfdisk/src/sun.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/version.c -o libfdisk/src/libfdisk_la-version.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-sgi.lo `test -f 'libfdisk/src/sgi.c' || echo './'`libfdisk/src/sgi.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/wipe.c -o libfdisk/src/libfdisk_la-wipe.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/sun.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-sun.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/sgi.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-sgi.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-dos.lo `test -f 'libfdisk/src/dos.c' || echo './'`libfdisk/src/dos.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/dos.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-dos.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/script.c -o libfdisk/src/libfdisk_la-script.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/sun.c -o libfdisk/src/libfdisk_la-sun.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/sgi.c -o libfdisk/src/libfdisk_la-sgi.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-bsd.lo `test -f 'libfdisk/src/bsd.c' || echo './'`libfdisk/src/bsd.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c -o libfdisk/src/libfdisk_la-gpt.lo `test -f 'libfdisk/src/gpt.c' || echo './'`libfdisk/src/gpt.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/bsd.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-bsd.o | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/gpt.c -fPIC -DPIC -o libfdisk/src/.libs/libfdisk_la-gpt.o | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -Wno-clobbered -g -O2 -c -o text-utils/more-more.o `test -f 'text-utils/more.c' || echo './'`text-utils/more.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/dos.c -o libfdisk/src/libfdisk_la-dos.o >/dev/null 2>&1 | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/bsd.c -o libfdisk/src/libfdisk_la-bsd.o >/dev/null 2>&1 | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o sys-utils/dmesg-dmesg.o `test -f 'sys-utils/dmesg.c' || echo './'`sys-utils/dmesg.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libsmartcols/src -g -O2 -c -o misc-utils/lsblk-lsblk.o `test -f 'misc-utils/lsblk.c' || echo './'`misc-utils/lsblk.c | |
libtool: compile: gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -c libfdisk/src/gpt.c -o libfdisk/src/libfdisk_la-gpt.o >/dev/null 2>&1 | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libsmartcols/src -I./libblkid/src -g -O2 -c -o misc-utils/findmnt-findmnt.o `test -f 'misc-utils/findmnt.c' || echo './'`misc-utils/findmnt.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libsmartcols/src -I./libblkid/src -g -O2 -c -o misc-utils/findmnt-findmnt-verify.o `test -f 'misc-utils/findmnt-verify.c' || echo './'`misc-utils/findmnt-verify.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o term-utils/agetty.o term-utils/agetty.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o login-utils/sulogin.o login-utils/sulogin.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o login-utils/sulogin-consoles.o login-utils/sulogin-consoles.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o login-utils/nologin.o login-utils/nologin.c | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fsfreeze sys-utils/fsfreeze.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o pivot_root sys-utils/pivot_root.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o switch_root sys-utils/switch_root.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fsfreeze sys-utils/fsfreeze.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o pivot_root sys-utils/pivot_root.o | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/fsck.minix.o disk-utils/fsck.minix.c | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o switch_root sys-utils/switch_root.o | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/mkfs.minix.o disk-utils/mkfs.minix.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/mkfs.o disk-utils/mkfs.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o disk-utils/mkfs.bfs.o disk-utils/mkfs.bfs.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libblkid/src -g -O2 -c -o disk-utils/mkswap-mkswap.o `test -f 'disk-utils/mkswap.c' || echo './'`disk-utils/mkswap.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libuuid/src -g -O2 -c -o disk-utils/swaplabel-swaplabel.o `test -f 'disk-utils/swaplabel.c' || echo './'`disk-utils/swaplabel.c | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o raw disk-utils/raw.o | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o schedutils/chrt.o schedutils/chrt.c | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o schedutils/ionice.o schedutils/ionice.c | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o raw disk-utils/raw.o | |
gcc-6 -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/share/locale\" -D_PATH_RUNSTATEDIR=\"/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/var/run\" -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -c -o schedutils/taskset.o schedutils/taskset.c | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o colcrt text-utils/colcrt.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o rev text-utils/rev.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ul text-utils/ul-ul.o -ltinfo | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mesg term-utils/mesg.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o colcrt text-utils/colcrt.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o rev text-utils/rev.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o renice sys-utils/renice.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ul text-utils/ul-ul.o -ltinfo | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mesg term-utils/mesg.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o setsid sys-utils/setsid.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o setarch sys-utils/setarch.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o logger misc-utils/logger-logger.o lib/logger-strutils.o lib/logger-strv.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o renice sys-utils/renice.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o setsid sys-utils/setsid.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o look misc-utils/look.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o setarch sys-utils/setarch.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o logger misc-utils/logger-logger.o lib/logger-strutils.o lib/logger-strv.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o namei misc-utils/namei.o lib/strutils.o lib/idcache.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o rename misc-utils/rename.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o getopt misc-utils/getopt.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o look misc-utils/look.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o namei misc-utils/namei.o lib/strutils.o lib/idcache.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o readprofile sys-utils/readprofile.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o rename misc-utils/rename.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o getopt misc-utils/getopt.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o libcommon.la lib/libcommon_la-blkdev.lo lib/libcommon_la-canonicalize.lo lib/libcommon_la-crc32.lo lib/libcommon_la-crc32c.lo lib/libcommon_la-env.lo lib/libcommon_la-idcache.lo lib/libcommon_la-fileutils.lo lib/libcommon_la-ismounted.lo lib/libcommon_la-color-names.lo lib/libcommon_la-mangle.lo lib/libcommon_la-match.lo lib/libcommon_la-mbsalign.lo lib/libcommon_la-mbsedit.lo lib/libcommon_la-md5.lo lib/libcommon_la-pager.lo lib/libcommon_la-parse-date.lo lib/libcommon_la-path.lo lib/libcommon_la-pwdutils.lo lib/libcommon_la-randutils.lo lib/libcommon_la-setproctitle.lo lib/libcommon_la-strutils.lo lib/libcommon_la-timeutils.lo lib/libcommon_la-ttyutils.lo lib/libcommon_la-exec_shell.lo lib/libcommon_la-strv.lo lib/libcommon_la-sha1.lo lib/libcommon_la-signames.lo lib/libcommon_la-linux_version.lo lib/libcommon_la-loopdev.lo lib/libcommon_la-plymouth-ctrl.lo lib/libcommon_la-cpuset.lo lib/libcommon_la-procutils.lo lib/libcommon_la-sysfs.lo | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o libtcolors.la lib/libtcolors_la-colors.lo lib/libtcolors_la-color-names.lo -ltinfo | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -Ilibuuid/src -g -O2 libuuid_la_LDFLAGS += -Wl,--version-script,./libuuid/src/libuuid.sym -version-info 4:0:3 -o libuuid.la -rpath /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib libuuid/src/libuuid_la-clear.lo libuuid/src/libuuid_la-compare.lo libuuid/src/libuuid_la-copy.lo libuuid/src/libuuid_la-gen_uuid.lo libuuid/src/libuuid_la-isnull.lo libuuid/src/libuuid_la-pack.lo libuuid/src/libuuid_la-parse.lo libuuid/src/libuuid_la-unpack.lo libuuid/src/libuuid_la-unparse.lo libuuid/src/libuuid_la-uuid_time.lo libuuid/src/libuuid_la-predefined.lo lib/libuuid_la-randutils.lo lib/libuuid_la-md5.lo lib/libuuid_la-sha1.lo | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o readprofile sys-utils/readprofile.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -Wno-clobbered -g -O2 -o more text-utils/more-more.o -ltinfo | |
libtool: link: ar cru .libs/libtcolors.a lib/.libs/libtcolors_la-colors.o lib/.libs/libtcolors_la-color-names.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libtcolors.a | |
libtool: link: ( cd ".libs" && rm -f "libtcolors.la" && ln -s "../libtcolors.la" "libtcolors.la" ) | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o nologin login-utils/nologin.o | |
libtool: link: ar cru .libs/libcommon.a lib/.libs/libcommon_la-blkdev.o lib/.libs/libcommon_la-canonicalize.o lib/.libs/libcommon_la-crc32.o lib/.libs/libcommon_la-crc32c.o lib/.libs/libcommon_la-env.o lib/.libs/libcommon_la-idcache.o lib/.libs/libcommon_la-fileutils.o lib/.libs/libcommon_la-ismounted.o lib/.libs/libcommon_la-color-names.o lib/.libs/libcommon_la-mangle.o lib/.libs/libcommon_la-match.o lib/.libs/libcommon_la-mbsalign.o lib/.libs/libcommon_la-mbsedit.o lib/.libs/libcommon_la-md5.o lib/.libs/libcommon_la-pager.o lib/.libs/libcommon_la-parse-date.o lib/.libs/libcommon_la-path.o lib/.libs/libcommon_la-pwdutils.o lib/.libs/libcommon_la-randutils.o lib/.libs/libcommon_la-setproctitle.o lib/.libs/libcommon_la-strutils.o lib/.libs/libcommon_la-timeutils.o lib/.libs/libcommon_la-ttyutils.o lib/.libs/libcommon_la-exec_shell.o lib/.libs/libcommon_la-strv.o lib/.libs/libcommon_la-sha1.o lib/.libs/libcommon_la-signames.o lib/.libs/libcommon_la-linux_version.o lib/.libs/libcommon_la-loopdev.o lib/.libs/libcommon_la-plymouth-ctrl.o lib/.libs/libcommon_la-cpuset.o lib/.libs/libcommon_la-procutils.o lib/.libs/libcommon_la-sysfs.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libcommon.a | |
libtool: link: gcc-6 -shared -fPIC -DPIC libuuid/src/.libs/libuuid_la-clear.o libuuid/src/.libs/libuuid_la-compare.o libuuid/src/.libs/libuuid_la-copy.o libuuid/src/.libs/libuuid_la-gen_uuid.o libuuid/src/.libs/libuuid_la-isnull.o libuuid/src/.libs/libuuid_la-pack.o libuuid/src/.libs/libuuid_la-parse.o libuuid/src/.libs/libuuid_la-unpack.o libuuid/src/.libs/libuuid_la-unparse.o libuuid/src/.libs/libuuid_la-uuid_time.o libuuid/src/.libs/libuuid_la-predefined.o lib/.libs/libuuid_la-randutils.o lib/.libs/libuuid_la-md5.o lib/.libs/libuuid_la-sha1.o -g -O2 -Wl,--version-script -Wl,./libuuid/src/libuuid.sym -Wl,-soname -Wl,libuuid.so.1 -o .libs/libuuid.so.1.3.0 | |
libtool: link: ( cd ".libs" && rm -f "libcommon.la" && ln -s "../libcommon.la" "libcommon.la" ) | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mkfs disk-utils/mkfs.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -Wno-clobbered -g -O2 -o more text-utils/more-more.o -ltinfo | |
libtool: link: (cd ".libs" && rm -f "libuuid.so.1" && ln -s "libuuid.so.1.3.0" "libuuid.so.1") | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o nologin login-utils/nologin.o | |
libtool: link: (cd ".libs" && rm -f "libuuid.so" && ln -s "libuuid.so.1.3.0" "libuuid.so") | |
libtool: link: ar cru .libs/libuuid.a libuuid/src/libuuid_la-clear.o libuuid/src/libuuid_la-compare.o libuuid/src/libuuid_la-copy.o libuuid/src/libuuid_la-gen_uuid.o libuuid/src/libuuid_la-isnull.o libuuid/src/libuuid_la-pack.o libuuid/src/libuuid_la-parse.o libuuid/src/libuuid_la-unpack.o libuuid/src/libuuid_la-unparse.o libuuid/src/libuuid_la-uuid_time.o libuuid/src/libuuid_la-predefined.o lib/libuuid_la-randutils.o lib/libuuid_la-md5.o lib/libuuid_la-sha1.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libuuid.a | |
libtool: link: ( cd ".libs" && rm -f "libuuid.la" && ln -s "../libuuid.la" "libuuid.la" ) | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mkfs.bfs disk-utils/mkfs.bfs.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fsck.cramfs disk-utils/fsck.cramfs.o disk-utils/cramfs_common.o -lz libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mkfs disk-utils/mkfs.o | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mkfs.cramfs disk-utils/mkfs.cramfs.o disk-utils/cramfs_common.o -lz libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o blockdev disk-utils/blockdev.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mkfs.bfs disk-utils/mkfs.bfs.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fsck.cramfs disk-utils/fsck.cramfs.o disk-utils/cramfs_common.o -lz ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mkfs.cramfs disk-utils/mkfs.cramfs.o disk-utils/cramfs_common.o -lz ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o chrt schedutils/chrt.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ionice schedutils/ionice.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o blockdev disk-utils/blockdev.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o taskset schedutils/taskset.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o col text-utils/col.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o chrt schedutils/chrt.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ionice schedutils/ionice.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o taskset schedutils/taskset.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o colrm text-utils/colrm.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o hexdump text-utils/hexdump-conv.o text-utils/hexdump-display.o text-utils/hexdump.o text-utils/hexdump-parse.o libcommon.la libtcolors.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o col text-utils/col.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -Wno-format-y2k -g -O2 -o script term-utils/script-script.o lib/script-monotonic.o libcommon.la -lrt -lutil | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o scriptreplay term-utils/scriptreplay.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o colrm text-utils/colrm.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o hexdump text-utils/hexdump-conv.o text-utils/hexdump-display.o text-utils/hexdump.o text-utils/hexdump-parse.o ./.libs/libcommon.a ./.libs/libtcolors.a -ltinfo | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -Wno-format-y2k -g -O2 -o script term-utils/script-script.o lib/script-monotonic.o ./.libs/libcommon.a -lrt -lutil | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o setterm term-utils/setterm-setterm.o libcommon.la -ltinfo | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o scriptreplay term-utils/scriptreplay.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o wall term-utils/wall-wall.o term-utils/wall-ttymsg.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o last login-utils/last.o lib/monotonic.o libcommon.la -lrt | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o utmpdump login-utils/utmpdump.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o setterm term-utils/setterm-setterm.o ./.libs/libcommon.a -ltinfo | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o wall term-utils/wall-wall.o term-utils/wall-ttymsg.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o last login-utils/last.o lib/monotonic.o ./.libs/libcommon.a -lrt | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o chmem sys-utils/chmem.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o utmpdump login-utils/utmpdump.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o flock sys-utils/flock.o lib/monotonic.o lib/timer.o libcommon.la -lrt | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ipcmk sys-utils/ipcmk.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ipcrm sys-utils/ipcrm.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o chmem sys-utils/chmem.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o flock sys-utils/flock.o lib/monotonic.o lib/timer.o ./.libs/libcommon.a -lrt | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ipcmk sys-utils/ipcmk.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ipcrm sys-utils/ipcrm.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ipcs sys-utils/ipcs.o sys-utils/ipcutils.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fallocate sys-utils/fallocate.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o unshare sys-utils/unshare-unshare.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o nsenter sys-utils/nsenter.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ipcs sys-utils/ipcs.o sys-utils/ipcutils.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fallocate sys-utils/fallocate.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o unshare sys-utils/unshare-unshare.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mcookie misc-utils/mcookie.o lib/md5.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o nsenter sys-utils/nsenter.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o whereis misc-utils/whereis.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -g -O2 -o uuidgen misc-utils/uuidgen-uuidgen.o libuuid.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o isosize disk-utils/isosize.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mcookie misc-utils/mcookie.o lib/md5.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o whereis misc-utils/whereis.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -g -O2 -o .libs/uuidgen misc-utils/uuidgen-uuidgen.o ./.libs/libuuid.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ldattach sys-utils/ldattach.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o rtcwake sys-utils/rtcwake.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o isosize disk-utils/isosize.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -g -O2 -o uuidd misc-utils/uuidd-uuidd.o lib/uuidd-monotonic.o lib/uuidd-timer.o libuuid.la libcommon.la -lrt | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fdformat disk-utils/fdformat.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ldattach sys-utils/ldattach.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o rtcwake sys-utils/rtcwake.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -g -O2 -o .libs/uuidd misc-utils/uuidd-uuidd.o lib/uuidd-monotonic.o lib/uuidd-timer.o ./.libs/libuuid.so ./.libs/libcommon.a -lrt -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o addpart disk-utils/addpart.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fdformat disk-utils/fdformat.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o delpart disk-utils/delpart.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o resizepart disk-utils/resizepart.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -Wl,--version-script,./libblkid/src/libblkid.sym -version-info 2:0:1 -o libblkid.la -rpath /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib libblkid/src/libblkid_la-init.lo libblkid/src/libblkid_la-cache.lo libblkid/src/libblkid_la-config.lo libblkid/src/libblkid_la-dev.lo libblkid/src/libblkid_la-devname.lo libblkid/src/libblkid_la-devno.lo libblkid/src/libblkid_la-encode.lo libblkid/src/libblkid_la-evaluate.lo libblkid/src/libblkid_la-getsize.lo libblkid/src/libblkid_la-llseek.lo libblkid/src/libblkid_la-probe.lo libblkid/src/libblkid_la-read.lo libblkid/src/libblkid_la-resolve.lo libblkid/src/libblkid_la-save.lo libblkid/src/libblkid_la-tag.lo libblkid/src/libblkid_la-verify.lo libblkid/src/libblkid_la-version.lo libblkid/src/partitions/libblkid_la-aix.lo libblkid/src/partitions/libblkid_la-atari.lo libblkid/src/partitions/libblkid_la-bsd.lo libblkid/src/partitions/libblkid_la-dos.lo libblkid/src/partitions/libblkid_la-gpt.lo libblkid/src/partitions/libblkid_la-mac.lo libblkid/src/partitions/libblkid_la-minix.lo libblkid/src/partitions/libblkid_la-partitions.lo libblkid/src/partitions/libblkid_la-sgi.lo libblkid/src/partitions/libblkid_la-solaris_x86.lo libblkid/src/partitions/libblkid_la-sun.lo libblkid/src/partitions/libblkid_la-ultrix.lo libblkid/src/partitions/libblkid_la-unixware.lo libblkid/src/superblocks/libblkid_la-adaptec_raid.lo libblkid/src/superblocks/libblkid_la-bcache.lo libblkid/src/superblocks/libblkid_la-befs.lo libblkid/src/superblocks/libblkid_la-bfs.lo libblkid/src/superblocks/libblkid_la-btrfs.lo libblkid/src/superblocks/libblkid_la-cramfs.lo libblkid/src/superblocks/libblkid_la-ddf_raid.lo libblkid/src/superblocks/libblkid_la-drbd.lo libblkid/src/superblocks/libblkid_la-drbdproxy_datalog.lo libblkid/src/superblocks/libblkid_la-drbdmanage.lo libblkid/src/superblocks/libblkid_la-exfat.lo libblkid/src/superblocks/libblkid_la-exfs.lo libblkid/src/superblocks/libblkid_la-ext.lo libblkid/src/superblocks/libblkid_la-f2fs.lo libblkid/src/superblocks/libblkid_la-gfs.lo libblkid/src/superblocks/libblkid_la-hfs.lo libblkid/src/superblocks/libblkid_la-highpoint_raid.lo libblkid/src/superblocks/libblkid_la-hpfs.lo libblkid/src/superblocks/libblkid_la-iso9660.lo libblkid/src/superblocks/libblkid_la-isw_raid.lo libblkid/src/superblocks/libblkid_la-jfs.lo libblkid/src/superblocks/libblkid_la-jmicron_raid.lo libblkid/src/superblocks/libblkid_la-linux_raid.lo libblkid/src/superblocks/libblkid_la-lsi_raid.lo libblkid/src/superblocks/libblkid_la-luks.lo libblkid/src/superblocks/libblkid_la-lvm.lo libblkid/src/superblocks/libblkid_la-minix.lo libblkid/src/superblocks/libblkid_la-mpool.lo libblkid/src/superblocks/libblkid_la-netware.lo libblkid/src/superblocks/libblkid_la-nilfs.lo libblkid/src/superblocks/libblkid_la-ntfs.lo libblkid/src/superblocks/libblkid_la-refs.lo libblkid/src/superblocks/libblkid_la-nvidia_raid.lo libblkid/src/superblocks/libblkid_la-ocfs.lo libblkid/src/superblocks/libblkid_la-promise_raid.lo libblkid/src/superblocks/libblkid_la-reiserfs.lo libblkid/src/superblocks/libblkid_la-romfs.lo libblkid/src/superblocks/libblkid_la-silicon_raid.lo libblkid/src/superblocks/libblkid_la-squashfs.lo libblkid/src/superblocks/libblkid_la-stratis.lo libblkid/src/superblocks/libblkid_la-superblocks.lo libblkid/src/superblocks/libblkid_la-swap.lo libblkid/src/superblocks/libblkid_la-sysv.lo libblkid/src/superblocks/libblkid_la-ubi.lo libblkid/src/superblocks/libblkid_la-ubifs.lo libblkid/src/superblocks/libblkid_la-udf.lo libblkid/src/superblocks/libblkid_la-ufs.lo libblkid/src/superblocks/libblkid_la-vdo.lo libblkid/src/superblocks/libblkid_la-vfat.lo libblkid/src/superblocks/libblkid_la-via_raid.lo libblkid/src/superblocks/libblkid_la-vmfs.lo libblkid/src/superblocks/libblkid_la-vxfs.lo libblkid/src/superblocks/libblkid_la-xfs.lo libblkid/src/superblocks/libblkid_la-zfs.lo libblkid/src/topology/libblkid_la-topology.lo libblkid/src/topology/libblkid_la-dm.lo libblkid/src/topology/libblkid_la-evms.lo libblkid/src/topology/libblkid_la-ioctl.lo libblkid/src/topology/libblkid_la-lvm.lo libblkid/src/topology/libblkid_la-md.lo libblkid/src/topology/libblkid_la-sysfs.lo libcommon.la libuuid.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o addpart disk-utils/addpart.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o delpart disk-utils/delpart.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libsmartcols/src -g -O2 -Wl,--version-script,./libsmartcols/src/libsmartcols.sym -version-info 2:0:1 -o libsmartcols.la -rpath /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib libsmartcols/src/libsmartcols_la-iter.lo libsmartcols/src/libsmartcols_la-symbols.lo libsmartcols/src/libsmartcols_la-cell.lo libsmartcols/src/libsmartcols_la-column.lo libsmartcols/src/libsmartcols_la-line.lo libsmartcols/src/libsmartcols_la-table.lo libsmartcols/src/libsmartcols_la-table_print.lo libsmartcols/src/libsmartcols_la-version.lo libsmartcols/src/libsmartcols_la-init.lo libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o dmesg sys-utils/dmesg-dmesg.o lib/dmesg-monotonic.o libcommon.la libtcolors.la -lrt | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o resizepart disk-utils/resizepart.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o agetty term-utils/agetty.o libcommon.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o dmesg sys-utils/dmesg-dmesg.o lib/dmesg-monotonic.o ./.libs/libcommon.a ./.libs/libtcolors.a -ltinfo -lrt | |
libtool: link: gcc-6 -shared -fPIC -DPIC libsmartcols/src/.libs/libsmartcols_la-iter.o libsmartcols/src/.libs/libsmartcols_la-symbols.o libsmartcols/src/.libs/libsmartcols_la-cell.o libsmartcols/src/.libs/libsmartcols_la-column.o libsmartcols/src/.libs/libsmartcols_la-line.o libsmartcols/src/.libs/libsmartcols_la-table.o libsmartcols/src/.libs/libsmartcols_la-table_print.o libsmartcols/src/.libs/libsmartcols_la-version.o libsmartcols/src/.libs/libsmartcols_la-init.o -Wl,--whole-archive ./.libs/libcommon.a -Wl,--no-whole-archive -g -O2 -Wl,--version-script -Wl,./libsmartcols/src/libsmartcols.sym -Wl,-soname -Wl,libsmartcols.so.1 -o .libs/libsmartcols.so.1.1.0 | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o agetty term-utils/agetty.o ./.libs/libcommon.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o sulogin login-utils/sulogin.o login-utils/sulogin-consoles.o libcommon.la -lcrypt | |
libtool: link: (cd ".libs" && rm -f "libsmartcols.so.1" && ln -s "libsmartcols.so.1.1.0" "libsmartcols.so.1") | |
libtool: link: (cd ".libs" && rm -f "libsmartcols.so" && ln -s "libsmartcols.so.1.1.0" "libsmartcols.so") | |
libtool: link: (cd .libs/libsmartcols.lax/libcommon.a && ar x "/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/./.libs/libcommon.a") | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ctrlaltdel sys-utils/ctrlaltdel.o libcommon.la | |
libtool: link: ar cru .libs/libsmartcols.a libsmartcols/src/libsmartcols_la-iter.o libsmartcols/src/libsmartcols_la-symbols.o libsmartcols/src/libsmartcols_la-cell.o libsmartcols/src/libsmartcols_la-column.o libsmartcols/src/libsmartcols_la-line.o libsmartcols/src/libsmartcols_la-table.o libsmartcols/src/libsmartcols_la-table_print.o libsmartcols/src/libsmartcols_la-version.o libsmartcols/src/libsmartcols_la-init.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-blkdev.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-canonicalize.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-color-names.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-cpuset.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-crc32.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-crc32c.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-env.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-exec_shell.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-fileutils.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-idcache.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-ismounted.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-linux_version.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-loopdev.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-mangle.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-match.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-mbsalign.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-mbsedit.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-md5.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-pager.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-parse-date.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-path.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-plymouth-ctrl.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-procutils.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-pwdutils.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-randutils.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-setproctitle.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-sha1.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-signames.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-strutils.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-strv.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-sysfs.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-timeutils.o .libs/libsmartcols.lax/libcommon.a/libcommon_la-ttyutils.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libsmartcols.a | |
libtool: link: rm -fr .libs/libsmartcols.lax | |
libtool: link: ( cd ".libs" && rm -f "libsmartcols.la" && ln -s "../libsmartcols.la" "libsmartcols.la" ) | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o blkdiscard sys-utils/blkdiscard.o lib/monotonic.o libcommon.la -lrt | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o sulogin login-utils/sulogin.o login-utils/sulogin-consoles.o ./.libs/libcommon.a -lcrypt | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o ctrlaltdel sys-utils/ctrlaltdel.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -shared -fPIC -DPIC libblkid/src/.libs/libblkid_la-init.o libblkid/src/.libs/libblkid_la-cache.o libblkid/src/.libs/libblkid_la-config.o libblkid/src/.libs/libblkid_la-dev.o libblkid/src/.libs/libblkid_la-devname.o libblkid/src/.libs/libblkid_la-devno.o libblkid/src/.libs/libblkid_la-encode.o libblkid/src/.libs/libblkid_la-evaluate.o libblkid/src/.libs/libblkid_la-getsize.o libblkid/src/.libs/libblkid_la-llseek.o libblkid/src/.libs/libblkid_la-probe.o libblkid/src/.libs/libblkid_la-read.o libblkid/src/.libs/libblkid_la-resolve.o libblkid/src/.libs/libblkid_la-save.o libblkid/src/.libs/libblkid_la-tag.o libblkid/src/.libs/libblkid_la-verify.o libblkid/src/.libs/libblkid_la-version.o libblkid/src/partitions/.libs/libblkid_la-aix.o libblkid/src/partitions/.libs/libblkid_la-atari.o libblkid/src/partitions/.libs/libblkid_la-bsd.o libblkid/src/partitions/.libs/libblkid_la-dos.o libblkid/src/partitions/.libs/libblkid_la-gpt.o libblkid/src/partitions/.libs/libblkid_la-mac.o libblkid/src/partitions/.libs/libblkid_la-minix.o libblkid/src/partitions/.libs/libblkid_la-partitions.o libblkid/src/partitions/.libs/libblkid_la-sgi.o libblkid/src/partitions/.libs/libblkid_la-solaris_x86.o libblkid/src/partitions/.libs/libblkid_la-sun.o libblkid/src/partitions/.libs/libblkid_la-ultrix.o libblkid/src/partitions/.libs/libblkid_la-unixware.o libblkid/src/superblocks/.libs/libblkid_la-adaptec_raid.o libblkid/src/superblocks/.libs/libblkid_la-bcache.o libblkid/src/superblocks/.libs/libblkid_la-befs.o libblkid/src/superblocks/.libs/libblkid_la-bfs.o libblkid/src/superblocks/.libs/libblkid_la-btrfs.o libblkid/src/superblocks/.libs/libblkid_la-cramfs.o libblkid/src/superblocks/.libs/libblkid_la-ddf_raid.o libblkid/src/superblocks/.libs/libblkid_la-drbd.o libblkid/src/superblocks/.libs/libblkid_la-drbdproxy_datalog.o libblkid/src/superblocks/.libs/libblkid_la-drbdmanage.o libblkid/src/superblocks/.libs/libblkid_la-exfat.o libblkid/src/superblocks/.libs/libblkid_la-exfs.o libblkid/src/superblocks/.libs/libblkid_la-ext.o libblkid/src/superblocks/.libs/libblkid_la-f2fs.o libblkid/src/superblocks/.libs/libblkid_la-gfs.o libblkid/src/superblocks/.libs/libblkid_la-hfs.o libblkid/src/superblocks/.libs/libblkid_la-highpoint_raid.o libblkid/src/superblocks/.libs/libblkid_la-hpfs.o libblkid/src/superblocks/.libs/libblkid_la-iso9660.o libblkid/src/superblocks/.libs/libblkid_la-isw_raid.o libblkid/src/superblocks/.libs/libblkid_la-jfs.o libblkid/src/superblocks/.libs/libblkid_la-jmicron_raid.o libblkid/src/superblocks/.libs/libblkid_la-linux_raid.o libblkid/src/superblocks/.libs/libblkid_la-lsi_raid.o libblkid/src/superblocks/.libs/libblkid_la-luks.o libblkid/src/superblocks/.libs/libblkid_la-lvm.o libblkid/src/superblocks/.libs/libblkid_la-minix.o libblkid/src/superblocks/.libs/libblkid_la-mpool.o libblkid/src/superblocks/.libs/libblkid_la-netware.o libblkid/src/superblocks/.libs/libblkid_la-nilfs.o libblkid/src/superblocks/.libs/libblkid_la-ntfs.o libblkid/src/superblocks/.libs/libblkid_la-refs.o libblkid/src/superblocks/.libs/libblkid_la-nvidia_raid.o libblkid/src/superblocks/.libs/libblkid_la-ocfs.o libblkid/src/superblocks/.libs/libblkid_la-promise_raid.o libblkid/src/superblocks/.libs/libblkid_la-reiserfs.o libblkid/src/superblocks/.libs/libblkid_la-romfs.o libblkid/src/superblocks/.libs/libblkid_la-silicon_raid.o libblkid/src/superblocks/.libs/libblkid_la-squashfs.o libblkid/src/superblocks/.libs/libblkid_la-stratis.o libblkid/src/superblocks/.libs/libblkid_la-superblocks.o libblkid/src/superblocks/.libs/libblkid_la-swap.o libblkid/src/superblocks/.libs/libblkid_la-sysv.o libblkid/src/superblocks/.libs/libblkid_la-ubi.o libblkid/src/superblocks/.libs/libblkid_la-ubifs.o libblkid/src/superblocks/.libs/libblkid_la-udf.o libblkid/src/superblocks/.libs/libblkid_la-ufs.o libblkid/src/superblocks/.libs/libblkid_la-vdo.o libblkid/src/superblocks/.libs/libblkid_la-vfat.o libblkid/src/superblocks/.libs/libblkid_la-via_raid.o libblkid/src/superblocks/.libs/libblkid_la-vmfs.o libblkid/src/superblocks/.libs/libblkid_la-vxfs.o libblkid/src/superblocks/.libs/libblkid_la-xfs.o libblkid/src/superblocks/.libs/libblkid_la-zfs.o libblkid/src/topology/.libs/libblkid_la-topology.o libblkid/src/topology/.libs/libblkid_la-dm.o libblkid/src/topology/.libs/libblkid_la-evms.o libblkid/src/topology/.libs/libblkid_la-ioctl.o libblkid/src/topology/.libs/libblkid_la-lvm.o libblkid/src/topology/.libs/libblkid_la-md.o libblkid/src/topology/.libs/libblkid_la-sysfs.o -Wl,--whole-archive ./.libs/libcommon.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib ./.libs/libuuid.so -g -O2 -Wl,--version-script -Wl,./libblkid/src/libblkid.sym -Wl,-soname -Wl,libblkid.so.1 -o .libs/libblkid.so.1.1.0 | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o losetup sys-utils/losetup-losetup.o libcommon.la libsmartcols.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o blkdiscard sys-utils/blkdiscard.o lib/monotonic.o ./.libs/libcommon.a -lrt | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o zramctl sys-utils/zramctl-zramctl.o libcommon.la libsmartcols.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o chcpu sys-utils/chcpu.o libcommon.la | |
libtool: link: (cd ".libs" && rm -f "libblkid.so.1" && ln -s "libblkid.so.1.1.0" "libblkid.so.1") | |
libtool: link: (cd ".libs" && rm -f "libblkid.so" && ln -s "libblkid.so.1.1.0" "libblkid.so") | |
libtool: link: (cd .libs/libblkid.lax/libcommon.a && ar x "/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/./.libs/libcommon.a") | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/losetup sys-utils/losetup-losetup.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
copying selected object files to avoid basename conflicts... | |
libtool: link: ln libblkid/src/superblocks/libblkid_la-minix.o .libs/libblkid.lax/lt1-libblkid_la-minix.o || cp libblkid/src/superblocks/libblkid_la-minix.o .libs/libblkid.lax/lt1-libblkid_la-minix.o | |
libtool: link: ln libblkid/src/topology/libblkid_la-lvm.o .libs/libblkid.lax/lt2-libblkid_la-lvm.o || cp libblkid/src/topology/libblkid_la-lvm.o .libs/libblkid.lax/lt2-libblkid_la-lvm.o | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o chcpu sys-utils/chcpu.o ./.libs/libcommon.a | |
libtool: link: ar cru .libs/libblkid.a libblkid/src/libblkid_la-init.o libblkid/src/libblkid_la-cache.o libblkid/src/libblkid_la-config.o libblkid/src/libblkid_la-dev.o libblkid/src/libblkid_la-devname.o libblkid/src/libblkid_la-devno.o libblkid/src/libblkid_la-encode.o libblkid/src/libblkid_la-evaluate.o libblkid/src/libblkid_la-getsize.o libblkid/src/libblkid_la-llseek.o libblkid/src/libblkid_la-probe.o libblkid/src/libblkid_la-read.o libblkid/src/libblkid_la-resolve.o libblkid/src/libblkid_la-save.o libblkid/src/libblkid_la-tag.o libblkid/src/libblkid_la-verify.o libblkid/src/libblkid_la-version.o libblkid/src/partitions/libblkid_la-aix.o libblkid/src/partitions/libblkid_la-atari.o libblkid/src/partitions/libblkid_la-bsd.o libblkid/src/partitions/libblkid_la-dos.o libblkid/src/partitions/libblkid_la-gpt.o libblkid/src/partitions/libblkid_la-mac.o libblkid/src/partitions/libblkid_la-minix.o libblkid/src/partitions/libblkid_la-partitions.o libblkid/src/partitions/libblkid_la-sgi.o libblkid/src/partitions/libblkid_la-solaris_x86.o libblkid/src/partitions/libblkid_la-sun.o libblkid/src/partitions/libblkid_la-ultrix.o libblkid/src/partitions/libblkid_la-unixware.o libblkid/src/superblocks/libblkid_la-adaptec_raid.o libblkid/src/superblocks/libblkid_la-bcache.o libblkid/src/superblocks/libblkid_la-befs.o libblkid/src/superblocks/libblkid_la-bfs.o libblkid/src/superblocks/libblkid_la-btrfs.o libblkid/src/superblocks/libblkid_la-cramfs.o libblkid/src/superblocks/libblkid_la-ddf_raid.o libblkid/src/superblocks/libblkid_la-drbd.o libblkid/src/superblocks/libblkid_la-drbdproxy_datalog.o libblkid/src/superblocks/libblkid_la-drbdmanage.o libblkid/src/superblocks/libblkid_la-exfat.o libblkid/src/superblocks/libblkid_la-exfs.o libblkid/src/superblocks/libblkid_la-ext.o libblkid/src/superblocks/libblkid_la-f2fs.o libblkid/src/superblocks/libblkid_la-gfs.o libblkid/src/superblocks/libblkid_la-hfs.o libblkid/src/superblocks/libblkid_la-highpoint_raid.o libblkid/src/superblocks/libblkid_la-hpfs.o libblkid/src/superblocks/libblkid_la-iso9660.o libblkid/src/superblocks/libblkid_la-isw_raid.o libblkid/src/superblocks/libblkid_la-jfs.o libblkid/src/superblocks/libblkid_la-jmicron_raid.o libblkid/src/superblocks/libblkid_la-linux_raid.o libblkid/src/superblocks/libblkid_la-lsi_raid.o libblkid/src/superblocks/libblkid_la-luks.o libblkid/src/superblocks/libblkid_la-lvm.o .libs/libblkid.lax/lt1-libblkid_la-minix.o libblkid/src/superblocks/libblkid_la-mpool.o libblkid/src/superblocks/libblkid_la-netware.o libblkid/src/superblocks/libblkid_la-nilfs.o libblkid/src/superblocks/libblkid_la-ntfs.o libblkid/src/superblocks/libblkid_la-refs.o libblkid/src/superblocks/libblkid_la-nvidia_raid.o libblkid/src/superblocks/libblkid_la-ocfs.o libblkid/src/superblocks/libblkid_la-promise_raid.o libblkid/src/superblocks/libblkid_la-reiserfs.o libblkid/src/superblocks/libblkid_la-romfs.o libblkid/src/superblocks/libblkid_la-silicon_raid.o libblkid/src/superblocks/libblkid_la-squashfs.o libblkid/src/superblocks/libblkid_la-stratis.o libblkid/src/superblocks/libblkid_la-superblocks.o libblkid/src/superblocks/libblkid_la-swap.o libblkid/src/superblocks/libblkid_la-sysv.o libblkid/src/superblocks/libblkid_la-ubi.o libblkid/src/superblocks/libblkid_la-ubifs.o libblkid/src/superblocks/libblkid_la-udf.o libblkid/src/superblocks/libblkid_la-ufs.o libblkid/src/superblocks/libblkid_la-vdo.o libblkid/src/superblocks/libblkid_la-vfat.o libblkid/src/superblocks/libblkid_la-via_raid.o libblkid/src/superblocks/libblkid_la-vmfs.o libblkid/src/superblocks/libblkid_la-vxfs.o libblkid/src/superblocks/libblkid_la-xfs.o libblkid/src/superblocks/libblkid_la-zfs.o libblkid/src/topology/libblkid_la-topology.o libblkid/src/topology/libblkid_la-dm.o libblkid/src/topology/libblkid_la-evms.o libblkid/src/topology/libblkid_la-ioctl.o .libs/libblkid.lax/lt2-libblkid_la-lvm.o libblkid/src/topology/libblkid_la-md.o libblkid/src/topology/libblkid_la-sysfs.o .libs/libblkid.lax/libcommon.a/libcommon_la-blkdev.o .libs/libblkid.lax/libcommon.a/libcommon_la-canonicalize.o .libs/libblkid.lax/libcommon.a/libcommon_la-color-names.o .libs/libblkid.lax/libcommon.a/libcommon_la-cpuset.o .libs/libblkid.lax/libcommon.a/libcommon_la-crc32.o .libs/libblkid.lax/libcommon.a/libcommon_la-crc32c.o .libs/libblkid.lax/libcommon.a/libcommon_la-env.o .libs/libblkid.lax/libcommon.a/libcommon_la-exec_shell.o .libs/libblkid.lax/libcommon.a/libcommon_la-fileutils.o .libs/libblkid.lax/libcommon.a/libcommon_la-idcache.o .libs/libblkid.lax/libcommon.a/libcommon_la-ismounted.o .libs/libblkid.lax/libcommon.a/libcommon_la-linux_version.o .libs/libblkid.lax/libcommon.a/libcommon_la-loopdev.o .libs/libblkid.lax/libcommon.a/libcommon_la-mangle.o .libs/libblkid.lax/libcommon.a/libcommon_la-match.o .libs/libblkid.lax/libcommon.a/libcommon_la-mbsalign.o .libs/libblkid.lax/libcommon.a/libcommon_la-mbsedit.o .libs/libblkid.lax/libcommon.a/libcommon_la-md5.o .libs/libblkid.lax/libcommon.a/libcommon_la-pager.o .libs/libblkid.lax/libcommon.a/libcommon_la-parse-date.o .libs/libblkid.lax/libcommon.a/libcommon_la-path.o .libs/libblkid.lax/libcommon.a/libcommon_la-plymouth-ctrl.o .libs/libblkid.lax/libcommon.a/libcommon_la-procutils.o .libs/libblkid.lax/libcommon.a/libcommon_la-pwdutils.o .libs/libblkid.lax/libcommon.a/libcommon_la-randutils.o .libs/libblkid.lax/libcommon.a/libcommon_la-setproctitle.o .libs/libblkid.lax/libcommon.a/libcommon_la-sha1.o .libs/libblkid.lax/libcommon.a/libcommon_la-signames.o .libs/libblkid.lax/libcommon.a/libcommon_la-strutils.o .libs/libblkid.lax/libcommon.a/libcommon_la-strv.o .libs/libblkid.lax/libcommon.a/libcommon_la-sysfs.o .libs/libblkid.lax/libcommon.a/libcommon_la-timeutils.o .libs/libblkid.lax/libcommon.a/libcommon_la-ttyutils.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/zramctl sys-utils/zramctl-zramctl.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: ranlib .libs/libblkid.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o hwclock sys-utils/hwclock.o sys-utils/hwclock-cmos.o sys-utils/hwclock-rtc.o libcommon.la -lm | |
libtool: link: rm -fr .libs/libblkid.lax .libs/libblkid.lax | |
libtool: link: ( cd ".libs" && rm -f "libblkid.la" && ln -s "../libblkid.la" "libblkid.la" ) | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fsck.minix disk-utils/fsck.minix.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mkfs.minix disk-utils/mkfs.minix.o libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libblkid/src -g -O2 -o mkswap disk-utils/mkswap-mkswap.o libcommon.la libuuid.la libblkid.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o hwclock sys-utils/hwclock.o sys-utils/hwclock-cmos.o sys-utils/hwclock-rtc.o ./.libs/libcommon.a -lm | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libuuid/src -g -O2 -o swaplabel disk-utils/swaplabel-swaplabel.o lib/swaplabel-swapprober.o libblkid.la libcommon.la libuuid.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o fsck.minix disk-utils/fsck.minix.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -g -O2 -o mkfs.minix disk-utils/mkfs.minix.o ./.libs/libcommon.a | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libblkid/src -g -O2 -o .libs/mkswap disk-utils/mkswap-mkswap.o ./.libs/libcommon.a ./.libs/libuuid.so ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o column text-utils/column-column.o libcommon.la libsmartcols.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o lslogins login-utils/lslogins-lslogins.o login-utils/lslogins-logindefs.o libcommon.la libsmartcols.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o lsmem sys-utils/lsmem-lsmem.o libcommon.la libsmartcols.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libuuid/src -g -O2 -o .libs/swaplabel disk-utils/swaplabel-swaplabel.o lib/swaplabel-swapprober.o ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so ./.libs/libcommon.a ./.libs/libuuid.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/column text-utils/column-column.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/lslogins login-utils/lslogins-lslogins.o login-utils/lslogins-logindefs.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o lsipc sys-utils/lsipc-lsipc.o sys-utils/lsipc-ipcutils.o libcommon.la libsmartcols.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/lsmem sys-utils/lsmem-lsmem.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o prlimit sys-utils/prlimit-prlimit.o libcommon.la libsmartcols.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o lscpu sys-utils/lscpu-lscpu.o sys-utils/lscpu-lscpu-arm.o sys-utils/lscpu-lscpu-dmi.o libcommon.la libsmartcols.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libsmartcols/src -g -O2 -o uuidparse misc-utils/uuidparse-uuidparse.o libcommon.la libuuid.la libsmartcols.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/lsipc sys-utils/lsipc-lsipc.o sys-utils/lsipc-ipcutils.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/prlimit sys-utils/prlimit-prlimit.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/lscpu sys-utils/lscpu-lscpu.o sys-utils/lscpu-lscpu-arm.o sys-utils/lscpu-lscpu-dmi.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o fincore misc-utils/fincore-fincore.o libsmartcols.la libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o rfkill sys-utils/rfkill-rfkill.o libcommon.la libsmartcols.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libsmartcols/src -g -O2 -o .libs/uuidparse misc-utils/uuidparse-uuidparse.o ./.libs/libcommon.a ./.libs/libuuid.so ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libsmartcols/src -g -O2 -o partx disk-utils/partx-partx.o libblkid.la libcommon.la libsmartcols.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libmount/src -g -O2 -Wl,--version-script,./libmount/src/libmount.sym -version-info 2:0:1 -o libmount.la -rpath /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib lib/libmount_la-monotonic.lo libmount/src/libmount_la-cache.lo libmount/src/libmount_la-fs.lo libmount/src/libmount_la-init.lo libmount/src/libmount_la-iter.lo libmount/src/libmount_la-lock.lo libmount/src/libmount_la-optmap.lo libmount/src/libmount_la-optstr.lo libmount/src/libmount_la-tab.lo libmount/src/libmount_la-tab_diff.lo libmount/src/libmount_la-tab_parse.lo libmount/src/libmount_la-tab_update.lo libmount/src/libmount_la-test.lo libmount/src/libmount_la-utils.lo libmount/src/libmount_la-version.lo libmount/src/libmount_la-context.lo libmount/src/libmount_la-context_loopdev.lo libmount/src/libmount_la-context_mount.lo libmount/src/libmount_la-context_umount.lo libmount/src/libmount_la-monitor.lo libmount/src/libmount_la-btrfs.lo libcommon.la libblkid.la -lrt | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/fincore misc-utils/fincore-fincore.o ./.libs/libsmartcols.so ./.libs/libcommon.a -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/rfkill sys-utils/rfkill-rfkill.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libuuid/src -I./libfdisk/src -I./libfdisk/src -I./libblkid/src -g -O2 -Wl,--version-script,./libfdisk/src/libfdisk.sym -version-info 2:0:1 -o libfdisk.la -rpath /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib libfdisk/src/libfdisk_la-init.lo libfdisk/src/libfdisk_la-field.lo libfdisk/src/libfdisk_la-item.lo libfdisk/src/libfdisk_la-test.lo libfdisk/src/libfdisk_la-ask.lo libfdisk/src/libfdisk_la-alignment.lo libfdisk/src/libfdisk_la-label.lo libfdisk/src/libfdisk_la-utils.lo libfdisk/src/libfdisk_la-context.lo libfdisk/src/libfdisk_la-parttype.lo libfdisk/src/libfdisk_la-partition.lo libfdisk/src/libfdisk_la-table.lo libfdisk/src/libfdisk_la-iter.lo libfdisk/src/libfdisk_la-script.lo libfdisk/src/libfdisk_la-version.lo libfdisk/src/libfdisk_la-wipe.lo libfdisk/src/libfdisk_la-sun.lo libfdisk/src/libfdisk_la-sgi.lo libfdisk/src/libfdisk_la-dos.lo libfdisk/src/libfdisk_la-bsd.lo libfdisk/src/libfdisk_la-gpt.lo libcommon.la libuuid.la libblkid.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libsmartcols/src -g -O2 -o .libs/partx disk-utils/partx-partx.o ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o wdctl sys-utils/wdctl-wdctl.o libcommon.la libsmartcols.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -g -O2 -o blkid misc-utils/blkid-blkid.o libblkid.la libcommon.la | |
libtool: link: gcc-6 -shared -fPIC -DPIC lib/.libs/libmount_la-monotonic.o libmount/src/.libs/libmount_la-cache.o libmount/src/.libs/libmount_la-fs.o libmount/src/.libs/libmount_la-init.o libmount/src/.libs/libmount_la-iter.o libmount/src/.libs/libmount_la-lock.o libmount/src/.libs/libmount_la-optmap.o libmount/src/.libs/libmount_la-optstr.o libmount/src/.libs/libmount_la-tab.o libmount/src/.libs/libmount_la-tab_diff.o libmount/src/.libs/libmount_la-tab_parse.o libmount/src/.libs/libmount_la-tab_update.o libmount/src/.libs/libmount_la-test.o libmount/src/.libs/libmount_la-utils.o libmount/src/.libs/libmount_la-version.o libmount/src/.libs/libmount_la-context.o libmount/src/.libs/libmount_la-context_loopdev.o libmount/src/.libs/libmount_la-context_mount.o libmount/src/.libs/libmount_la-context_umount.o libmount/src/.libs/libmount_la-monitor.o libmount/src/.libs/libmount_la-btrfs.o -Wl,--whole-archive ./.libs/libcommon.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -L/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt -g -O2 -Wl,--version-script -Wl,./libmount/src/libmount.sym -Wl,-soname -Wl,libmount.so.1 -o .libs/libmount.so.1.1.0 | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -g -O2 -o .libs/wdctl sys-utils/wdctl-wdctl.o ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -shared -fPIC -DPIC libfdisk/src/.libs/libfdisk_la-init.o libfdisk/src/.libs/libfdisk_la-field.o libfdisk/src/.libs/libfdisk_la-item.o libfdisk/src/.libs/libfdisk_la-test.o libfdisk/src/.libs/libfdisk_la-ask.o libfdisk/src/.libs/libfdisk_la-alignment.o libfdisk/src/.libs/libfdisk_la-label.o libfdisk/src/.libs/libfdisk_la-utils.o libfdisk/src/.libs/libfdisk_la-context.o libfdisk/src/.libs/libfdisk_la-parttype.o libfdisk/src/.libs/libfdisk_la-partition.o libfdisk/src/.libs/libfdisk_la-table.o libfdisk/src/.libs/libfdisk_la-iter.o libfdisk/src/.libs/libfdisk_la-script.o libfdisk/src/.libs/libfdisk_la-version.o libfdisk/src/.libs/libfdisk_la-wipe.o libfdisk/src/.libs/libfdisk_la-sun.o libfdisk/src/.libs/libfdisk_la-sgi.o libfdisk/src/.libs/libfdisk_la-dos.o libfdisk/src/.libs/libfdisk_la-bsd.o libfdisk/src/.libs/libfdisk_la-gpt.o -Wl,--whole-archive ./.libs/libcommon.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -L/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs ./.libs/libuuid.so ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -g -O2 -Wl,--version-script -Wl,./libfdisk/src/libfdisk.sym -Wl,-soname -Wl,libfdisk.so.1 -o .libs/libfdisk.so.1.1.0 | |
libtool: link: (cd ".libs" && rm -f "libmount.so.1" && ln -s "libmount.so.1.1.0" "libmount.so.1") | |
libtool: link: (cd ".libs" && rm -f "libmount.so" && ln -s "libmount.so.1.1.0" "libmount.so") | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -g -O2 -o .libs/blkid misc-utils/blkid-blkid.o ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so ./.libs/libcommon.a -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: (cd .libs/libmount.lax/libcommon.a && ar x "/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/./.libs/libcommon.a") | |
libtool: link: ar cru .libs/libmount.a lib/libmount_la-monotonic.o libmount/src/libmount_la-cache.o libmount/src/libmount_la-fs.o libmount/src/libmount_la-init.o libmount/src/libmount_la-iter.o libmount/src/libmount_la-lock.o libmount/src/libmount_la-optmap.o libmount/src/libmount_la-optstr.o libmount/src/libmount_la-tab.o libmount/src/libmount_la-tab_diff.o libmount/src/libmount_la-tab_parse.o libmount/src/libmount_la-tab_update.o libmount/src/libmount_la-test.o libmount/src/libmount_la-utils.o libmount/src/libmount_la-version.o libmount/src/libmount_la-context.o libmount/src/libmount_la-context_loopdev.o libmount/src/libmount_la-context_mount.o libmount/src/libmount_la-context_umount.o libmount/src/libmount_la-monitor.o libmount/src/libmount_la-btrfs.o .libs/libmount.lax/libcommon.a/libcommon_la-blkdev.o .libs/libmount.lax/libcommon.a/libcommon_la-canonicalize.o .libs/libmount.lax/libcommon.a/libcommon_la-color-names.o .libs/libmount.lax/libcommon.a/libcommon_la-cpuset.o .libs/libmount.lax/libcommon.a/libcommon_la-crc32.o .libs/libmount.lax/libcommon.a/libcommon_la-crc32c.o .libs/libmount.lax/libcommon.a/libcommon_la-env.o .libs/libmount.lax/libcommon.a/libcommon_la-exec_shell.o .libs/libmount.lax/libcommon.a/libcommon_la-fileutils.o .libs/libmount.lax/libcommon.a/libcommon_la-idcache.o .libs/libmount.lax/libcommon.a/libcommon_la-ismounted.o .libs/libmount.lax/libcommon.a/libcommon_la-linux_version.o .libs/libmount.lax/libcommon.a/libcommon_la-loopdev.o .libs/libmount.lax/libcommon.a/libcommon_la-mangle.o .libs/libmount.lax/libcommon.a/libcommon_la-match.o .libs/libmount.lax/libcommon.a/libcommon_la-mbsalign.o .libs/libmount.lax/libcommon.a/libcommon_la-mbsedit.o .libs/libmount.lax/libcommon.a/libcommon_la-md5.o .libs/libmount.lax/libcommon.a/libcommon_la-pager.o .libs/libmount.lax/libcommon.a/libcommon_la-parse-date.o .libs/libmount.lax/libcommon.a/libcommon_la-path.o .libs/libmount.lax/libcommon.a/libcommon_la-plymouth-ctrl.o .libs/libmount.lax/libcommon.a/libcommon_la-procutils.o .libs/libmount.lax/libcommon.a/libcommon_la-pwdutils.o .libs/libmount.lax/libcommon.a/libcommon_la-randutils.o .libs/libmount.lax/libcommon.a/libcommon_la-setproctitle.o .libs/libmount.lax/libcommon.a/libcommon_la-sha1.o .libs/libmount.lax/libcommon.a/libcommon_la-signames.o .libs/libmount.lax/libcommon.a/libcommon_la-strutils.o .libs/libmount.lax/libcommon.a/libcommon_la-strv.o .libs/libmount.lax/libcommon.a/libcommon_la-sysfs.o .libs/libmount.lax/libcommon.a/libcommon_la-timeutils.o .libs/libmount.lax/libcommon.a/libcommon_la-ttyutils.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -g -O2 -o findfs misc-utils/findfs-findfs.o libblkid.la | |
libtool: link: ranlib .libs/libmount.a | |
libtool: link: rm -fr .libs/libmount.lax | |
libtool: link: ( cd ".libs" && rm -f "libmount.la" && ln -s "../libmount.la" "libmount.la" ) | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libsmartcols/src -g -O2 -o wipefs misc-utils/wipefs-wipefs.o libblkid.la libcommon.la libsmartcols.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libblkid/src -g -O2 -o fsck disk-utils/fsck-fsck.o lib/fsck-monotonic.o libmount.la libblkid.la libcommon.la -lrt | |
libtool: link: (cd ".libs" && rm -f "libfdisk.so.1" && ln -s "libfdisk.so.1.1.0" "libfdisk.so.1") | |
libtool: link: (cd ".libs" && rm -f "libfdisk.so" && ln -s "libfdisk.so.1.1.0" "libfdisk.so") | |
libtool: link: (cd .libs/libfdisk.lax/libcommon.a && ar x "/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/./.libs/libcommon.a") | |
libtool: link: ar cru .libs/libfdisk.a libfdisk/src/libfdisk_la-init.o libfdisk/src/libfdisk_la-field.o libfdisk/src/libfdisk_la-item.o libfdisk/src/libfdisk_la-test.o libfdisk/src/libfdisk_la-ask.o libfdisk/src/libfdisk_la-alignment.o libfdisk/src/libfdisk_la-label.o libfdisk/src/libfdisk_la-utils.o libfdisk/src/libfdisk_la-context.o libfdisk/src/libfdisk_la-parttype.o libfdisk/src/libfdisk_la-partition.o libfdisk/src/libfdisk_la-table.o libfdisk/src/libfdisk_la-iter.o libfdisk/src/libfdisk_la-script.o libfdisk/src/libfdisk_la-version.o libfdisk/src/libfdisk_la-wipe.o libfdisk/src/libfdisk_la-sun.o libfdisk/src/libfdisk_la-sgi.o libfdisk/src/libfdisk_la-dos.o libfdisk/src/libfdisk_la-bsd.o libfdisk/src/libfdisk_la-gpt.o .libs/libfdisk.lax/libcommon.a/libcommon_la-blkdev.o .libs/libfdisk.lax/libcommon.a/libcommon_la-canonicalize.o .libs/libfdisk.lax/libcommon.a/libcommon_la-color-names.o .libs/libfdisk.lax/libcommon.a/libcommon_la-cpuset.o .libs/libfdisk.lax/libcommon.a/libcommon_la-crc32.o .libs/libfdisk.lax/libcommon.a/libcommon_la-crc32c.o .libs/libfdisk.lax/libcommon.a/libcommon_la-env.o .libs/libfdisk.lax/libcommon.a/libcommon_la-exec_shell.o .libs/libfdisk.lax/libcommon.a/libcommon_la-fileutils.o .libs/libfdisk.lax/libcommon.a/libcommon_la-idcache.o .libs/libfdisk.lax/libcommon.a/libcommon_la-ismounted.o .libs/libfdisk.lax/libcommon.a/libcommon_la-linux_version.o .libs/libfdisk.lax/libcommon.a/libcommon_la-loopdev.o .libs/libfdisk.lax/libcommon.a/libcommon_la-mangle.o .libs/libfdisk.lax/libcommon.a/libcommon_la-match.o .libs/libfdisk.lax/libcommon.a/libcommon_la-mbsalign.o .libs/libfdisk.lax/libcommon.a/libcommon_la-mbsedit.o .libs/libfdisk.lax/libcommon.a/libcommon_la-md5.o .libs/libfdisk.lax/libcommon.a/libcommon_la-pager.o .libs/libfdisk.lax/libcommon.a/libcommon_la-parse-date.o .libs/libfdisk.lax/libcommon.a/libcommon_la-path.o .libs/libfdisk.lax/libcommon.a/libcommon_la-plymouth-ctrl.o .libs/libfdisk.lax/libcommon.a/libcommon_la-procutils.o .libs/libfdisk.lax/libcommon.a/libcommon_la-pwdutils.o .libs/libfdisk.lax/libcommon.a/libcommon_la-randutils.o .libs/libfdisk.lax/libcommon.a/libcommon_la-setproctitle.o .libs/libfdisk.lax/libcommon.a/libcommon_la-sha1.o .libs/libfdisk.lax/libcommon.a/libcommon_la-signames.o .libs/libfdisk.lax/libcommon.a/libcommon_la-strutils.o .libs/libfdisk.lax/libcommon.a/libcommon_la-strv.o .libs/libfdisk.lax/libcommon.a/libcommon_la-sysfs.o .libs/libfdisk.lax/libcommon.a/libcommon_la-timeutils.o .libs/libfdisk.lax/libcommon.a/libcommon_la-ttyutils.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libfdisk.a | |
libtool: link: rm -fr .libs/libfdisk.lax | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -g -O2 -o .libs/findfs misc-utils/findfs-findfs.o ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: ( cd ".libs" && rm -f "libfdisk.la" && ln -s "../libfdisk.la" "libfdisk.la" ) | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o eject sys-utils/eject-eject.o lib/eject-monotonic.o libmount.la libcommon.la -lrt | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libsmartcols/src -g -O2 -o .libs/wipefs misc-utils/wipefs-wipefs.o ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libmount/src -g -O2 -o lsns sys-utils/lsns-lsns.o libcommon.la libsmartcols.la libmount.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libblkid/src -g -O2 -o .libs/fsck disk-utils/fsck-fsck.o lib/fsck-monotonic.o ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so ./.libs/libcommon.a -lrt -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libsmartcols/src -g -O2 -o lslocks misc-utils/lslocks-lslocks.o libcommon.la libmount.la libsmartcols.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o .libs/eject sys-utils/eject-eject.o lib/eject-monotonic.o ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so ./.libs/libcommon.a -lrt -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I/usr/include/python2.7 -I/usr/include/arm-linux-gnueabihf/python2.7 -I./libmount/src -fno-strict-aliasing -g -O2 -avoid-version -module -shared -export-dynamic -o pylibmount.la -rpath /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib/python2.7/site-packages/libmount libmount/python/pylibmount_la-pylibmount.lo libmount/python/pylibmount_la-fs.lo libmount/python/pylibmount_la-tab.lo libmount/python/pylibmount_la-context.lo libmount.la -lpython2.7 | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libsmartcols/src -I./libmount/src -g -O2 -o .libs/lsns sys-utils/lsns-lsns.o ./.libs/libcommon.a ./.libs/libsmartcols.so ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o mount sys-utils/mount-mount.o libcommon.la libmount.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libsmartcols/src -g -O2 -o .libs/lslocks misc-utils/lslocks-lslocks.o ./.libs/libcommon.a ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o umount sys-utils/umount-umount.o libcommon.la libmount.la | |
libtool: link: gcc-6 -shared -fPIC -DPIC libmount/python/.libs/pylibmount_la-pylibmount.o libmount/python/.libs/pylibmount_la-fs.o libmount/python/.libs/pylibmount_la-tab.o libmount/python/.libs/pylibmount_la-context.o -Wl,-rpath -Wl,/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib -L/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt -lpython2.7 -g -O2 -Wl,-soname -Wl,pylibmount.so -o .libs/pylibmount.so | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o .libs/mount sys-utils/mount-mount.o ./.libs/libcommon.a ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o mountpoint sys-utils/mountpoint-mountpoint.o libmount.la | |
libtool: link: ( cd ".libs" && rm -f "pylibmount.la" && ln -s "../pylibmount.la" "pylibmount.la" ) | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libsmartcols/src -g -O2 -o lsblk misc-utils/lsblk-lsblk.o libblkid.la libmount.la libcommon.la libsmartcols.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o .libs/umount sys-utils/umount-umount.o ./.libs/libcommon.a ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libsmartcols/src -I./libblkid/src -g -O2 -o findmnt misc-utils/findmnt-findmnt.o misc-utils/findmnt-findmnt-verify.o libmount.la libcommon.la libsmartcols.la libblkid.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o fstrim sys-utils/fstrim-fstrim.o libcommon.la libmount.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o .libs/mountpoint sys-utils/mountpoint-mountpoint.o ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libsmartcols/src -g -O2 -o .libs/lsblk misc-utils/lsblk-lsblk.o ./.libs/libblkid.so ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt ./.libs/libcommon.a ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libsmartcols/src -g -O2 -o swapon sys-utils/swapon-swapon.o sys-utils/swapon-swapon-common.o lib/swapon-swapprober.o libblkid.la libcommon.la libmount.la libsmartcols.la | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -I./libsmartcols/src -I./libblkid/src -g -O2 -o .libs/findmnt misc-utils/findmnt-findmnt.o misc-utils/findmnt-findmnt-verify.o ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so -lrt ./.libs/libcommon.a ./.libs/libsmartcols.so ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libmount/src -g -O2 -o .libs/fstrim sys-utils/fstrim-fstrim.o ./.libs/libcommon.a ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -g -O2 -o swapoff sys-utils/swapoff-swapoff.o sys-utils/swapoff-swapon-common.o lib/swapoff-swapprober.o libmount.la libblkid.la libcommon.la | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -g -O2 -o fdisk disk-utils/fdisk-fdisk.o disk-utils/fdisk-fdisk-menu.o disk-utils/fdisk-fdisk-list.o libcommon.la libfdisk.la libsmartcols.la libtcolors.la -lreadline | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -g -O2 -o sfdisk disk-utils/sfdisk-sfdisk.o disk-utils/sfdisk-fdisk-list.o libcommon.la libfdisk.la libsmartcols.la libtcolors.la -lreadline | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -I./libsmartcols/src -g -O2 -o .libs/swapon sys-utils/swapon-swapon.o sys-utils/swapon-swapon-common.o lib/swapon-swapprober.o ./.libs/libblkid.so ./.libs/libcommon.a ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt ./.libs/libsmartcols.so -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libmount/src -g -O2 -o .libs/swapoff sys-utils/swapoff-swapoff.o sys-utils/swapoff-swapon-common.o lib/swapoff-swapprober.o ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so -lrt ./.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so ./.libs/libcommon.a -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
/bin/bash ./libtool --tag=CC --mode=link gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -I./libmount/src -D_GNU_SOURCE -D_DEFAULT_SOURCE -I/home/pi/.linuxbrew/Cellar/ncurses/6.1/include/ncursesw -I/home/pi/.linuxbrew/Cellar/ncurses/6.1/include -g -O2 -o cfdisk disk-utils/cfdisk-cfdisk.o libsmartcols.la libcommon.la libfdisk.la libtcolors.la libmount.la -L/home/pi/.linuxbrew/Cellar/ncurses/6.1/lib -lncursesw | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -g -O2 -o .libs/fdisk disk-utils/fdisk-fdisk.o disk-utils/fdisk-fdisk-menu.o disk-utils/fdisk-fdisk-list.o ./.libs/libcommon.a ./.libs/libfdisk.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so ./.libs/libsmartcols.so ./.libs/libtcolors.a -ltinfo -lreadline -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -g -O2 -o .libs/sfdisk disk-utils/sfdisk-sfdisk.o disk-utils/sfdisk-fdisk-list.o ./.libs/libcommon.a ./.libs/libfdisk.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so ./.libs/libsmartcols.so ./.libs/libtcolors.a -ltinfo -lreadline -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
libtool: link: gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libfdisk/src -I./libsmartcols/src -I./libmount/src -D_GNU_SOURCE -D_DEFAULT_SOURCE -I/home/pi/.linuxbrew/Cellar/ncurses/6.1/include/ncursesw -I/home/pi/.linuxbrew/Cellar/ncurses/6.1/include -g -O2 -o .libs/cfdisk disk-utils/cfdisk-cfdisk.o ./.libs/libsmartcols.so ./.libs/libcommon.a ./.libs/libfdisk.so ./.libs/libtcolors.a -ltinfo ./.libs/libmount.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libblkid.so /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/.libs/libuuid.so -lrt -L/home/pi/.linuxbrew/Cellar/ncurses/6.1/lib -lncursesw -Wl,-rpath -Wl,/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib | |
make[3]: Entering directory '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32' | |
/bin/mkdir -p '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin' | |
/bin/mkdir -p '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
/bin/mkdir -p '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib/python2.7/site-packages/libmount' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c more dmesg mount umount wdctl mountpoint lsblk findmnt '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin' | |
/bin/mkdir -p '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c libuuid.la libblkid.la libmount.la libsmartcols.la libfdisk.la '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c agetty sulogin nologin fstrim ctrlaltdel fsfreeze blkdiscard losetup zramctl swapon swapoff chcpu pivot_root switch_root hwclock blkid findfs wipefs fsck.minix mkfs.minix mkfs mkfs.bfs mkswap swaplabel fsck raw fsck.cramfs mkfs.cramfs blockdev fdisk sfdisk cfdisk '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin' | |
/usr/bin/install -c -m 644 libmount/python/__init__.py '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib/python2.7/site-packages/libmount' | |
Byte-compiling python modules... | |
__init__.py | |
libtool: install: /usr/bin/install -c more /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/more | |
libtool: install: /usr/bin/install -c .libs/libuuid.so.1.3.0 /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib/libuuid.so.1.3.0 | |
libtool: install: (cd /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so.1 || { rm -f libuuid.so.1 && ln -s libuuid.so.1.3.0 libuuid.so.1; }; }) | |
libtool: install: (cd /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so || { rm -f libuuid.so && ln -s libuuid.so.1.3.0 libuuid.so; }; }) | |
libtool: install: /usr/bin/install -c dmesg /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/dmesg | |
libtool: install: /usr/bin/install -c .libs/libuuid.lai /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib/libuuid.la | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: relinking 'libblkid.la' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: (cd /tmp/util-linux-20180414-31073-koxwad/util-linux-2.32; /bin/bash "/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libtool" --tag CC --mode=relink gcc-6 -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -I./libblkid/src -I./libblkid/src -I./libuuid/src -g -O2 -Wl,--version-script,./libblkid/src/libblkid.sym -version-info 2:0:1 -o libblkid.la -rpath /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib libblkid/src/libblkid_la-init.lo libblkid/src/libblkid_la-cache.lo libblkid/src/libblkid_la-config.lo libblkid/src/libblkid_la-dev.lo libblkid/src/libblkid_la-devname.lo libblkid/src/libblkid_la-devno.lo libblkid/src/libblkid_la-encode.lo libblkid/src/libblkid_la-evaluate.lo libblkid/src/libblkid_la-getsize.lo libblkid/src/libblkid_la-llseek.lo libblkid/src/libblkid_la-probe.lo libblkid/src/libblkid_la-read.lo libblkid/src/libblkid_la-resolve.lo libblkid/src/libblkid_la-save.lo libblkid/src/libblkid_la-tag.lo libblkid/src/libblkid_la-verify.lo libblkid/src/libblkid_la-version.lo libblkid/src/partitions/libblkid_la-aix.lo libblkid/src/partitions/libblkid_la-atari.lo libblkid/src/partitions/libblkid_la-bsd.lo libblkid/src/partitions/libblkid_la-dos.lo libblkid/src/partitions/libblkid_la-gpt.lo libblkid/src/partitions/libblkid_la-mac.lo libblkid/src/partitions/libblkid_la-minix.lo libblkid/src/partitions/libblkid_la-partitions.lo libblkid/src/partitions/libblkid_la-sgi.lo libblkid/src/partitions/libblkid_la-solaris_x86.lo libblkid/src/partitions/libblkid_la-sun.lo libblkid/src/partitions/libblkid_la-ultrix.lo libblkid/src/partitions/libblkid_la-unixware.lo libblkid/src/superblocks/libblkid_la-adaptec_raid.lo libblkid/src/superblocks/libblkid_la-bcache.lo libblkid/src/superblocks/libblkid_la-befs.lo libblkid/src/superblocks/libblkid_la-bfs.lo libblkid/src/superblocks/libblkid_la-btrfs.lo libblkid/src/superblocks/libblkid_la-cramfs.lo libblkid/src/superblocks/libblkid_la-ddf_raid.lo libblkid/src/superblocks/libblkid_la-drbd.lo libblkid/src/superblocks/libblkid_la-drbdproxy_datalog.lo libblkid/src/superblocks/libblkid_la-drbdmanage.lo libblkid/src/superblocks/libblkid_la-exfat.lo libblkid/src/superblocks/libblkid_la-exfs.lo libblkid/src/superblocks/libblkid_la-ext.lo libblkid/src/superblocks/libblkid_la-f2fs.lo libblkid/src/superblocks/libblkid_la-gfs.lo libblkid/src/superblocks/libblkid_la-hfs.lo libblkid/src/superblocks/libblkid_la-highpoint_raid.lo libblkid/src/superblocks/libblkid_la-hpfs.lo libblkid/src/superblocks/libblkid_la-iso9660.lo libblkid/src/superblocks/libblkid_la-isw_raid.lo libblkid/src/superblocks/libblkid_la-jfs.lo libblkid/src/superblocks/libblkid_la-jmicron_raid.lo libblkid/src/superblocks/libblkid_la-linux_raid.lo libblkid/src/superblocks/libblkid_la-lsi_raid.lo libblkid/src/superblocks/libblkid_la-luks.lo libblkid/src/superblocks/libblkid_la-lvm.lo libblkid/src/superblocks/libblkid_la-minix.lo libblkid/src/superblocks/libblkid_la-mpool.lo libblkid/src/superblocks/libblkid_la-netware.lo libblkid/src/superblocks/libblkid_la-nilfs.lo libblkid/src/superblocks/libblkid_la-ntfs.lo libblkid/src/superblocks/libblkid_la-refs.lo libblkid/src/superblocks/libblkid_la-nvidia_raid.lo libblkid/src/superblocks/libblkid_la-ocfs.lo libblkid/src/superblocks/libblkid_la-promise_raid.lo libblkid/src/superblocks/libblkid_la-reiserfs.lo libblkid/src/superblocks/libblkid_la-romfs.lo libblkid/src/superblocks/libblkid_la-silicon_raid.lo libblkid/src/superblocks/libblkid_la-squashfs.lo libblkid/src/superblocks/libblkid_la-stratis.lo libblkid/src/superblocks/libblkid_la-superblocks.lo libblkid/src/superblocks/libblkid_la-swap.lo libblkid/src/superblocks/libblkid_la-sysv.lo libblkid/src/superblocks/libblkid_la-ubi.lo libblkid/src/superblocks/libblkid_la-ubifs.lo libblkid/src/superblocks/libblkid_la-udf.lo libblkid/src/superblocks/libblkid_la-ufs.lo libblkid/src/superblocks/libblkid_la-vdo.lo libblkid/src/superblocks/libblkid_la-vfat.lo libblkid/src/superblocks/libblkid_la-via_raid.lo libblkid/src/superblocks/libblkid_la-vmfs.lo libblkid/src/superblocks/libblkid_la-vxfs.lo libblkid/src/superblocks/libblkid_la-xfs.lo libblkid/src/superblocks/libblkid_la-zfs.lo libblkid/src/topology/libblkid_la-topology.lo libblkid/src/topology/libblkid_la-dm.lo libblkid/src/topology/libblkid_la-evms.lo libblkid/src/topology/libblkid_la-ioctl.lo libblkid/src/topology/libblkid_la-lvm.lo libblkid/src/topology/libblkid_la-md.lo libblkid/src/topology/libblkid_la-sysfs.lo libcommon.la libuuid.la ) | |
libtool: install: /usr/bin/install -c .libs/mount /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/mount | |
Byte-compiling python modules (optimized versions) ... | |
__init__.py | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
/bin/mkdir -p '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c chrt ionice taskset col colcrt colrm column hexdump rev ul script scriptreplay setterm mesg wall last utmpdump lslogins lsmem chmem flock ipcmk ipcrm ipcs lsipc renice setsid setarch eject prlimit lsns lscpu fallocate unshare nsenter logger look mcookie namei whereis lslocks uuidgen uuidparse rename getopt fincore isosize '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin' | |
libtool: install: /usr/bin/install -c .libs/umount /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/umount | |
libtool: install: /usr/bin/install -c agetty /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/agetty | |
libtool: install: /usr/bin/install -c sulogin /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/sulogin | |
libtool: install: /usr/bin/install -c nologin /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/nologin | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/wdctl /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/wdctl | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/fstrim /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/fstrim | |
libtool: install: /usr/bin/install -c ctrlaltdel /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/ctrlaltdel | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c fsfreeze /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/fsfreeze | |
libtool: install: /usr/bin/install -c blkdiscard /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/blkdiscard | |
libtool: install: /usr/bin/install -c .libs/mountpoint /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/mountpoint | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/losetup /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/losetup | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/lsblk /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/lsblk | |
libtool: install: /usr/bin/install -c .libs/zramctl /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/zramctl | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c chrt /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/chrt | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c ionice /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/ionice | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c taskset /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/taskset | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c col /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/col | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c colcrt /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/colcrt | |
libtool: install: /usr/bin/install -c .libs/findmnt /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/findmnt | |
libtool: install: /usr/bin/install -c colrm /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/colrm | |
libtool: install: /usr/bin/install -c .libs/swapon /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/swapon | |
/bin/mkdir -p '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c rfkill readprofile ldattach rtcwake uuidd fdformat partx addpart delpart resizepart '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin' | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/column /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/column | |
libtool: install: /usr/bin/install -c hexdump /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/hexdump | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c rev /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/rev | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c ul /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/ul | |
libtool: install: /usr/bin/install -c script /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/script | |
libtool: install: /usr/bin/install -c .libs/swapoff /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/swapoff | |
libtool: install: /usr/bin/install -c scriptreplay /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/scriptreplay | |
libtool: install: /usr/bin/install -c chcpu /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/chcpu | |
libtool: install: /usr/bin/install -c setterm /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/setterm | |
libtool: install: /usr/bin/install -c pivot_root /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/pivot_root | |
libtool: install: /usr/bin/install -c switch_root /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/switch_root | |
libtool: install: /usr/bin/install -c mesg /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/mesg | |
libtool: install: /usr/bin/install -c hwclock /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/hwclock | |
libtool: install: /usr/bin/install -c wall /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/wall | |
libtool: install: /usr/bin/install -c last /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/last | |
libtool: install: /usr/bin/install -c utmpdump /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/utmpdump | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/blkid /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/blkid | |
libtool: install: /usr/bin/install -c .libs/lslogins /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/lslogins | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/rfkill /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/rfkill | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c readprofile /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/readprofile | |
libtool: install: /usr/bin/install -c .libs/lsmem /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/lsmem | |
libtool: install: /usr/bin/install -c ldattach /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/ldattach | |
libtool: install: /usr/bin/install -c .libs/findfs /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/findfs | |
libtool: install: /usr/bin/install -c chmem /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/chmem | |
libtool: install: /usr/bin/install -c rtcwake /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/rtcwake | |
libtool: install: /usr/bin/install -c flock /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/flock | |
libtool: install: /usr/bin/install -c ipcmk /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/ipcmk | |
libtool: install: /usr/bin/install -c ipcrm /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/ipcrm | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/uuidd /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/uuidd | |
libtool: install: /usr/bin/install -c ipcs /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/ipcs | |
libtool: install: /usr/bin/install -c fdformat /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/fdformat | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/wipefs /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/wipefs | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c fsck.minix /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/fsck.minix | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c mkfs.minix /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/mkfs.minix | |
libtool: install: /usr/bin/install -c .libs/lsipc /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/lsipc | |
libtool: install: /usr/bin/install -c mkfs /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/mkfs | |
libtool: install: /usr/bin/install -c renice /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/renice | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c mkfs.bfs /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/mkfs.bfs | |
libtool: install: /usr/bin/install -c setsid /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/setsid | |
libtool: install: /usr/bin/install -c .libs/partx /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/partx | |
libtool: install: /usr/bin/install -c setarch /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/setarch | |
libtool: install: /usr/bin/install -c addpart /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/addpart | |
libtool: install: /usr/bin/install -c delpart /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/delpart | |
libtool: install: /usr/bin/install -c resizepart /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/resizepart | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
/bin/mkdir -p '/usr/share/bash-completion/completions' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
/usr/bin/install -c -m 644 bash-completion/blkid bash-completion/col bash-completion/colcrt bash-completion/colrm bash-completion/column bash-completion/fincore bash-completion/findfs bash-completion/findmnt bash-completion/flock bash-completion/getopt bash-completion/hexdump bash-completion/ipcmk bash-completion/ipcrm bash-completion/ipcs bash-completion/isosize bash-completion/logger bash-completion/look bash-completion/lsipc bash-completion/lsns bash-completion/mcookie bash-completion/mkfs bash-completion/mkswap bash-completion/namei bash-completion/prlimit bash-completion/readprofile bash-completion/renice bash-completion/rev bash-completion/script bash-completion/scriptreplay bash-completion/setsid bash-completion/whereis bash-completion/wipefs bash-completion/fsck bash-completion/mkfs.bfs bash-completion/fsck.minix bash-completion/mkfs.minix bash-completion/fsck.cramfs bash-completion/mkfs.cramfs bash-completion/addpart bash-completion/delpart '/usr/share/bash-completion/completions' | |
libtool: install: /usr/bin/install -c .libs/mkswap /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/mkswap | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/blkid': Permission denied | |
/usr/bin/install: cannot create regular file '/usr/share/bash-completion/completions/col': Permission denied | |
/usr/bin/install: cannot create regular file '/usr/share/bash-completion/completions/colcrt': Permission denied | |
/usr/bin/install: cannot create regular file '/usr/share/bash-completion/completions/colrm': Permission denied | |
/usr/bin/install: cannot create regular file '/usr/share/bash-completion/completions/column': Permission denied | |
/usr/bin/install: cannot create regular file '/usr/share/bash-completion/completions/fincore': Permission denied | |
/usr/bin/install: cannot create regular file '/usr/share/bash-completion/completions/findfs': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/findmnt': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/flock': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/getopt': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/hexdump': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/ipcmk': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/ipcrm': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/ipcs': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/isosize': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/logger': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/look': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/lsipc': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/lsns': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/mcookie': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/mkfs': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/mkswap': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/namei': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/prlimit': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/readprofile': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/renice': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/rev': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/script': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/scriptreplay': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/setsid': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/whereis': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/wipefs': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/fsck': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/mkfs.bfs': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/fsck.minix': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/mkfs.minix': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/fsck.cramfs': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/mkfs.cramfs': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/addpart': Permission denied | |
/usr/bin/install: cannot remove '/usr/share/bash-completion/completions/delpart': Permission denied | |
Makefile:11931: recipe for target 'install-dist_bashcompletionDATA' failed | |
make[3]: *** [install-dist_bashcompletionDATA] Error 1 | |
make[3]: *** Waiting for unfinished jobs.... | |
libtool: install: /usr/bin/install -c .libs/eject /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/eject | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/prlimit /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/prlimit | |
libtool: install: /usr/bin/install -c .libs/swaplabel /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/swaplabel | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/lsns /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/lsns | |
libtool: install: /usr/bin/install -c .libs/fsck /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/fsck | |
libtool: install: /usr/bin/install -c raw /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/raw | |
libtool: install: /usr/bin/install -c fsck.cramfs /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/fsck.cramfs | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c mkfs.cramfs /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/mkfs.cramfs | |
libtool: install: /usr/bin/install -c blockdev /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/blockdev | |
libtool: install: /usr/bin/install -c .libs/lscpu /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/lscpu | |
libtool: install: /usr/bin/install -c fallocate /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/fallocate | |
libtool: install: /usr/bin/install -c unshare /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/unshare | |
libtool: install: /usr/bin/install -c nsenter /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/nsenter | |
libtool: warning: 'libfdisk.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c logger /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/logger | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c look /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/look | |
libtool: install: /usr/bin/install -c mcookie /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/mcookie | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c namei /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/namei | |
libtool: install: /usr/bin/install -c whereis /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/whereis | |
libtool: install: /usr/bin/install -c .libs/fdisk /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/fdisk | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libfdisk.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/sfdisk /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/sfdisk | |
libtool: install: /usr/bin/install -c .libs/lslocks /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/lslocks | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libfdisk.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/uuidgen /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/uuidgen | |
libtool: warning: 'libmount.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: '/tmp/util-linux-20180414-31073-koxwad/util-linux-2.32/libblkid.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/cfdisk /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/sbin/cfdisk | |
libtool: install: /usr/bin/install -c .libs/uuidparse /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/uuidparse | |
libtool: install: /usr/bin/install -c rename /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/rename | |
libtool: install: /usr/bin/install -c getopt /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/getopt | |
libtool: warning: 'libsmartcols.la' has not been installed in '/home/pi/.linuxbrew/Cellar/util-linux/2.32_1/lib' | |
libtool: install: /usr/bin/install -c .libs/fincore /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/fincore | |
libtool: install: /usr/bin/install -c isosize /home/pi/.linuxbrew/Cellar/util-linux/2.32_1/bin/isosize |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment