The build took 00h 01m 21s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
11,910 |
sh |
9,132 |
ansic |
2,828 |
makefile |
23,870 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/SOURCES --> /sysroot/SOURCES
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/COPYING --> /sysroot/COPYING
/toolchain_root/COPYING3 --> /sysroot/COPYING3
/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: potrace 1.13-1 (Tue Apr 4 22:15:55 UTC 2017)
==> 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 arm-linux-androideabi-strip... arm-linux-androideabi-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 for arm-linux-androideabi-gcc... arm-linux-androideabi-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... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-gcc... gcc3
checking what compiler options to use... -Wall -ffloat-store
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-androideabi
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 arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
checking the name lister (/sysroot/bin/arm-linux-androideabi-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 arm-unknown-linux-androideabi 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 /sysroot/arm-linux-androideabi/bin/ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
checking for archiver @FILE support... @
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
checking for sysroot... no
checking for arm-linux-androideabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... arm-linux-androideabi-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 arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-gcc static flag -static works... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to install the Potrace library... yes
checking whether gcc has bug number 12243... maybe
checking whether to use zlib... yes
checking whether to default to metric units... no
checking whether to default to a4 paper size... no
checking whether to use the simplified progress bar... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether M_PI is declared... yes
checking for deflate in -lz... yes
checking for floor in -lm... yes
checking for getopt_long... yes
checking whether getopt_long reorders its arguments... maybe (cross-compiling)
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for Intel 386... no
checking for inline... inline
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating check/Makefile
config.status: creating doc/potrace.1
config.status: creating doc/mkbitmap.1
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/tmp/potrace/src/potrace-1.13'
Making all in src
make[2]: Entering directory '/tmp/potrace/src/potrace-1.13/src'
/bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT curve.lo -MD -MP -MF .deps/curve.Tpo -c -o curve.lo curve.c
/bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c -o trace.lo trace.c
/bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT decompose.lo -MD -MP -MF .deps/decompose.Tpo -c -o decompose.lo decompose.c
/bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT potracelib.lo -MD -MP -MF .deps/potracelib.Tpo -c -o potracelib.lo potracelib.c
libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c trace.c -fPIC -DPIC -o .libs/trace.o
libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT potracelib.lo -MD -MP -MF .deps/potracelib.Tpo -c potracelib.c -fPIC -DPIC -o .libs/potracelib.o
libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT curve.lo -MD -MP -MF .deps/curve.Tpo -c curve.c -fPIC -DPIC -o .libs/curve.o
libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT decompose.lo -MD -MP -MF .deps/decompose.Tpo -c decompose.c -fPIC -DPIC -o .libs/decompose.o
libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT curve.lo -MD -MP -MF .deps/curve.Tpo -c curve.c -o curve.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT potracelib.lo -MD -MP -MF .deps/potracelib.Tpo -c potracelib.c -o potracelib.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT decompose.lo -MD -MP -MF .deps/decompose.Tpo -c decompose.c -o decompose.o >/dev/null 2>&1
mv -f .deps/curve.Tpo .deps/curve.Plo
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/potracelib.Tpo .deps/potracelib.Plo
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT bitmap_io.o -MD -MP -MF .deps/bitmap_io.Tpo -c -o bitmap_io.o bitmap_io.c
libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c trace.c -o trace.o >/dev/null 2>&1
mv -f .deps/decompose.Tpo .deps/decompose.Plo
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT backend_eps.o -MD -MP -MF .deps/backend_eps.Tpo -c -o backend_eps.o backend_eps.c
mv -f .deps/main.Tpo .deps/main.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT flate.o -MD -MP -MF .deps/flate.Tpo -c -o flate.o flate.c
mv -f .deps/bitmap_io.Tpo .deps/bitmap_io.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT greymap.o -MD -MP -MF .deps/greymap.Tpo -c -o greymap.o greymap.c
mv -f .deps/flate.Tpo .deps/flate.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT render.o -MD -MP -MF .deps/render.Tpo -c -o render.o render.c
mv -f .deps/greymap.Tpo .deps/greymap.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT backend_pgm.o -MD -MP -MF .deps/backend_pgm.Tpo -c -o backend_pgm.o backend_pgm.c
mv -f .deps/backend_eps.Tpo .deps/backend_eps.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT backend_svg.o -MD -MP -MF .deps/backend_svg.Tpo -c -o backend_svg.o backend_svg.c
mv -f .deps/render.Tpo .deps/render.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT backend_xfig.o -MD -MP -MF .deps/backend_xfig.Tpo -c -o backend_xfig.o backend_xfig.c
mv -f .deps/trace.Tpo .deps/trace.Plo
mv -f .deps/backend_pgm.Tpo .deps/backend_pgm.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT backend_dxf.o -MD -MP -MF .deps/backend_dxf.Tpo -c -o backend_dxf.o backend_dxf.c
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT backend_pdf.o -MD -MP -MF .deps/backend_pdf.Tpo -c -o backend_pdf.o backend_pdf.c
mv -f .deps/backend_xfig.Tpo .deps/backend_xfig.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT backend_geojson.o -MD -MP -MF .deps/backend_geojson.Tpo -c -o backend_geojson.o backend_geojson.c
mv -f .deps/backend_svg.Tpo .deps/backend_svg.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT lzw.o -MD -MP -MF .deps/lzw.Tpo -c -o lzw.o lzw.c
mv -f .deps/backend_pdf.Tpo .deps/backend_pdf.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT progress_bar.o -MD -MP -MF .deps/progress_bar.Tpo -c -o progress_bar.o progress_bar.c
mv -f .deps/backend_dxf.Tpo .deps/backend_dxf.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT bbox.o -MD -MP -MF .deps/bbox.Tpo -c -o bbox.o bbox.c
mv -f .deps/lzw.Tpo .deps/lzw.Po
mv -f .deps/backend_geojson.Tpo .deps/backend_geojson.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT trans.o -MD -MP -MF .deps/trans.Tpo -c -o trans.o trans.c
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
mv -f .deps/progress_bar.Tpo .deps/progress_bar.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
mv -f .deps/bbox.Tpo .deps/bbox.Po
mv -f .deps/trans.Tpo .deps/trans.Po
arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ffloat-store -MT mkbitmap.o -MD -MP -MF .deps/mkbitmap.Tpo -c -o mkbitmap.o mkbitmap.c
/bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -Wall -ffloat-store -version-info 0:3:0 -rpath '/usr/lib' -export-symbols ./libpotrace-export.sym -no-undefined -o libpotrace.la curve.lo trace.lo decompose.lo potracelib.lo -lm
mv -f .deps/getopt.Tpo .deps/getopt.Po
mv -f .deps/getopt1.Tpo .deps/getopt1.Po
libtool: link: echo "{ global:" > .libs/libpotrace.ver
libtool: link: cat ./libpotrace-export.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libpotrace.ver
libtool: link: echo "local: *; };" >> .libs/libpotrace.ver
libtool: link: arm-linux-androideabi-gcc -shared -fPIC -DPIC .libs/curve.o .libs/trace.o .libs/decompose.o .libs/potracelib.o -lm -Wl,-soname -Wl,libpotrace.so.0 -Wl,-version-script -Wl,.libs/libpotrace.ver -o .libs/libpotrace.so.0.0.3
libtool: link: (cd ".libs" && rm -f "libpotrace.so.0" && ln -s "libpotrace.so.0.0.3" "libpotrace.so.0")
libtool: link: (cd ".libs" && rm -f "libpotrace.so" && ln -s "libpotrace.so.0.0.3" "libpotrace.so")
libtool: link: arm-linux-androideabi-ar cru .libs/libpotrace.a curve.o trace.o decompose.o potracelib.o
libtool: link: arm-linux-androideabi-ranlib .libs/libpotrace.a
libtool: link: ( cd ".libs" && rm -f "libpotrace.la" && ln -s "../libpotrace.la" "libpotrace.la" )
mv -f .deps/mkbitmap.Tpo .deps/mkbitmap.Po
/bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -Wall -ffloat-store -o potrace main.o bitmap_io.o backend_eps.o flate.o greymap.o render.o backend_pgm.o backend_svg.o backend_xfig.o backend_dxf.o backend_pdf.o backend_geojson.o lzw.o progress_bar.o bbox.o trans.o libpotrace.la getopt.o getopt1.o -lm -lz
/bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -Wall -ffloat-store -o mkbitmap mkbitmap.o bitmap_io.o greymap.o getopt.o getopt1.o -lm
libtool: link: arm-linux-androideabi-gcc -Wall -ffloat-store -o .libs/potrace main.o bitmap_io.o backend_eps.o flate.o greymap.o render.o backend_pgm.o backend_svg.o backend_xfig.o backend_dxf.o backend_pdf.o backend_geojson.o lzw.o progress_bar.o bbox.o trans.o getopt.o getopt1.o ./.libs/libpotrace.so -lm -lz
libtool: link: arm-linux-androideabi-gcc -Wall -ffloat-store -o mkbitmap mkbitmap.o bitmap_io.o greymap.o getopt.o getopt1.o -lm
make[2]: Leaving directory '/tmp/potrace/src/potrace-1.13/src'
Making all in doc
make[2]: Entering directory '/tmp/potrace/src/potrace-1.13/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/potrace/src/potrace-1.13/doc'
Making all in check
make[2]: Entering directory '/tmp/potrace/src/potrace-1.13/check'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/potrace/src/potrace-1.13/check'
make[2]: Entering directory '/tmp/potrace/src/potrace-1.13'
make[2]: Leaving directory '/tmp/potrace/src/potrace-1.13'
make[1]: Leaving directory '/tmp/potrace/src/potrace-1.13'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/potrace/src/potrace-1.13/src'
make[2]: Entering directory '/tmp/potrace/src/potrace-1.13/src'
/usr/sbin/mkdir -p '/tmp/potrace/pkg/potrace/usr/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libpotrace.la '/tmp/potrace/pkg/potrace/usr/lib'
/usr/sbin/mkdir -p '/tmp/potrace/pkg/potrace/usr/include'
/usr/bin/install -c -m 644 potracelib.h '/tmp/potrace/pkg/potrace/usr/include'
libtool: install: /usr/bin/install -c .libs/libpotrace.so.0.0.3 /tmp/potrace/pkg/potrace/usr/lib/libpotrace.so.0.0.3
libtool: install: (cd /tmp/potrace/pkg/potrace/usr/lib && { ln -s -f libpotrace.so.0.0.3 libpotrace.so.0 || { rm -f libpotrace.so.0 && ln -s libpotrace.so.0.0.3 libpotrace.so.0; }; })
libtool: install: (cd /tmp/potrace/pkg/potrace/usr/lib && { ln -s -f libpotrace.so.0.0.3 libpotrace.so || { rm -f libpotrace.so && ln -s libpotrace.so.0.0.3 libpotrace.so; }; })
libtool: install: /usr/bin/install -c .libs/libpotrace.lai /tmp/potrace/pkg/potrace/usr/lib/libpotrace.la
libtool: install: /usr/bin/install -c .libs/libpotrace.a /tmp/potrace/pkg/potrace/usr/lib/libpotrace.a
libtool: install: chmod 644 /tmp/potrace/pkg/potrace/usr/lib/libpotrace.a
libtool: install: arm-linux-androideabi-ranlib /tmp/potrace/pkg/potrace/usr/lib/libpotrace.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/usr/sbin/mkdir -p '/tmp/potrace/pkg/potrace/usr/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c potrace mkbitmap '/tmp/potrace/pkg/potrace/usr/bin'
libtool: install: warning: `libpotrace.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/potrace /tmp/potrace/pkg/potrace/usr/bin/potrace
libtool: install: /usr/bin/install -c mkbitmap /tmp/potrace/pkg/potrace/usr/bin/mkbitmap
make[2]: Leaving directory '/tmp/potrace/src/potrace-1.13/src'
make[1]: Leaving directory '/tmp/potrace/src/potrace-1.13/src'
Making install in doc
make[1]: Entering directory '/tmp/potrace/src/potrace-1.13/doc'
make[2]: Entering directory '/tmp/potrace/src/potrace-1.13/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/potrace/pkg/potrace/usr/share/doc/potrace'
/usr/sbin/mkdir -p '/tmp/potrace/pkg/potrace/usr/share/man/man1'
/usr/bin/install -c -m 644 placement.pdf '/tmp/potrace/pkg/potrace/usr/share/doc/potrace'
/usr/bin/install -c -m 644 potrace.1 mkbitmap.1 '/tmp/potrace/pkg/potrace/usr/share/man/man1'
make[2]: Leaving directory '/tmp/potrace/src/potrace-1.13/doc'
make[1]: Leaving directory '/tmp/potrace/src/potrace-1.13/doc'
Making install in check
make[1]: Entering directory '/tmp/potrace/src/potrace-1.13/check'
make[2]: Entering directory '/tmp/potrace/src/potrace-1.13/check'
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/potrace/src/potrace-1.13/check'
make[1]: Leaving directory '/tmp/potrace/src/potrace-1.13/check'
make[1]: Entering directory '/tmp/potrace/src/potrace-1.13'
make[2]: Entering directory '/tmp/potrace/src/potrace-1.13'
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/potrace/src/potrace-1.13'
make[1]: Leaving directory '/tmp/potrace/src/potrace-1.13'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "potrace"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: potrace 1.13-1 (Tue Apr 4 22:16:04 UTC 2017)
CMD: pacman --query --file potrace-1.13-1-x86_64.pkg.tar.xz
Creating hybrid package for 'potrace'
Trying to find vanilla package 'potrace'...
CMD: pacman --query --file /mirror/potrace-1.13-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/bin/mkbitmap
/usr/bin/potrace
/usr/include/potracelib.h
/usr/lib/libpotrace.so
/usr/lib/libpotrace.so.0
/usr/lib/libpotrace.so.0.0.3
/usr/share/doc/potrace/placement.pdf
/usr/share/man/man1/mkbitmap.1.gz
/usr/share/man/man1/potrace.1.gz
/sysroot/sysroot/usr/lib/libpotrace.so.0.0.3
/sysroot/sysroot/usr/lib/libpotrace.so.0
/sysroot/sysroot/usr/lib/libpotrace.so
/sysroot/sysroot/usr/lib/libpotrace.la
/sysroot/sysroot/usr/lib/libpotrace.a
/sysroot/sysroot/usr/include/potracelib.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 potrace.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/potrace.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/potrace.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/potrace.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/potrace/src/potrace-1.13/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 potrace configure 1.13, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --mandir=/usr/share/man --with-libpotrace
## --------- ##
## Platform. ##
## --------- ##
hostname = 6d663b2edf78
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/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: /sysroot/bin
PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2318: checking for a BSD-compatible install
configure:2386: result: /usr/bin/install -c
configure:2397: checking whether build environment is sane
configure:2452: result: yes
configure:2511: checking for arm-linux-androideabi-strip
configure:2527: found /sysroot/bin/arm-linux-androideabi-strip
configure:2538: result: arm-linux-androideabi-strip
configure:2603: checking for a thread-safe mkdir -p
configure:2642: result: /usr/sbin/mkdir -p
configure:2649: checking for gawk
configure:2665: found /usr/sbin/gawk
configure:2676: result: gawk
configure:2687: checking whether make sets $(MAKE)
configure:2709: result: yes
configure:2738: checking whether make supports nested variables
configure:2755: result: yes
configure:2913: checking for arm-linux-androideabi-gcc
configure:2940: result: arm-linux-androideabi-gcc
configure:3209: checking for C compiler version
configure:3218: arm-linux-androideabi-gcc --version >&5
arm-linux-androideabi-gcc (GCC) 4.8
Copyright (C) 2013 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:3229: $? = 0
configure:3218: arm-linux-androideabi-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-gcc
COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
Target: arm-linux-androideabi
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
Thread model: posix
gcc version 4.8 (GCC)
configure:3229: $? = 0
configure:3218: arm-linux-androideabi-gcc -V >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:3229: $? = 1
configure:3218: arm-linux-androideabi-gcc -qversion >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:3229: $? = 1
configure:3249: checking whether the C compiler works
configure:3271: arm-linux-androideabi-gcc conftest.c >&5
configure:3275: $? = 0
configure:3323: result: yes
configure:3326: checking for C compiler default output file name
configure:3328: result: a.out
configure:3334: checking for suffix of executables
configure:3341: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:3345: $? = 0
configure:3367: result:
configure:3389: checking whether we are cross compiling
configure:3427: result: yes
configure:3432: checking for suffix of object files
configure:3454: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3458: $? = 0
configure:3479: result: o
configure:3483: checking whether we are using the GNU C compiler
configure:3502: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3502: $? = 0
configure:3511: result: yes
configure:3520: checking whether arm-linux-androideabi-gcc accepts -g
configure:3540: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:3540: $? = 0
configure:3581: result: yes
configure:3598: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:3661: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3661: $? = 0
configure:3674: result: none needed
configure:3699: checking whether arm-linux-androideabi-gcc understands -c and -o together
configure:3721: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
configure:3724: $? = 0
configure:3721: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
configure:3724: $? = 0
configure:3736: result: yes
configure:3764: checking for style of include used by make
configure:3792: result: GNU
configure:3818: checking dependency style of arm-linux-androideabi-gcc
configure:3929: result: gcc3
configure:3951: checking what compiler options to use
configure:3953: result: -Wall -ffloat-store
configure:3973: checking build system type
configure:3987: result: x86_64-unknown-linux-gnu
configure:4007: checking host system type
configure:4020: result: arm-unknown-linux-androideabi
configure:4389: checking how to print strings
configure:4416: result: printf
configure:4437: checking for a sed that does not truncate output
configure:4501: result: /usr/sbin/sed
configure:4519: checking for grep that handles long lines and -e
configure:4577: result: /usr/sbin/grep
configure:4582: checking for egrep
configure:4644: result: /usr/sbin/grep -E
configure:4649: checking for fgrep
configure:4711: result: /usr/sbin/grep -F
configure:4746: checking for ld used by arm-linux-androideabi-gcc
configure:4813: result: /sysroot/arm-linux-androideabi/bin/ld
configure:4820: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
configure:4835: result: yes
configure:4847: checking for BSD- or MS-compatible name lister (nm)
configure:4896: result: /sysroot/bin/arm-linux-androideabi-nm -B
configure:5026: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
configure:5033: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:5036: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
configure:5039: output
00000000 B some_variable
configure:5046: result: BSD nm
configure:5049: checking whether ln -s works
configure:5053: result: yes
configure:5061: checking the maximum length of command line arguments
configure:5192: result: 1572864
configure:5209: checking whether the shell understands some XSI constructs
configure:5219: result: yes
configure:5223: checking whether the shell understands "+="
configure:5229: result: yes
configure:5264: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
configure:5304: result: func_convert_file_noop
configure:5311: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5331: result: func_convert_file_noop
configure:5338: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
configure:5345: result: -r
configure:5379: checking for arm-linux-androideabi-objdump
configure:5406: result: objdump
configure:5475: checking how to recognize dependent libraries
configure:5673: result: pass_all
configure:5718: checking for arm-linux-androideabi-dlltool
configure:5745: result: dlltool
configure:5815: checking how to associate runtime and link libraries
configure:5842: result: printf %s\n
configure:5859: checking for arm-linux-androideabi-ar
configure:5875: found /sysroot/bin/arm-linux-androideabi-ar
configure:5886: result: arm-linux-androideabi-ar
configure:5967: checking for archiver @FILE support
configure:5984: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:5984: $? = 0
configure:5987: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
configure:5990: $? = 0
configure:5995: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
arm-linux-androideabi-ar: conftest.o: No such file or directory
configure:5998: $? = 1
configure:6010: result: @
configure:6028: checking for arm-linux-androideabi-strip
configure:6055: result: arm-linux-androideabi-strip
configure:6127: checking for arm-linux-androideabi-ranlib
configure:6143: found /sysroot/bin/arm-linux-androideabi-ranlib
configure:6154: result: arm-linux-androideabi-ranlib
configure:6296: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
configure:6416: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:6419: $? = 0
configure:6423: /sysroot/bin/arm-linux-androideabi-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:6426: $? = 0
configure:6492: arm-linux-androideabi-gcc -o conftest -Wall -ffloat-store conftest.c conftstm.o >&5
configure:6495: $? = 0
configure:6533: result: ok
configure:6570: checking for sysroot
configure:6600: result: no
configure:6829: checking for arm-linux-androideabi-mt
configure:6859: result: no
configure:6869: checking for mt
configure:6899: result: no
configure:6919: checking if : is a manifest tool
configure:6925: : '-?'
configure:6933: result: no
configure:7575: checking how to run the C preprocessor
configure:7606: arm-linux-androideabi-gcc -E conftest.c
configure:7606: $? = 0
configure:7620: arm-linux-androideabi-gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:7620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "potrace"
| #define PACKAGE_TARNAME "potrace"
| #define PACKAGE_VERSION "1.13"
| #define PACKAGE_STRING "potrace 1.13"
| #define PACKAGE_BUGREPORT "selinger at users.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "potrace"
| #define VERSION "1.13"
| #define POTRACE "potrace"
| #define MKBITMAP "mkbitmap"
| /* end confdefs.h. */
| #include
configure:7645: result: arm-linux-androideabi-gcc -E
configure:7665: arm-linux-androideabi-gcc -E conftest.c
configure:7665: $? = 0
configure:7679: arm-linux-androideabi-gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:7679: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "potrace"
| #define PACKAGE_TARNAME "potrace"
| #define PACKAGE_VERSION "1.13"
| #define PACKAGE_STRING "potrace 1.13"
| #define PACKAGE_BUGREPORT "selinger at users.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "potrace"
| #define VERSION "1.13"
| #define POTRACE "potrace"
| #define MKBITMAP "mkbitmap"
| /* end confdefs.h. */
| #include
configure:7708: checking for ANSI C header files
configure:7728: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7728: $? = 0
configure:7812: result: yes
configure:7825: checking for sys/types.h
configure:7825: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7825: $? = 0
configure:7825: result: yes
configure:7825: checking for sys/stat.h
configure:7825: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7825: $? = 0
configure:7825: result: yes
configure:7825: checking for stdlib.h
configure:7825: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7825: $? = 0
configure:7825: result: yes
configure:7825: checking for string.h
configure:7825: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7825: $? = 0
configure:7825: result: yes
configure:7825: checking for memory.h
configure:7825: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7825: $? = 0
configure:7825: result: yes
configure:7825: checking for strings.h
configure:7825: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7825: $? = 0
configure:7825: result: yes
configure:7825: checking for inttypes.h
configure:7825: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7825: $? = 0
configure:7825: result: yes
configure:7825: checking for stdint.h
configure:7825: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7825: $? = 0
configure:7825: result: yes
configure:7825: checking for unistd.h
configure:7825: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7825: $? = 0
configure:7825: result: yes
configure:7839: checking for dlfcn.h
configure:7839: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:7839: $? = 0
configure:7839: result: yes
configure:8043: checking for objdir
configure:8058: result: .libs
configure:8329: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
configure:8347: arm-linux-androideabi-gcc -c -Wall -ffloat-store -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8351: $? = 0
configure:8364: result: no
configure:8691: checking for arm-linux-androideabi-gcc option to produce PIC
configure:8698: result: -fPIC -DPIC
configure:8706: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
configure:8724: arm-linux-androideabi-gcc -c -Wall -ffloat-store -fPIC -DPIC -DPIC conftest.c >&5
configure:8728: $? = 0
configure:8741: result: yes
configure:8770: checking if arm-linux-androideabi-gcc static flag -static works
configure:8798: result: yes
configure:8813: checking if arm-linux-androideabi-gcc supports -c -o file.o
configure:8834: arm-linux-androideabi-gcc -c -Wall -ffloat-store -o out/conftest2.o conftest.c >&5
configure:8838: $? = 0
configure:8860: result: yes
configure:8868: checking if arm-linux-androideabi-gcc supports -c -o file.o
configure:8915: result: yes
configure:8948: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
configure:10105: result: yes
configure:10142: checking whether -lc should be explicitly linked in
configure:10150: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:10153: $? = 0
configure:10168: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
configure:10171: $? = 0
configure:10185: result: no
configure:10345: checking dynamic linker characteristics
configure:10845: arm-linux-androideabi-gcc -o conftest -Wall -ffloat-store -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10845: $? = 0
configure:11079: result: GNU/Linux ld.so
configure:11186: checking how to hardcode library paths into programs
configure:11211: result: immediate
configure:11751: checking whether stripping libraries is possible
configure:11756: result: yes
configure:11791: checking if libtool supports shared libraries
configure:11793: result: yes
configure:11796: checking whether to build shared libraries
configure:11817: result: yes
configure:11820: checking whether to build static libraries
configure:11824: result: yes
configure:11863: checking whether to install the Potrace library
configure:11866: result: yes
configure:11880: checking whether gcc has bug number 12243
configure:11885: result: maybe
configure:11890: checking whether to use zlib
configure:11901: result: yes
configure:11908: checking whether to default to metric units
configure:11922: result: no
configure:11926: checking whether to default to a4 paper size
configure:11940: result: no
configure:11944: checking whether to use the simplified progress bar
configure:11965: result: no
configure:11977: checking zlib.h usability
configure:11977: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:11977: $? = 0
configure:11977: result: yes
configure:11977: checking zlib.h presence
configure:11977: arm-linux-androideabi-gcc -E conftest.c
configure:11977: $? = 0
configure:11977: result: yes
configure:11977: checking for zlib.h
configure:11977: result: yes
configure:12005: checking whether M_PI is declared
configure:12005: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:12005: $? = 0
configure:12005: result: yes
configure:12018: checking for deflate in -lz
configure:12043: arm-linux-androideabi-gcc -o conftest -Wall -ffloat-store conftest.c -lz >&5
configure:12043: $? = 0
configure:12052: result: yes
configure:12114: checking for floor in -lm
configure:12139: arm-linux-androideabi-gcc -o conftest -Wall -ffloat-store conftest.c -lm >&5
conftest.c:34:6: warning: conflicting types for built-in function 'floor' [enabled by default]
char floor ();
^
configure:12139: $? = 0
configure:12148: result: yes
configure:12158: checking for getopt_long
configure:12158: arm-linux-androideabi-gcc -o conftest -Wall -ffloat-store conftest.c >&5
configure:12158: $? = 0
configure:12158: result: yes
configure:12166: checking whether getopt_long reorders its arguments
configure:12169: result: maybe (cross-compiling)
configure:12209: checking for strcasecmp
configure:12209: arm-linux-androideabi-gcc -o conftest -Wall -ffloat-store conftest.c >&5
conftest.c:50:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
char strcasecmp ();
^
configure:12209: $? = 0
configure:12209: result: yes
configure:12228: checking for strncasecmp
configure:12228: arm-linux-androideabi-gcc -o conftest -Wall -ffloat-store conftest.c >&5
conftest.c:50:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
char strncasecmp ();
^
configure:12228: $? = 0
configure:12228: result: yes
configure:12248: checking for Intel 386
configure:12264: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
conftest.c: In function 'main':
conftest.c:32:3: warning: 'x' is used uninitialized in this function [-Wuninitialized]
asm("bsf %1,%0\njnz 0f\nmovl 2,%0\n0:":"=r"(x):"r"(x));
^
/tmp/ccT1XnK0.s: Assembler messages:
/tmp/ccT1XnK0.s:27: Error: bad instruction `bsf r3,r3'
/tmp/ccT1XnK0.s:28: Error: bad instruction `jnz 0f'
/tmp/ccT1XnK0.s:29: Error: bad instruction `movl 2,r3'
configure:12264: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "potrace"
| #define PACKAGE_TARNAME "potrace"
| #define PACKAGE_VERSION "1.13"
| #define PACKAGE_STRING "potrace 1.13"
| #define PACKAGE_BUGREPORT "selinger at users.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "potrace"
| #define VERSION "1.13"
| #define POTRACE "potrace"
| #define MKBITMAP "mkbitmap"
| #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 HAVE_GCC_LOOP_BUG /**/
| #define HAVE_ZLIB /**/
| /* end confdefs.h. */
|
| int
| main ()
| {
| int x;
| asm("bsf %1,%0\njnz 0f\nmovl 2,%0\n0:":"=r"(x):"r"(x));
| return x; /* need this so that -O2 does not optimize the asm away */
|
| ;
| return 0;
| }
configure:12272: result: no
configure:12279: checking for inline
configure:12295: arm-linux-androideabi-gcc -c -Wall -ffloat-store conftest.c >&5
configure:12295: $? = 0
configure:12303: result: inline
configure:12441: checking that generated files are newer than configure
configure:12447: result: done
configure:12470: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by potrace config.status 1.13, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 6d663b2edf78
config.status:1101: creating Makefile
config.status:1101: creating src/Makefile
config.status:1101: creating doc/Makefile
config.status:1101: creating check/Makefile
config.status:1101: creating doc/potrace.1
config.status:1101: creating doc/mkbitmap.1
config.status:1101: creating config.h
config.status:1330: executing depfiles commands
config.status:1330: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=arm-linux-androideabi-gcc
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=set
ac_cv_env_build_alias_value=x86_64-unknown-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux-androideabi
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_getopt_long=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strncasecmp=yes
ac_cv_have_decl_M_PI=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_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_header_zlib_h=yes
ac_cv_host=arm-unknown-linux-androideabi
ac_cv_lib_m_floor=yes
ac_cv_lib_z_deflate=yes
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_AR=arm-linux-androideabi-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-linux-androideabi-gcc
ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
ac_cv_prog_STRIP=arm-linux-androideabi-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=/sysroot/arm-linux-androideabi/bin/ld
lt_cv_path_NM='/sysroot/bin/arm-linux-androideabi-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=yes
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/potrace/src/potrace-1.13/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_CPPFLAGS=''
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='arm-linux-androideabi-ar'
AS='as'
AUTOCONF='${SHELL} /tmp/potrace/src/potrace-1.13/missing autoconf'
AUTOHEADER='${SHELL} /tmp/potrace/src/potrace-1.13/missing autoheader'
AUTOMAKE='${SHELL} /tmp/potrace/src/potrace-1.13/missing automake-1.15'
AWK='gawk'
CADD=''
CC='arm-linux-androideabi-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -Wall -ffloat-store'
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATE='October 2015'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
EXTRA_LIBS=' -lz'
EXTRA_OBJS=' getopt.o getopt1.o'
FGREP='/usr/sbin/grep -F'
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTHEADERS='potracelib.h'
INSTLIBS='libpotrace.la'
LD='/sysroot/arm-linux-androideabi/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/potrace/src/potrace-1.13/missing makeinfo'
MANIFEST_TOOL=':'
MKBITMAP='mkbitmap'
MKDIR_P='/usr/sbin/mkdir -p'
NM='/sysroot/bin/arm-linux-androideabi-nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='potrace'
PACKAGE_BUGREPORT='selinger at users.sourceforge.net'
PACKAGE_NAME='potrace'
PACKAGE_STRING='potrace 1.13'
PACKAGE_TARNAME='potrace'
PACKAGE_URL=''
PACKAGE_VERSION='1.13'
PATH_SEPARATOR=':'
POTRACE='potrace'
POTRACELIB_VERSION=''
RANLIB='arm-linux-androideabi-ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='arm-linux-androideabi-strip'
VERSION='1.13'
ac_ct_AR=''
ac_ct_CC=''
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='x86_64-unknown-linux'
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='arm-unknown-linux-androideabi'
host_alias='arm-linux-androideabi'
host_cpu='arm'
host_os='linux-androideabi'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/potrace/src/potrace-1.13/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
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 "potrace"
#define PACKAGE_TARNAME "potrace"
#define PACKAGE_VERSION "1.13"
#define PACKAGE_STRING "potrace 1.13"
#define PACKAGE_BUGREPORT "selinger at users.sourceforge.net"
#define PACKAGE_URL ""
#define PACKAGE "potrace"
#define VERSION "1.13"
#define POTRACE "potrace"
#define MKBITMAP "mkbitmap"
#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 HAVE_GCC_LOOP_BUG /**/
#define HAVE_ZLIB /**/
configure: exit 0