Re: Malformed Message-ID?

MatÄ›j Cepl via leafnode-list <[email protected]> Sat, 4 Mar 2023 10:47:29 +0100
Newsgroups gmane.network.leafnode
Organization SUSE Czech, s.r.o.
Message-ID <[email protected]>
--===============2688128391930120248==
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature"; boundary="bN0YjMkgzKGxUU31"
Content-Disposition: inline


--bN0YjMkgzKGxUU31
Content-Type: multipart/mixed; boundary="w1ghFgk3EqjDZ52y"
Content-Disposition: inline


--w1ghFgk3EqjDZ52y
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 2023-03-03, 23:14 GMT, Matthias Andree via leafnode-list wrote:
> Should be fixed in the Git repo as of 5e7153d. Please test and let me
> know if it works for you.
>
> https://gitlab.com/leafnode-2/leafnode-2/-/commit/5e7153d79530

Something's wrong with libpcre. I have these two
versions available on openSUSE (and it seems, looking at
https://www.pcre.org/ we are not missing anything):

    stitny~/b/h/leafnode (1A1D3M)$ rpm -qi pcre-devel
    Name        : pcre-devel
    Version     : 8.45
    Release     : 2.3
    Architecture: x86_64
    Install Date: So=C2=A03.=C2=A0z=C3=A1=C5=99=C3=AD=C2=A02022,=C2=A009:30=
:28
    Group       : Development/Libraries/C and C++
    Size        : 271795
    License     : BSD-3-Clause
    Signature   : RSA/SHA256, St=C2=A031.=C2=A0srpna=C2=A02022,=C2=A014:01:=
05, Key ID b88b2fd43dbdc284
    Source RPM  : pcre-8.45-2.3.src.rpm
    Build Date  : St=C2=A031.=C2=A0srpna=C2=A02022,=C2=A013:58:24
    Build Host  : lamb75
    Packager    : https://bugs.opensuse.org
    Vendor      : openSUSE
    URL         : http://www.pcre.org/
    Summary     : A library for Perl-compatible regular expressions
    Description :
    The PCRE library is a set of functions that implement regular
    expression pattern matching using the same syntax and semantics
    as Perl 5.
    Distribution: openSUSE Tumbleweed
    stitny~/b/h/leafnode (1A1D3M)$ rpm -qi pcre2-devel
    Name        : pcre2-devel
    Version     : 10.42
    Release     : 3.3
    Architecture: x86_64
    Install Date: So=C2=A04.=C2=A0=C3=BAnora=C2=A02023,=C2=A012:44:13
    Group       : Development/Libraries/C and C++
    Size        : 287737
    License     : BSD-3-Clause
    Signature   : RSA/SHA512, =C4=8Ct=C2=A02.=C2=A0=C3=BAnora=C2=A02023,=C2=
=A018:27:50, Key ID 35a2f86e29b700a4
    Source RPM  : pcre2-10.42-3.3.src.rpm
    Build Date  : =C4=8Ct=C2=A02.=C2=A0=C3=BAnora=C2=A02023,=C2=A018:22:12
    Build Host  : cloud101
    Packager    : https://bugs.opensuse.org
    Vendor      : openSUSE
    URL         : https://www.pcre.org
    Summary     : A library for Perl-compatible regular expressions
    Description :
    The PCRE2 library is a set of functions that implement regular
    expression pattern matching using the same syntax and semantics
    as Perl 5.

    PCRE2 is a re-working of the original PCRE library to provide an entire=
ly new
    API.
    Distribution: openSUSE Tumbleweed
    stitny~/b/h/leafnode (1A1D3M)$=20

The previous package of leafnode included `BuildRequires:
pcre-devel`, which pulled-in pcre-devel 8.45. When I try to build
current master (902321b) with the same configuration as before I
get error in ./configure (config.log from that run has been
attached):

    [ 21s] + ./configure --host=3Dx86_64-suse-linux-gnu
    --build=3Dx86_64-suse-linux-gnu --program-prefix=3D
    --disable-dependency-tracking --prefix=3D/usr --exec-prefix=3D/usr
    --bindir=3D/usr/bin --sbindir=3D/usr/sbin --sysconfdir=3D/etc
    --datadir=3D/usr/share --includedir=3D/usr/include
    --libdir=3D/usr/lib64 --libexecdir=3D/usr/libexec
    --localstatedir=3D/var --sharedstatedir=3D/var/lib
    --mandir=3D/usr/share/man --infodir=3D/usr/share/info
    --disable-silent-rules --enable-spooldir=3D/var/spool/news
    --enable-runas-user=3Dabuild --sysconfdir=3D/etc/leafnode --with-pam

    [ ... plenty of successful lines omitted ... ]

    [   23s] checking for pcre-config... /usr/bin/pcre-config
    [   23s] configure: adding -lpcre to LDFLAGS
    [   23s] checking for pcre.h... yes
    [   23s] checking for pcre_compile() in PCRE library... no
    [   23s] *** I cannot find PCRE. leafnode depends on it.
    [   23s] ***
    [   23s] *** If you have PCRE installed, pcre-config was not found.
    [   23s] *** You can work around this by adding the header location to
    [   23s] *** the environment variables CPPFLAGS, i. e. CPPFLAGS=3D-I/op=
t/pcre/include
    [   23s] *** and the library location to the environment variables LDFL=
AGS,
    [   23s] *** e. g. LDFLAGS=3D-L/opt/pcre/lib, assuming your PCRE reside=
s in /opt/pcre.
    [   23s] ***
    [   23s] *** If not you don't have PCRE installed, please download and =
install PCRE 3.7
    [   23s] *** or a newer version from http://www.pcre.org/, it's easy:
    [   23s] *** Just download, unpack, then cd to pcre-3.7, then
    [   23s] *** ./configure && make, then as root: make install
    [   23s] *** Then, reconfigure leafnode.
    [   23s] configure: error: PCRE library not found

So, I thought =E2=80=9COK, I just have to use recent libpcre=E2=80=9D and I
switched BuildRequires to `pcre2-devel` and then I get on the
same call of configure even worse results:

    [   23s] checking for pcre-config... ./configure: line 6696: not: comma=
nd not found
    [   23s] no
    [   23s] ./configure: line 6711: --cflags: command not found
    [   23s] ./configure: line 6718: --libs: command not found
    [   23s] checking for pcre.h... no

No wonder pcre-config has not been found, when it is called
pcre2-config here, and besides I believe kewl kidz these days
use pkgconfig to get their CFLAGS & al. rather than proprietary
configure scripts, right?

Do you have any idea what's going on?

Best,

Mat=C4=9Bj
--=20
https://matej.ceplovi.cz/blog/, @mcepl-ZvyNPa7Jd/[email protected]
GPG Finger: 3C76 A027 CA45 AD70 98B5  BC1D 7920 5802 880B C9D8
=20
Never, never, never believe any war will be smooth and easy, or
that anyone who embarks on the strange voyage can measure the
tides and hurricanes he will encounter. The statesman who yields
to war fever must realise that once the signal is given, he is no
longer the master of policy but the slave of unforeseeable and
uncontrollable events.
    -- Winston Churchill, 1930


--w1ghFgk3EqjDZ52y
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="config.log"
Content-Transfer-Encoding: quoted-printable

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by leafnode configure 2.0.0.alpha202301, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --host=3Dx86_64-suse-linux-gnu --build=3Dx86_64-suse-linux-=
gnu --program-prefix=3D --disable-dependency-tracking --prefix=3D/usr --exe=
c-prefix=3D/usr --bindir=3D/usr/bin --sbindir=3D/usr/sbin --sysconfdir=3D/e=
tc --datadir=3D/usr/share --includedir=3D/usr/include --libdir=3D/usr/lib64=
 --libexecdir=3D/usr/libexec --localstatedir=3D/var --sharedstatedir=3D/var=
/lib --mandir=3D/usr/share/man --infodir=3D/usr/share/info --disable-silent=
-rules --enable-spooldir=3D/var/spool/news --enable-runas-user=3Dabuild --s=
ysconfdir=3D/etc/leafnode --with-pam

## --------- ##
## Platform. ##
## --------- ##

hostname =3D stitny.cepl.eu
uname -m =3D x86_64
uname -r =3D 6.1.12-1-default
uname -s =3D Linux
uname -v =3D #1 SMP PREEMPT_DYNAMIC Wed Feb 15 05:31:41 UTC 2023 (373f017)

/usr/bin/uname -p =3D x86_64
/bin/uname -X     =3D=20

/bin/arch              =3D x86_64
/usr/bin/arch -k       =3D unknown
/usr/convex/getsysinfo =3D unknown
/usr/bin/hostinfo      =3D unknown
/bin/machine           =3D unknown
/usr/bin/oslevel       =3D unknown
/bin/universe          =3D unknown

PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2311: looking for aux files: compile missing install-sh
configure:2324:  trying ./
configure:2353:   ./compile found
configure:2353:   ./missing found
configure:2335:   ./install-sh found
configure:2483: checking for a BSD-compatible install
configure:2556: result: /usr/bin/install -c
configure:2567: checking whether build environment is sane
configure:2622: result: yes
configure:2781: checking for a race-free mkdir -p
configure:2825: result: /usr/bin/mkdir -p
configure:2832: checking for gawk
configure:2853: found /usr/bin/gawk
configure:2864: result: gawk
configure:2875: checking whether make sets $(MAKE)
configure:2898: result: yes
configure:2928: checking whether make supports nested variables
configure:2946: result: yes
configure:3094: checking whether make supports nested variables
configure:3112: result: yes
configure:3141: checking whether make supports the include directive
configure:3156: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3159: $? =3D 0
configure:3178: result: yes (GNU style)
configure:3209: checking for x86_64-suse-linux-gnu-gcc
configure:3244: result: no
configure:3254: checking for gcc
configure:3275: found /usr/bin/gcc
configure:3286: result: gcc
configure:3639: checking for C compiler version
configure:3648: gcc --version >&5
gcc (SUSE Linux) 12.2.1 20230124 [revision 193f7e62815b4089dfaed4c2bd34fd4f=
10209e27]
Copyright (C) 2022 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:3659: $? =3D 0
configure:3648: gcc -v >&5
Using built-in specs.
Reading specs from /usr/lib64/gcc/x86_64-suse-linux/12/defaults.spec
COLLECT_GCC=3Dgcc
COLLECT_LTO_WRAPPER=3D/usr/lib64/gcc/x86_64-suse-linux/12/lto-wrapper
OFFLOAD_TARGET_NAMES=3Dnvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=3D1
Target: x86_64-suse-linux
Configured with: ../configure --prefix=3D/usr --infodir=3D/usr/share/info -=
-mandir=3D/usr/share/man --libdir=3D/usr/lib64 --libexecdir=3D/usr/lib64 --=
enable-languages=3Dc,c++,objc,fortran,obj-c++,ada,go,d,jit --enable-offload=
-targets=3Dnvptx-none,amdgcn-amdhsa, --enable-offload-defaulted --without-c=
uda-driver --enable-host-shared --enable-checking=3Drelease --disable-werro=
r --with-gxx-include-dir=3D/usr/include/c++/12 --enable-ssp --disable-libss=
p --disable-libvtv --enable-cet=3Dauto --disable-libcc1 --enable-plugin --w=
ith-bugurl=3Dhttps://bugs.opensuse.org/ --with-pkgversion=3D'SUSE Linux' --=
with-slibdir=3D/lib64 --with-system-zlib --enable-libstdcxx-allocator=3Dnew=
 --disable-libstdcxx-pch --enable-libphobos --enable-version-specific-runti=
me-libs --with-gcc-major-version-only --enable-linker-build-id --enable-lin=
ux-futex --enable-gnu-indirect-function --program-suffix=3D-12 --without-sy=
stem-libunwind --enable-multilib --with-arch-32=3Dx86-64 --with-tune=3Dgene=
ric --with-build-config=3Dbootstrap-lto-lean --enable-link-mutex --build=3D=
x86_64-suse-linux --host=3Dx86_64-suse-linux
Thread model: posix
Supported LTO compression algorithms: zlib zstd
=2E.. rest of stderr output deleted ...
configure:3659: $? =3D 0
configure:3648: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3659: $? =3D 1
configure:3648: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--v=
ersion'?
gcc: fatal error: no input files
compilation terminated.
configure:3659: $? =3D 1
configure:3648: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:3659: $? =3D 1
configure:3679: checking whether the C compiler works
configure:3701: gcc -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -fsta=
ck-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-cl=
ash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -flto=3Dauto conftest=
=2Ec  >&5
configure:3705: $? =3D 0
configure:3755: result: yes
configure:3758: checking for C compiler default output file name
configure:3760: result: a.out
configure:3766: checking for suffix of executables
configure:3773: gcc -o conftest -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOUR=
CE=3D3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-table=
s -fstack-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -flto=3Da=
uto conftest.c  >&5
configure:3777: $? =3D 0
configure:3800: result:=20
configure:3822: checking whether we are cross compiling
configure:3830: gcc -o conftest -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOUR=
CE=3D3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-table=
s -fstack-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -flto=3Da=
uto conftest.c  >&5
configure:3834: $? =3D 0
configure:3841: ./conftest
configure:3845: $? =3D 0
configure:3860: result: no
configure:3865: checking for suffix of object files
configure:3888: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:3892: $? =3D 0
configure:3914: result: o
configure:3918: checking whether the compiler supports GNU C
configure:3938: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:3938: $? =3D 0
configure:3948: result: yes
configure:3959: checking whether gcc accepts -g
configure:3980: gcc -c -g  conftest.c >&5
configure:3980: $? =3D 0
configure:4024: result: yes
configure:4044: checking for gcc option to enable C11 features
configure:4059: gcc  -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -=
fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstac=
k-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4059: $? =3D 0
configure:4077: result: none needed
configure:4193: checking whether gcc understands -c and -o together
configure:4216: gcc -c conftest.c -o conftest2.o
configure:4219: $? =3D 0
configure:4216: gcc -c conftest.c -o conftest2.o
configure:4219: $? =3D 0
configure:4231: result: yes
configure:4250: checking dependency style of gcc
configure:4362: result: none
configure:4382: checking for stdio.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for stdlib.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for string.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for inttypes.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for stdint.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for strings.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for sys/stat.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for sys/types.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for unistd.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for wchar.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4382: $? =3D 0
configure:4382: result: yes
configure:4382: checking for minix/config.h
configure:4382: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
conftest.c:49:10: fatal error: minix/config.h: No such file or directory
   49 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4382: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "leafnode"
| #define PACKAGE_TARNAME "leafnode"
| #define PACKAGE_VERSION "2.0.0.alpha202301"
| #define PACKAGE_STRING "leafnode 2.0.0.alpha202301"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "leafnode"
| #define VERSION "2.0.0.alpha202301"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4382: result: no
configure:4413: checking whether it is safe to define __EXTENSIONS__
configure:4432: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4432: $? =3D 0
configure:4440: result: yes
configure:4443: checking whether _XOPEN_SOURCE should be defined
configure:4465: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4465: $? =3D 0
configure:4492: result: no
configure:4548: checking for inline
configure:4565: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  conftest.c >&5
configure:4565: $? =3D 0
configure:4574: result: inline
configure:4596: checking for x86_64-suse-linux-gnu-strip
configure:4631: result: no
configure:4641: checking for strip
configure:4662: found /usr/bin/strip
configure:4673: result: strip
configure:4697: checking for id
configure:4721: found /usr/bin/id
configure:4734: result: /usr/bin/id
configure:4746: checking for gawk
configure:4778: result: gawk
configure:4797: checking for x86_64-suse-linux-gnu-gcc
configure:4829: result: gcc
configure:5227: checking for C compiler version
configure:5236: gcc --version >&5
gcc (SUSE Linux) 12.2.1 20230124 [revision 193f7e62815b4089dfaed4c2bd34fd4f=
10209e27]
Copyright (C) 2022 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:5247: $? =3D 0
configure:5236: gcc -v >&5
Using built-in specs.
Reading specs from /usr/lib64/gcc/x86_64-suse-linux/12/defaults.spec
COLLECT_GCC=3Dgcc
COLLECT_LTO_WRAPPER=3D/usr/lib64/gcc/x86_64-suse-linux/12/lto-wrapper
OFFLOAD_TARGET_NAMES=3Dnvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=3D1
Target: x86_64-suse-linux
Configured with: ../configure --prefix=3D/usr --infodir=3D/usr/share/info -=
-mandir=3D/usr/share/man --libdir=3D/usr/lib64 --libexecdir=3D/usr/lib64 --=
enable-languages=3Dc,c++,objc,fortran,obj-c++,ada,go,d,jit --enable-offload=
-targets=3Dnvptx-none,amdgcn-amdhsa, --enable-offload-defaulted --without-c=
uda-driver --enable-host-shared --enable-checking=3Drelease --disable-werro=
r --with-gxx-include-dir=3D/usr/include/c++/12 --enable-ssp --disable-libss=
p --disable-libvtv --enable-cet=3Dauto --disable-libcc1 --enable-plugin --w=
ith-bugurl=3Dhttps://bugs.opensuse.org/ --with-pkgversion=3D'SUSE Linux' --=
with-slibdir=3D/lib64 --with-system-zlib --enable-libstdcxx-allocator=3Dnew=
 --disable-libstdcxx-pch --enable-libphobos --enable-version-specific-runti=
me-libs --with-gcc-major-version-only --enable-linker-build-id --enable-lin=
ux-futex --enable-gnu-indirect-function --program-suffix=3D-12 --without-sy=
stem-libunwind --enable-multilib --with-arch-32=3Dx86-64 --with-tune=3Dgene=
ric --with-build-config=3Dbootstrap-lto-lean --enable-link-mutex --build=3D=
x86_64-suse-linux --host=3Dx86_64-suse-linux
Thread model: posix
Supported LTO compression algorithms: zlib zstd
=2E.. rest of stderr output deleted ...
configure:5247: $? =3D 0
configure:5236: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5247: $? =3D 1
configure:5236: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--v=
ersion'?
gcc: fatal error: no input files
compilation terminated.
configure:5247: $? =3D 1
configure:5236: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5247: $? =3D 1
configure:5251: checking whether the compiler supports GNU C
configure:5281: result: yes
configure:5292: checking whether gcc accepts -g
configure:5357: result: yes
configure:5377: checking for gcc option to enable C11 features
configure:5410: result: none needed
configure:5526: checking whether gcc understands -c and -o together
configure:5564: result: yes
configure:5583: checking dependency style of gcc
configure:5695: result: none
configure:5712: checking whether make sets $(MAKE)
configure:5735: result: yes
configure:5747: checking for x86_64-suse-linux-gnu-ranlib
configure:5782: result: no
configure:5792: checking for ranlib
configure:5813: found /usr/bin/ranlib
configure:5824: result: ranlib
configure:5850: checking for x86_64-suse-linux-gnu-ar
configure:5885: result: no
configure:5895: checking for ar
configure:5916: found /usr/bin/ar
configure:5927: result: ar
configure:5951: checking for lynx
configure:5987: result: no
configure:5997: checking for rpm
configure:6020: found /usr/bin/rpm
configure:6032: result: /usr/bin/rpm
configure:6042: checking for gzip
configure:6065: found /usr/bin/gzip
configure:6078: result: /usr/bin/gzip
configure:6088: checking for bzip2
configure:6111: found /usr/bin/bzip2
configure:6124: result: /usr/bin/bzip2
configure:6134: checking for sed
configure:6157: found /usr/bin/sed
configure:6170: result: /usr/bin/sed
configure:6180: checking for sendmail
configure:6217: result: /usr/sbin/sendmail
configure:6227: checking if gcc is really Intel C++
configure:6233: result: no
configure:6237: checking for additional compiler options
configure:6255: result:  -Wall -W -Wstrict-prototypes -Wmissing-prototypes =
-Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wagg=
regate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-ex=
terns -Wformat=3D2 -ggdb -fno-common -Wsequence-point -Wswitch -Wunused -Wu=
ninitialized -Wundef -Wc++-compat
configure:6340: checking runas-user
configure:6353: result: abuild
configure:6355: checking runas-user uid
configure:6365: result: 399
configure:6380: checking the primary group of abuild
configure:6383: result: 399
configure:6398: checking for crypt.h
configure:6398: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -Wall -W -Wstrict-=
prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -W=
cast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmiss=
ing-format-attribute -Wnested-externs -Wformat=3D2 -ggdb -fno-common -Wsequ=
ence-point -Wswitch -Wunused -Wuninitialized -Wundef -Wc++-compat  conftest=
=2Ec >&5
configure:6398: $? =3D 0
configure:6398: result: yes
configure:6404: checking for sys/param.h
configure:6404: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -Wall -W -Wstrict-=
prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -W=
cast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmiss=
ing-format-attribute -Wnested-externs -Wformat=3D2 -ggdb -fno-common -Wsequ=
ence-point -Wswitch -Wunused -Wuninitialized -Wundef -Wc++-compat  conftest=
=2Ec >&5
configure:6404: $? =3D 0
configure:6404: result: yes
configure:6410: checking for security/pam_appl.h
configure:6410: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -Wall -W -Wstrict-=
prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -W=
cast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmiss=
ing-format-attribute -Wnested-externs -Wformat=3D2 -ggdb -fno-common -Wsequ=
ence-point -Wswitch -Wunused -Wuninitialized -Wundef -Wc++-compat  conftest=
=2Ec >&5
configure:6410: $? =3D 0
configure:6410: result: yes
configure:6418: checking for system include files
configure:6438: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -Wall -W -Wstrict-=
prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -W=
cast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmiss=
ing-format-attribute -Wnested-externs -Wformat=3D2 -ggdb -fno-common -Wsequ=
ence-point -Wswitch -Wunused -Wuninitialized -Wundef -Wc++-compat  conftest=
=2Ec >&5
configure:6438: $? =3D 0
configure:6447: result: yes
configure:6454: checking if malloc debugging is wanted
configure:6473: result: no
configure:6486: checking spooldir
configure:6502: result: /var/spool/news
configure:6506: checking sysconfdir
configure:6517: result: /etc/leafnode
configure:6532: checking rpm build dir
configure:6538: result: /usr/src/packages
configure:6542: checking for crypt in -lcrypt
configure:6565: gcc -o conftest -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOUR=
CE=3D3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-table=
s -fstack-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -Wall -W =
-Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcas=
t-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declaratio=
ns -Wmissing-format-attribute -Wnested-externs -Wformat=3D2 -ggdb -fno-comm=
on -Wsequence-point -Wswitch -Wunused -Wuninitialized -Wundef -Wc++-compat =
 -flto=3Dauto conftest.c -lcrypt   >&5
conftest.c:45:1: warning: function declaration isn't a prototype [-Wstrict-=
prototypes]
   45 | char crypt ();
      | ^~~~
configure:6565: $? =3D 0
configure:6575: result: yes
configure:6666: checking for pcre-config
configure:6689: found /usr/bin/pcre-config
configure:6702: result: /usr/bin/pcre-config
configure:6720: adding -lpcre to LDFLAGS
configure:6724: checking for pcre.h
configure:6742: gcc -c -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -f=
stack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack=
-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -Wall -W -Wstrict-=
prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -W=
cast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmiss=
ing-format-attribute -Wnested-externs -Wformat=3D2 -ggdb -fno-common -Wsequ=
ence-point -Wswitch -Wunused -Wuninitialized -Wundef -Wc++-compat  conftest=
=2Ec >&5
configure:6742: $? =3D 0
configure:6751: result: yes
configure:6756: checking for pcre_compile() in PCRE library
configure:6774: gcc -o conftest -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOUR=
CE=3D3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-table=
s -fstack-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g  -Wall -W =
-Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcas=
t-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declaratio=
ns -Wmissing-format-attribute -Wnested-externs -Wformat=3D2 -ggdb -fno-comm=
on -Wsequence-point -Wswitch -Wunused -Wuninitialized -Wundef -Wc++-compat =
 -flto=3Dauto -lpcre conftest.c -lcrypt  >&5
/usr/lib64/gcc/x86_64-suse-linux/12/../../../../x86_64-suse-linux/bin/ld: /=
tmp/ccHH95bm.ltrans0.ltrans.o: in function `main':
/home/abuild/rpmbuild/BUILD/leafnode-2.0.0+git.1677889596.902321b/<artifici=
al>:46: undefined reference to `pcre_compile'
collect2: error: ld returned 1 exit status
configure:6774: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "leafnode"
| #define PACKAGE_TARNAME "leafnode"
| #define PACKAGE_VERSION "2.0.0.alpha202301"
| #define PACKAGE_STRING "leafnode 2.0.0.alpha202301"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "leafnode"
| #define VERSION "2.0.0.alpha202301"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_LIBCRYPT 1
| /* end confdefs.h.  */
| #include <pcre.h>
| int
| main (void)
| {
| pcre_compile(0, 0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:6785: result: no
configure:6808: error: PCRE library not found

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=3Dyes
ac_cv_c_inline=3Dinline
ac_cv_env_CC_set=3D
ac_cv_env_CC_value=3D
ac_cv_env_CFLAGS_set=3Dset
ac_cv_env_CFLAGS_value=3D'-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3=
 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fst=
ack-clash-protection -Werror=3Dreturn-type -flto=3Dauto -g'
ac_cv_env_CPPFLAGS_set=3D
ac_cv_env_CPPFLAGS_value=3D
ac_cv_env_LDFLAGS_set=3Dset
ac_cv_env_LDFLAGS_value=3D-flto=3Dauto
ac_cv_env_LIBS_set=3D
ac_cv_env_LIBS_value=3D
ac_cv_env_build_alias_set=3Dset
ac_cv_env_build_alias_value=3Dx86_64-suse-linux-gnu
ac_cv_env_host_alias_set=3Dset
ac_cv_env_host_alias_value=3Dx86_64-suse-linux-gnu
ac_cv_env_target_alias_set=3D
ac_cv_env_target_alias_value=3D
ac_cv_header_crypt_h=3Dyes
ac_cv_header_inttypes_h=3Dyes
ac_cv_header_minix_config_h=3Dno
ac_cv_header_pcre_h=3Dyes
ac_cv_header_security_pam_appl_h=3Dyes
ac_cv_header_stdint_h=3Dyes
ac_cv_header_stdio_h=3Dyes
ac_cv_header_stdlib_h=3Dyes
ac_cv_header_string_h=3Dyes
ac_cv_header_strings_h=3Dyes
ac_cv_header_sys_param_h=3Dyes
ac_cv_header_sys_stat_h=3Dyes
ac_cv_header_sys_types_h=3Dyes
ac_cv_header_unistd_h=3Dyes
ac_cv_header_wchar_h=3Dyes
ac_cv_lib_crypt_crypt=3Dyes
ac_cv_objext=3Do
ac_cv_path_BZIP2=3D/usr/bin/bzip2
ac_cv_path_DEFAULTMTA=3D/usr/sbin/sendmail
ac_cv_path_GZIP=3D/usr/bin/gzip
ac_cv_path_ID=3D/usr/bin/id
ac_cv_path_LYNX=3Dno
ac_cv_path_PCRECONFIG=3D/usr/bin/pcre-config
ac_cv_path_RPM=3D/usr/bin/rpm
ac_cv_path_SED=3D/usr/bin/sed
ac_cv_path_install=3D'/usr/bin/install -c'
ac_cv_path_mkdir=3D/usr/bin/mkdir
ac_cv_prog_AWK=3Dgawk
ac_cv_prog_CC=3Dgcc
ac_cv_prog_ac_ct_AR=3Dar
ac_cv_prog_ac_ct_CC=3Dgcc
ac_cv_prog_ac_ct_RANLIB=3Dranlib
ac_cv_prog_ac_ct_STRIP=3Dstrip
ac_cv_prog_cc_c11=3D
ac_cv_prog_cc_g=3Dyes
ac_cv_prog_cc_stdc=3D
ac_cv_prog_gcc_flags=3D' -Wall -W -Wstrict-prototypes -Wmissing-prototypes =
-Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wagg=
regate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-ex=
terns -Wformat=3D2 -ggdb -fno-common -Wsequence-point -Wswitch -Wunused -Wu=
ninitialized -Wundef -Wc++-compat'
ac_cv_prog_make_make_set=3Dyes
ac_cv_safe_to_define___extensions__=3Dyes
ac_cv_should_define__xopen_source=3Dno
am_cv_CC_dependencies_compiler_type=3Dnone
am_cv_make_support_nested_variables=3Dyes
am_cv_prog_cc_c_o=3Dyes
cf_cv_sysheaders=3Dyes
ln_cv_have_libpcre=3Dno

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL=3D'${SHELL} '\''/home/abuild/rpmbuild/BUILD/leafnode-2.0.0+git.1677=
889596.902321b/missing'\'' aclocal-1.16'
AMDEPBACKSLASH=3D''
AMDEP_FALSE=3D''
AMDEP_TRUE=3D'#'
AMTAR=3D'$${TAR-tar}'
AM_BACKSLASH=3D'\'
AM_DEFAULT_V=3D'$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY=3D'1'
AM_V=3D'$(V)'
AR=3D'ar'
AUTOCONF=3D'${SHELL} '\''/home/abuild/rpmbuild/BUILD/leafnode-2.0.0+git.167=
7889596.902321b/missing'\'' autoconf'
AUTOHEADER=3D'${SHELL} '\''/home/abuild/rpmbuild/BUILD/leafnode-2.0.0+git.1=
677889596.902321b/missing'\'' autoheader'
AUTOMAKE=3D'${SHELL} '\''/home/abuild/rpmbuild/BUILD/leafnode-2.0.0+git.167=
7889596.902321b/missing'\'' automake-1.16'
AWK=3D'gawk'
BZIP2=3D'/usr/bin/bzip2'
CC=3D'gcc'
CCDEPMODE=3D'depmode=3Dnone'
CFLAGS=3D'-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D3 -fstack-protect=
or-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protec=
tion -Werror=3Dreturn-type -flto=3Dauto -g  -Wall -W -Wstrict-prototypes -W=
missing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -W=
write-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-at=
tribute -Wnested-externs -Wformat=3D2 -ggdb -fno-common -Wsequence-point -W=
switch -Wunused -Wuninitialized -Wundef -Wc++-compat'
CPPFLAGS=3D''
CSCOPE=3D'cscope'
CTAGS=3D'ctags'
CYGPATH_W=3D'echo'
DEFAULTMTA=3D'/usr/sbin/sendmail'
DEFS=3D''
DEPDIR=3D'.deps'
ECHO_C=3D''
ECHO_N=3D'-n'
ECHO_T=3D''
ETAGS=3D'etags'
EXEEXT=3D''
GZIP=3D'/usr/bin/gzip'
ID=3D'/usr/bin/id'
INSTALL_DATA=3D'${INSTALL} -m 644'
INSTALL_PROGRAM=3D'${INSTALL}'
INSTALL_SCRIPT=3D'${INSTALL}'
INSTALL_STRIP_PROGRAM=3D'$(install_sh) -c -s'
LDFLAGS=3D'-flto=3Dauto -lpcre'
LIBOBJS=3D''
LIBS=3D'-lcrypt '
LINKPCRELIB=3D''
LTLIBOBJS=3D''
LYNX=3D'no'
MAKEINFO=3D'${SHELL} '\''/home/abuild/rpmbuild/BUILD/leafnode-2.0.0+git.167=
7889596.902321b/missing'\'' makeinfo'
MKDIR_P=3D'/usr/bin/mkdir -p'
OBJEXT=3D'o'
PACKAGE=3D'leafnode'
PACKAGE_BUGREPORT=3D''
PACKAGE_NAME=3D'leafnode'
PACKAGE_STRING=3D'leafnode 2.0.0.alpha202301'
PACKAGE_TARNAME=3D'leafnode'
PACKAGE_URL=3D''
PACKAGE_VERSION=3D'2.0.0.alpha202301'
PATH_SEPARATOR=3D':'
PCRECONFIG=3D'/usr/bin/pcre-config'
PCRELIB=3D''
PCRE_DEFINES=3D''
RANLIB=3D'ranlib'
RPM=3D'/usr/bin/rpm'
RPMSRC=3D'/usr/src/packages'
RUNAS_GROUP=3D'399'
RUNAS_USER=3D'abuild'
SED=3D'/usr/bin/sed'
SET_MAKE=3D''
SHELL=3D'/usr/bin/bash'
SPOOLDIR=3D'/var/spool/news'
STRIP=3D'strip'
VERSION=3D'2.0.0.alpha202301'
ac_ct_CC=3D'gcc'
am__EXEEXT_FALSE=3D''
am__EXEEXT_TRUE=3D''
am__fastdepCC_FALSE=3D''
am__fastdepCC_TRUE=3D'#'
am__include=3D'include'
am__isrc=3D''
am__leading_dot=3D'.'
am__nodep=3D''
am__quote=3D''
am__tar=3D'$${TAR-tar} chof - "$$tardir"'
am__untar=3D'$${TAR-tar} xf -'
bindir=3D'/usr/bin'
build_alias=3D'x86_64-suse-linux-gnu'
datadir=3D'/usr/share'
datarootdir=3D'${prefix}/share'
docdir=3D'${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir=3D'${docdir}'
exec_prefix=3D'/usr'
host_alias=3D'x86_64-suse-linux-gnu'
htmldir=3D'${docdir}'
includedir=3D'/usr/include'
infodir=3D'/usr/share/info'
install_sh=3D'${SHELL} /home/abuild/rpmbuild/BUILD/leafnode-2.0.0+git.16778=
89596.902321b/install-sh'
libdir=3D'/usr/lib64'
libexecdir=3D'/usr/libexec'
localedir=3D'${datarootdir}/locale'
localstatedir=3D'/var'
mandir=3D'/usr/share/man'
mkdir_p=3D'$(MKDIR_P)'
oldincludedir=3D'/usr/include'
pdfdir=3D'${docdir}'
prefix=3D'/usr'
program_transform_name=3D's&^&&'
psdir=3D'${docdir}'
runstatedir=3D'${localstatedir}/run'
sbindir=3D'/usr/sbin'
sharedstatedir=3D'/var/lib'
sysconfdir=3D'/etc/leafnode'
target_alias=3D''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "leafnode"
#define PACKAGE_TARNAME "leafnode"
#define PACKAGE_VERSION "2.0.0.alpha202301"
#define PACKAGE_STRING "leafnode 2.0.0.alpha202301"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "leafnode"
#define VERSION "2.0.0.alpha202301"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define STDC_HEADERS 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define __EXTENSIONS__ 1
#define HAVE_CRYPT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SECURITY_PAM_APPL_H 1
#define HAVE_LIBCRYPT 1

configure: exit 1

--w1ghFgk3EqjDZ52y--

--bN0YjMkgzKGxUU31
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEPHagJ8pFrXCYtbwdeSBYAogLydgFAmQDE7EACgkQeSBYAogL
ydgqOQ/+J6IXcFOymssWzAXRVyljfMA95rPHloFHAc3BSeAQtUntZLexHifSD30/
dmFH/BeYfIzyoi03Dp9x0bIB0RkWNqjSqLP8z8fh1OB3QgjUX2aUHGR/sCnmi1hE
iVgzEIXnBqAsQLbeeN1b0gEVcRNfyysZOE+JtA/iPMxfzvUV+2VHHmz94or6sJo7
49HQnbkOsS7Qu/P7MR3fRH9Gs/yXuoVfdOs1XjXlGxjTtG8Dx14uKk3oaXM1NooS
zrLtomqKUEHoWRvipJrcFcS/Dm3C/lpFWNs5vUSobMCNMkE9pwKdQDf/EM2d6WKv
tnTCaRE2O1H3bnYh1FlSSMzl0fZH7dFoDxn1OB9N89Kn/eAG22qgMgXLUZYXuqmK
pv0EBNVqbQr6aw5ERxERueUntx14FPDTj7dLPzfgjKG9RUto2KANBorYVNFPQylR
v4UuDgTgkxWJ/DwcHw2BXdNjTLjbafcJ/crDsW3DNHos0MHCwPIcrP5oZ04Qmzj+
PZo6sbK1ILQVvCIAvt26+eQjmLdZAb1gxVXxBnXom7eM3zMOjoiKMdyoLGbClQLB
4A6ZRaFDD9xcRhUXDg0/HgKQenD99TF/Zv4HTqtA7cRBeQUM3sQRPje8Gyowlpov
rge3P8WH4dkGaJahogz2QebBFiCw2vKrl+7pNe5wWm41hGzWAOs=
=WMs5
-----END PGP SIGNATURE-----

--bN0YjMkgzKGxUU31--

--===============2688128391930120248==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline