public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Building from latest git master no longer builds winsup...
@ 2021-07-14 17:13 Brian Inglis
  2021-07-14 17:48 ` Ken Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2021-07-14 17:13 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1283 bytes --]

Building from latest git master does not build winsup... only newlib.

Last built a few weeks ago for cpuinfo change testing.

But now, even after clearing out, and eventually recreating the build 
directories, trying relative and absolute configure paths, checking back 
on the build FAQ, under Cygwin 64 and 32:

$ cd ~/src/cygwin/newlib-cygwin/
$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
$ cd ../build64/
$ ( ../newlib-cygwin/configure -v && make ) &> build64.log &
...
$ l -w72 .{,/x86_64-pc-cygwin{,/newlib}}
.:
build64.log  config.status*  Makefile    x86_64-pc-cygwin/
config.log   etc/            serdep.tmp

./x86_64-pc-cygwin:
newlib/

./x86_64-pc-cygwin/newlib:
_newlib_version.h  libc/   Makefile      stmp-targ-include
config.cache       libc.a  multilib.out  targ-include/
config.log         libg.a  newlib.h
config.status*     libm/   stamp-h1
doc/               libm.a  stamp-h2

Sanitized build log attached. Any suggestions for diagnosis or fix?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

[-- Attachment #2: build64.log --]
[-- Type: text/plain, Size: 49707 bytes --]

configure: loading site script /etc/config.site
checking build system type... x86_64-pc-cygwin
checking host system type... x86_64-pc-cygwin
checking target system type... x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... gawk
checking to see if cat works as expected... yes
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for isl 0.16, 0.15, or deprecated 0.14... no
recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated
checking for isl 0.16 or 0.15... no
checking for default BUILD_CONFIG... 
checking for --enable-vtable-verify... no
*** removing etc/Makefile to force reconfigure
*** removing x86_64-pc-cygwin/newlib/Makefile to force reconfigure
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... runtest
checking for ar... ar
checking for as... as
checking for dlltool... dlltool
checking for ld... (cached) /usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld.exe
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... windres
checking for windmc... windmc
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... gfortran
checking for gccgo... no
checking for ar... ar
checking for as... as
checking for dlltool... dlltool
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for objcopy... objcopy
checking for objdump... objdump
checking for ranlib... ranlib
checking for readelf... readelf
checking for strip... strip
checking for windres... windres
checking for windmc... windmc
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... host tool
checking where to find the target c++... host tool
checking where to find the target c++ for libstdc++... host tool
checking where to find the target dlltool... host tool
checking where to find the target gcc... host tool
checking where to find the target gcj... host tool
checking where to find the target gfortran... host tool
checking where to find the target gccgo... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objcopy... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
make[1]: Entering directory '$HOME/src/cygwin/build64'
Configuring in ./etc
configure: loading site script /etc/config.site
configure: loading cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
make[2]: Entering directory '$HOME/src/cygwin/build64/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '$HOME/src/cygwin/build64/etc'
Checking multilib configuration for newlib...
Configuring in x86_64-pc-cygwin/newlib
configure: loading cache ./config.cache
checking build system type... (cached) x86_64-pc-cygwin
checking host system type... (cached) x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   
checking dependency style of gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ... (cached) gcc3
checking whether we are using GNU C... (cached) yes
checking whether gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    accepts -g... (cached) no
checking for x86_64-pc-cygwin-as... (cached) as
checking for x86_64-pc-cygwin-ar... (cached) ar
checking for x86_64-pc-cygwin-ranlib... (cached) ranlib
checking for x86_64-pc-cygwin-readelf... (cached) readelf
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking how to print strings... printf
checking for gawk... (cached) gawk
checking for .preinit_array/.init_array/.fini_array support... (cached) no
checking if gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    -I$HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include accepts -fno-tree-loop-distribute-patterns with __attribute__ ((__optimize__))... (cached) yes
checking whether long double type exists... (cached) yes
checking whether long double equals double... (cached) no
configure: creating ./config.status
config.status: creating Makefile
Adding multilib support to Makefile in ../../../newlib-cygwin/newlib
multidirs=
with_multisubdir=
config.status: creating _newlib_version.h
config.status: _newlib_version.h is unchanged
config.status: creating newlib.h
config.status: newlib.h is unchanged
config.status: executing depfiles commands
=== configuring in libc ($HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc)
configure: running /bin/sh ../../../../newlib-cygwin/newlib/libc/configure --disable-option-checking '--prefix=/usr/local'  '--with-newlib' '--enable-multilib' '-v' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-cygwin' '--build=x86_64-pc-cygwin' '--host=x86_64-pc-cygwin' '--target=x86_64-pc-cygwin' 'build_alias=x86_64-pc-cygwin' 'host_alias=x86_64-pc-cygwin' 'target_alias=x86_64-pc-cygwin' 'CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=.././config.cache --srcdir=../../../../newlib-cygwin/newlib/libc
configure: loading cache .././config.cache
checking build system type... (cached) x86_64-pc-cygwin
checking host system type... (cached) x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   
checking dependency style of gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ... (cached) gcc3
checking whether we are using GNU C... (cached) yes
checking whether gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    accepts -g... (cached) no
checking for x86_64-pc-cygwin-as... (cached) as
checking for x86_64-pc-cygwin-ar... (cached) ar
checking for x86_64-pc-cygwin-ranlib... (cached) ranlib
checking for x86_64-pc-cygwin-readelf... (cached) readelf
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking how to print strings... printf
checking Checking long double support... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating argz/Makefile
config.status: creating ctype/Makefile
config.status: creating errno/Makefile
config.status: creating locale/Makefile
config.status: creating misc/Makefile
config.status: creating reent/Makefile
config.status: creating search/Makefile
config.status: creating stdio/Makefile
config.status: creating stdio64/Makefile
config.status: creating stdlib/Makefile
config.status: creating string/Makefile
config.status: creating time/Makefile
config.status: creating posix/Makefile
config.status: creating signal/Makefile
config.status: creating syscalls/Makefile
config.status: creating unix/Makefile
config.status: creating iconv/Makefile
config.status: creating iconv/ces/Makefile
config.status: creating iconv/ccs/Makefile
config.status: creating iconv/ccs/binary/Makefile
config.status: creating iconv/lib/Makefile
config.status: creating ssp/Makefile
config.status: creating xdr/Makefile
config.status: executing depfiles commands
=== configuring in machine ($HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/machine)
configure: running /bin/sh ../../../../../newlib-cygwin/newlib/libc/machine/configure --disable-option-checking '--prefix=/usr/local'  '--with-newlib' '--enable-multilib' '-v' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-cygwin' '--build=x86_64-pc-cygwin' '--host=x86_64-pc-cygwin' '--target=x86_64-pc-cygwin' 'build_alias=x86_64-pc-cygwin' 'host_alias=x86_64-pc-cygwin' 'target_alias=x86_64-pc-cygwin' 'CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../.././config.cache --srcdir=../../../../../newlib-cygwin/newlib/libc/machine
configure: loading cache ../.././config.cache
checking build system type... (cached) x86_64-pc-cygwin
checking host system type... (cached) x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   
checking dependency style of gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ... (cached) gcc3
checking whether we are using GNU C... (cached) yes
checking whether gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    accepts -g... (cached) no
checking for x86_64-pc-cygwin-as... (cached) as
checking for x86_64-pc-cygwin-ar... (cached) ar
checking for x86_64-pc-cygwin-ranlib... (cached) ranlib
checking for x86_64-pc-cygwin-readelf... (cached) readelf
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking how to print strings... printf
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
=== configuring in x86_64 ($HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/machine/x86_64)
configure: running /bin/sh ../../../../../../newlib-cygwin/newlib/libc/machine/x86_64/configure --disable-option-checking '--prefix=/usr/local'  '--with-newlib' '--enable-multilib' '-v' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-cygwin' '--build=x86_64-pc-cygwin' '--host=x86_64-pc-cygwin' '--target=x86_64-pc-cygwin' 'build_alias=x86_64-pc-cygwin' 'host_alias=x86_64-pc-cygwin' 'target_alias=x86_64-pc-cygwin' 'CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../../.././config.cache --srcdir=../../../../../../newlib-cygwin/newlib/libc/machine/x86_64
configure: loading cache ../../.././config.cache
checking build system type... (cached) x86_64-pc-cygwin
checking host system type... (cached) x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   
checking dependency style of gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ... (cached) gcc3
checking whether we are using GNU C... (cached) yes
checking whether gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    accepts -g... (cached) no
checking for x86_64-pc-cygwin-as... (cached) as
checking for x86_64-pc-cygwin-ar... (cached) ar
checking for x86_64-pc-cygwin-ranlib... (cached) ranlib
checking for x86_64-pc-cygwin-readelf... (cached) readelf
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
=== configuring in sys ($HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/sys)
configure: running /bin/sh ../../../../../newlib-cygwin/newlib/libc/sys/configure --disable-option-checking '--prefix=/usr/local'  '--with-newlib' '--enable-multilib' '-v' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-cygwin' '--build=x86_64-pc-cygwin' '--host=x86_64-pc-cygwin' '--target=x86_64-pc-cygwin' 'build_alias=x86_64-pc-cygwin' 'host_alias=x86_64-pc-cygwin' 'target_alias=x86_64-pc-cygwin' 'CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../.././config.cache --srcdir=../../../../../newlib-cygwin/newlib/libc/sys
configure: loading cache ../.././config.cache
checking build system type... (cached) x86_64-pc-cygwin
checking host system type... (cached) x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   
checking dependency style of gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ... (cached) gcc3
checking whether we are using GNU C... (cached) yes
checking whether gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    accepts -g... (cached) no
checking for x86_64-pc-cygwin-as... (cached) as
checking for x86_64-pc-cygwin-ar... (cached) ar
checking for x86_64-pc-cygwin-ranlib... (cached) ranlib
checking for x86_64-pc-cygwin-readelf... (cached) readelf
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking how to print strings... printf
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
=== configuring in libm ($HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm)
configure: running /bin/sh ../../../../newlib-cygwin/newlib/libm/configure --disable-option-checking '--prefix=/usr/local'  '--with-newlib' '--enable-multilib' '-v' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-cygwin' '--build=x86_64-pc-cygwin' '--host=x86_64-pc-cygwin' '--target=x86_64-pc-cygwin' 'build_alias=x86_64-pc-cygwin' 'host_alias=x86_64-pc-cygwin' 'target_alias=x86_64-pc-cygwin' 'CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=.././config.cache --srcdir=../../../../newlib-cygwin/newlib/libm
configure: loading cache .././config.cache
checking Checking long double support... (cached) yes
checking build system type... (cached) x86_64-pc-cygwin
checking host system type... (cached) x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   
checking dependency style of gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ... (cached) gcc3
checking whether we are using GNU C... (cached) yes
checking whether gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    accepts -g... (cached) no
checking for x86_64-pc-cygwin-as... (cached) as
checking for x86_64-pc-cygwin-ar... (cached) ar
checking for x86_64-pc-cygwin-ranlib... (cached) ranlib
checking for x86_64-pc-cygwin-readelf... (cached) readelf
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking how to print strings... printf
configure: creating ./config.status
config.status: creating Makefile
config.status: creating math/Makefile
config.status: creating mathfp/Makefile
config.status: creating common/Makefile
config.status: creating complex/Makefile
config.status: creating fenv/Makefile
config.status: executing depfiles commands
=== configuring in machine ($HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/machine)
configure: running /bin/sh ../../../../../newlib-cygwin/newlib/libm/machine/configure --disable-option-checking '--prefix=/usr/local'  '--with-newlib' '--enable-multilib' '-v' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-cygwin' '--build=x86_64-pc-cygwin' '--host=x86_64-pc-cygwin' '--target=x86_64-pc-cygwin' 'build_alias=x86_64-pc-cygwin' 'host_alias=x86_64-pc-cygwin' 'target_alias=x86_64-pc-cygwin' 'CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../.././config.cache --srcdir=../../../../../newlib-cygwin/newlib/libm/machine
configure: loading cache ../.././config.cache
checking build system type... (cached) x86_64-pc-cygwin
checking host system type... (cached) x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   
checking dependency style of gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ... (cached) gcc3
checking whether we are using GNU C... (cached) yes
checking whether gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    accepts -g... (cached) no
checking for x86_64-pc-cygwin-as... (cached) as
checking for x86_64-pc-cygwin-ar... (cached) ar
checking for x86_64-pc-cygwin-ranlib... (cached) ranlib
checking for x86_64-pc-cygwin-readelf... (cached) readelf
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking how to print strings... printf
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
=== configuring in x86_64 ($HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/machine/x86_64)
configure: running /bin/sh ../../../../../../newlib-cygwin/newlib/libm/machine/x86_64/configure --disable-option-checking '--prefix=/usr/local'  '--with-newlib' '--enable-multilib' '-v' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-cygwin' '--build=x86_64-pc-cygwin' '--host=x86_64-pc-cygwin' '--target=x86_64-pc-cygwin' 'build_alias=x86_64-pc-cygwin' 'host_alias=x86_64-pc-cygwin' 'target_alias=x86_64-pc-cygwin' 'CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../../.././config.cache --srcdir=../../../../../../newlib-cygwin/newlib/libm/machine/x86_64
configure: loading cache ../../.././config.cache
checking build system type... (cached) x86_64-pc-cygwin
checking host system type... (cached) x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   
checking dependency style of gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ... (cached) gcc3
checking whether we are using GNU C... (cached) yes
checking whether gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    accepts -g... (cached) no
checking for x86_64-pc-cygwin-as... (cached) as
checking for x86_64-pc-cygwin-ar... (cached) ar
checking for x86_64-pc-cygwin-ranlib... (cached) ranlib
checking for x86_64-pc-cygwin-readelf... (cached) readelf
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking how to print strings... printf
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
=== configuring in doc ($HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/doc)
configure: running /bin/sh ../../../../newlib-cygwin/newlib/doc/configure --disable-option-checking '--prefix=/usr/local'  '--with-newlib' '--enable-multilib' '-v' '--program-transform-name=s,y,y,' '--with-target-subdir=x86_64-pc-cygwin' '--build=x86_64-pc-cygwin' '--host=x86_64-pc-cygwin' '--target=x86_64-pc-cygwin' 'build_alias=x86_64-pc-cygwin' 'host_alias=x86_64-pc-cygwin' 'target_alias=x86_64-pc-cygwin' 'CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=.././config.cache --srcdir=../../../../newlib-cygwin/newlib/doc
configure: loading cache .././config.cache
checking build system type... (cached) x86_64-pc-cygwin
checking host system type... (cached) x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   
checking dependency style of gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include   ... (cached) gcc3
checking whether we are using GNU C... (cached) yes
checking whether gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    accepts -g... (cached) no
checking for x86_64-pc-cygwin-as... (cached) as
checking for x86_64-pc-cygwin-ar... (cached) ar
checking for x86_64-pc-cygwin-ranlib... (cached) ranlib
checking for x86_64-pc-cygwin-readelf... (cached) readelf
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make[2]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CCASFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local/bin" "infodir=/usr/local/share/info" "libdir=/usr/local/bin/lib" "prefix=/usr/local" "tooldir=/usr/local/bin/x86_64-pc-cygwin" "top_toollibdir=/usr/local/bin/x86_64-pc-cygwin/lib" "AR=ar" "AS=as" "CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    -I$HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include" "LD=/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld.exe" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-recursive
make[3]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
rm -rf targ-include stmp-targ-include
make targ-include/sys /
	targ-include/machine /
	targ-include/bits
make[4]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
mkdir targ-include
cp _newlib_version.h targ-include/_newlib_version.h
cp newlib.h targ-include/newlib.h
mkdir targ-include/sys
mkdir targ-include/machine
mkdir targ-include/bits
make[4]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
if [ -n "shared_x86" ]; then /
    for i in ../../../newlib-cygwin/newlib/libc/machine/shared_x86/machine/*.h; do /
	if [ -f $i ]; then /
	  cp $i targ-include/machine/`basename $i`; /
	else true; fi ; /
      done; /
    for i in ../../../newlib-cygwin/newlib/libc/machine/shared_x86/sys/*.h; do /
	if [ -f $i ]; then /
	  cp $i targ-include/sys/`basename $i`; /
	else true; fi ; /
      done; /
    for i in ../../../newlib-cygwin/newlib/libc/machine/shared_x86/include/*.h; do /
	if [ -f $i ]; then /
	  cp $i targ-include/`basename $i`; /
	else true; fi ; /
      done; /
  fi
for i in ../../../newlib-cygwin/newlib/libc/machine/x86_64/machine/*.h; do /
    if [ -f $i ]; then /
      cp $i targ-include/machine/`basename $i`; /
    else true; fi ; /
  done
for i in ../../../newlib-cygwin/newlib/libc/machine/x86_64/sys/*.h; do /
    if [ -f $i ]; then /
      cp $i targ-include/sys/`basename $i`; /
    else true; fi ; /
  done
for i in ../../../newlib-cygwin/newlib/libc/machine/x86_64/include/*.h; do /
    if [ -f $i ]; then /
      cp $i targ-include/`basename $i`; /
    else true; fi ; /
  done
for i in ../../../newlib-cygwin/newlib/libc/sys//include/*.h; do /
    if [ -f $i ]; then /
      cp $i targ-include/`basename $i`; /
    else true; fi ; /
  done
for i in ../../../newlib-cygwin/newlib/libc/sys//include/*; do /
    if [ -d $i ]; then /
	for j in $i/*.h; do /
	    if [ ! -d targ-include/`basename $i` ]; then /
	    	mkdir targ-include/`basename $i`; /
	    fi; /
      	    cp $j targ-include/`basename $i`/`basename $j`; /
	done /
    else true; fi ; /
  done
for i in ../../../newlib-cygwin/newlib/libc/sys//sys/*.h; do /
    if [ -f $i ]; then /
      cp $i targ-include/sys/`basename $i`; /
    else true; fi ; /
  done
for i in ../../../newlib-cygwin/newlib/libc/sys//bits/*.h; do /
    if [ -f $i ]; then /
      cp $i targ-include/bits/`basename $i`; /
    else true; fi ; /
  done
for i in ../../../newlib-cygwin/newlib/libc/sys//machine/*.h; do /
    if [ -f $i ]; then /
      cp $i targ-include/machine/`basename $i`; /
    else true; fi ; /
  done
for i in ../../../newlib-cygwin/newlib/libc/sys//machine/x86_64/*.h; do /
    if [ -f $i ]; then /
      cp $i targ-include/machine/`basename $i`; /
    else true; fi ; /
  done
for i in ../../../newlib-cygwin/newlib/libc/sys//machine/x86_64/include/*.h; do /
    if [ -f $i ]; then /
      cp $i targ-include/machine/`basename $i`; /
    else true; fi ; /
  done
make targ-include/newlib.h
make[4]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
cp _newlib_version.h targ-include/_newlib_version.h
cp newlib.h targ-include/newlib.h
make[4]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
touch stmp-targ-include
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CCASFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local/bin" "infodir=/usr/local/share/info" "libdir=/usr/local/bin/lib" "prefix=/usr/local" "tooldir=/usr/local/bin/x86_64-pc-cygwin" "top_toollibdir=/usr/local/bin/x86_64-pc-cygwin/lib" "AR=ar" "AS=as" "CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    -I$HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include" "LD=/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld.exe" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
make[4]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
if [ -z "" ]; then /
  true; /
else /
  rootpre=`${PWDCMD-pwd}`/; export rootpre; /
  srcrootpre=`cd ../../../newlib-cygwin/newlib; ${PWDCMD-pwd}`/; export srcrootpre; /
  lib=`echo "${rootpre}" | sed -e 's,^.*//([^/][^/]*/)/$,/1,'`; /
  compiler="gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    -I$HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include"; /
  for i in `${compiler} --print-multi-lib 2>/dev/null`; do /
    dir=`echo $i | sed -e 's/;.*$//'`; /
    if [ "${dir}" = "." ]; then /
      true; /
    else /
      if [ -d ../${dir}/${lib} ]; then /
	flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; /
	if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CCASFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000   " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local/bin" "infodir=/usr/local/share/info" "libdir=/usr/local/bin/lib" "prefix=/usr/local" "tooldir=/usr/local/bin/x86_64-pc-cygwin" "top_toollibdir=/usr/local/bin/x86_64-pc-cygwin/lib" "AR=ar" "AS=as" "CC=gcc -L$HOME/src/cygwin/build64/x86_64-pc-cygwin/winsup/cygwin -isystem $HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include -B$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/ -isystem $HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/targ-include -isystem $HOME/src/cygwin/newlib-cygwin/newlib/libc/include    -I$HOME/src/cygwin/newlib-cygwin/winsup/cygwin/include" "LD=/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld.exe" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" /
			CFLAGS="-g -O2 ${flags}" /
			CCASFLAGS="-g -O2 ${flags}" /
			FCFLAGS=" ${flags}" /
			FFLAGS=" ${flags}" /
			ADAFLAGS=" ${flags}" /
			prefix="/usr/local" /
			exec_prefix="/usr/local/bin" /
			GCJFLAGS=" ${flags}" /
			GOCFLAGS="-O2 -g ${flags}" /
			CXXFLAGS="-g -O2 ${flags}" /
			LIBCFLAGS="-g -O2 ${flags}" /
			LIBCXXFLAGS="-g -O2 -fno-implicit-templates ${flags}" /
			LDFLAGS=" ${flags}" /
			MULTIFLAGS="${flags}" /
			DESTDIR="" /
			INSTALL="/usr/bin/install -c" /
			INSTALL_DATA="/usr/bin/install -c -m 644" /
			INSTALL_PROGRAM="/usr/bin/install -c" /
			INSTALL_SCRIPT="/usr/bin/install -c" /
			all); then /
	  true; /
	else /
	  exit 1; /
	fi; /
      else true; /
      fi; /
    fi; /
  done; /
fi
make[4]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
Making all in libc
make[4]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc'
Making all in argz
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/argz'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/argz'
Making all in stdlib
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/stdlib'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/stdlib'
Making all in ctype
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/ctype'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/ctype'
Making all in search
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/search'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/search'
Making all in stdio
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/stdio'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/stdio'
Making all in stdio64
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/stdio64'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/stdio64'
Making all in string
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/string'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/string'
Making all in signal
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/signal'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/signal'
Making all in time
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/time'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/time'
Making all in locale
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/locale'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/locale'
Making all in sys
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/sys'
Making all in .
make[6]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/sys'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/sys'
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/sys'
Making all in reent
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/reent'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/reent'
Making all in errno
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/errno'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/errno'
Making all in misc
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/misc'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/misc'
Making all in machine
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/machine'
Making all in x86_64
make[6]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/machine/x86_64'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/machine/x86_64'
Making all in .
make[6]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/machine'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/machine'
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/machine'
Making all in posix
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/posix'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/posix'
Making all in syscalls
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/syscalls'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/syscalls'
Making all in xdr
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/xdr'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/xdr'
Making all in ssp
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/ssp'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc/ssp'
Making all in .
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc'
make[4]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libc'
Making all in libm
make[4]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm'
Making all in math
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/math'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/math'
Making all in common
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/common'
Making all in complex
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/complex'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/complex'
Making all in fenv
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/fenv'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/fenv'
Making all in machine
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/machine'
Making all in x86_64
make[6]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/machine/x86_64'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/machine/x86_64'
Making all in .
make[6]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/machine'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/machine'
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm/machine'
make[5]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm'
make[4]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/libm'
Making all in doc
make[4]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib/doc'
Making all in .
make[4]: Entering directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
make[4]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
make[3]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
make[2]: Leaving directory '$HOME/src/cygwin/build64/x86_64-pc-cygwin/newlib'
make[1]: Leaving directory '$HOME/src/cygwin/build64'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Building from latest git master no longer builds winsup...
  2021-07-14 17:13 Building from latest git master no longer builds winsup Brian Inglis
@ 2021-07-14 17:48 ` Ken Brown
  2021-07-14 18:44   ` Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: Ken Brown @ 2021-07-14 17:48 UTC (permalink / raw)
  To: cygwin

On 7/14/2021 1:13 PM, Brian Inglis wrote:
> Building from latest git master does not build winsup... only newlib.

Did you run winsup/autogen.sh?  See

   https://cygwin.com/pipermail/cygwin-developers/2021-June/012161.html

Ken

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Building from latest git master no longer builds winsup...
  2021-07-14 17:48 ` Ken Brown
@ 2021-07-14 18:44   ` Brian Inglis
  2021-07-16 15:35     ` Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2021-07-14 18:44 UTC (permalink / raw)
  To: cygwin

On 2021-07-14 11:48, Ken Brown via Cygwin wrote:
> On 7/14/2021 1:13 PM, Brian Inglis wrote:
>> Building from latest git master does not build winsup... only newlib.
> 
> Did you run winsup/autogen.sh?  See
> 
>    https://cygwin.com/pipermail/cygwin-developers/2021-June/012161.html

Thanks Ken,
That'll probably fix it.
I'm not subscribed to c-dev so I should probably do that now.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Building from latest git master no longer builds winsup...
  2021-07-14 18:44   ` Brian Inglis
@ 2021-07-16 15:35     ` Brian Inglis
  2021-07-16 15:59       ` Ken Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2021-07-16 15:35 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 2313 bytes --]

On 2021-07-14 12:44, Brian Inglis wrote:
> On 2021-07-14 11:48, Ken Brown via Cygwin wrote:
>> On 7/14/2021 1:13 PM, Brian Inglis wrote:
>>> Building from latest git master does not build winsup... only newlib.
>> Did you run winsup/autogen.sh?  See
>>    https://cygwin.com/pipermail/cygwin-developers/2021-June/012161.html

Build now works on winsup but quits at doc - log extract attached:

	$ egrep -A5 'db2|docbook2' build64.log

docbook2x-texi --xinclude --info --utf8trans-map=charmap 
../../../../winsup/doc/cygwin-api.xml --string-param output-file=cygwin-api
could not find ParserDetails.ini in 
/usr/share/perl5/vendor_perl/5.32/XML/SAX
could not open -: No such file or directory
/usr/bin/db2x_texixml: program in pipeline exited with an error
make[3]: *** [Makefile:773: cygwin-api.info] Error 1
make[3]: Leaving directory 
'$HOME/src/cygwin/newlib-cygwin/build64/x86_64-pc-cygwin/winsup/doc'

However there was left behind:

	/usr/share/perl5/vendor_perl/5.30/XML/SAX/ParserDetails.ini

which I copied to the failing path above:

$ head /usr/share/perl5/vendor_perl/5.32/XML/SAX/ParserDetails.ini
[XML::SAX::PurePerl]
http://xml.org/sax/features/namespaces = 1

and reran resulting in:

docbook2x-texi --xinclude --info --utf8trans-map=charmap 
../../../../winsup/doc/cygwin-api.xml --string-param output-file=cygwin-api
could not open -: No such file or directory
/usr/bin/db2x_texixml: program in pipeline exited with an error
make[3]: *** [Makefile:773: cygwin-api.info] Error 1
make[3]: Leaving directory 
'$HOME/src/cygwin/newlib-cygwin/build64/x86_64-pc-cygwin/winsup/doc'

from newlib-cygwin/build64/x86_64-pc-cygwin/winsup/doc/Makefile:

cygwin-api.info: $(cygwin-api_SOURCES) charmap
           $(DOCBOOK2XTEXI) $(srcdir)/cygwin-api.xml --string-param 
output-file=cygwin-api

However Cygwin 32 builds completely with complaints about 
ParserDetails.ini.
I've updated docs a number of times and had few build issues.
Anyone seen this or similar and have any suggestions?
Are there any new additions or changes to doc generation requirements?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

[-- Attachment #2: build64.log --]
[-- Type: text/plain, Size: 2366 bytes --]

checking for x86_64-pc-cygwin-objcopy... objcopy
checking for x86_64-pc-cygwin-objdump... objdump
checking for x86_64-pc-cygwin-ranlib... ranlib
checking for x86_64-pc-cygwin-strip... strip
checking for x86_64-pc-cygwin-windres... windres
checking for docbook2x-texi... docbook2x-texi
checking for x86_64-w64-mingw32-g++... x86_64-w64-mingw32-g++
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for bfd_init in -lbfd... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
--
Note: Writing setmetamode.1
Note: Writing ssp.1
Note: Writing strace.1
Note: Writing tzset.1
Note: Writing umount.1
cp /usr/share/docbook2X/charmaps/texi.charmap charmap
echo "ae (R)" >>charmap
docbook2x-texi --xinclude --info --utf8trans-map=charmap ../../../../winsup/doc/cygwin-api.xml --string-param output-file=cygwin-api
could not find ParserDetails.ini in /usr/share/perl5/vendor_perl/5.32/XML/SAX
could not open -: No such file or directory
/usr/bin/db2x_texixml: program in pipeline exited with an error
make[3]: *** [Makefile:773: cygwin-api.info] Error 1
make[3]: Leaving directory '$HOME/src/cygwin/newlib-cygwin/build64/x86_64-pc-cygwin/winsup/doc'
make[2]: *** [Makefile:399: all-recursive] Error 1
make[2]: Leaving directory '$HOME/src/cygwin/newlib-cygwin/build64/x86_64-pc-cygwin/winsup'
make[1]: *** [Makefile:9464: all-target-winsup] Error 2
--
make[3]: Entering directory '$HOME/src/cygwin/newlib-cygwin/build64/x86_64-pc-cygwin/winsup/cygserver'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '$HOME/src/cygwin/newlib-cygwin/build64/x86_64-pc-cygwin/winsup/cygserver'
Making all in doc
make[3]: Entering directory '$HOME/src/cygwin/newlib-cygwin/build64/x86_64-pc-cygwin/winsup/doc'
docbook2x-texi --xinclude --info --utf8trans-map=charmap ../../../../winsup/doc/cygwin-api.xml --string-param output-file=cygwin-api
could not open -: No such file or directory
/usr/bin/db2x_texixml: program in pipeline exited with an error
make[3]: *** [Makefile:773: cygwin-api.info] Error 1
make[3]: Leaving directory '$HOME/src/cygwin/newlib-cygwin/build64/x86_64-pc-cygwin/winsup/doc'
make[2]: *** [Makefile:399: all-recursive] Error 1
make[2]: Leaving directory '$HOME/src/cygwin/newlib-cygwin/build64/x86_64-pc-cygwin/winsup'
make[1]: *** [Makefile:9464: all-target-winsup] Error 2

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Building from latest git master no longer builds winsup...
  2021-07-16 15:35     ` Brian Inglis
@ 2021-07-16 15:59       ` Ken Brown
  2021-07-17  2:39         ` Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: Ken Brown @ 2021-07-16 15:59 UTC (permalink / raw)
  To: cygwin

On 7/16/2021 11:35 AM, Brian Inglis wrote:
> On 2021-07-14 12:44, Brian Inglis wrote:
>> On 2021-07-14 11:48, Ken Brown via Cygwin wrote:
>>> On 7/14/2021 1:13 PM, Brian Inglis wrote:
>>>> Building from latest git master does not build winsup... only newlib.
>>> Did you run winsup/autogen.sh?  See
>>>    https://cygwin.com/pipermail/cygwin-developers/2021-June/012161.html
> 
> Build now works on winsup but quits at doc - log extract attached:
> 
>      $ egrep -A5 'db2|docbook2' build64.log
> 
> docbook2x-texi --xinclude --info --utf8trans-map=charmap 
> ../../../../winsup/doc/cygwin-api.xml --string-param output-file=cygwin-api
> could not find ParserDetails.ini in /usr/share/perl5/vendor_perl/5.32/XML/SAX
> could not open -: No such file or directory
> /usr/bin/db2x_texixml: program in pipeline exited with an error

This is caused by a bug in texinfo-6.8-1 that was fixed in texinfo-6.8-2.

Ken

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Building from latest git master no longer builds winsup...
  2021-07-16 15:59       ` Ken Brown
@ 2021-07-17  2:39         ` Brian Inglis
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2021-07-17  2:39 UTC (permalink / raw)
  To: cygwin

On 2021-07-16 09:59, Ken Brown via Cygwin wrote:
> On 7/16/2021 11:35 AM, Brian Inglis wrote:
>> On 2021-07-14 12:44, Brian Inglis wrote:
>>> On 2021-07-14 11:48, Ken Brown via Cygwin wrote:
>>>> On 7/14/2021 1:13 PM, Brian Inglis wrote:
>>>>> Building from latest git master does not build winsup... only newlib.
>>>> Did you run winsup/autogen.sh?  See
>>>>    https://cygwin.com/pipermail/cygwin-developers/2021-June/012161.html
>>
>> Build now works on winsup but quits at doc - log extract attached:
>>
>>      $ egrep -A5 'db2|docbook2' build64.log
>>
>> docbook2x-texi --xinclude --info --utf8trans-map=charmap 
>> ../../../../winsup/doc/cygwin-api.xml --string-param 
>> output-file=cygwin-api
>> could not find ParserDetails.ini in 
>> /usr/share/perl5/vendor_perl/5.32/XML/SAX
>> could not open -: No such file or directory
>> /usr/bin/db2x_texixml: program in pipeline exited with an error
> 
> This is caused by a bug in texinfo-6.8-1 that was fixed in texinfo-6.8-2.

Thanks Ken,

I was looking for evidence of issues with docbook or SAX, but would not 
have suspected texinfo, so I'll bear that in mind in future, and try 
wider searches on messages.
My Cygwin32 environment works because it's unusually backlevel there, 
and Cygwin64 is not quite up to date, so I'll get them both resynced, 
and redo.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-17  2:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 17:13 Building from latest git master no longer builds winsup Brian Inglis
2021-07-14 17:48 ` Ken Brown
2021-07-14 18:44   ` Brian Inglis
2021-07-16 15:35     ` Brian Inglis
2021-07-16 15:59       ` Ken Brown
2021-07-17  2:39         ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).