#!/bin/bash -xv if [ $# = 0 ] then ncpus=1 else ncpus=$1 fi + '[' 0 = 0 ']' + ncpus=1 sysver=`uname -s` ++ uname -s + sysver=Linux syslvl=`uname -r` ++ uname -r + syslvl=5.0.9-200.fc29.x86_64+debug osname=$sysver.$syslvl + osname=Linux.5.0.9-200.fc29.x86_64+debug case $osname in SunOS.5.5) osname="$sysver.5.5" ;; SunOS.5.5.1) osname="$sysver.5.5.1" ;; SunOS.5.6) osname="$sysver.5.6" ;; SunOS.5.7) osname="$sysver.5.7" ;; SunOS.5.8) osname="$sysver.5.8" ;; SunOS.5.9) osname="$sysver.5.9" ;; SunOS.5.10) osname="$sysver.5.10" ;; SunOS.5.11) osname="$sysver.5.11" ;; Linux*) osname="$sysver" ;; *CYGWIN*) osname=CYGWIN ;; *) printf "%s" 'Wrong system level encountered...' exit 86 esac + case $osname in + osname=Linux # rhel gcc PATH=/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/X11/bin:/usr/dt/bin + PATH=/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/X11/bin:/usr/dt/bin # /usr/lsd gcc #PATH=/usr/lsd/$osname/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/X11/bin:/usr/dt/bin export PATH + export PATH CONFIG_SHELL=/bin/bash + CONFIG_SHELL=/bin/bash export CONFIG_SHELL + export CONFIG_SHELL which gcc + which gcc /usr/bin/gcc gcc --version + gcc --version gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2) Copyright (C) 2018 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. which as + which as /usr/bin/as as --version + as --version GNU assembler version 2.31.1-25.fc29 Copyright (C) 2018 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or later. This program has absolutely no warranty. This assembler was configured for a target of `x86_64-redhat-linux'. which ld + which ld /usr/bin/ld ld --version + ld --version GNU ld version 2.31.1-25.fc29 Copyright (C) 2018 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty. which libtool + which libtool /usr/bin/libtool libtool --version + libtool --version libtool (GNU libtool) 2.4.6 Written by Gordon Matzigkeit, 1996 Copyright (C) 2014 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. make distclean + make distclean Making distclean in src make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/src' rm -f gnufdisk rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/src' Making distclean in userinterface make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/userinterface' make[1]: *** No rule to make target 'distclean'. Stop. make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/userinterface' make: *** [Makefile:302: distclean-recursive] Error 1 ./configure --prefix=/usr/lsd/$osname --verbose \ --enable-shared=yes \ --enable-static=yes \ --enable-dependency-tracking \ --with-pic \ --with-gnu-ld + ./configure --prefix=/usr/lsd/Linux --verbose --enable-shared=yes --enable-static=yes --enable-dependency-tracking --with-pic --with-gnu-ld checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for style of include used by make... GNU 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3145728 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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/bin/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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in common (/tools/fdisk/gnufdisk-2.0.0a1/common) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/lsd/Linux' '--verbose' '--enable-shared=yes' '--enable-static=yes' '--enable-dependency-tracking' '--with-pic' '--with-gnu-ld' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for style of include used by make... GNU 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3145728 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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/bin/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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking for stdlib.h... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for vsnprintf,... no checking for memset... yes checking for size_t... yes checking wether jmp_buf works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: src/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands === configuring in debug (/tools/fdisk/gnufdisk-2.0.0a1/debug) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/lsd/Linux' '--verbose' '--enable-shared=yes' '--enable-static=yes' '--enable-dependency-tracking' '--with-pic' '--with-gnu-ld' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for style of include used by make... GNU 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3145728 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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/bin/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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: src/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands === configuring in exception (/tools/fdisk/gnufdisk-2.0.0a1/exception) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/lsd/Linux' '--verbose' '--enable-shared=yes' '--enable-static=yes' '--enable-dependency-tracking' '--with-pic' '--with-gnu-ld' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for style of include used by make... GNU 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3145728 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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/bin/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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking for stdlib.h... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for vsnprintf... yes checking wether jmp_buf works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: src/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands === configuring in device (/tools/fdisk/gnufdisk-2.0.0a1/device) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/lsd/Linux' '--verbose' '--enable-shared=yes' '--enable-static=yes' '--enable-dependency-tracking' '--with-pic' '--with-gnu-ld' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for style of include used by make... GNU 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3145728 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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/bin/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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking for stdint.h... (cached) yes checking for size_t... yes checking for an ANSI C-conforming const... yes checking for long long int... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/gnufdisk-device.h config.status: creating src/config.h config.status: src/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands === configuring in backend (/tools/fdisk/gnufdisk-2.0.0a1/backend) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/lsd/Linux' '--verbose' '--enable-shared=yes' '--enable-static=yes' '--enable-dependency-tracking' '--with-pic' '--with-gnu-ld' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes 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 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 for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3145728 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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/bin/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 blkid_new_probe in -lblkid... yes checking for uuid_generate in -luuid... yes checking gnufdisk-common.h usability... no checking gnufdisk-common.h presence... no checking for gnufdisk-common.h... no configure: error: GNU Fdisk headers are missing, install headers and try again. configure: error: ./configure failed for backend # Report bugs to . make clean + make clean Making clean in src make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/src' rm -f gnufdisk rm -rf .libs _libs rm -f *.o rm -f *.lo make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/src' Making clean in userinterface make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/userinterface' make[1]: *** No rule to make target 'clean'. Stop. make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/userinterface' make: *** [Makefile:302: clean-recursive] Error 1 rc=$? + rc=2 if [ $rc = 0 ] then echo 'status of cmd='$rc'...' else echo 'status of cmd='$rc'...' fi + '[' 2 = 0 ']' + echo 'status of cmd=2...' status of cmd=2... make depend + make depend make: *** No rule to make target 'depend'. Stop. rc=$? + rc=2 if [ $rc = 0 ] then echo 'status of cmd='$rc'...' else echo 'status of cmd='$rc'...' fi + '[' 2 = 0 ']' + echo 'status of cmd=2...' status of cmd=2... make -j $ncpus + make -j 1 Making all in doc make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/doc' Making all in common make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/common' Making all in src make[2]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/common/src' make all-am make[3]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/common/src' make[3]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/common/src' make[2]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/common/src' make[2]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/common' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/common' make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/common' Making all in debug make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/debug' Making all in src make[2]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/debug/src' make all-am make[3]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/debug/src' make[3]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/debug/src' make[2]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/debug/src' make[2]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/debug' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/debug' make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/debug' Making all in exception make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/exception' Making all in src make[2]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/exception/src' make all-am make[3]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/exception/src' make[3]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/exception/src' make[2]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/exception/src' make[2]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/exception' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/exception' make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/exception' Making all in device make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/device' Making all in src make[2]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/device/src' make all-am make[3]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/device/src' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-geometry.lo -MD -MP -MF .deps/libgnufdisk_device_la-geometry.Tpo -c -o libgnufdisk_device_la-geometry.lo `test -f 'geometry.c' || echo './'`geometry.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-geometry.lo -MD -MP -MF .deps/libgnufdisk_device_la-geometry.Tpo -c geometry.c -fPIC -DPIC -o .libs/libgnufdisk_device_la-geometry.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-geometry.lo -MD -MP -MF .deps/libgnufdisk_device_la-geometry.Tpo -c geometry.c -fPIC -DPIC -o libgnufdisk_device_la-geometry.o >/dev/null 2>&1 mv -f .deps/libgnufdisk_device_la-geometry.Tpo .deps/libgnufdisk_device_la-geometry.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-device.lo -MD -MP -MF .deps/libgnufdisk_device_la-device.Tpo -c -o libgnufdisk_device_la-device.lo `test -f 'device.c' || echo './'`device.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-device.lo -MD -MP -MF .deps/libgnufdisk_device_la-device.Tpo -c device.c -fPIC -DPIC -o .libs/libgnufdisk_device_la-device.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-device.lo -MD -MP -MF .deps/libgnufdisk_device_la-device.Tpo -c device.c -fPIC -DPIC -o libgnufdisk_device_la-device.o >/dev/null 2>&1 mv -f .deps/libgnufdisk_device_la-device.Tpo .deps/libgnufdisk_device_la-device.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-disklabel.lo -MD -MP -MF .deps/libgnufdisk_device_la-disklabel.Tpo -c -o libgnufdisk_device_la-disklabel.lo `test -f 'disklabel.c' || echo './'`disklabel.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-disklabel.lo -MD -MP -MF .deps/libgnufdisk_device_la-disklabel.Tpo -c disklabel.c -fPIC -DPIC -o .libs/libgnufdisk_device_la-disklabel.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-disklabel.lo -MD -MP -MF .deps/libgnufdisk_device_la-disklabel.Tpo -c disklabel.c -fPIC -DPIC -o libgnufdisk_device_la-disklabel.o >/dev/null 2>&1 mv -f .deps/libgnufdisk_device_la-disklabel.Tpo .deps/libgnufdisk_device_la-disklabel.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-partition.lo -MD -MP -MF .deps/libgnufdisk_device_la-partition.Tpo -c -o libgnufdisk_device_la-partition.lo `test -f 'partition.c' || echo './'`partition.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-partition.lo -MD -MP -MF .deps/libgnufdisk_device_la-partition.Tpo -c partition.c -fPIC -DPIC -o .libs/libgnufdisk_device_la-partition.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../common/include -I../../debug/include -I../../exception/include -I../include -g -O2 -MT libgnufdisk_device_la-partition.lo -MD -MP -MF .deps/libgnufdisk_device_la-partition.Tpo -c partition.c -fPIC -DPIC -o libgnufdisk_device_la-partition.o >/dev/null 2>&1 mv -f .deps/libgnufdisk_device_la-partition.Tpo .deps/libgnufdisk_device_la-partition.Plo /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgnufdisk-device.la -rpath /usr/lsd/Linux/lib libgnufdisk_device_la-geometry.lo libgnufdisk_device_la-device.lo libgnufdisk_device_la-disklabel.lo libgnufdisk_device_la-partition.lo -L../../common/src -L../../exception/src -L../../debug/src -ldl -lgnufdisk-common -lgnufdisk-exception -lgnufdisk-debug libtool: link: rm -fr .libs/libgnufdisk-device.a .libs/libgnufdisk-device.la .libs/libgnufdisk-device.lai .libs/libgnufdisk-device.so .libs/libgnufdisk-device.so.0 .libs/libgnufdisk-device.so.0.0.0 libtool: link: gcc -shared .libs/libgnufdisk_device_la-geometry.o .libs/libgnufdisk_device_la-device.o .libs/libgnufdisk_device_la-disklabel.o .libs/libgnufdisk_device_la-partition.o -Wl,-rpath -Wl,/tools/fdisk/gnufdisk-2.0.0a1/common/src/.libs -Wl,-rpath -Wl,/tools/fdisk/gnufdisk-2.0.0a1/exception/src/.libs -Wl,-rpath -Wl,/tools/fdisk/gnufdisk-2.0.0a1/debug/src/.libs -Wl,-rpath -Wl,/usr/lsd/Linux/lib -L/tools/fdisk/gnufdisk-2.0.0a1/common/src/.libs -L/tools/fdisk/gnufdisk-2.0.0a1/common/src -L/tools/fdisk/gnufdisk-2.0.0a1/exception/src -L/tools/fdisk/gnufdisk-2.0.0a1/debug/src -ldl /tools/fdisk/gnufdisk-2.0.0a1/common/src/.libs/libgnufdisk-common.so /tools/fdisk/gnufdisk-2.0.0a1/exception/src/.libs/libgnufdisk-exception.so /tools/fdisk/gnufdisk-2.0.0a1/debug/src/.libs/libgnufdisk-debug.so -Wl,-soname -Wl,libgnufdisk-device.so.0 -o .libs/libgnufdisk-device.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libgnufdisk-device.so.0" && ln -s "libgnufdisk-device.so.0.0.0" "libgnufdisk-device.so.0") libtool: link: (cd ".libs" && rm -f "libgnufdisk-device.so" && ln -s "libgnufdisk-device.so.0.0.0" "libgnufdisk-device.so") libtool: link: ar cru .libs/libgnufdisk-device.a libgnufdisk_device_la-geometry.o libgnufdisk_device_la-device.o libgnufdisk_device_la-disklabel.o libgnufdisk_device_la-partition.o libtool: link: ranlib .libs/libgnufdisk-device.a libtool: link: ( cd ".libs" && rm -f "libgnufdisk-device.la" && ln -s "../libgnufdisk-device.la" "libgnufdisk-device.la" ) make[3]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/device/src' make[2]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/device/src' make[2]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/device' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/device' make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/device' Making all in backend make[1]: Entering directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/backend' make[1]: *** No rule to make target 'all'. Stop. make[1]: Leaving directory '/export/home/tools/fdisk/gnufdisk-2.0.0a1/backend' make: *** [Makefile:277: all-recursive] Error 1 rc=$? + rc=2 if [ $rc = 0 ] then echo 'status of cmd='$rc'...' else echo 'status of cmd='$rc'...' exit $rc fi + '[' 2 = 0 ']' + echo 'status of cmd=2...' status of cmd=2... + exit 2