Build of sg3_utils with vanilla toolchain

The build took 00h 00m 43s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
74,312 ansic
14,340 sh
3,975 makefile
2,830 cpp
95,457 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: sg3_utils 1.42-1 (Wed Aug 24 13:39:36 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... gcc -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) 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 for ANSI C header files... (cached) yes
# checking for linux/types.h... yes
# checking for linux/bsg.h... yes
# checking for linux/kdev_t.h... yes
# checking for getopt_long... yes
# checking for posix_fadvise... yes
# checking for posix_memalign... yes
# checking for sysconf... yes
# checking for lseek64... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/Makefile
# config.status: creating lib/Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating scripts/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42'
# Making all in include
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/include'
# Making all in lib
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/lib'
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_lib.lo -MD -MP -MF .deps/sg_lib.Tpo -c -o sg_lib.lo sg_lib.c
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_lib_data.lo -MD -MP -MF .deps/sg_lib_data.Tpo -c -o sg_lib_data.lo sg_lib_data.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_lib_data.lo -MD -MP -MF .deps/sg_lib_data.Tpo -c sg_lib_data.c -fPIC -DPIC -o .libs/sg_lib_data.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_lib.lo -MD -MP -MF .deps/sg_lib.Tpo -c sg_lib.c -fPIC -DPIC -o .libs/sg_lib.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_lib_data.lo -MD -MP -MF .deps/sg_lib_data.Tpo -c sg_lib_data.c -o sg_lib_data.o >/dev/null 2>&1
# mv -f .deps/sg_lib_data.Tpo .deps/sg_lib_data.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_basic.lo -MD -MP -MF .deps/sg_cmds_basic.Tpo -c -o sg_cmds_basic.lo sg_cmds_basic.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_basic.lo -MD -MP -MF .deps/sg_cmds_basic.Tpo -c sg_cmds_basic.c -fPIC -DPIC -o .libs/sg_cmds_basic.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_basic.lo -MD -MP -MF .deps/sg_cmds_basic.Tpo -c sg_cmds_basic.c -o sg_cmds_basic.o >/dev/null 2>&1
# mv -f .deps/sg_cmds_basic.Tpo .deps/sg_cmds_basic.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_basic2.lo -MD -MP -MF .deps/sg_cmds_basic2.Tpo -c -o sg_cmds_basic2.lo sg_cmds_basic2.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_basic2.lo -MD -MP -MF .deps/sg_cmds_basic2.Tpo -c sg_cmds_basic2.c -fPIC -DPIC -o .libs/sg_cmds_basic2.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_basic2.lo -MD -MP -MF .deps/sg_cmds_basic2.Tpo -c sg_cmds_basic2.c -o sg_cmds_basic2.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_lib.lo -MD -MP -MF .deps/sg_lib.Tpo -c sg_lib.c -o sg_lib.o >/dev/null 2>&1
# mv -f .deps/sg_cmds_basic2.Tpo .deps/sg_cmds_basic2.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_extra.lo -MD -MP -MF .deps/sg_cmds_extra.Tpo -c -o sg_cmds_extra.lo sg_cmds_extra.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_extra.lo -MD -MP -MF .deps/sg_cmds_extra.Tpo -c sg_cmds_extra.c -fPIC -DPIC -o .libs/sg_cmds_extra.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_extra.lo -MD -MP -MF .deps/sg_cmds_extra.Tpo -c sg_cmds_extra.c -o sg_cmds_extra.o >/dev/null 2>&1
# mv -f .deps/sg_lib.Tpo .deps/sg_lib.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_mmc.lo -MD -MP -MF .deps/sg_cmds_mmc.Tpo -c -o sg_cmds_mmc.lo sg_cmds_mmc.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_mmc.lo -MD -MP -MF .deps/sg_cmds_mmc.Tpo -c sg_cmds_mmc.c -fPIC -DPIC -o .libs/sg_cmds_mmc.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_cmds_mmc.lo -MD -MP -MF .deps/sg_cmds_mmc.Tpo -c sg_cmds_mmc.c -o sg_cmds_mmc.o >/dev/null 2>&1
# mv -f .deps/sg_cmds_mmc.Tpo .deps/sg_cmds_mmc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_pt_common.lo -MD -MP -MF .deps/sg_pt_common.Tpo -c -o sg_pt_common.lo sg_pt_common.c
# mv -f .deps/sg_cmds_extra.Tpo .deps/sg_cmds_extra.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_pt_linux.lo -MD -MP -MF .deps/sg_pt_linux.Tpo -c -o sg_pt_linux.lo sg_pt_linux.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_pt_common.lo -MD -MP -MF .deps/sg_pt_common.Tpo -c sg_pt_common.c -fPIC -DPIC -o .libs/sg_pt_common.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_pt_linux.lo -MD -MP -MF .deps/sg_pt_linux.Tpo -c sg_pt_linux.c -fPIC -DPIC -o .libs/sg_pt_linux.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_pt_common.lo -MD -MP -MF .deps/sg_pt_common.Tpo -c sg_pt_common.c -o sg_pt_common.o >/dev/null 2>&1
# mv -f .deps/sg_pt_common.Tpo .deps/sg_pt_common.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_io_linux.lo -MD -MP -MF .deps/sg_io_linux.Tpo -c -o sg_io_linux.lo sg_io_linux.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_io_linux.lo -MD -MP -MF .deps/sg_io_linux.Tpo -c sg_io_linux.c -fPIC -DPIC -o .libs/sg_io_linux.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_io_linux.lo -MD -MP -MF .deps/sg_io_linux.Tpo -c sg_io_linux.c -o sg_io_linux.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_pt_linux.lo -MD -MP -MF .deps/sg_pt_linux.Tpo -c sg_pt_linux.c -o sg_pt_linux.o >/dev/null 2>&1
# mv -f .deps/sg_io_linux.Tpo .deps/sg_io_linux.Plo
# mv -f .deps/sg_pt_linux.Tpo .deps/sg_pt_linux.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -version-info 2:0:0 -no-undefined -o libsgutils2.la -rpath /usr/lib sg_lib.lo sg_lib_data.lo sg_cmds_basic.lo sg_cmds_basic2.lo sg_cmds_extra.lo sg_cmds_mmc.lo sg_pt_common.lo sg_pt_linux.lo sg_io_linux.lo
# libtool: link: gcc -shared -fPIC -DPIC .libs/sg_lib.o .libs/sg_lib_data.o .libs/sg_cmds_basic.o .libs/sg_cmds_basic2.o .libs/sg_cmds_extra.o .libs/sg_cmds_mmc.o .libs/sg_pt_common.o .libs/sg_pt_linux.o .libs/sg_io_linux.o -Wl,-soname -Wl,libsgutils2.so.2 -o .libs/libsgutils2.so.2.0.0
# libtool: link: (cd ".libs" && rm -f "libsgutils2.so.2" && ln -s "libsgutils2.so.2.0.0" "libsgutils2.so.2")
# libtool: link: (cd ".libs" && rm -f "libsgutils2.so" && ln -s "libsgutils2.so.2.0.0" "libsgutils2.so")
# libtool: link: ar cru .libs/libsgutils2.a sg_lib.o sg_lib_data.o sg_cmds_basic.o sg_cmds_basic2.o sg_cmds_extra.o sg_cmds_mmc.o sg_pt_common.o sg_pt_linux.o sg_io_linux.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsgutils2.a
# libtool: link: ( cd ".libs" && rm -f "libsgutils2.la" && ln -s "../libsgutils2.la" "libsgutils2.la" )
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/lib'
# Making all in src
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/src'
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_compare_and_write.o -MD -MP -MF .deps/sg_compare_and_write.Tpo -c -o sg_compare_and_write.o sg_compare_and_write.c
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_decode_sense.o -MD -MP -MF .deps/sg_decode_sense.Tpo -c -o sg_decode_sense.o sg_decode_sense.c
# mv -f .deps/sg_decode_sense.Tpo .deps/sg_decode_sense.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_format.o -MD -MP -MF .deps/sg_format.Tpo -c -o sg_format.o sg_format.c
# mv -f .deps/sg_compare_and_write.Tpo .deps/sg_compare_and_write.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_get_config.o -MD -MP -MF .deps/sg_get_config.Tpo -c -o sg_get_config.o sg_get_config.c
# mv -f .deps/sg_format.Tpo .deps/sg_format.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_get_lba_status.o -MD -MP -MF .deps/sg_get_lba_status.Tpo -c -o sg_get_lba_status.o sg_get_lba_status.c
# mv -f .deps/sg_get_lba_status.Tpo .deps/sg_get_lba_status.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_ident.o -MD -MP -MF .deps/sg_ident.Tpo -c -o sg_ident.o sg_ident.c
# mv -f .deps/sg_get_config.Tpo .deps/sg_get_config.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_inq.o -MD -MP -MF .deps/sg_inq.Tpo -c -o sg_inq.o sg_inq.c
# mv -f .deps/sg_ident.Tpo .deps/sg_ident.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_inq_data.o -MD -MP -MF .deps/sg_inq_data.Tpo -c -o sg_inq_data.o sg_inq_data.c
# mv -f .deps/sg_inq_data.Tpo .deps/sg_inq_data.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_logs.o -MD -MP -MF .deps/sg_logs.Tpo -c -o sg_logs.o sg_logs.c
# mv -f .deps/sg_inq.Tpo .deps/sg_inq.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_luns.o -MD -MP -MF .deps/sg_luns.Tpo -c -o sg_luns.o sg_luns.c
# mv -f .deps/sg_luns.Tpo .deps/sg_luns.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_modes.o -MD -MP -MF .deps/sg_modes.Tpo -c -o sg_modes.o sg_modes.c
# mv -f .deps/sg_logs.Tpo .deps/sg_logs.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_opcodes.o -MD -MP -MF .deps/sg_opcodes.Tpo -c -o sg_opcodes.o sg_opcodes.c
# mv -f .deps/sg_modes.Tpo .deps/sg_modes.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_persist.o -MD -MP -MF .deps/sg_persist.Tpo -c -o sg_persist.o sg_persist.c
# mv -f .deps/sg_opcodes.Tpo .deps/sg_opcodes.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_prevent.o -MD -MP -MF .deps/sg_prevent.Tpo -c -o sg_prevent.o sg_prevent.c
# mv -f .deps/sg_persist.Tpo .deps/sg_persist.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_raw.o -MD -MP -MF .deps/sg_raw.Tpo -c -o sg_raw.o sg_raw.c
# mv -f .deps/sg_prevent.Tpo .deps/sg_prevent.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_rdac.o -MD -MP -MF .deps/sg_rdac.Tpo -c -o sg_rdac.o sg_rdac.c
# mv -f .deps/sg_raw.Tpo .deps/sg_raw.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_read_attr.o -MD -MP -MF .deps/sg_read_attr.Tpo -c -o sg_read_attr.o sg_read_attr.c
# mv -f .deps/sg_rdac.Tpo .deps/sg_rdac.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_read_block_limits.o -MD -MP -MF .deps/sg_read_block_limits.Tpo -c -o sg_read_block_limits.o sg_read_block_limits.c
# mv -f .deps/sg_read_block_limits.Tpo .deps/sg_read_block_limits.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_read_buffer.o -MD -MP -MF .deps/sg_read_buffer.Tpo -c -o sg_read_buffer.o sg_read_buffer.c
# mv -f .deps/sg_read_attr.Tpo .deps/sg_read_attr.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_read_long.o -MD -MP -MF .deps/sg_read_long.Tpo -c -o sg_read_long.o sg_read_long.c
# mv -f .deps/sg_read_buffer.Tpo .deps/sg_read_buffer.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_readcap.o -MD -MP -MF .deps/sg_readcap.Tpo -c -o sg_readcap.o sg_readcap.c
# mv -f .deps/sg_read_long.Tpo .deps/sg_read_long.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_reassign.o -MD -MP -MF .deps/sg_reassign.Tpo -c -o sg_reassign.o sg_reassign.c
# mv -f .deps/sg_readcap.Tpo .deps/sg_readcap.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_referrals.o -MD -MP -MF .deps/sg_referrals.Tpo -c -o sg_referrals.o sg_referrals.c
# mv -f .deps/sg_reassign.Tpo .deps/sg_reassign.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_rep_zones.o -MD -MP -MF .deps/sg_rep_zones.Tpo -c -o sg_rep_zones.o sg_rep_zones.c
# mv -f .deps/sg_referrals.Tpo .deps/sg_referrals.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_requests.o -MD -MP -MF .deps/sg_requests.Tpo -c -o sg_requests.o sg_requests.c
# mv -f .deps/sg_rep_zones.Tpo .deps/sg_rep_zones.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_reset_wp.o -MD -MP -MF .deps/sg_reset_wp.Tpo -c -o sg_reset_wp.o sg_reset_wp.c
# mv -f .deps/sg_requests.Tpo .deps/sg_requests.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_rmsn.o -MD -MP -MF .deps/sg_rmsn.Tpo -c -o sg_rmsn.o sg_rmsn.c
# mv -f .deps/sg_reset_wp.Tpo .deps/sg_reset_wp.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_rtpg.o -MD -MP -MF .deps/sg_rtpg.Tpo -c -o sg_rtpg.o sg_rtpg.c
# mv -f .deps/sg_rmsn.Tpo .deps/sg_rmsn.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_safte.o -MD -MP -MF .deps/sg_safte.Tpo -c -o sg_safte.o sg_safte.c
# mv -f .deps/sg_rtpg.Tpo .deps/sg_rtpg.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_sanitize.o -MD -MP -MF .deps/sg_sanitize.Tpo -c -o sg_sanitize.o sg_sanitize.c
# mv -f .deps/sg_safte.Tpo .deps/sg_safte.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_sat_identify.o -MD -MP -MF .deps/sg_sat_identify.Tpo -c -o sg_sat_identify.o sg_sat_identify.c
# sg_sat_identify.c: In function 'do_identify_dev':
# sg_sat_identify.c:201:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (verbose < 2)
# ^~
# sg_sat_identify.c:205:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# return SG_LIB_CAT_RECOVERED;
# ^~~~~~
# mv -f .deps/sg_sanitize.Tpo .deps/sg_sanitize.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_sat_phy_event.o -MD -MP -MF .deps/sg_sat_phy_event.Tpo -c -o sg_sat_phy_event.o sg_sat_phy_event.c
# mv -f .deps/sg_sat_identify.Tpo .deps/sg_sat_identify.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_sat_read_gplog.o -MD -MP -MF .deps/sg_sat_read_gplog.Tpo -c -o sg_sat_read_gplog.o sg_sat_read_gplog.c
# mv -f .deps/sg_sat_phy_event.Tpo .deps/sg_sat_phy_event.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_sat_set_features.o -MD -MP -MF .deps/sg_sat_set_features.Tpo -c -o sg_sat_set_features.o sg_sat_set_features.c
# mv -f .deps/sg_sat_read_gplog.Tpo .deps/sg_sat_read_gplog.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_senddiag.o -MD -MP -MF .deps/sg_senddiag.Tpo -c -o sg_senddiag.o sg_senddiag.c
# mv -f .deps/sg_sat_set_features.Tpo .deps/sg_sat_set_features.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_ses.o -MD -MP -MF .deps/sg_ses.Tpo -c -o sg_ses.o sg_ses.c
# sg_ses.c: In function 'enc_status_helper':
# sg_ses.c:1904:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (nofilter || ((0xc0 & statp[1]) || (0xe & statp[2])))
# ^~
# sg_ses.c:1909:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# printf("%s DC overcurrent=%d\n", pad, !!(statp[2] & 0x2));
# ^~~~~~
# mv -f .deps/sg_senddiag.Tpo .deps/sg_senddiag.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_ses_microcode.o -MD -MP -MF .deps/sg_ses_microcode.Tpo -c -o sg_ses_microcode.o sg_ses_microcode.c
# mv -f .deps/sg_ses_microcode.Tpo .deps/sg_ses_microcode.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_start.o -MD -MP -MF .deps/sg_start.Tpo -c -o sg_start.o sg_start.c
# mv -f .deps/sg_start.Tpo .deps/sg_start.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_stpg.o -MD -MP -MF .deps/sg_stpg.Tpo -c -o sg_stpg.o sg_stpg.c
# mv -f .deps/sg_stpg.Tpo .deps/sg_stpg.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_sync.o -MD -MP -MF .deps/sg_sync.Tpo -c -o sg_sync.o sg_sync.c
# mv -f .deps/sg_sync.Tpo .deps/sg_sync.Po
# mv -f .deps/sg_ses.Tpo .deps/sg_ses.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_timestamp.o -MD -MP -MF .deps/sg_timestamp.Tpo -c -o sg_timestamp.o sg_timestamp.c
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_turs.o -MD -MP -MF .deps/sg_turs.Tpo -c -o sg_turs.o sg_turs.c
# mv -f .deps/sg_timestamp.Tpo .deps/sg_timestamp.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_unmap.o -MD -MP -MF .deps/sg_unmap.Tpo -c -o sg_unmap.o sg_unmap.c
# mv -f .deps/sg_turs.Tpo .deps/sg_turs.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_verify.o -MD -MP -MF .deps/sg_verify.Tpo -c -o sg_verify.o sg_verify.c
# mv -f .deps/sg_verify.Tpo .deps/sg_verify.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_vpd.o -MD -MP -MF .deps/sg_vpd.Tpo -c -o sg_vpd.o sg_vpd.c
# mv -f .deps/sg_unmap.Tpo .deps/sg_unmap.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_vpd_vendor.o -MD -MP -MF .deps/sg_vpd_vendor.Tpo -c -o sg_vpd_vendor.o sg_vpd_vendor.c
# mv -f .deps/sg_vpd_vendor.Tpo .deps/sg_vpd_vendor.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_wr_mode.o -MD -MP -MF .deps/sg_wr_mode.Tpo -c -o sg_wr_mode.o sg_wr_mode.c
# mv -f .deps/sg_wr_mode.Tpo .deps/sg_wr_mode.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_write_buffer.o -MD -MP -MF .deps/sg_write_buffer.Tpo -c -o sg_write_buffer.o sg_write_buffer.c
# mv -f .deps/sg_write_buffer.Tpo .deps/sg_write_buffer.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_write_long.o -MD -MP -MF .deps/sg_write_long.Tpo -c -o sg_write_long.o sg_write_long.c
# mv -f .deps/sg_vpd.Tpo .deps/sg_vpd.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_write_same.o -MD -MP -MF .deps/sg_write_same.Tpo -c -o sg_write_same.o sg_write_same.c
# mv -f .deps/sg_write_long.Tpo .deps/sg_write_long.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_write_verify.o -MD -MP -MF .deps/sg_write_verify.Tpo -c -o sg_write_verify.o sg_write_verify.c
# mv -f .deps/sg_write_same.Tpo .deps/sg_write_same.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_zone.o -MD -MP -MF .deps/sg_zone.Tpo -c -o sg_zone.o sg_zone.c
# mv -f .deps/sg_write_verify.Tpo .deps/sg_write_verify.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_copy_results.o -MD -MP -MF .deps/sg_copy_results.Tpo -c -o sg_copy_results.o sg_copy_results.c
# mv -f .deps/sg_zone.Tpo .deps/sg_zone.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_dd.o -MD -MP -MF .deps/sg_dd.Tpo -c -o sg_dd.o sg_dd.c
# mv -f .deps/sg_copy_results.Tpo .deps/sg_copy_results.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_emc_trespass.o -MD -MP -MF .deps/sg_emc_trespass.Tpo -c -o sg_emc_trespass.o sg_emc_trespass.c
# mv -f .deps/sg_emc_trespass.Tpo .deps/sg_emc_trespass.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_map.o -MD -MP -MF .deps/sg_map.Tpo -c -o sg_map.o sg_map.c
# mv -f .deps/sg_dd.Tpo .deps/sg_dd.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_map26.o -MD -MP -MF .deps/sg_map26.Tpo -c -o sg_map26.o sg_map26.c
# mv -f .deps/sg_map.Tpo .deps/sg_map.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_rbuf.o -MD -MP -MF .deps/sg_rbuf.Tpo -c -o sg_rbuf.o sg_rbuf.c
# sg_map26.c: In function 'map_st':
# sg_map26.c:91:21: warning: left shift of negative value [-Wshift-negative-value]
# ((minor) & ~(-1 << ST_MODE_SHIFT)) )
# ^
# sg_map26.c:811:18: note: in expansion of macro 'TAPE_NR'
# TAPE_NR(mi));
# ^~~~~~~
# sg_map26.c: In function 'map_osst':
# sg_map26.c:91:21: warning: left shift of negative value [-Wshift-negative-value]
# ((minor) & ~(-1 << ST_MODE_SHIFT)) )
# ^
# sg_map26.c:869:18: note: in expansion of macro 'TAPE_NR'
# TAPE_NR(mi));
# ^~~~~~~
# mv -f .deps/sg_rbuf.Tpo .deps/sg_rbuf.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_read.o -MD -MP -MF .deps/sg_read.Tpo -c -o sg_read.o sg_read.c
# mv -f .deps/sg_map26.Tpo .deps/sg_map26.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_reset.o -MD -MP -MF .deps/sg_reset.Tpo -c -o sg_reset.o sg_reset.c
# mv -f .deps/sg_reset.Tpo .deps/sg_reset.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_scan_linux.o -MD -MP -MF .deps/sg_scan_linux.Tpo -c -o sg_scan_linux.o sg_scan_linux.c
# mv -f .deps/sg_read.Tpo .deps/sg_read.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_test_rwbuf.o -MD -MP -MF .deps/sg_test_rwbuf.Tpo -c -o sg_test_rwbuf.o sg_test_rwbuf.c
# mv -f .deps/sg_scan_linux.Tpo .deps/sg_scan_linux.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sg_xcopy.o -MD -MP -MF .deps/sg_xcopy.Tpo -c -o sg_xcopy.o sg_xcopy.c
# mv -f .deps/sg_test_rwbuf.Tpo .deps/sg_test_rwbuf.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sginfo.o -MD -MP -MF .deps/sginfo.Tpo -c -o sginfo.o sginfo.c
# sginfo.c: In function 'get_mode_page10':
# sginfo.c:902:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
# else
# ^~~~
# sginfo.c:905:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
# return status;
# ^~~~~~
# mv -f .deps/sg_xcopy.Tpo .deps/sg_xcopy.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sgm_dd.o -MD -MP -MF .deps/sgm_dd.Tpo -c -o sgm_dd.o sgm_dd.c
# mv -f .deps/sgm_dd.Tpo .deps/sgm_dd.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -MT sgp_dd.o -MD -MP -MF .deps/sgp_dd.Tpo -c -o sgp_dd.o sgp_dd.c
# mv -f .deps/sginfo.Tpo .deps/sginfo.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_compare_and_write sg_compare_and_write.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_compare_and_write sg_compare_and_write.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_decode_sense sg_decode_sense.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_decode_sense sg_decode_sense.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_format sg_format.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_format sg_format.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_get_config sg_get_config.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_get_config sg_get_config.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_get_lba_status sg_get_lba_status.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_get_lba_status sg_get_lba_status.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_ident sg_ident.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_ident sg_ident.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_inq sg_inq.o sg_inq_data.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_inq sg_inq.o sg_inq_data.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_logs sg_logs.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_logs sg_logs.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_luns sg_luns.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_luns sg_luns.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_modes sg_modes.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_modes sg_modes.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_opcodes sg_opcodes.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_opcodes sg_opcodes.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_persist sg_persist.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_persist sg_persist.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_prevent sg_prevent.o ../lib/libsgutils2.la
# mv -f .deps/sgp_dd.Tpo .deps/sgp_dd.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_raw sg_raw.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_prevent sg_prevent.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_rdac sg_rdac.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_raw sg_raw.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_read_attr sg_read_attr.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_rdac sg_rdac.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_read_block_limits sg_read_block_limits.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_read_attr sg_read_attr.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_read_buffer sg_read_buffer.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_read_block_limits sg_read_block_limits.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_read_long sg_read_long.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_read_buffer sg_read_buffer.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_read_long sg_read_long.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_readcap sg_readcap.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_reassign sg_reassign.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_readcap sg_readcap.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_referrals sg_referrals.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_reassign sg_reassign.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_rep_zones sg_rep_zones.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_referrals sg_referrals.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_requests sg_requests.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_rep_zones sg_rep_zones.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_reset_wp sg_reset_wp.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_requests sg_requests.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_rmsn sg_rmsn.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_reset_wp sg_reset_wp.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_rtpg sg_rtpg.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_rmsn sg_rmsn.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_safte sg_safte.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_rtpg sg_rtpg.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_sanitize sg_sanitize.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_safte sg_safte.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_sanitize sg_sanitize.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_sat_identify sg_sat_identify.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_sat_phy_event sg_sat_phy_event.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_sat_identify sg_sat_identify.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_sat_phy_event sg_sat_phy_event.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_sat_read_gplog sg_sat_read_gplog.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_sat_set_features sg_sat_set_features.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_sat_set_features sg_sat_set_features.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_sat_read_gplog sg_sat_read_gplog.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_senddiag sg_senddiag.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_ses sg_ses.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_senddiag sg_senddiag.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_ses sg_ses.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_ses_microcode sg_ses_microcode.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_start sg_start.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_ses_microcode sg_ses_microcode.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_start sg_start.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_stpg sg_stpg.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_sync sg_sync.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_stpg sg_stpg.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_sync sg_sync.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_timestamp sg_timestamp.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_turs sg_turs.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_timestamp sg_timestamp.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_turs sg_turs.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_unmap sg_unmap.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_verify sg_verify.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_unmap sg_unmap.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_verify sg_verify.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_vpd sg_vpd.o sg_vpd_vendor.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_wr_mode sg_wr_mode.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_wr_mode sg_wr_mode.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_vpd sg_vpd.o sg_vpd_vendor.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_write_buffer sg_write_buffer.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_write_long sg_write_long.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_write_buffer sg_write_buffer.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_write_long sg_write_long.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_write_same sg_write_same.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_write_verify sg_write_verify.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_write_same sg_write_same.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_write_verify sg_write_verify.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_zone sg_zone.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_copy_results sg_copy_results.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_copy_results sg_copy_results.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_zone sg_zone.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_dd sg_dd.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_emc_trespass sg_emc_trespass.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_emc_trespass sg_emc_trespass.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_dd sg_dd.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_map sg_map.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_map26 sg_map26.o
# libtool: link: gcc -Wall -W -o sg_map26 sg_map26.o
# libtool: link: gcc -Wall -W -o .libs/sg_map sg_map.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_rbuf sg_rbuf.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_read sg_read.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_rbuf sg_rbuf.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_read sg_read.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_reset sg_reset.o
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_scan sg_scan_linux.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o sg_reset sg_reset.o
# libtool: link: gcc -Wall -W -o .libs/sg_scan sg_scan_linux.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_test_rwbuf sg_test_rwbuf.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sg_xcopy sg_xcopy.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sg_test_rwbuf sg_test_rwbuf.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sg_xcopy sg_xcopy.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sginfo sginfo.o ../lib/libsgutils2.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sgm_dd sgm_dd.o ../lib/libsgutils2.la
# libtool: link: gcc -Wall -W -o .libs/sginfo sginfo.o ../lib/.libs/libsgutils2.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -o sgp_dd sgp_dd.o ../lib/libsgutils2.la -lpthread
# libtool: link: gcc -Wall -W -o .libs/sgm_dd sgm_dd.o ../lib/.libs/libsgutils2.so
# libtool: link: gcc -Wall -W -o .libs/sgp_dd sgp_dd.o ../lib/.libs/libsgutils2.so -lpthread
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/src'
# Making all in doc
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/doc'
# cp -p sg_scan.8.linux sg_scan.8
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/doc'
# Making all in scripts
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/scripts'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/scripts'
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42'
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42'
# make[1]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/include'
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/sg3_utils/pkg/sg3_utils/usr/include/scsi'
# /usr/bin/install -c -m 644 sg_lib.h sg_lib_data.h sg_cmds.h sg_cmds_basic.h sg_cmds_extra.h sg_cmds_mmc.h sg_pt.h sg_linux_inc.h sg_io_linux.h '/tmp/sg3_utils/pkg/sg3_utils/usr/include/scsi'
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/include'
# make[1]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/include'
# Making install in lib
# make[1]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/lib'
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/sg3_utils/pkg/sg3_utils/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libsgutils2.la '/tmp/sg3_utils/pkg/sg3_utils/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libsgutils2.so.2.0.0 /tmp/sg3_utils/pkg/sg3_utils/usr/lib/libsgutils2.so.2.0.0
# libtool: install: (cd /tmp/sg3_utils/pkg/sg3_utils/usr/lib && { ln -s -f libsgutils2.so.2.0.0 libsgutils2.so.2 || { rm -f libsgutils2.so.2 && ln -s libsgutils2.so.2.0.0 libsgutils2.so.2; }; })
# libtool: install: (cd /tmp/sg3_utils/pkg/sg3_utils/usr/lib && { ln -s -f libsgutils2.so.2.0.0 libsgutils2.so || { rm -f libsgutils2.so && ln -s libsgutils2.so.2.0.0 libsgutils2.so; }; })
# libtool: install: /usr/bin/install -c .libs/libsgutils2.lai /tmp/sg3_utils/pkg/sg3_utils/usr/lib/libsgutils2.la
# libtool: install: /usr/bin/install -c .libs/libsgutils2.a /tmp/sg3_utils/pkg/sg3_utils/usr/lib/libsgutils2.a
# libtool: install: chmod 644 /tmp/sg3_utils/pkg/sg3_utils/usr/lib/libsgutils2.a
# libtool: install: ranlib /tmp/sg3_utils/pkg/sg3_utils/usr/lib/libsgutils2.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/lib'
# make[1]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/lib'
# Making install in src
# make[1]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/src'
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/src'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/sg3_utils/pkg/sg3_utils/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c sg_compare_and_write sg_decode_sense sg_format sg_get_config sg_get_lba_status sg_ident sg_inq sg_logs sg_luns sg_modes sg_opcodes sg_persist sg_prevent sg_raw sg_rdac sg_read_attr sg_read_block_limits sg_read_buffer sg_read_long sg_readcap sg_reassign sg_referrals sg_rep_zones sg_requests sg_reset_wp sg_rmsn sg_rtpg sg_safte sg_sanitize sg_sat_identify sg_sat_phy_event sg_sat_read_gplog sg_sat_set_features sg_senddiag sg_ses sg_ses_microcode sg_start sg_stpg sg_sync sg_timestamp sg_turs sg_unmap sg_verify sg_vpd sg_wr_mode sg_write_buffer sg_write_long sg_write_same sg_write_verify sg_zone sg_copy_results sg_dd sg_emc_trespass sg_map sg_map26 sg_rbuf sg_read sg_reset sg_scan sg_test_rwbuf sg_xcopy sginfo sgm_dd sgp_dd '/tmp/sg3_utils/pkg/sg3_utils/usr/bin'
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_compare_and_write /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_compare_and_write
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_decode_sense /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_decode_sense
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_format /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_format
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_get_config /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_get_config
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_get_lba_status /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_get_lba_status
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_ident /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_ident
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_inq /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_inq
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_logs /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_logs
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_luns /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_luns
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_modes /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_modes
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_opcodes /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_opcodes
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_persist /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_persist
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_prevent /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_prevent
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_raw /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_raw
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_rdac /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_rdac
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_read_attr /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_read_attr
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_read_block_limits /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_read_block_limits
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_read_buffer /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_read_buffer
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_read_long /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_read_long
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_readcap /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_readcap
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_reassign /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_reassign
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_referrals /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_referrals
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_rep_zones /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_rep_zones
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_requests /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_requests
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_reset_wp /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_reset_wp
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_rmsn /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_rmsn
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_rtpg /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_rtpg
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_safte /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_safte
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_sanitize /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_sanitize
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_sat_identify /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_sat_identify
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_sat_phy_event /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_sat_phy_event
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_sat_read_gplog /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_sat_read_gplog
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_sat_set_features /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_sat_set_features
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_senddiag /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_senddiag
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_ses /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_ses
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_ses_microcode /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_ses_microcode
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_start /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_start
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_stpg /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_stpg
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_sync /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_sync
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_timestamp /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_timestamp
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_turs /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_turs
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_unmap /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_unmap
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_verify /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_verify
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_vpd /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_vpd
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_wr_mode /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_wr_mode
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_write_buffer /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_write_buffer
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_write_long /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_write_long
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_write_same /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_write_same
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_write_verify /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_write_verify
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_zone /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_zone
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_copy_results /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_copy_results
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_dd /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_dd
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_emc_trespass /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_emc_trespass
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_map /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_map
# libtool: install: /usr/bin/install -c sg_map26 /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_map26
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_rbuf /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_rbuf
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_read /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_read
# libtool: install: /usr/bin/install -c sg_reset /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_reset
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_scan /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_scan
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_test_rwbuf /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_test_rwbuf
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sg_xcopy /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sg_xcopy
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sginfo /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sginfo
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sgm_dd /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sgm_dd
# libtool: install: warning: `../lib/libsgutils2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sgp_dd /tmp/sg3_utils/pkg/sg3_utils/usr/bin/sgp_dd
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/src'
# make[1]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/src'
# Making install in doc
# make[1]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/doc'
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/sg3_utils/pkg/sg3_utils/usr/share/man/man8'
# /usr/bin/install -c -m 644 scsi_mandat.8 scsi_readcap.8 scsi_ready.8 scsi_satl.8 scsi_start.8 scsi_stop.8 scsi_temperature.8 sg3_utils.8 sg_compare_and_write.8 sg_decode_sense.8 sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 sg_inq.8 sg_logs.8 sg_luns.8 sg_modes.8 sg_opcodes.8 sg_persist.8 sg_prevent.8 sg_raw.8 sg_rdac.8 sg_read_attr.8 sg_read_block_limits.8 sg_read_buffer.8 sg_read_long.8 sg_readcap.8 sg_reassign.8 sg_referrals.8 sg_rep_zones.8 sg_requests.8 sg_reset_wp.8 sg_rmsn.8 sg_rtpg.8 sg_safte.8 sg_sanitize.8 sg_sat_identify.8 sg_sat_phy_event.8 sg_sat_read_gplog.8 '/tmp/sg3_utils/pkg/sg3_utils/usr/share/man/man8'
# /usr/bin/install -c -m 644 sg_sat_set_features.8 sg_senddiag.8 sg_ses.8 sg_ses_microcode.8 sg_start.8 sg_stpg.8 sg_sync.8 sg_timestamp.8 sg_turs.8 sg_unmap.8 sg_verify.8 sg_vpd.8 sg_wr_mode.8 sg_write_buffer.8 sg_write_long.8 sg_write_same.8 sg_write_verify.8 sg_zone.8 rescan-scsi-bus.sh.8 scsi_logging_level.8 sg_copy_results.8 sg_dd.8 sg_emc_trespass.8 sg_map.8 sg_map26.8 sg_rbuf.8 sg_read.8 sg_reset.8 sg_scan.8 sg_test_rwbuf.8 sg_xcopy.8 sginfo.8 sgm_dd.8 sgp_dd.8 '/tmp/sg3_utils/pkg/sg3_utils/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/doc'
# make[1]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/doc'
# Making install in scripts
# make[1]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/scripts'
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42/scripts'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/sg3_utils/pkg/sg3_utils/usr/bin'
# /usr/bin/install -c scsi_logging_level scsi_mandat scsi_readcap scsi_ready scsi_satl scsi_start scsi_stop scsi_temperature '/tmp/sg3_utils/pkg/sg3_utils/usr/bin'
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/scripts'
# make[1]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42/scripts'
# make[1]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42'
# make[2]: Entering directory '/tmp/sg3_utils/src/sg3_utils-1.42'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42'
# make[1]: Leaving directory '/tmp/sg3_utils/src/sg3_utils-1.42'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "sg3_utils"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: sg3_utils 1.42-1 (Wed Aug 24 13:39:56 UTC 2016)

CMD: pacman --query --file sg3_utils-1.42-1-x86_64.pkg.tar.xz
# sg3_utils 1.42-1

Creating hybrid package for 'sg3_utils'

Trying to find vanilla package 'sg3_utils'...

CMD: pacman --query --file /mirror/sg3_utils-1.42-1.pkg.tar.xz
# sg3_utils 1.42-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/include/scsi/sg_lib.h
# /usr/include/scsi/sg_lib_data.h
# /usr/include/scsi/sg_cmds.h
# /usr/include/scsi/sg_cmds_basic.h
# /usr/include/scsi/sg_cmds_extra.h
# /usr/include/scsi/sg_cmds_mmc.h
# /usr/include/scsi/sg_pt.h
# /usr/include/scsi/sg_linux_inc.h
# /usr/include/scsi/sg_io_linux.h
# /usr/lib/libsgutils2.so.2
# /usr/lib/libsgutils2.so
# /usr/lib/libsgutils2.so.2.0.0
# /usr/bin/scsi_logging_level
# /usr/bin/scsi_mandat
# /usr/bin/scsi_readcap
# /usr/bin/scsi_ready
# /usr/bin/scsi_satl
# /usr/bin/scsi_start
# /usr/bin/scsi_stop
# /usr/bin/scsi_temperature
# /usr/bin/sg_compare_and_write
# /usr/bin/sg_decode_sense
# /usr/bin/sg_format
# /usr/bin/sg_get_config
# /usr/bin/sg_get_lba_status
# /usr/bin/sg_ident
# /usr/bin/sg_inq
# /usr/bin/sg_logs
# /usr/bin/sg_luns
# /usr/bin/sg_modes
# /usr/bin/sg_opcodes
# /usr/bin/sg_persist
# /usr/bin/sg_prevent
# /usr/bin/sg_raw
# /usr/bin/sg_rdac
# /usr/bin/sg_read_attr
# /usr/bin/sg_read_block_limits
# /usr/bin/sg_read_buffer
# /usr/bin/sg_read_long
# /usr/bin/sg_readcap
# /usr/bin/sg_reassign
# /usr/bin/sg_referrals
# /usr/bin/sg_rep_zones
# /usr/bin/sg_requests
# /usr/bin/sg_reset_wp
# /usr/bin/sg_rmsn
# /usr/bin/sg_rtpg
# /usr/bin/sg_safte
# /usr/bin/sg_sanitize
# /usr/bin/sg_sat_identify
# /usr/bin/sg_sat_phy_event
# /usr/bin/sg_sat_read_gplog
# /usr/bin/sg_sat_set_features
# /usr/bin/sg_senddiag
# /usr/bin/sg_ses
# /usr/bin/sg_ses_microcode
# /usr/bin/sg_start
# /usr/bin/sg_stpg
# /usr/bin/sg_sync
# /usr/bin/sg_timestamp
# /usr/bin/sg_turs
# /usr/bin/sg_unmap
# /usr/bin/sg_verify
# /usr/bin/sg_vpd
# /usr/bin/sg_wr_mode
# /usr/bin/sg_write_buffer
# /usr/bin/sg_write_long
# /usr/bin/sg_write_same
# /usr/bin/sg_write_verify
# /usr/bin/sg_zone
# /usr/bin/sg_copy_results
# /usr/bin/sg_dd
# /usr/bin/sg_emc_trespass
# /usr/bin/sg_map
# /usr/bin/sg_map26
# /usr/bin/sg_rbuf
# /usr/bin/sg_read
# /usr/bin/sg_reset
# /usr/bin/sg_scan
# /usr/bin/sg_test_rwbuf
# /usr/bin/sg_xcopy
# /usr/bin/sginfo
# /usr/bin/sgm_dd
# /usr/bin/sgp_dd
# /usr/share/man/man8/scsi_mandat.8.gz
# /usr/share/man/man8/scsi_readcap.8.gz
# /usr/share/man/man8/scsi_ready.8.gz
# /usr/share/man/man8/scsi_satl.8.gz
# /usr/share/man/man8/scsi_start.8.gz
# /usr/share/man/man8/scsi_stop.8.gz
# /usr/share/man/man8/scsi_temperature.8.gz
# /usr/share/man/man8/sg3_utils.8.gz
# /usr/share/man/man8/sg_compare_and_write.8.gz
# /usr/share/man/man8/sg_decode_sense.8.gz
# /usr/share/man/man8/sg_format.8.gz
# /usr/share/man/man8/sg_get_config.8.gz
# /usr/share/man/man8/sg_get_lba_status.8.gz
# /usr/share/man/man8/sg_ident.8.gz
# /usr/share/man/man8/sg_inq.8.gz
# /usr/share/man/man8/sg_logs.8.gz
# /usr/share/man/man8/sg_luns.8.gz
# /usr/share/man/man8/sg_modes.8.gz
# /usr/share/man/man8/sg_opcodes.8.gz
# /usr/share/man/man8/sg_persist.8.gz
# /usr/share/man/man8/sg_prevent.8.gz
# /usr/share/man/man8/sg_raw.8.gz
# /usr/share/man/man8/sg_rdac.8.gz
# /usr/share/man/man8/sg_read_attr.8.gz
# /usr/share/man/man8/sg_read_block_limits.8.gz
# /usr/share/man/man8/sg_read_buffer.8.gz
# /usr/share/man/man8/sg_read_long.8.gz
# /usr/share/man/man8/sg_readcap.8.gz
# /usr/share/man/man8/sg_reassign.8.gz
# /usr/share/man/man8/sg_referrals.8.gz
# /usr/share/man/man8/sg_rep_zones.8.gz
# /usr/share/man/man8/sg_requests.8.gz
# /usr/share/man/man8/sg_reset_wp.8.gz
# /usr/share/man/man8/sg_rmsn.8.gz
# /usr/share/man/man8/sg_rtpg.8.gz
# /usr/share/man/man8/sg_safte.8.gz
# /usr/share/man/man8/sg_sanitize.8.gz
# /usr/share/man/man8/sg_sat_identify.8.gz
# /usr/share/man/man8/sg_sat_phy_event.8.gz
# /usr/share/man/man8/sg_sat_read_gplog.8.gz
# /usr/share/man/man8/sg_sat_set_features.8.gz
# /usr/share/man/man8/sg_senddiag.8.gz
# /usr/share/man/man8/sg_ses.8.gz
# /usr/share/man/man8/sg_ses_microcode.8.gz
# /usr/share/man/man8/sg_start.8.gz
# /usr/share/man/man8/sg_stpg.8.gz
# /usr/share/man/man8/sg_sync.8.gz
# /usr/share/man/man8/sg_timestamp.8.gz
# /usr/share/man/man8/sg_turs.8.gz
# /usr/share/man/man8/sg_unmap.8.gz
# /usr/share/man/man8/sg_verify.8.gz
# /usr/share/man/man8/sg_vpd.8.gz
# /usr/share/man/man8/sg_wr_mode.8.gz
# /usr/share/man/man8/sg_write_buffer.8.gz
# /usr/share/man/man8/sg_write_long.8.gz
# /usr/share/man/man8/sg_write_same.8.gz
# /usr/share/man/man8/sg_write_verify.8.gz
# /usr/share/man/man8/sg_zone.8.gz
# /usr/share/man/man8/rescan-scsi-bus.sh.8.gz
# /usr/share/man/man8/scsi_logging_level.8.gz
# /usr/share/man/man8/sg_copy_results.8.gz
# /usr/share/man/man8/sg_dd.8.gz
# /usr/share/man/man8/sg_emc_trespass.8.gz
# /usr/share/man/man8/sg_map.8.gz
# /usr/share/man/man8/sg_map26.8.gz
# /usr/share/man/man8/sg_rbuf.8.gz
# /usr/share/man/man8/sg_read.8.gz
# /usr/share/man/man8/sg_reset.8.gz
# /usr/share/man/man8/sg_scan.8.gz
# /usr/share/man/man8/sg_test_rwbuf.8.gz
# /usr/share/man/man8/sg_xcopy.8.gz
# /usr/share/man/man8/sginfo.8.gz
# /usr/share/man/man8/sgm_dd.8.gz
# /usr/share/man/man8/sgp_dd.8.gz
# /usr/share/licenses/sg3_utils/COPYING
# /sysroot/usr/lib/libsgutils2.so.2.0.0
# /sysroot/usr/lib/libsgutils2.so.2
# /sysroot/usr/lib/libsgutils2.so
# /sysroot/usr/lib/libsgutils2.la
# /sysroot/usr/lib/libsgutils2.a
# /sysroot/usr/include/scsi/sg_lib.h
# /sysroot/usr/include/scsi/sg_lib_data.h
# /sysroot/usr/include/scsi/sg_cmds.h
# /sysroot/usr/include/scsi/sg_cmds_basic.h
# /sysroot/usr/include/scsi/sg_cmds_extra.h
# /sysroot/usr/include/scsi/sg_cmds_mmc.h
# /sysroot/usr/include/scsi/sg_pt.h
# /sysroot/usr/include/scsi/sg_linux_inc.h
# /sysroot/usr/include/scsi/sg_io_linux.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf sg3_utils.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/sg3_utils.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sg3_utils.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/sg3_utils.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/sg3_utils/src/sg3_utils-1.42/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by sg3_utils configure 1.42, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a6b427b4db54
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2188: checking for a BSD-compatible install
# configure:2256: result: /usr/bin/install -c
# configure:2267: checking whether build environment is sane
# configure:2322: result: yes
# configure:2381: checking for x86_64-unknown-linux-strip
# configure:2411: result: no
# configure:2421: checking for strip
# configure:2437: found /usr/sbin/strip
# configure:2448: result: strip
# configure:2473: checking for a thread-safe mkdir -p
# configure:2512: result: /usr/sbin/mkdir -p
# configure:2519: checking for gawk
# configure:2535: found /usr/sbin/gawk
# configure:2546: result: gawk
# configure:2557: checking whether make sets $(MAKE)
# configure:2579: result: yes
# configure:2608: checking whether make supports nested variables
# configure:2625: result: yes
# configure:2752: checking whether to enable maintainer-specific portions of Makefiles
# configure:2761: result: no
# configure:2785: checking for x86_64-unknown-linux-gcc
# configure:2815: result: no
# configure:2825: checking for gcc
# configure:2841: found /usr/sbin/gcc
# configure:2852: result: gcc
# configure:3081: checking for C compiler version
# configure:3090: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3101: $? = 0
# configure:3090: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3101: $? = 0
# configure:3090: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3101: $? = 1
# configure:3090: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3101: $? = 1
# configure:3121: checking whether the C compiler works
# configure:3143: gcc conftest.c >&5
# configure:3147: $? = 0
# configure:3195: result: yes
# configure:3198: checking for C compiler default output file name
# configure:3200: result: a.out
# configure:3206: checking for suffix of executables
# configure:3213: gcc -o conftest conftest.c >&5
# configure:3217: $? = 0
# configure:3239: result:
# configure:3261: checking whether we are cross compiling
# configure:3269: gcc -o conftest conftest.c >&5
# configure:3273: $? = 0
# configure:3280: ./conftest
# configure:3284: $? = 0
# configure:3299: result: no
# configure:3304: checking for suffix of object files
# configure:3326: gcc -c conftest.c >&5
# configure:3330: $? = 0
# configure:3351: result: o
# configure:3355: checking whether we are using the GNU C compiler
# configure:3374: gcc -c conftest.c >&5
# configure:3374: $? = 0
# configure:3383: result: yes
# configure:3392: checking whether gcc accepts -g
# configure:3412: gcc -c -g conftest.c >&5
# configure:3412: $? = 0
# configure:3453: result: yes
# configure:3470: checking for gcc option to accept ISO C89
# configure:3533: gcc -c conftest.c >&5
# configure:3533: $? = 0
# configure:3546: result: none needed
# configure:3571: checking whether gcc understands -c and -o together
# configure:3593: gcc -c conftest.c -o conftest2.o
# configure:3596: $? = 0
# configure:3593: gcc -c conftest.c -o conftest2.o
# configure:3596: $? = 0
# configure:3608: result: yes
# configure:3636: checking for style of include used by make
# configure:3664: result: GNU
# configure:3690: checking dependency style of gcc
# configure:3801: result: gcc3
# configure:3849: checking build system type
# configure:3863: result: x86_64-unknown-linux-gnu
# configure:3883: checking host system type
# configure:3896: result: x86_64-unknown-linux-gnu
# configure:3937: checking how to print strings
# configure:3964: result: printf
# configure:3985: checking for a sed that does not truncate output
# configure:4049: result: /usr/sbin/sed
# configure:4067: checking for grep that handles long lines and -e
# configure:4125: result: /usr/sbin/grep
# configure:4130: checking for egrep
# configure:4192: result: /usr/sbin/grep -E
# configure:4197: checking for fgrep
# configure:4259: result: /usr/sbin/grep -F
# configure:4294: checking for ld used by gcc
# configure:4361: result: /usr/sbin/ld
# configure:4368: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4383: result: yes
# configure:4395: checking for BSD- or MS-compatible name lister (nm)
# configure:4444: result: /usr/sbin/nm -B
# configure:4574: checking the name lister (/usr/sbin/nm -B) interface
# configure:4581: gcc -c conftest.c >&5
# configure:4584: /usr/sbin/nm -B "conftest.o"
# configure:4587: output
# 0000000000000000 B some_variable
# configure:4594: result: BSD nm
# configure:4597: checking whether ln -s works
# configure:4601: result: yes
# configure:4609: checking the maximum length of command line arguments
# configure:4740: result: 1572864
# configure:4757: checking whether the shell understands some XSI constructs
# configure:4767: result: yes
# configure:4771: checking whether the shell understands "+="
# configure:4777: result: yes
# configure:4812: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4852: result: func_convert_file_noop
# configure:4859: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4879: result: func_convert_file_noop
# configure:4886: checking for /usr/sbin/ld option to reload object files
# configure:4893: result: -r
# configure:4927: checking for x86_64-unknown-linux-objdump
# configure:4957: result: no
# configure:4967: checking for objdump
# configure:4983: found /usr/sbin/objdump
# configure:4994: result: objdump
# configure:5026: checking how to recognize dependent libraries
# configure:5224: result: pass_all
# configure:5269: checking for x86_64-unknown-linux-dlltool
# configure:5299: result: no
# configure:5309: checking for dlltool
# configure:5339: result: no
# configure:5369: checking how to associate runtime and link libraries
# configure:5396: result: printf %s\n
# configure:5413: checking for x86_64-unknown-linux-ar
# configure:5443: result: no
# configure:5457: checking for ar
# configure:5473: found /usr/sbin/ar
# configure:5484: result: ar
# configure:5521: checking for archiver @FILE support
# configure:5538: gcc -c conftest.c >&5
# configure:5538: $? = 0
# configure:5541: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5544: $? = 0
# configure:5549: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5552: $? = 1
# configure:5564: result: @
# configure:5582: checking for x86_64-unknown-linux-strip
# configure:5609: result: strip
# configure:5681: checking for x86_64-unknown-linux-ranlib
# configure:5711: result: no
# configure:5721: checking for ranlib
# configure:5737: found /usr/sbin/ranlib
# configure:5748: result: ranlib
# configure:5850: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:5970: gcc -c conftest.c >&5
# configure:5973: $? = 0
# configure:5977: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:5980: $? = 0
# configure:6046: gcc -o conftest conftest.c conftstm.o >&5
# configure:6049: $? = 0
# configure:6087: result: ok
# configure:6124: checking for sysroot
# configure:6154: result: no
# configure:6231: gcc -c conftest.c >&5
# configure:6234: $? = 0
# configure:6383: checking for x86_64-unknown-linux-mt
# configure:6413: result: no
# configure:6423: checking for mt
# configure:6453: result: no
# configure:6473: checking if : is a manifest tool
# configure:6479: : '-?'
# configure:6487: result: no
# configure:7129: checking how to run the C preprocessor
# configure:7160: gcc -E conftest.c
# configure:7160: $? = 0
# configure:7174: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7174: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sg3_utils"
# | #define PACKAGE_TARNAME "sg3_utils"
# | #define PACKAGE_VERSION "1.42"
# | #define PACKAGE_STRING "sg3_utils 1.42"
# | #define PACKAGE_BUGREPORT "dgilbert@interlog.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sg3_utils"
# | #define VERSION "1.42"
# | /* end confdefs.h. */
# | #include
# configure:7199: result: gcc -E
# configure:7219: gcc -E conftest.c
# configure:7219: $? = 0
# configure:7233: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7233: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sg3_utils"
# | #define PACKAGE_TARNAME "sg3_utils"
# | #define PACKAGE_VERSION "1.42"
# | #define PACKAGE_STRING "sg3_utils 1.42"
# | #define PACKAGE_BUGREPORT "dgilbert@interlog.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sg3_utils"
# | #define VERSION "1.42"
# | /* end confdefs.h. */
# | #include
# configure:7262: checking for ANSI C header files
# configure:7282: gcc -c conftest.c >&5
# configure:7282: $? = 0
# configure:7355: gcc -o conftest conftest.c >&5
# configure:7355: $? = 0
# configure:7355: ./conftest
# configure:7355: $? = 0
# configure:7366: result: yes
# configure:7379: checking for sys/types.h
# configure:7379: gcc -c conftest.c >&5
# configure:7379: $? = 0
# configure:7379: result: yes
# configure:7379: checking for sys/stat.h
# configure:7379: gcc -c conftest.c >&5
# configure:7379: $? = 0
# configure:7379: result: yes
# configure:7379: checking for stdlib.h
# configure:7379: gcc -c conftest.c >&5
# configure:7379: $? = 0
# configure:7379: result: yes
# configure:7379: checking for string.h
# configure:7379: gcc -c conftest.c >&5
# configure:7379: $? = 0
# configure:7379: result: yes
# configure:7379: checking for memory.h
# configure:7379: gcc -c conftest.c >&5
# configure:7379: $? = 0
# configure:7379: result: yes
# configure:7379: checking for strings.h
# configure:7379: gcc -c conftest.c >&5
# configure:7379: $? = 0
# configure:7379: result: yes
# configure:7379: checking for inttypes.h
# configure:7379: gcc -c conftest.c >&5
# configure:7379: $? = 0
# configure:7379: result: yes
# configure:7379: checking for stdint.h
# configure:7379: gcc -c conftest.c >&5
# configure:7379: $? = 0
# configure:7379: result: yes
# configure:7379: checking for unistd.h
# configure:7379: gcc -c conftest.c >&5
# configure:7379: $? = 0
# configure:7379: result: yes
# configure:7393: checking for dlfcn.h
# configure:7393: gcc -c conftest.c >&5
# configure:7393: $? = 0
# configure:7393: result: yes
# configure:7599: checking for objdir
# configure:7614: result: .libs
# configure:7881: checking if gcc supports -fno-rtti -fno-exceptions
# configure:7899: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:7903: $? = 0
# configure:7916: result: no
# configure:8243: checking for gcc option to produce PIC
# configure:8250: result: -fPIC -DPIC
# configure:8258: checking if gcc PIC flag -fPIC -DPIC works
# configure:8276: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8280: $? = 0
# configure:8293: result: yes
# configure:8322: checking if gcc static flag -static works
# configure:8350: result: yes
# configure:8365: checking if gcc supports -c -o file.o
# configure:8386: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8390: $? = 0
# configure:8412: result: yes
# configure:8420: checking if gcc supports -c -o file.o
# configure:8467: result: yes
# configure:8500: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:9657: result: yes
# configure:9694: checking whether -lc should be explicitly linked in
# configure:9702: gcc -c conftest.c >&5
# configure:9705: $? = 0
# configure:9720: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:9723: $? = 0
# configure:9737: result: no
# configure:9897: checking dynamic linker characteristics
# configure:10397: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10397: $? = 0
# configure:10631: result: GNU/Linux ld.so
# configure:10738: checking how to hardcode library paths into programs
# configure:10763: result: immediate
# configure:11303: checking whether stripping libraries is possible
# configure:11308: result: yes
# configure:11343: checking if libtool supports shared libraries
# configure:11345: result: yes
# configure:11348: checking whether to build shared libraries
# configure:11369: result: yes
# configure:11372: checking whether to build static libraries
# configure:11376: result: yes
# configure:11415: checking for ANSI C header files
# configure:11519: result: yes
# configure:11530: checking for linux/types.h
# configure:11530: gcc -c conftest.c >&5
# configure:11530: $? = 0
# configure:11530: result: yes
# configure:11530: checking for linux/bsg.h
# configure:11530: gcc -c conftest.c >&5
# configure:11530: $? = 0
# configure:11530: result: yes
# configure:11530: checking for linux/kdev_t.h
# configure:11530: gcc -c conftest.c >&5
# configure:11530: $? = 0
# configure:11530: result: yes
# configure:11548: checking for getopt_long
# configure:11548: gcc -o conftest conftest.c >&5
# configure:11548: $? = 0
# configure:11548: result: yes
# configure:11561: checking for posix_fadvise
# configure:11561: gcc -o conftest conftest.c >&5
# configure:11561: $? = 0
# configure:11561: result: yes
# configure:11572: checking for posix_memalign
# configure:11572: gcc -o conftest conftest.c >&5
# conftest.c:52:6: warning: conflicting types for built-in function 'posix_memalign'
# char posix_memalign ();
# ^~~~~~~~~~~~~~
# configure:11572: $? = 0
# configure:11572: result: yes
# configure:11583: checking for sysconf
# configure:11583: gcc -o conftest conftest.c >&5
# configure:11583: $? = 0
# configure:11583: result: yes
# configure:11594: checking for lseek64
# configure:11594: gcc -o conftest conftest.c >&5
# configure:11594: $? = 0
# configure:11594: result: yes
# configure:11894: checking that generated files are newer than configure
# configure:11900: result: done
# configure:11951: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by sg3_utils config.status 1.42, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a6b427b4db54
#
# config.status:1115: creating Makefile
# config.status:1115: creating include/Makefile
# config.status:1115: creating lib/Makefile
# config.status:1115: creating src/Makefile
# config.status:1115: creating doc/Makefile
# config.status:1115: creating scripts/Makefile
# config.status:1115: creating config.h
# config.status:1344: executing depfiles commands
# config.status:1344: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_getopt_long=yes
# ac_cv_func_lseek64=yes
# ac_cv_func_posix_fadvise=yes
# ac_cv_func_posix_memalign=yes
# ac_cv_func_sysconf=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_bsg_h=yes
# ac_cv_header_linux_kdev_t_h=yes
# ac_cv_header_linux_types_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/sg3_utils/src/sg3_utils-1.42/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/sg3_utils/src/sg3_utils-1.42/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/sg3_utils/src/sg3_utils-1.42/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/sg3_utils/src/sg3_utils-1.42/missing automake-1.15'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GETOPT_O_FILES=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/sg3_utils/src/sg3_utils-1.42/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_FREEBSD_FALSE=''
# OS_FREEBSD_TRUE='#'
# OS_LINUX_FALSE='#'
# OS_LINUX_TRUE=''
# OS_OSF_FALSE=''
# OS_OSF_TRUE='#'
# OS_SOLARIS_FALSE=''
# OS_SOLARIS_TRUE='#'
# OS_WIN32_CYGWIN_FALSE=''
# OS_WIN32_CYGWIN_TRUE='#'
# OS_WIN32_MINGW_FALSE=''
# OS_WIN32_MINGW_TRUE='#'
# OTOOL64=''
# OTOOL=''
# PACKAGE='sg3_utils'
# PACKAGE_BUGREPORT='dgilbert@interlog.com'
# PACKAGE_NAME='sg3_utils'
# PACKAGE_STRING='sg3_utils 1.42'
# PACKAGE_TARNAME='sg3_utils'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.42'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.42'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/sg3_utils/src/sg3_utils-1.42/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# os_cflags=''
# os_libs=''
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "sg3_utils"
# #define PACKAGE_TARNAME "sg3_utils"
# #define PACKAGE_VERSION "1.42"
# #define PACKAGE_STRING "sg3_utils 1.42"
# #define PACKAGE_BUGREPORT "dgilbert@interlog.com"
# #define PACKAGE_URL ""
# #define PACKAGE "sg3_utils"
# #define VERSION "1.42"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define HAVE_LINUX_TYPES_H 1
# #define HAVE_LINUX_BSG_H 1
# #define HAVE_LINUX_KDEV_T_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_POSIX_FADVISE 1
# #define HAVE_POSIX_MEMALIGN 1
# #define HAVE_SYSCONF 1
# #define HAVE_LSEEK64 1
# #define SG_LIB_BUILD_HOST "x86_64-unknown-linux-gnu"
# #define SG_LIB_LINUX 1
# #define SG_SCSI_STRINGS 1
#
# configure: exit 0