dpkg-checkbuilddeps returns nothing so they are satisfied
I attached the config.log
On 12/7/2022 2:37 PM, Sebastian Kuzminsky wrote:
On 12/7/22 13:31, John Thornton wrote:
I can confirm the bug is in the 2.9 branch that is currently in
Debian, I'm unable to build a RIP on 2.9 to see if it's still there
as I get configure errors I don't understand how to fix.
configure error could not link test program to Python... Maybe the
main Python library has been installed in some non-standard library
path.
Python 3 came installed with Debian 12...
Do you have all the 2.9 build dependencies installed? Check with:
$ debian/configure
$ dpkg-checkbuilddeps
(Per the instructions here:
<http://linuxcnc.org/docs/2.9/html/code/building-linuxcnc.html#Satisfying-Build-Dependencies>
.)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by LinuxCNC configure 2.9.0~pre1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure --disable-build-documentation-translation
## --------- ##
## Platform. ##
## --------- ##
hostname = machineshop
uname -m = x86_64
uname -r = 6.0.0-4-rt-amd64
uname -s = Linux
uname -v = #1 SMP PREEMPT_RT Debian 6.0.8-1 (2022-11-11)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/john/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/local/games/
PATH: /usr/games/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2837: looking for aux files: config.guess config.sub install-sh
configure:2850: trying ./
configure:2879: ./config.guess found
configure:2879: ./config.sub found
configure:2861: ./install-sh found
configure:3064: checking for g++
configure:3085: found /usr/bin/g++
configure:3096: result: g++
configure:3123: checking for C++ compiler version
configure:3132: g++ --version >&5
g++ (Debian 12.2.0-9) 12.2.0
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:3143: $? = 0
configure:3132: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-9'
--with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-12
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --enable-libphobos-checking=release
--with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
--disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-12-lH3g9c/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-lH3g9c/gcc-12-12.2.0/debian/tmp-gcn/usr
--enable-offload-defaulted --without-cuda-driver --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Debian 12.2.0-9)
... rest of stderr output deleted ...
configure:3143: $? = 0
configure:3132: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3143: $? = 1
configure:3132: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean
'--version'?
g++: fatal error: no input files
compilation terminated.
configure:3143: $? = 1
configure:3163: checking whether the C++ compiler works
configure:3185: g++ conftest.cpp >&5
configure:3189: $? = 0
configure:3239: result: yes
configure:3242: checking for C++ compiler default output file name
configure:3244: result: a.out
configure:3250: checking for suffix of executables
configure:3257: g++ -o conftest conftest.cpp >&5
configure:3261: $? = 0
configure:3284: result:
configure:3306: checking whether we are cross compiling
configure:3314: g++ -o conftest conftest.cpp >&5
configure:3318: $? = 0
configure:3325: ./conftest
configure:3329: $? = 0
configure:3344: result: no
configure:3349: checking for suffix of object files
configure:3372: g++ -c conftest.cpp >&5
configure:3376: $? = 0
configure:3398: result: o
configure:3402: checking whether the compiler supports GNU C++
configure:3422: g++ -c conftest.cpp >&5
configure:3422: $? = 0
configure:3432: result: yes
configure:3443: checking whether g++ accepts -g
configure:3464: g++ -c -g conftest.cpp >&5
configure:3464: $? = 0
configure:3508: result: yes
configure:3528: checking for g++ option to enable C++11 features
configure:3543: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main(int, char**)':
conftest.cpp:175:25: warning: empty parentheses were disambiguated as a
function declaration [-Wvexing-parse]
175 | cxx11test::delegate d2();
| ^~
conftest.cpp:175:25: note: remove parentheses to default-initialize a variable
175 | cxx11test::delegate d2();
| ^~
| --
conftest.cpp:175:25: note: or replace parentheses with braces to
value-initialize a variable
configure:3543: $? = 0
configure:3561: result: none needed
configure:3641: checking for a BSD-compatible install
configure:3714: result: /usr/bin/install -c
configure:4148: checking whether g++ supports C++17 features with -std=gnu++17
configure:4949: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
configure:4949: $? = 0
configure:4959: result: yes
configure:4997: checking build toplevel
configure:5000: result: /home/john/emc
configure:5009: checking installation prefix
configure:5013: result: run in place
configure:5036: checking for grep
configure:5059: found /usr/bin/grep
configure:5071: result: /usr/bin/grep
configure:5081: checking for egrep
configure:5104: found /usr/bin/egrep
configure:5116: result: /usr/bin/egrep
configure:5130: checking for pkg-config
configure:5153: found /usr/bin/pkg-config
configure:5165: result: /usr/bin/pkg-config
configure:5242: checking for gcc
configure:5263: found /usr/bin/gcc
configure:5274: result: gcc
configure:5627: checking for C compiler version
configure:5636: gcc --version >&5
gcc (Debian 12.2.0-9) 12.2.0
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:5647: $? = 0
configure:5636: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-9'
--with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-12
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --enable-libphobos-checking=release
--with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
--disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-12-lH3g9c/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-lH3g9c/gcc-12-12.2.0/debian/tmp-gcn/usr
--enable-offload-defaulted --without-cuda-driver --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Debian 12.2.0-9)
... rest of stderr output deleted ...
configure:5647: $? = 0
configure:5636: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5647: $? = 1
configure:5636: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5647: $? = 1
configure:5636: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5647: $? = 1
configure:5651: checking whether the compiler supports GNU C
configure:5671: gcc -c conftest.c >&5
configure:5671: $? = 0
configure:5681: result: yes
configure:5692: checking whether gcc accepts -g
configure:5713: gcc -c -g conftest.c >&5
configure:5713: $? = 0
configure:5757: result: yes
configure:5777: checking for gcc option to enable C11 features
configure:5792: gcc -c -g -O2 conftest.c >&5
configure:5792: $? = 0
configure:5810: result: none needed
configure:5925: checking for stdio.h
configure:5925: gcc -c -g -O2 conftest.c >&5
configure:5925: $? = 0
configure:5925: result: yes
configure:5925: checking for stdlib.h
configure:5925: gcc -c -g -O2 conftest.c >&5
configure:5925: $? = 0
configure:5925: result: yes
configure:5925: checking for string.h
configure:5925: gcc -c -g -O2 conftest.c >&5
configure:5925: $? = 0
configure:5925: result: yes
configure:5925: checking for inttypes.h
configure:5925: gcc -c -g -O2 conftest.c >&5
configure:5925: $? = 0
configure:5925: result: yes
configure:5925: checking for stdint.h
configure:5925: gcc -c -g -O2 conftest.c >&5
configure:5925: $? = 0
configure:5925: result: yes
configure:5925: checking for strings.h
configure:5925: gcc -c -g -O2 conftest.c >&5
configure:5925: $? = 0
configure:5925: result: yes
configure:5925: checking for sys/stat.h
configure:5925: gcc -c -g -O2 conftest.c >&5
configure:5925: $? = 0
configure:5925: result: yes
configure:5925: checking for sys/types.h
configure:5925: gcc -c -g -O2 conftest.c >&5
configure:5925: $? = 0
configure:5925: result: yes
configure:5925: checking for unistd.h
configure:5925: gcc -c -g -O2 conftest.c >&5
configure:5925: $? = 0
configure:5925: result: yes
configure:5950: checking for rpc/rpc.h
configure:5950: gcc -c -g -O2 conftest.c >&5
conftest.c:48:10: fatal error: rpc/rpc.h: No such file or directory
48 | #include <rpc/rpc.h>
| ^~~~~~~~~~~
compilation terminated.
configure:5950: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.9.0~pre1"
| #define PACKAGE_STRING "LinuxCNC 2.9.0~pre1"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_CXX17 1
| #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 STDC_HEADERS 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 <rpc/rpc.h>
configure:5950: result: no
configure:5968: checking for get_myaddress in -ltirpc
configure:5991: gcc -o conftest -g -O2 -I/usr/include/tirpc conftest.c
-ltirpc >&5
configure:5991: $? = 0
configure:6001: result: yes
configure:6018: checking for rpc/rpc.h
configure:6018: gcc -c -g -O2 -I/usr/include/tirpc conftest.c >&5
configure:6018: $? = 0
configure:6018: result: yes
configure:6124: checking for rtai-config
configure:6143: result: none
configure:6149: checking for xeno-config
configure:6185: result: none
configure:6195: checking for realtime API(s) to use
configure:6235: result: uspace
configure:6238: checking whether to enable userspace PCI access
configure:6260: result: yes
configure:6265: checking for libudev
configure:6269: result: yes - version 252
configure:6384: checking for cc version
configure:6392: result: not specified
configure:6518: checking for C compiler version
configure:6527: gcc --version >&5
gcc (Debian 12.2.0-9) 12.2.0
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:6538: $? = 0
configure:6527: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-9'
--with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-12
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --enable-libphobos-checking=release
--with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
--disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-12-lH3g9c/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-lH3g9c/gcc-12-12.2.0/debian/tmp-gcn/usr
--enable-offload-defaulted --without-cuda-driver --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Debian 12.2.0-9)
... rest of stderr output deleted ...
configure:6538: $? = 0
configure:6527: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6538: $? = 1
configure:6527: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:6538: $? = 1
configure:6527: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:6538: $? = 1
configure:6542: checking whether the compiler supports GNU C
configure:6572: result: yes
configure:6583: checking whether gcc accepts -g
configure:6648: result: yes
configure:6668: checking for gcc option to enable C11 features
configure:6701: result: none needed
configure:6816: checking how to run the C preprocessor
configure:6842: gcc -E conftest.c
configure:6842: $? = 0
configure:6857: gcc -E conftest.c
conftest.c:23:10: fatal error: ac_nonexistent.h: No such file or directory
23 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.9.0~pre1"
| #define PACKAGE_STRING "LinuxCNC 2.9.0~pre1"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_CXX17 1
| #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 STDC_HEADERS 1
| #define HAVE_LIBTIRPC 1
| #define RTAPI_USPACE /**/
| #define RTDIR "/home/john/emc/src"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6884: result: gcc -E
configure:6898: gcc -E conftest.c
configure:6898: $? = 0
configure:6913: gcc -E conftest.c
conftest.c:23:10: fatal error: ac_nonexistent.h: No such file or directory
23 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6913: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.9.0~pre1"
| #define PACKAGE_STRING "LinuxCNC 2.9.0~pre1"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_CXX17 1
| #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 STDC_HEADERS 1
| #define HAVE_LIBTIRPC 1
| #define RTAPI_USPACE /**/
| #define RTDIR "/home/john/emc/src"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6950: checking for usability of linux/hidraw.h
configure:6967: gcc -o conftest -g -O2 -I/usr/include/tirpc conftest.c
-ltirpc >&5
configure:6967: $? = 0
configure:6980: result: yes
configure:6988: checking for usability of rpc/rpc.h
configure:7006: gcc -o conftest -g -O2 -I/usr/include/tirpc conftest.c
-ltirpc >&5
configure:7006: $? = 0
configure:7009: result: yes
configure:7041: checking for libmodbus3
configure:7045: result: yes - version 3.1.6
configure:7086: checking for libusb-1.0
configure:7089: result: yes
configure:7206: checking for module installation directory
configure:7236: result: configuring for run-in-place
configure:7245: result: /home/john/emc/rtlib
configure:7384: checking for glib
configure:7388: result: yes - 2.74.2
configure:7414: checking for GTK 3.22.4 or above
configure:7418: result: yes - 3.24.35
configure:7453: checking for GTK 2.4.0 or above
configure:7457: result: yes - 2.24.33
configure:7461: checking for libgnomeprintui-2.2
configure:7470: result: no -- printing from classicladder will not be possible
configure:7493: checking whether make sets $(MAKE)
configure:7516: result: yes
configure:7573: checking for ranlib
configure:7594: found /usr/bin/ranlib
configure:7605: result: ranlib
configure:7629: checking for ar
configure:7652: found /usr/bin/ar
configure:7664: result: /usr/bin/ar
configure:7674: checking for install
configure:7709: result: /usr/bin/install -c
configure:7720: checking for sed
configure:7743: found /usr/bin/sed
configure:7756: result: /usr/bin/sed
configure:7771: checking for ps
configure:7794: found /usr/bin/ps
configure:7807: result: /usr/bin/ps
configure:7822: checking for kill
configure:7845: found /usr/bin/kill
configure:7858: result: /usr/bin/kill
configure:7873: checking for whoami
configure:7896: found /usr/bin/whoami
configure:7909: result: /usr/bin/whoami
configure:7924: checking for awk
configure:7947: found /usr/bin/awk
configure:7960: result: /usr/bin/awk
configure:8131: checking for pidof
configure:8154: found /usr/bin/pidof
configure:8167: result: /usr/bin/pidof
configure:8182: checking for ipcs
configure:8205: found /usr/bin/ipcs
configure:8218: result: /usr/bin/ipcs
configure:8233: checking for fuser
configure:8256: found /usr/bin/fuser
configure:8269: result: /usr/bin/fuser
configure:8286: checking for yapps
configure:8324: result: no
configure:8286: checking for yapps2
configure:8309: found /usr/bin/yapps2
configure:8321: result: /usr/bin/yapps2
configure:8342: checking for mandb
configure:8365: found /usr/bin/mandb
configure:8378: result: /usr/bin/mandb
configure:8389: checking for intltool-extract
configure:8412: found /usr/bin/intltool-extract
configure:8425: result: /usr/bin/intltool-extract
configure:8488: checking for yapps
configure:8523: result: /usr/bin/yapps2
configure:8553: checking build system type
configure:8568: result: x86_64-pc-linux-gnu
configure:8588: checking host system type
configure:8602: result: x86_64-pc-linux-gnu
configure:8777: checking for boostlib >= (102000)
configure:8809: g++ -std=gnu++17 -c -g -O2 -I/usr/include conftest.cpp >&5
configure:8809: $? = 0
configure:8812: result: yes
configure:8973: checking for python build information
configure:8975: result:
configure:8982: checking for python3.11
configure:9003: found /usr/bin/python3.11
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9048: gcc -o conftest -g -O2 -I/usr/include/tirpc conftest.c
-lpython3.11 -ltirpc >&5
/usr/bin/ld: cannot find -lpython3.11: No such file or directory
collect2: error: ld returned 1 exit status
configure:9048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.9.0~pre1"
| #define PACKAGE_STRING "LinuxCNC 2.9.0~pre1"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_CXX17 1
| #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 STDC_HEADERS 1
| #define HAVE_LIBTIRPC 1
| #define RTAPI_USPACE /**/
| #define RTDIR "/home/john/emc/src"
| #define HIDRAW_H_USABLE /**/
| #define HAVE_LIBMODBUS3 yes
| #define HAVE_LIBUSB10 yes
| #define MODULE_EXT ".so"
| #define EMC2_DEFAULT_NMLFILE "/home/john/emc/configs/common/linuxcnc.nml"
| #define EMC2_DEFAULT_TOOLTABLE "/home/john/emc/configs/sim/sim.tbl"
| #define EMC2_HOME "/home/john/emc"
| #define EMC2_BIN_DIR "/home/john/emc/bin"
| #define EMC2_TCL_DIR "/home/john/emc/tcl"
| #define EMC2_HELP_DIR "/home/john/emc/docs/help"
| #define EMC2_RTLIB_DIR "/home/john/emc/rtlib"
| #define EMC2_LANG_DIR "/home/john/emc/src/objects"
| #define EMC2_PO_DIR "/home/john/emc/share/locale"
| #define EMC2_NCFILES_DIR "/home/john/emc/nc_files"
| #define EMC2_IMAGE_DIR "/home/john/emc"
| #define HAVE_BOOST /**/
| /* end confdefs.h. */
|
|
| int
| main (void)
| {
| return main ();
| ;
| return 0;
| }
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9090: gcc -o conftest -g -O2 -I/usr/include/tirpc conftest.c
-lpython3.11m -ltirpc >&5
/usr/bin/ld: cannot find -lpython3.11m: No such file or directory
collect2: error: ld returned 1 exit status
configure:9090: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.9.0~pre1"
| #define PACKAGE_STRING "LinuxCNC 2.9.0~pre1"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_CXX17 1
| #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 STDC_HEADERS 1
| #define HAVE_LIBTIRPC 1
| #define RTAPI_USPACE /**/
| #define RTDIR "/home/john/emc/src"
| #define HIDRAW_H_USABLE /**/
| #define HAVE_LIBMODBUS3 yes
| #define HAVE_LIBUSB10 yes
| #define MODULE_EXT ".so"
| #define EMC2_DEFAULT_NMLFILE "/home/john/emc/configs/common/linuxcnc.nml"
| #define EMC2_DEFAULT_TOOLTABLE "/home/john/emc/configs/sim/sim.tbl"
| #define EMC2_HOME "/home/john/emc"
| #define EMC2_BIN_DIR "/home/john/emc/bin"
| #define EMC2_TCL_DIR "/home/john/emc/tcl"
| #define EMC2_HELP_DIR "/home/john/emc/docs/help"
| #define EMC2_RTLIB_DIR "/home/john/emc/rtlib"
| #define EMC2_LANG_DIR "/home/john/emc/src/objects"
| #define EMC2_PO_DIR "/home/john/emc/share/locale"
| #define EMC2_NCFILES_DIR "/home/john/emc/nc_files"
| #define EMC2_IMAGE_DIR "/home/john/emc"
| #define HAVE_BOOST /**/
| /* end confdefs.h. */
|
|
| int
| main (void)
| {
| return main ();
| ;
| return 0;
| }
configure:9101: result: no
configure:8982: checking for python3.10
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.9
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.8
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.7
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.6
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.5
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.4
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.3
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.2
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.1
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python3.0
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python2.7
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python2.6
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python2.5
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python2.4
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python2.3
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python2.2
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python2.1
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:8982: checking for python
configure:9014: result: python3.11
configure:9028: checking for main in -lpython3.11
configure:9059: result: no
configure:9070: checking for main in -lpython3.11m
configure:9101: result: no
configure:9129: result: results of the Python check:
configure:9131: result: Binary: python3.11
configure:9133: result: Library: no
configure:9135: result: Include Dir: no
configure:9149: checking for python3.11
configure:9172: found /usr/bin/python3.11
configure:9184: result: /usr/bin/python3.11
configure:9200: checking for python
configure:9235: result: /usr/bin/python3.11
configure:9251: checking for a version of Python >= '2.1.0'
configure:9277: result: yes
configure:9308: checking for the sysconfig Python package
configure:9312: result: yes
configure:9337: checking for Python include path
configure:9362: result: -I/usr/include/python3.11
configure:9369: checking for Python library path
configure:9444: result: -L/usr/lib/x86_64-linux-gnu -lpython3.11
configure:9451: checking for Python site-packages path
configure:9463: result: /usr/local/lib/python3.11/dist-packages
configure:9470: checking for Python platform specific site-packages path
configure:9482: result:
configure:9489: checking python extra libraries
configure:9496: result: -ldl -lm
configure:9503: checking python extra linking flags
configure:9510: result: -Xlinker -export-dynamic -Wl,-O1
-Wl,-Bsymbolic-functions
configure:9517: checking consistency of all components of python development
environment
configure:9545: gcc -o conftest -g -O2 -I/usr/include/tirpc
-I/usr/include/python3.11 -Xlinker -export-dynamic -Wl,-O1
-Wl,-Bsymbolic-functions conftest.c -ltirpc -L/usr/lib/x86_64-linux-gnu
-lpython3.11 -ldl -lm -ldl -lm >&5
conftest.c:41:26: fatal error: Python.h: No such file or directory
41 | #include <Python.h>
| ^~~~~~~~~~
compilation terminated.
configure:9545: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.9.0~pre1"
| #define PACKAGE_STRING "LinuxCNC 2.9.0~pre1"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_CXX17 1
| #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 STDC_HEADERS 1
| #define HAVE_LIBTIRPC 1
| #define RTAPI_USPACE /**/
| #define RTDIR "/home/john/emc/src"
| #define HIDRAW_H_USABLE /**/
| #define HAVE_LIBMODBUS3 yes
| #define HAVE_LIBUSB10 yes
| #define MODULE_EXT ".so"
| #define EMC2_DEFAULT_NMLFILE "/home/john/emc/configs/common/linuxcnc.nml"
| #define EMC2_DEFAULT_TOOLTABLE "/home/john/emc/configs/sim/sim.tbl"
| #define EMC2_HOME "/home/john/emc"
| #define EMC2_BIN_DIR "/home/john/emc/bin"
| #define EMC2_TCL_DIR "/home/john/emc/tcl"
| #define EMC2_HELP_DIR "/home/john/emc/docs/help"
| #define EMC2_RTLIB_DIR "/home/john/emc/rtlib"
| #define EMC2_LANG_DIR "/home/john/emc/src/objects"
| #define EMC2_PO_DIR "/home/john/emc/share/locale"
| #define EMC2_NCFILES_DIR "/home/john/emc/nc_files"
| #define EMC2_IMAGE_DIR "/home/john/emc"
| #define HAVE_BOOST /**/
| #define HAVE_PYTHON "3.11"
| /* end confdefs.h. */
|
| #include <Python.h>
| int
| main (void)
| {
| Py_Initialize();
| ;
| return 0;
| }
|
configure:9564: result: no
configure:9568: error: in `/home/john/emc/src':
configure:9570: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,
via the LIBS environment variable.
Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"
============================================================================
ERROR!
You probably have to install the development version of the Python package
for your distribution. The exact name of this package varies among them.
============================================================================
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=yes
ac_cv_header_rpc_rpc_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_python3_11_main=no
ac_cv_lib_python3_11m_main=no
ac_cv_lib_tirpc_get_myaddress=yes
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_AWK=/usr/bin/awk
ac_cv_path_EGREP=/usr/bin/egrep
ac_cv_path_FUSER=/usr/bin/fuser
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INSTALL='/usr/bin/install -c'
ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
ac_cv_path_IPCS=/usr/bin/ipcs
ac_cv_path_KILL=/usr/bin/kill
ac_cv_path_MANDB=/usr/bin/mandb
ac_cv_path_PIDOF=/usr/bin/pidof
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_PS=/usr/bin/ps
ac_cv_path_PYTHON=/usr/bin/python3.11
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_WHOAMI=/usr/bin/whoami
ac_cv_path_XENOMAI_CONFIG=none
ac_cv_path_YAPPS=/usr/bin/yapps2
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_PYTHON_BIN=python3.11
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_11=no
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
ac_cv_prog_make_make_set=yes
ax_cv_cxx_compile_cxx17__std_gnupp17=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
A2X=''
A2X_LATEX_ENCODING=''
AR='/usr/bin/ar'
ASCIIDOC=''
AUTODIRS=''
AWK='/usr/bin/awk'
BOOST_CPPFLAGS='-I/usr/include'
BOOST_LDFLAGS='-L/usr/lib/x86_64-linux-gnu'
BOOST_PYTHON_LIB=''
BUILD_DOCS=''
BUILD_DOCS_HTML=''
BUILD_DOCS_PDF=''
BUILD_DOCS_TRANSLATED=''
BUILD_SYS='uspace'
BUILD_UDEV='yes'
CC='gcc'
CFLAGS='-g -O2 -I/usr/include/tirpc '
CHECKLINK=''
CONFIG_USPACE_RTAI='n'
CONFIG_USPACE_XENOMAI='n'
CONVERT=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++ -std=gnu++17'
CXXFLAGS='-g -O2'
DATE=''
DBLATEX=''
DEFAULT_NMLFILE='/home/john/emc/configs/common/linuxcnc.nml'
DEFS=''
DVIPNG=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/egrep'
EMC2VERSION='2.9.0~pre1'
EMC2_BIN_DIR='/home/john/emc/bin'
EMC2_HELP_DIR='/home/john/emc/docs/help'
EMC2_HOME='/home/john/emc'
EMC2_ICON='/home/john/emc/linuxcncicon.png'
EMC2_IMAGE_DIR='/home/john/emc'
EMC2_LANG_DIR='/home/john/emc/src/objects'
EMC2_LATENCY_HISTOGRAM_SCRIPT='/home/john/emc/scripts/latency-histogram'
EMC2_LATENCY_SCRIPT='/home/john/emc/scripts/latency-test'
EMC2_NCFILES_DIR='/home/john/emc/nc_files'
EMC2_RTLIB_DIR='/home/john/emc/rtlib'
EMC2_SCRIPT='/home/john/emc/scripts/linuxcnc'
EMC2_SUFFIX=' (run-in-place)'
EMC2_TCL_DIR='/home/john/emc/tcl'
EMC2_TCL_LIB_DIR='/home/john/emc/tcl'
EXEEXT=''
EXT_RTFLAGS=''
FUSER='/usr/bin/fuser'
GLIB_CFLAGS='-I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
GLIB_LIBS='-lglib-2.0 '
GREP='/usr/bin/grep'
GS=''
GTK2_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount
-I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/uuid
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread '
GTK2_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0
-lharfbuzz -lfontconfig -lfreetype '
GTK2_VER='2.24.33'
GTK_CFLAGS='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu
-I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread '
GTK_LIBS='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0
-lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GTK_VER='3.24.35'
HALLIB_DIR='/home/john/emc/lib/hallib'
HAVE_CXX17='1'
HAVE_GNOMEPRINT=''
HAVE_LIBINTL=''
HAVE_LIBINTL_H=''
HAVE_LIBMODBUS3='yes'
HAVE_LIBUSB10='yes'
HAVE_LOCALE_H=''
HAVE_OPTRESET=''
HAVE_READLINE=''
HIDRAW_H_USABLE='yes'
INSMOD='/home/john/emc/bin/linuxcnc_module_helper insert'
INSTALL='/usr/bin/install -c'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
IPCS='/usr/bin/ipcs'
KERNELDIR=''
KERNEL_VERS=''
KILL='/usr/bin/kill'
LANGUAGES=''
LDFLAGS=''
LIBDL=''
LIBMODBUS_CFLAGS='-I/usr/include/modbus '
LIBMODBUS_LIBS='-lmodbus '
LIBOBJS=''
LIBPYTHON=''
LIBS='-ltirpc '
LIBTIRPC_CFLAGS='-I/usr/include/tirpc '
LIBTIRPC_LIBS='-ltirpc '
LIBUDEV_CFLAGS=''
LIBUDEV_LIBS='-ludev '
LIBUSB10_CFLAGS='-I/usr/include/libusb-1.0 '
LIBUSB10_LIBS='-lusb-1.0 '
LINUXCNC_AUX_EXAMPLES='/usr/share/linuxcnc/aux_examples'
LINUXCNC_AUX_GLADEVCP='/usr/share/linuxcnc/aux_gladevcp'
LINUXCNC_CONFIG_PATH='~/linuxcnc/configs:/home/john/emc/configs'
LOCALEDIR=''
LSMOD=''
LTLIBOBJS=''
MANDB='/usr/bin/mandb'
MODEXT='.so'
MODPATH_adeos=''
MODPATH_rtai_fifos=''
MODPATH_rtai_hal=''
MODPATH_rtai_ksched=''
MODPATH_rtai_math=''
MODPATH_rtai_sched=''
MODPATH_rtai_sem=''
MODULE_DIR='/home/john/emc/lib/linuxcnc/modules'
MSGFMT=''
OBJEXT='o'
PACKAGE='linuxcnc'
PACKAGE_BUGREPORT='emc-developers@lists.sourceforge.net'
PACKAGE_NAME='LinuxCNC'
PACKAGE_STRING='LinuxCNC 2.9.0~pre1'
PACKAGE_TARNAME='linuxcnc'
PACKAGE_URL=''
PACKAGE_VERSION='2.9.0~pre1'
PATH_SEPARATOR=':'
PDFLATEX=''
PIDOF='/usr/bin/pidof'
PKG_CONFIG='/usr/bin/pkg-config'
PO4A=''
PS='/usr/bin/ps'
PYTHON='/usr/bin/python3.11'
PYTHON_BIN='python3.11'
PYTHON_CPPFLAGS='-I/usr/include/python3.11'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
PYTHON_EXTRA_LIBS='-ldl -lm'
PYTHON_INCLUDE_DIR=''
PYTHON_LIB=''
PYTHON_LIBS='-L/usr/lib/x86_64-linux-gnu -lpython3.11'
PYTHON_PLATFORM_SITE_PKG=''
PYTHON_SITE_PKG='/usr/local/lib/python3.11/dist-packages'
PYTHON_VERSION=''
RANLIB='ranlib'
READLINE_LIBS=''
REALTIME='/home/john/emc/scripts/realtime'
RIP_MODULE_DIR='/home/john/emc/rtlib'
RMMOD='/home/john/emc/bin/linuxcnc_module_helper remove'
RTAI=''
RTAI_CONFIG='none'
RTAI_LXRT_CFLAGS=''
RTAI_LXRT_LDFLAGS=''
RTARCH='x86_64'
RTDIR='/home/john/emc/src'
RTFLAGS='-DUSPACE'
RTPREFIX='uspace'
RTS='uspace'
RUN_IN_PLACE='yes'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SITEPY=''
SOURCE_HIGHLIGHT=''
TCLSH=''
TCL_CFLAGS=''
TCL_DBGX=''
TCL_LIBS=''
TK_CFLAGS=''
TK_DBGX=''
TK_LIBS=''
TOOL_NML='no'
ULAPI_CFLAGS=''
ULAPI_LDFLAGS=''
USE_NLS=''
WHOAMI='/usr/bin/whoami'
WISH=''
XENOMAI_CFLAGS=''
XENOMAI_CONFIG='none'
XENOMAI_LDFLAGS=''
XGETTEXT=''
XMKMF=''
XSLTPROC=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YAPPS='/usr/bin/yapps2'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/john/emc'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "LinuxCNC"
#define PACKAGE_TARNAME "linuxcnc"
#define PACKAGE_VERSION "2.9.0~pre1"
#define PACKAGE_STRING "LinuxCNC 2.9.0~pre1"
#define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
#define PACKAGE_URL ""
#define HAVE_CXX17 1
#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 STDC_HEADERS 1
#define HAVE_LIBTIRPC 1
#define RTAPI_USPACE /**/
#define RTDIR "/home/john/emc/src"
#define HIDRAW_H_USABLE /**/
#define HAVE_LIBMODBUS3 yes
#define HAVE_LIBUSB10 yes
#define MODULE_EXT ".so"
#define EMC2_DEFAULT_NMLFILE "/home/john/emc/configs/common/linuxcnc.nml"
#define EMC2_DEFAULT_TOOLTABLE "/home/john/emc/configs/sim/sim.tbl"
#define EMC2_HOME "/home/john/emc"
#define EMC2_BIN_DIR "/home/john/emc/bin"
#define EMC2_TCL_DIR "/home/john/emc/tcl"
#define EMC2_HELP_DIR "/home/john/emc/docs/help"
#define EMC2_RTLIB_DIR "/home/john/emc/rtlib"
#define EMC2_LANG_DIR "/home/john/emc/src/objects"
#define EMC2_PO_DIR "/home/john/emc/share/locale"
#define EMC2_NCFILES_DIR "/home/john/emc/nc_files"
#define EMC2_IMAGE_DIR "/home/john/emc"
#define HAVE_BOOST /**/
#define HAVE_PYTHON "3.11"
configure: exit 1
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers