Error with ./configure in Wizard
Hello dear all,
I have a problem when I am tring to run ./configure
Here is the message display in my terminal
config.status: executing depfiles commands
config.status: error: in `/home/
config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE="gmake" (or whatever is
necessary). You can also try re-running configure with the
'--
the package (albeit without support for automatic dependency tracking).
See `config.log' for more details
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- WHIZARD Edit question
- Assignee:
- Juergen Reuter Edit question
- Solved by:
- Mohamed ouchemhou
- Solved:
- Last query:
- Last reply:
Revision history for this message
![]() |
#1 |
Hi Mohamed,
whizard-3.1.4 for your directory seems to point that you are using the release tarball of v3.1.4, correct? I'm asking because the error message shown from your configure normally appears when you have checked out the public git repo (or Hepforge svn repo) but there is no noweb (a literate programming tool) installed on your computer. If that is not the cause of the problem, could you send us (via email) the complete config.log, please?
Cheers,
JRR (Juergen)
Revision history for this message
![]() |
#2 |
Dear Juergen,
thank you for the answer
Yes, I am using talball v3.1.4.
oki, i will send you my log file
best regards, Mo
Revision history for this message
![]() |
#3 |
Dear juergen,
thank you for you answer,
attached, you find my file config.log
best regards, MO
*------
OUCHEMHOUPh.D. In Particle Physics.*
*Polydisciplinary Faculty,*
*Laboratory of Fundamental and Applied Physics,*
*Cadi Ayyad University, Sidi Bouzid, *
*B.P. 4162, Safi, Morocco.*
*Phone: +212 767635621*
* +212 603587139*
Email: <email address hidden> <email address hidden>
<email address hidden>
*------
Le lun. 12 août 2024 à 06:55, Juergen Reuter <
<email address hidden>> a écrit :
> Your question #818007 on WHIZARD changed:
> https:/
>
> Status: Open => Answered
>
> Juergen Reuter proposed the following answer:
> Hi Mohamed,
> whizard-3.1.4 for your directory seems to point that you are using the
> release tarball of v3.1.4, correct? I'm asking because the error message
> shown from your configure normally appears when you have checked out the
> public git repo (or Hepforge svn repo) but there is no noweb (a literate
> programming tool) installed on your computer. If that is not the cause of
> the problem, could you send us (via email) the complete config.log, please?
> Cheers,
> JRR (Juergen)
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https:/
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https:/
>
> You received this question notification because you asked the question.
>
Revision history for this message
![]() |
#4 |
Dear juergen,
I have install noweb, ./configure pass successfully now but make no.
here is the error message display for me in case of make .
-dump-pass Record transformations performed by these passes:
unbox-closures unbox-specialis
remove-
-args <file> Read additional newline-terminated command line arguments
from <file>
-args0 <file> Read additional null character terminated command line arguments
from <file>
-depend <options> Compute dependencies (use 'ocamlopt -depend -help' for details)
-help Display this list of options
--help Display this list of options
make[2]: *** [Makefile:1295: OUnit.cmx] Error 2
make[2]: Leaving directory '/home/
make[1]: *** [Makefile:655: all-recursive] Error 1
make[1]: Leaving directory '/home/
make: *** [Makefile:784: all-recursive] Error 1
best regards, MO
Revision history for this message
![]() |
#5 |
This is very incomplete information. The error seems to happen when OUnit.ml is to be compiled by ocamlopt.opt. There are many different reasons for this to happen:
(1) an incomplete installation of the OCaml compiler (which version is this?)
(2) some remnants of a previous build that failed (after your first problem, don't use the old build folder, but create a new one)
(3) some problem because of an in-source-build. The source directory (where you untar-ed the Whizard tarball) should not be the same
as your build directory (where you run configure and make). Especially, when you did 'make clean' in between this could be
problematic
Again, without details on the config.log it is not possible to diagnose this any further.
Cheers,
JRR
Revision history for this message
![]() |
#6 |
Dear Juergen,
thank you for yous answer,
1- the ocaml version is : The OCaml toplevel, version 4.13.1
2- Yes I have Used a new build folder
cd whizard-3.1.4
./configue --prefix=path different from where whizard-3.1.4 exist
3- here is the config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by WHIZARD configure 3.1.4, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure FC=gfortran F77=gfortran --enable-
## --------- ##
## Platform. ##
## --------- ##
hostname = mohamed-
uname -m = x86_64
uname -r = 5.15.0-91-generic
uname -s = Linux
uname -v = #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/mohamed/
PATH: /home/mohamed/
PATH: /home/mohamed/
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /bin/
PATH: /usr/games/
PATH: /usr/local/games/
PATH: /snap/bin/
PATH: /home/mohamed/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3469: looking for aux files: compile config.guess config.sub ltmain.sh missing install-sh
configure:3482: trying ./
configure:3511: ./compile found
configure:3511: ./config.guess found
configure:3511: ./config.sub found
configure:3511: ./ltmain.sh found
configure:3511: ./missing found
configure:3493: ./install-sh found
configure:3641: checking for a BSD-compatible install
configure:3714: result: /usr/bin/install -c
configure:3725: checking whether build environment is sane
configure:3780: result: yes
configure:3939: checking for a race-free mkdir -p
configure:3983: result: /usr/bin/mkdir -p
configure:3990: checking for gawk
configure:4011: found /usr/bin/gawk
configure:4022: result: gawk
configure:4033: checking whether make sets $(MAKE)
configure:4056: result: yes
configure:4086: checking whether make supports nested variables
configure:4104: result: yes
configure:4241: checking whether make supports the include directive
configure:4256: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4259: $? = 0
configure:4278: result: yes (GNU style)
configure:4294: checking whether make supports nested variables
configure:4312: result: yes
configure:4327: *******
configure:4329: -------
configure:4331: --- Start of package configuration ---
configure:4333:
configure:4344: *******
configure:4346: Package name: WHIZARD
configure:4348: Version: 3.1.4
configure:4350: Date: Nov 08 2023
configure:4352: Status: release
configure:4354: *******
configure:4452: -------
configure:4454: --- Generic tools ---
configure:4456:
configure:4493: checking build system type
configure:4508: result: x86_64-
configure:4528: checking host system type
configure:4542: result: x86_64-
configure:4583: checking how to print strings
configure:4610: result: printf
configure:4672: checking for x86_64-
configure:4704: result: /home/mohamed/
configure:5102: checking for C compiler version
configure:5111: /home/mohamed/
x86_64-
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:5122: $? = 0
configure:5111: /home/mohamed/
Reading specs from /home/mohamed/
could not find specs file conda.specs
COLLECT_
COLLECT_
Target: x86_64-
Configured with: ../configure --prefix=
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.4.0 (conda-forge gcc 12.4.0-0)
configure:5122: $? = 0
configure:5111: /home/mohamed/
x86_64-
x86_64-
compilation terminated.
configure:5122: $? = 1
configure:5111: /home/mohamed/
x86_64-
x86_64-
compilation terminated.
configure:5122: $? = 1
configure:5111: /home/mohamed/
x86_64-
x86_64-
compilation terminated.
configure:5122: $? = 1
configure:5142: checking whether the C compiler works
configure:5164: /home/mohamed/
configure:5168: $? = 0
configure:5218: result: yes
configure:5221: checking for C compiler default output file name
configure:5223: result: a.out
configure:5229: checking for suffix of executables
configure:5236: /home/mohamed/
configure:5240: $? = 0
configure:5263: result:
configure:5285: checking whether we are cross compiling
configure:5293: /home/mohamed/
configure:5297: $? = 0
configure:5304: ./conftest
configure:5308: $? = 0
configure:5323: result: no
configure:5328: checking for suffix of object files
configure:5351: /home/mohamed/
configure:5355: $? = 0
configure:5377: result: o
configure:5381: checking whether the compiler supports GNU C
configure:5401: /home/mohamed/
configure:5401: $? = 0
configure:5411: result: yes
configure:5422: checking whether /home/mohamed/
configure:5443: /home/mohamed/
configure:5443: $? = 0
configure:5487: result: yes
configure:5507: checking for /home/mohamed/
configure:5522: /home/mohamed/
configure:5522: $? = 0
configure:5540: result: none needed
configure:5656: checking whether /home/mohamed/
configure:5679: /home/mohamed/
configure:5682: $? = 0
configure:5679: /home/mohamed/
configure:5682: $? = 0
configure:5694: result: yes
configure:5713: checking dependency style of /home/mohamed/
configure:5825: result: gcc3
configure:5840: checking for a sed that does not truncate output
configure:5910: result: /usr/bin/sed
configure:5928: checking for grep that handles long lines and -e
configure:5992: result: /usr/bin/grep
configure:5997: checking for egrep
configure:6065: result: /usr/bin/grep -E
configure:6070: checking for fgrep
configure:6138: result: /usr/bin/grep -F
configure:6174: checking for ld used by /home/mohamed/
configure:6242: result: /home/mohamed/
configure:6249: checking if the linker (/home/
configure:6265: result: yes
configure:6277: checking for BSD- or MS-compatible name lister (nm)
configure:6332: result: /home/mohamed/
configure:6472: checking the name lister (/home/
configure:6480: /home/mohamed/
configure:6483: /home/mohamed/
configure:6486: output
0000000000000000 B some_variable
configure:6493: result: BSD nm
configure:6496: checking whether ln -s works
configure:6500: result: yes
configure:6508: checking the maximum length of command line arguments
configure:6640: result: 1572864
configure:6688: checking how to convert x86_64-
configure:6729: result: func_convert_
configure:6736: checking how to convert x86_64-
configure:6757: result: func_convert_
configure:6764: checking for /home/mohamed/
configure:6772: result: -r
configure:6806: checking for x86_64-
configure:6838: result: /home/mohamed/
configure:6915: checking how to recognize dependent libraries
configure:7116: result: pass_all
configure:7161: checking for x86_64-
configure:7196: result: no
configure:7206: checking for dlltool
configure:7241: result: no
configure:7271: checking how to associate runtime and link libraries
configure:7299: result: printf %s\n
configure:7316: checking for x86_64-
configure:7348: result: /home/mohamed/
configure:7434: checking for archiver @FILE support
configure:7452: /home/mohamed/
configure:7452: $? = 0
configure:7456: /home/mohamed/
configure:7459: $? = 0
configure:7464: /home/mohamed/
/home/mohamed/
configure:7467: $? = 1
configure:7479: result: @
configure:7497: checking for x86_64-
configure:7529: result: /home/mohamed/
configure:7606: checking for x86_64-
configure:7638: result: /home/mohamed/
configure:7785: checking command to parse /home/mohamed/
configure:7939: /home/mohamed/
configure:7942: $? = 0
configure:7946: /home/mohamed/
configure:7949: $? = 0
configure:8015: /home/mohamed/
configure:8018: $? = 0
configure:8056: result: ok
configure:8103: checking for sysroot
configure:8134: result: no
configure:8141: checking for a working dd
configure:8185: result: /usr/bin/dd
configure:8189: checking how to truncate binary pipes
configure:8205: result: /usr/bin/dd bs=4096 count=1
configure:8342: /home/mohamed/
configure:8345: $? = 0
configure:8497: checking for x86_64-
configure:8532: result: no
configure:8542: checking for mt
configure:8563: found /usr/bin/mt
configure:8574: result: mt
configure:8597: checking if mt is a manifest tool
configure:8604: mt '-?'
configure:8612: result: no
configure:9342: checking for stdio.h
configure:9342: /home/mohamed/
configure:9342: $? = 0
configure:9342: result: yes
configure:9342: checking for stdlib.h
configure:9342: /home/mohamed/
configure:9342: $? = 0
configure:9342: result: yes
configure:9342: checking for string.h
configure:9342: /home/mohamed/
configure:9342: $? = 0
configure:9342: result: yes
configure:9342: checking for inttypes.h
configure:9342: /home/mohamed/
configure:9342: $? = 0
configure:9342: result: yes
configure:9342: checking for stdint.h
configure:9342: /home/mohamed/
configure:9342: $? = 0
configure:9342: result: yes
configure:9342: checking for strings.h
configure:9342: /home/mohamed/
configure:9342: $? = 0
configure:9342: result: yes
configure:9342: checking for sys/stat.h
configure:9342: /home/mohamed/
configure:9342: $? = 0
configure:9342: result: yes
configure:9342: checking for sys/types.h
configure:9342: /home/mohamed/
configure:9342: $? = 0
configure:9342: result: yes
configure:9342: checking for unistd.h
configure:9342: /home/mohamed/
configure:9342: $? = 0
configure:9342: result: yes
configure:9367: checking for dlfcn.h
configure:9367: /home/mohamed/
configure:9367: $? = 0
configure:9367: result: yes
configure:9625: checking for objdir
configure:9641: result: .libs
configure:9905: checking if /home/mohamed/
configure:9924: /home/mohamed/
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:9928: $? = 0
configure:9941: result: no
configure:10318: checking for /home/mohamed/
configure:10326: result: -fPIC -DPIC
configure:10334: checking if /home/mohamed/
configure:10353: /home/mohamed/
configure:10357: $? = 0
configure:10370: result: yes
configure:10399: checking if /home/mohamed/
configure:10428: result: yes
configure:10443: checking if /home/mohamed/
configure:10465: /home/mohamed/
configure:10469: $? = 0
configure:10491: result: yes
configure:10499: checking if /home/mohamed/
configure:10547: result: yes
configure:10580: checking whether the /home/mohamed/
configure:11846: result: yes
configure:11883: checking whether -lc should be explicitly linked in
configure:11892: /home/mohamed/
configure:11895: $? = 0
configure:11910: /home/mohamed/
configure:11913: $? = 0
configure:11927: result: no
configure:12087: checking dynamic linker characteristics
configure:12669: /home/mohamed/
configure:12669: $? = 0
configure:12908: result: GNU/Linux ld.so
configure:13030: checking how to hardcode library paths into programs
configure:13055: result: immediate
configure:13157: checking for shl_load
configure:13157: /home/mohamed/
/home/mohamed/
conftest.
collect2: error: ld returned 1 exit status
configure:13157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WHIZARD"
| #define PACKAGE_TARNAME "whizard"
| #define PACKAGE_VERSION "3.1.4"
| #define PACKAGE_STRING "WHIZARD 3.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "whizard"
| #define VERSION "3.1.4"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below. */
|
| #include <limits.h>
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main (void)
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13157: result: no
configure:13162: checking for shl_load in -ldld
configure:13185: /home/mohamed/
/home/mohamed/
collect2: error: ld returned 1 exit status
configure:13185: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WHIZARD"
| #define PACKAGE_TARNAME "whizard"
| #define PACKAGE_VERSION "3.1.4"
| #define PACKAGE_STRING "WHIZARD 3.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "whizard"
| #define VERSION "3.1.4"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| char shl_load ();
| int
| main (void)
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13195: result: no
configure:13201: checking for dlopen
configure:13201: /home/mohamed/
/home/mohamed/
conftest.
collect2: error: ld returned 1 exit status
configure:13201: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WHIZARD"
| #define PACKAGE_TARNAME "whizard"
| #define PACKAGE_VERSION "3.1.4"
| #define PACKAGE_STRING "WHIZARD 3.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "whizard"
| #define VERSION "3.1.4"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below. */
|
| #include <limits.h>
| #undef dlopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main (void)
| {
| return dlopen ();
| ;
| return 0;
| }
configure:13201: result: no
configure:13206: checking for dlopen in -ldl
configure:13229: /home/mohamed/
configure:13229: $? = 0
configure:13239: result: yes
configure:13359: checking whether a program can dlopen itself
configure:13440: /home/mohamed/
configure:13443: $? = 0
configure:13461: result: yes
configure:13466: checking whether a statically linked program can dlopen itself
configure:13547: /home/mohamed/
/home/mohamed/
conftest.
configure:13550: $? = 0
configure:13568: result: no
configure:13607: checking whether stripping libraries is possible
configure:13612: result: yes
configure:13647: checking if libtool supports shared libraries
configure:13649: result: yes
configure:13652: checking whether to build shared libraries
configure:13677: result: yes
configure:13680: checking whether to build static libraries
configure:13684: result: yes
configure:13724: checking for GNU make
configure:13740: result: make
configure:13755: checking for grep that handles long lines and -e
configure:13819: result: /usr/bin/grep
configure:13825: checking for the suffix of shared libraries
configure:13846: result: .so
configure:13851: checking whether the C compiler is the GNU compiler
configure:13858: result: yes
configure:13862: checking for quadmath.h
configure:13862: /home/mohamed/
configure:13862: $? = 0
configure:13862: result: yes
configure:14039: checking whether we want to build the distribution
configure:14051: result: no
configure:14076: checking for m4
configure:14099: found /usr/bin/m4
configure:14112: result: /usr/bin/m4
configure:14144: -------
configure:14146: --- Dynamic runtime linking ---
configure:14148:
configure:14161: checking for x86_64-
configure:14193: result: /home/mohamed/
configure:14591: checking for C compiler version
configure:14600: /home/mohamed/
x86_64-
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:14611: $? = 0
configure:14600: /home/mohamed/
Reading specs from /home/mohamed/
could not find specs file conda.specs
COLLECT_
COLLECT_
Target: x86_64-
Configured with: ../configure --prefix=
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.4.0 (conda-forge gcc 12.4.0-0)
configure:14611: $? = 0
configure:14600: /home/mohamed/
x86_64-
x86_64-
compilation terminated.
configure:14611: $? = 1
configure:14600: /home/mohamed/
x86_64-
x86_64-
compilation terminated.
configure:14611: $? = 1
configure:14600: /home/mohamed/
x86_64-
x86_64-
compilation terminated.
configure:14611: $? = 1
configure:14615: checking whether the compiler supports GNU C
configure:14645: result: yes
configure:14656: checking whether /home/mohamed/
configure:14721: result: yes
configure:14741: checking for /home/mohamed/
configure:14774: result: none needed
configure:14890: checking whether /home/mohamed/
configure:14928: result: yes
configure:14947: checking dependency style of /home/mohamed/
configure:15059: result: gcc3
configure:15099: checking for library containing dlopen
configure:15129: /home/mohamed/
/home/mohamed/
conftest.
collect2: error: ld returned 1 exit status
configure:15129: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WHIZARD"
| #define PACKAGE_TARNAME "whizard"
| #define PACKAGE_VERSION "3.1.4"
| #define PACKAGE_STRING "WHIZARD 3.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "whizard"
| #define VERSION "3.1.4"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QUADMATH_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| char dlopen ();
| int
| main (void)
| {
| return dlopen ();
| ;
| return 0;
| }
configure:15129: /home/mohamed/
configure:15129: $? = 0
configure:15149: result: -ldl
configure:15162: checking for dlfcn.h
configure:15162: result: yes
configure:15173: checking for the values of RTLD_LAZY & friends
configure:15198: /home/mohamed/
configure:15198: $? = 0
configure:15198: ./conftest
configure:15198: $? = 0
configure:15209: result: success
configure:15216: checking for /home/mohamed/
configure:15218: result:
configure:15284: -------
configure:15286: --- Checks for 'noweb' system ---
configure:15288:
configure:15302: checking for notangle
configure:15325: found /usr/bin/notangle
configure:15337: result: /usr/bin/notangle
configure:15347: checking for cpif
configure:15370: found /usr/bin/cpif
configure:15382: result: /usr/bin/cpif
configure:15392: checking for noweave
configure:15415: found /usr/bin/noweave
configure:15427: result: /usr/bin/noweave
configure:15476: -------
configure:15478: --- Checks for 'LaTeX' system ---
configure:15480:
configure:15489: checking for latex
configure:15510: found /usr/bin/latex
configure:15521: result: latex
configure:15547: checking for dvips
configure:15568: found /usr/bin/dvips
configure:15579: result: dvips
configure:15605: checking for pdflatex
configure:15626: found /usr/bin/pdflatex
configure:15637: result: pdflatex
configure:15663: checking for makeindex
configure:15684: found /usr/bin/makeindex
configure:15695: result: makeindex
configure:15721: checking for ps2pdf14
configure:15742: found /usr/bin/ps2pdf14
configure:15753: result: ps2pdf14
configure:15788: checking for epspdf
configure:15809: found /usr/bin/epspdf
configure:15820: result: epspdf
configure:15843: result: epspdf version is 0.6.4
configure:15859: result: epspdf present and newer than 0.4.2; using epspdf for conversion.
configure:15891: checking for epstopdf
configure:15912: found /usr/bin/epstopdf
configure:15923: result: epstopdf
configure:15941: result: epstopdf version is 2.28
configure:16009: checking for context
configure:16030: found /usr/bin/context
configure:16041: result: context
configure:16076: checking for gzip
configure:16097: found /usr/bin/gzip
configure:16108: result: gzip
configure:16141: checking for acroread
configure:16177: result: false
configure:16187: checking for gv
configure:16223: result: false
configure:16233: checking for dot
configure:16256: found /home/mohamed/
configure:16269: result: /home/mohamed/
configure:16335: checking for mpost
configure:16356: found /usr/bin/mpost
configure:16367: result: mpost
configure:16394: result: MetaPost version is 2.01
configure:16424: checking whether we can display event analysis
configure:16437: result: yes
configure:16444: checking whether we can display event analysis in PostScript format
configure:16456: result: yes
configure:16462: checking whether we can display event analysis in PDF format
configure:16474: result: yes
configure:16496: checking for hevea
configure:16534: result: no
configure:16541: checking for hacha
configure:16579: result: no
configure:16586: checking for imagen
configure:16624: result: no
configure:16643: -------
configure:16645: --- Fortran compiler checks ---
configure:16647:
configure:16662: checking for x86_64-
configure:16694: result: gfortran
configure:16769: checking for Fortran compiler version
configure:16778: gfortran --version >&5
GNU Fortran (conda-forge gcc 12.4.0-0) 12.4.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:16789: $? = 0
configure:16778: gfortran -v >&5
Reading specs from /home/mohamed/
could not find specs file conda.specs
COLLECT_
COLLECT_
Target: x86_64-
Configured with: ../configure --prefix=
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.4.0 (conda-forge gcc 12.4.0-0)
configure:16789: $? = 0
configure:16778: gfortran -V >&5
gfortran: error: unrecognized command-line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:16789: $? = 1
configure:16778: gfortran -qversion >&5
gfortran: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:16789: $? = 1
configure:16798: checking whether the compiler supports GNU Fortran
configure:16812: gfortran -c conftest.F >&5
configure:16812: $? = 0
configure:16822: result: yes
configure:16830: checking whether gfortran accepts -g
configure:16842: gfortran -c -g conftest.f >&5
configure:16842: $? = 0
configure:16851: result: yes
configure:16993: checking if libtool supports shared libraries
configure:16995: result: yes
configure:16998: checking whether to build shared libraries
configure:17022: result: yes
configure:17025: checking whether to build static libraries
configure:17029: result: yes
configure:17063: gfortran -c -g -O2 conftest.f >&5
configure:17066: $? = 0
configure:17563: checking for gfortran option to produce PIC
configure:17571: result: -fPIC
configure:17579: checking if gfortran PIC flag -fPIC works
configure:17598: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:17602: $? = 0
configure:17615: result: yes
configure:17638: checking if gfortran static flag -static works
configure:17667: result: yes
configure:17679: checking if gfortran supports -c -o file.o
configure:17701: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:17705: $? = 0
configure:17727: result: yes
configure:17732: checking if gfortran supports -c -o file.o
configure:17780: result: yes
configure:17810: checking whether the gfortran linker (/home/
configure:19025: result: yes
configure:19167: checking dynamic linker characteristics
configure:19909: result: GNU/Linux ld.so
configure:19974: checking how to hardcode library paths into programs
configure:19999: result: immediate
configure:20043: checking for x86_64-
configure:20075: result: gfortran
configure:20150: checking for Fortran 77 compiler version
configure:20159: gfortran --version >&5
GNU Fortran (conda-forge gcc 12.4.0-0) 12.4.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:20170: $? = 0
configure:20159: gfortran -v >&5
Reading specs from /home/mohamed/
could not find specs file conda.specs
COLLECT_
COLLECT_
Target: x86_64-
Configured with: ../configure --prefix=
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.4.0 (conda-forge gcc 12.4.0-0)
configure:20170: $? = 0
configure:20159: gfortran -V >&5
gfortran: error: unrecognized command-line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:20170: $? = 1
configure:20159: gfortran -qversion >&5
gfortran: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:20170: $? = 1
configure:20179: checking whether the compiler supports GNU Fortran 77
configure:20193: gfortran -c -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-
configure:20193: $? = 0
configure:20203: result: yes
configure:20211: checking whether gfortran accepts -g
configure:20223: gfortran -c -g conftest.f >&5
configure:20223: $? = 0
configure:20232: result: yes
configure:20361: checking if libtool supports shared libraries
configure:20363: result: yes
configure:20366: checking whether to build shared libraries
configure:20390: result: yes
configure:20393: checking whether to build static libraries
configure:20397: result: yes
configure:20768: checking for gfortran option to produce PIC
configure:20776: result: -fPIC
configure:20784: checking if gfortran PIC flag -fPIC works
configure:20803: gfortran -c -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-
configure:20807: $? = 0
configure:20820: result: yes
configure:20843: checking if gfortran static flag -static works
configure:20872: result: yes
configure:20884: checking if gfortran supports -c -o file.o
configure:20906: gfortran -c -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-
configure:20910: $? = 0
configure:20932: result: yes
configure:20937: checking if gfortran supports -c -o file.o
configure:20985: result: yes
configure:21015: checking whether the gfortran linker (/home/
configure:22230: result: yes
configure:22372: checking dynamic linker characteristics
configure:23114: result: GNU/Linux ld.so
configure:23179: checking how to hardcode library paths into programs
configure:23204: result: immediate
configure:23241: checking the compiler ID string
configure:23299: result: GNU Fortran (conda-forge gcc 12.4.0-0) 12.4.0
configure:23304: checking the compiler vendor
configure:23341: result: gfortran
configure:23366: checking the compiler version
configure:23406: result: 12.4.0
configure:23411: checking the major version
configure:23420: result: 12
configure:23495: checking for Fortran flag to compile .f90 files
configure:23516: gfortran -c -g -O2 conftest.f90 >&5
configure:23516: $? = 0
configure:23526: result: none
configure:23558: checking for gfortran flags
configure:23560: result: -g -O2
configure:23563: checking for gfortran flag to produce position-
configure:23565: result: -fPIC
configure:23570: checking for gfortran source extension
configure:23572: result: f90
configure:23577: checking for object file extension
configure:23579: result: o
configure:23586: checking whether gfortran supports OpenMP
configure:23645: gfortran -o conftest -fopenmp -g -O2 -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
configure:23645: $? = 0
configure:23645: ./conftest
configure:23645: $? = 0
configure:23660: result: yes
configure:23663: checking the default number of threads used by OpenMP
configure:23669: result: 4
configure:23682: checking whether OpenMP is activated
configure:23694: result: no
configure:24536: checking how to get verbose linking output from gfortran
configure:24547: gfortran -c -g -O2 conftest.f90 >&5
configure:24547: $? = 0
configure:24566: gfortran -o conftest -g -O2 -v -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
Reading specs from /home/mohamed/
could not find specs file conda.specs
Target: x86_64-
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.4.0 (conda-forge gcc 12.4.0-0)
/home/
GNU Fortran (conda-forge gcc 12.4.0-0) version 12.4.0 (x86_64-
compiled by GNU C version 13.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-
GNU Fortran2008 (conda-forge gcc 12.4.0-0) version 12.4.0 (x86_64-
compiled by GNU C version 13.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-
/home/
GNU assembler version 2.40 (x86_64-
Reading specs from /home/mohamed/
rename spec lib to liborig
/home/
configure:24649: result: -v
configure:24651: checking for Fortran libraries of gfortran
configure:24675: gfortran -o conftest -g -O2 -v -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
Reading specs from /home/mohamed/
could not find specs file conda.specs
Target: x86_64-
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.4.0 (conda-forge gcc 12.4.0-0)
/home/
GNU Fortran (conda-forge gcc 12.4.0-0) version 12.4.0 (x86_64-
compiled by GNU C version 13.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-
GNU Fortran2008 (conda-forge gcc 12.4.0-0) version 12.4.0 (x86_64-
compiled by GNU C version 13.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-
/home/
GNU assembler version 2.40 (x86_64-
Reading specs from /home/mohamed/
rename spec lib to liborig
/home/
configure:24891: result: -L/home/
configure:24915: checking whether gfortran supports Fortran 95 features
configure:24949: gfortran -c -g -O2 conftest.f90 >&5
configure:24949: $? = 0
configure:24958: result: yes
configure:24971: checking whether gfortran supports allocatable subobjects
configure:24991: gfortran -c -g -O2 conftest.f90 >&5
configure:24991: $? = 0
configure:25000: result: yes
configure:25013: checking whether gfortran supports allocatable scalars
configure:25033: gfortran -c -g -O2 conftest.f90 >&5
configure:25033: $? = 0
configure:25042: result: yes
configure:25049: checking whether gfortran supports ISO C binding and standard numeric types
configure:25074: gfortran -c -g -O2 conftest.f90 >&5
configure:25074: $? = 0
configure:25083: result: yes
configure:25097: checking whether gfortran supports procedure pointers (F2003)
configure:25121: gfortran -c -g -O2 conftest.f90 >&5
configure:25121: $? = 0
configure:25130: result: yes
configure:25143: checking whether gfortran supports OO features (F2003)
configure:25181: gfortran -c -g -O2 conftest.f90 >&5
configure:25181: $? = 0
configure:25190: result: yes
configure:25197: checking whether gfortran supports submodules (F2008)
configure:25237: gfortran -c -g -O2 conftest.f90 >&5
configure:25237: $? = 0
configure:25246: result: yes
configure:25265: checking whether gfortran interfaces the command line (F2003)
configure:25283: gfortran -o conftest -g -O2 -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
configure:25283: $? = 0
configure:25293: result: yes
configure:25307: checking whether gfortran provides access to environment variables (F2003)
configure:25326: gfortran -o conftest -g -O2 -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
configure:25326: $? = 0
configure:25336: result: yes
configure:25349: checking whether gfortran supports the flush statement (F2003)
configure:25372: gfortran -c -g -O2 conftest.f90 >&5
configure:25372: $? = 0
configure:25381: result: yes
configure:25394: checking whether gfortran supports iso_fortran_env (F2003)
configure:25419: gfortran -o conftest -g -O2 -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
configure:25419: $? = 0
configure:25430: result: yes
configure:25441: checking whether gfortran supports iso_fortran_env (F2008)
configure:25467: gfortran -o conftest -g -O2 -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
configure:25467: $? = 0
configure:25477: result: yes
configure:25496: checking whether debugging facilities are enabled
configure:25509: result: no
configure:25531: checking for gfortran option to support OpenMP
configure:25553: gfortran -c -g -O2 conftest.f90 >&5
conftest.f90:5:9:
5 | tid = 42
| 1
Error: Symbol 'tid' at (1) has no IMPLICIT type
configure:25553: $? = 1
configure: failed program was:
|
| program main
| implicit none
| !$ integer tid
| tid = 42
| call omp_set_
| end
|
configure:25553: gfortran -c -g -O2 -fopenmp conftest.f90 >&5
configure:25553: $? = 0
configure:25565: gfortran -o conftest -g -O2 -fopenmp -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
configure:25565: $? = 0
configure:25588: result: -fopenmp
configure:25604: checking whether OpenMP is activated
configure:25616: result: no
configure:25647: checking whether gfortran supports profiling via -pg
configure:25671: gfortran -o conftest -pg -g -O2 -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
/home/mohamed/
/home/mohamed/
collect2: error: ld returned 1 exit status
configure:25671: $? = 1
configure: program exited with status 1
configure: failed program was:
| program conftest
| end program conftest
|
configure:25689: result: no
configure:25701: checking whether profiling is activated
configure:25715: result: no
configure:25736: checking the default setting for impure omegalib
configure:25748: result: no
configure:25763: checking for Fortran90 module file naming convention
configure:25797: result: name: module_name, extension: .mod
configure:25826: checking for tr
configure:25849: found /usr/bin/tr
configure:25861: result: /usr/bin/tr
configure:25872: checking for case conversion
configure:25885: result: /usr/bin/tr works
configure:25901: checking whether gfortran supports c_float128 (a gfortran extension)
configure:25921: gfortran -o conftest -g -O2 -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
configure:25921: $? = 0
configure:25930: result: yes
configure:25942: checking the requested floating point precision
configure:25957: result: double
configure:26350: gfortran -o conftest -g -O2 -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
configure:26350: $? = 0
configure:26350: ./conftest
configure:26350: $? = 0
configure:27174: no MPI support demanded
configure:27194: -------
configure:27196: --- Objective Caml checks ---
configure:27198:
configure:27214: checking for x86_64-
configure:27252: result: no
configure:27262: checking for ocaml
configure:27285: found /usr/bin/ocaml
configure:27297: result: /usr/bin/ocaml
configure:27322: checking for x86_64-
configure:27360: result: no
configure:27370: checking for ocamlc
configure:27393: found /usr/bin/ocamlc
configure:27405: result: /usr/bin/ocamlc
configure:27447: result: OCaml version is 4.13.1
configure:27450: result: OCaml library path is /usr/lib/ocaml
configure:27462: checking for x86_64-
configure:27500: result: no
configure:27510: checking for ocamlopt
configure:27533: found /usr/bin/ocamlopt
configure:27545: result: /usr/bin/ocamlopt
configure:27588: checking for x86_64-
configure:27626: result: no
configure:27636: checking for ocamlc.opt
configure:27659: found /usr/bin/ocamlc.opt
configure:27671: result: /usr/bin/ocamlc.opt
configure:27708: checking for x86_64-
configure:27746: result: no
configure:27756: checking for ocamlopt.opt
configure:27779: found /usr/bin/
configure:27791: result: /usr/bin/
configure:27837: checking for x86_64-
configure:27875: result: no
configure:27885: checking for ocamldep
configure:27908: found /usr/bin/ocamldep
configure:27920: result: /usr/bin/ocamldep
configure:27947: checking for x86_64-
configure:27985: result: no
configure:27995: checking for ocamlmktop
configure:28018: found /usr/bin/ocamlmktop
configure:28030: result: /usr/bin/ocamlmktop
configure:28057: checking for x86_64-
configure:28095: result: no
configure:28105: checking for ocamlmklib
configure:28128: found /usr/bin/ocamlmklib
configure:28140: result: /usr/bin/ocamlmklib
configure:28167: checking for x86_64-
configure:28205: result: no
configure:28215: checking for ocamldoc
configure:28238: found /usr/bin/ocamldoc
configure:28250: result: /usr/bin/ocamldoc
configure:28277: checking for x86_64-
configure:28315: result: no
configure:28325: checking for ocamlbuild
configure:28363: result: no
configure:28394: checking for OCaml version 408000
configure:28397: result: ok
configure:28412: checking for x86_64-
configure:28450: result: no
configure:28460: checking for ocamllex
configure:28483: found /usr/bin/ocamllex
configure:28495: result: /usr/bin/ocamllex
configure:28521: checking for x86_64-
configure:28559: result: no
configure:28569: checking for ocamllex.opt
configure:28592: found /usr/bin/
configure:28604: result: /usr/bin/
configure:28635: checking for x86_64-
configure:28673: result: no
configure:28683: checking for ocamlyacc
configure:28706: found /usr/bin/ocamlyacc
configure:28718: result: /usr/bin/ocamlyacc
configure:28745: checking for x86_64-
configure:28783: result: no
configure:28793: checking for ocamlcp
configure:28816: found /usr/bin/ocamlcp
configure:28828: result: /usr/bin/ocamlcp
configure:28856: checking for x86_64-
configure:28894: result: no
configure:28904: checking for ocamlweb
configure:28942: result: no
configure:29008: checking for OCaml/GTK+ toolkit directory
configure:29019: result: not found
configure:29027: checking for ocamldot
configure:29065: result: no
configure:29086: checking for ocamldep
configure:29121: result: /usr/bin/ocamldep
configure:29145: checking for ocamldefun
configure:29183: result: no
configure:29225: -------
configure:29227: --- C++ compiler checks ---
configure:29229:
configure:29360: checking for C++ compiler version
configure:29369: /home/mohamed/
x86_64-
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:29380: $? = 0
configure:29369: /home/mohamed/
Reading specs from /home/mohamed/
could not find specs file conda.specs
COLLECT_
COLLECT_
Target: x86_64-
Configured with: ../configure --prefix=
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.4.0 (conda-forge gcc 12.4.0-0)
configure:29380: $? = 0
configure:29369: /home/mohamed/
x86_64-
x86_64-
compilation terminated.
configure:29380: $? = 1
configure:29369: /home/mohamed/
x86_64-
x86_64-
compilation terminated.
configure:29380: $? = 1
configure:29384: checking whether the compiler supports GNU C++
configure:29404: /home/mohamed/
configure:29404: $? = 0
configure:29414: result: yes
configure:29425: checking whether /home/mohamed/
configure:29446: /home/mohamed/
configure:29446: $? = 0
configure:29490: result: yes
configure:29510: checking for /home/mohamed/
configure:29525: /home/mohamed/
conftest.cpp: In function 'int main(int, char**)':
conftest.
191 | cxx11test::delegate d2();
| ^~
conftest.
191 | cxx11test::delegate d2();
| ^~
| --
conftest.
configure:29525: $? = 0
configure:29543: result: none needed
configure:29608: checking dependency style of /home/mohamed/
configure:29720: result: gcc3
configure:29743: checking how to run the C++ preprocessor
configure:29765: /home/mohamed/
configure:29765: $? = 0
configure:29780: /home/mohamed/
conftest.cpp:25:10: fatal error: ac_nonexistent.h: No such file or directory
25 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:29780: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WHIZARD"
| #define PACKAGE_TARNAME "whizard"
| #define PACKAGE_VERSION "3.1.4"
| #define PACKAGE_STRING "WHIZARD 3.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "whizard"
| #define VERSION "3.1.4"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QUADMATH_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:29807: result: /home/mohamed/
configure:29821: /home/mohamed/
configure:29821: $? = 0
configure:29836: /home/mohamed/
conftest.cpp:25:10: fatal error: ac_nonexistent.h: No such file or directory
25 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:29836: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WHIZARD"
| #define PACKAGE_TARNAME "whizard"
| #define PACKAGE_VERSION "3.1.4"
| #define PACKAGE_STRING "WHIZARD 3.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "whizard"
| #define VERSION "3.1.4"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QUADMATH_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:30000: checking for ld used by /home/mohamed/
configure:30068: result: /home/mohamed/
configure:30075: checking if the linker (/home/
configure:30091: result: yes
configure:30146: checking whether the /home/mohamed/
configure:31223: result: yes
configure:31259: /home/mohamed/
configure:31262: $? = 0
configure:31731: checking for /home/mohamed/
configure:31739: result: -fPIC -DPIC
configure:31747: checking if /home/mohamed/
configure:31766: /home/mohamed/
configure:31770: $? = 0
configure:31783: result: yes
configure:31806: checking if /home/mohamed/
configure:31835: result: yes
configure:31847: checking if /home/mohamed/
configure:31869: /home/mohamed/
configure:31873: $? = 0
configure:31895: result: yes
configure:31900: checking if /home/mohamed/
configure:31948: result: yes
configure:31978: checking whether the /home/mohamed/
configure:32018: result: yes
configure:32160: checking dynamic linker characteristics
configure:32908: result: GNU/Linux ld.so
configure:32973: checking how to hardcode library paths into programs
configure:32998: result: immediate
configure:33042: checking how to get verbose linking output from /home/mohamed/
configure:33060: /home/mohamed/
configure:33060: $? = 0
configure:33083: /home/mohamed/
Reading specs from /home/mohamed/
could not find specs file conda.specs
COLLECT_
COLLECT_
Target: x86_64-
Configured with: ../configure --prefix=
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.4.0 (conda-forge gcc 12.4.0-0)
COLLECT_
/home/
/home/
GNU assembler version 2.40 (x86_64-
GNU C++17 (conda-forge gcc 12.4.0-0) version 12.4.0 (x86_64-
compiled by GNU C version 14.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-
ignoring duplicate directory "/home/
ignoring nonexistent directory "/home/
ignoring duplicate directory "/home/
ignoring duplicate directory "/home/
ignoring duplicate directory "/home/
ignoring duplicate directory "/home/
ignoring nonexistent directory "/home/
ignoring duplicate directory "/home/
ignoring nonexistent directory "/home/
#include "..." search starts here:
#include <...> search starts here:
/home/
/home/
/home/
/home/
/home/
/home/
/home/
End of search list.
GNU C++17 (conda-forge gcc 12.4.0-0) version 12.4.0 (x86_64-
compiled by GNU C version 14.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-
Compiler executable checksum: 42268fe421ecaa3
COMPILER_
LIBRARY_
COLLECT_
/home/
COLLECT_
configure:33131: result: -v
configure:33133: checking for C++ libraries
configure:33161: /home/mohamed/
Reading specs from /home/mohamed/
could not find specs file conda.specs
COLLECT_
COLLECT_
Target: x86_64-
Configured with: ../configure --prefix=
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.4.0 (conda-forge gcc 12.4.0-0)
COLLECT_
/home/
/home/
GNU assembler version 2.40 (x86_64-
GNU C++17 (conda-forge gcc 12.4.0-0) version 12.4.0 (x86_64-
compiled by GNU C version 14.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-
ignoring duplicate directory "/home/
ignoring nonexistent directory "/home/
ignoring duplicate directory "/home/
ignoring duplicate directory "/home/
ignoring duplicate directory "/home/
ignoring duplicate directory "/home/
ignoring nonexistent directory "/home/
ignoring duplicate directory "/home/
ignoring nonexistent directory "/home/
#include "..." search starts here:
#include <...> search starts here:
/home/
/home/
/home/
/home/
/home/
/home/
/home/
End of search list.
GNU C++17 (conda-forge gcc 12.4.0-0) version 12.4.0 (x86_64-
compiled by GNU C version 14.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-
Compiler executable checksum: 42268fe421ecaa3
COMPILER_
LIBRARY_
COLLECT_
/home/
COLLECT_
configure:33320: result: -L/home/
configure:33334: -------
configure:33336: --- Checking for PYTHON / PYTHON API ---
configure:33338:
configure:33350: checking for python
configure:33373: found /home/mohamed/
configure:33385: result: /home/mohamed/
configure:33413: checking for a version of Python >= '2.1.0'
configure:33439: result: yes
configure:33451: checking for a version of Python >= '3.5'
configure:33479: result: yes
configure:33500: checking for the sysconfig Python package
configure:33504: result: yes
configure:33531: checking for Python include path
configure:33556: result: -I/home/
configure:33563: checking for Python library path
configure:33642: result: -L/home/
configure:33649: checking for Python full version
configure:33652: result: 3.12
configure:33659: checking for Python site-packages path
configure:33683: result: /usr/local/
configure:33690: checking for Python extra libraries
configure:33697: result: -lpthread -ldl -lutil -lm
configure:33704: checking for Python extra linking flags
configure:33711: result: -Xlinker -export-dynamic
configure:33718: checking consistency of all components of python development environment
configure:33746: /home/mohamed/
configure:33746: $? = 0
configure:33764: result: yes
configure:33826: checking for cython
configure:33862: result: no
configure:33872: checking for cython3
configure:33908: result: no
configure:33947: checking for PYTHON API
configure:33949: result: (disabled)
configure:33978: -------
configure:33980: --- O'Mega UFO file paths ---
configure:33982:
configure:34020: -------
configure:34022: --- RECOLA ---
configure:34024:
configure:34241: checking for Recola
configure:34243: result: (disabled)
configure:34276: -------
configure:34278: --- LHAPDF ---
configure:34280:
configure:34303: checking for lhapdf
configure:34339: result: /home/mohamed/
configure:34351: checking for lhapdf-config
configure:34374: found /home/mohamed/
configure:34387: result: /home/mohamed/
configure:34398: checking the LHAPDF version
configure:34407: result: 6.5.4
configure:34412: checking the major version
configure:34421: result: 6
configure:34426: checking the LHAPDF pdfsets path
configure:34429: result: /home/mohamed/
configure:34432: checking the standard PDF sets
configure:34438: result: not all standard PDF sets installed
configure:34440: error: *******
configure:34442: error: LHAPDF standard PDF sets not installed, please install these
configure:34444: error: PDF sets: cteq6l1, CT10.
configure:34446: error: *******
configure:34449: checking for LHAPDF
configure:34451: result: (disabled)
configure:34825: -------
configure:34827: --- ROOT ---
configure:34829:
configure:34852: checking for root-config
configure:34875: found /home/mohamed/
configure:34888: result: /home/mohamed/
configure:34898: checking for root
configure:34921: found /home/mohamed/
configure:34934: result: /home/mohamed/
configure:34944: checking for rootcint
configure:34967: found /home/mohamed/
configure:34980: result: /home/mohamed/
configure:35035: checking for dlopen in -ldl
configure:35058: result: yes
configure:35081: -------
configure:35083: --- HepMC ---
configure:35085:
configure:35117: checking for HepMC3-config
configure:35153: result: no
configure:35211: checking for HepMC3 or newer
configure:35213: result: no
configure:35300: HepMC3 not found, incompatible, or HepMC3-config not found
configure:35302: looking for HepMC2 instead ...
configure:35307: checking the HepMC version
configure:35328: /home/mohamed/
conftest.cpp:28:17: fatal error: HepMC/Version.h: No such file or directory
28 | #include "HepMC/Version.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:35328: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WHIZARD"
| #define PACKAGE_TARNAME "whizard"
| #define PACKAGE_VERSION "3.1.4"
| #define PACKAGE_STRING "WHIZARD 3.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "whizard"
| #define VERSION "3.1.4"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QUADMATH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_PYTHON "3.12"
| #define HAVE_ROOT /**/
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
| #include "HepMC/Version.h"
| int
| main (void)
| {
| std::cout << HepMC::
| ;
| return 0;
| }
configure:35334: result: unknown
configure:35388: checking for HepMC
configure:35390: result: (disabled)
configure:35519: -------
configure:35521: --- STDHEP ---
configure:35523:
configure:35538: checking for x86_64-
configure:35576: result: no
configure:35586: checking for pkg-config
configure:35609: found /usr/bin/pkg-config
configure:35621: result: /usr/bin/pkg-config
configure:35646: checking pkg-config is at least version 0.9.0
configure:35649: result: yes
configure:35659: checking for libtirpc
configure:35666: $PKG_CONFIG --exists --print-errors "libtirpc"
configure:35669: $? = 0
configure:35683: $PKG_CONFIG --exists --print-errors "libtirpc"
configure:35686: $? = 0
configure:35728: result: yes
configure:35732: for StdHEP legacy code: using libtirpc headers and library
configure:35734: with -I/usr/
configure:35740: StdHEP v5.06.01 is included internally
configure:35746: -------
configure:35748: --- LCIO ---
configure:35750:
configure:35774: checking the LCIO version
configure:35795: /home/mohamed/
conftest.cpp:28:14: fatal error: lcio.h: No such file or directory
28 | #include "lcio.h"
| ^~~~~~~~
compilation terminated.
configure:35795: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WHIZARD"
| #define PACKAGE_TARNAME "whizard"
| #define PACKAGE_VERSION "3.1.4"
| #define PACKAGE_STRING "WHIZARD 3.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "whizard"
| #define VERSION "3.1.4"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QUADMATH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_PYTHON "3.12"
| #define HAVE_ROOT /**/
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
| #include "lcio.h"
| int
| main (void)
| {
| std::cout << LCIO_MAJOR_VERSION << "." << LCIO_MINOR_VERSION << "." << LCIO_PATCH_LEVEL;
| ;
| return 0;
| }
configure:35801: result: unknown
configure:35858: checking for LCIO
configure:35860: result: (disabled)
configure:35888: -------
configure:35890: --- HDF5 ---
configure:35892:
configure:35963: checking for hdf5.h
configure:35963: /home/mohamed/
conftest.c:56:10: fatal error: hdf5.h: No such file or directory
56 | #include <hdf5.h>
| ^~~~~~~~
compilation terminated.
configure:35963: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WHIZARD"
| #define PACKAGE_TARNAME "whizard"
| #define PACKAGE_VERSION "3.1.4"
| #define PACKAGE_STRING "WHIZARD 3.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "whizard"
| #define VERSION "3.1.4"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QUADMATH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_PYTHON "3.12"
| #define HAVE_ROOT /**/
| #define HAVE_LIBDL 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 <hdf5.h>
configure:35963: result: no
configure:35973: checking for HDF5 version >= 1.8.0
configure:36151: result: no
configure:36171: optional HDF5 library not found, or does not meet version requirements
configure:36205: checking for HDF5 support
configure:36209: result: not found or disabled
configure:36221: -------
configure:36223: --- SHOWERS PYTHIA6 PYTHIA8 MPI ---
configure:36225:
configure:36242: checking whether we want to enable PYTHIA6
configure:36254: result: yes
configure:36268: checking for PYTHIA6
configure:36270: result: (enabled)
configure:36272: checking for PYTHIA6 eh settings
configure:36279: result: (disabled)
configure:36614: checking for PYTHIA8
configure:36616: result: (disabled)
configure:36643: -------
configure:36645: --- HOPPET ---
configure:36647:
configure:36799: checking for HOPPET
configure:36801: result: (disabled)
configure:36828: -------
configure:36830: --- FASTJET ---
configure:36832:
configure:37035: checking for FASTJET
configure:37037: result: (disabled)
configure:37060: -------
configure:37062: --- GOSAM ---
configure:37064:
configure:37803: checking for GoSam
configure:37805: result: (disabled)
configure:37833: -------
configure:37835: --- OPENLOOPS ---
configure:37837:
configure:37967: checking for OpenLoops
configure:37969: result: (disabled)
configure:38049: -------
configure:38051: --- LOOPTOOLS ---
configure:38053:
configure:38198: checking for LoopTools
configure:38200: result: (disabled)
configure:38229: -------
configure:38231: --- Handle linking with C++ libraries ---
configure:38233:
configure:38265: checking for LDFLAGS_STATIC:
configure:38267: result: (not needed)
configure:38283: -------
configure:38285: --- Numerical checks ---
configure:38287:
configure:38301: checking whether we want optimization for parameter files
configure:38313: result: no
configure:38330: -------
configure:38332: --- Finalize configuration ---
configure:38334:
configure:39114: checking that generated files are newer than configure
configure:39120: result: done
configure:39423: creating ./config.status
## -------
## Running config.status. ##
## -------
This file was extended by WHIZARD config.status 3.1.4, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on mohamed-
config.status:1718: creating Makefile
config.status:1718: creating src/Makefile
config.status:1718: creating python/Makefile
config.status:1718: creating python/setup.py
config.status:1718: creating src/hepmc/Makefile
config.status:1718: creating src/lcio/Makefile
config.status:1718: creating contrib/Makefile
config.status:1718: creating contrib/
config.status:1718: creating contrib/
config.status:1718: creating contrib/
config.status:1718: creating contrib/
config.status:1718: creating src/muli/Makefile
config.status:1718: creating src/lhapdf5/
config.status:1718: creating src/lhapdf/Makefile
config.status:1718: creating src/qed_
config.status:1718: creating src/pdf_
config.status:1718: creating src/tauola/Makefile
config.status:1718: creating src/xdr/Makefile
config.status:1718: creating src/hoppet/Makefile
config.status:1718: creating src/fastjet/
config.status:1718: creating src/looptools/
config.status:1718: creating src/pythia8/
config.status:1718: creating src/shower/Makefile
config.status:1718: creating src/noweb-
config.status:1718: creating src/basics/Makefile
config.status:1718: creating src/utilities/
config.status:1718: creating src/testing/
config.status:1718: creating src/system/Makefile
config.status:1718: creating src/system/
config.status:1718: creating src/system/
config.status:1718: creating src/combinatori
config.status:1718: creating src/parsing/
config.status:1718: creating src/rng/Makefile
config.status:1718: creating src/expr_
config.status:1718: creating src/physics/
config.status:1718: creating src/qft/Makefile
config.status:1718: creating src/types/Makefile
config.status:1718: creating src/matrix_
config.status:1718: creating src/me_
config.status:1718: creating src/particles/
config.status:1718: creating src/beams/Makefile
config.status:1718: creating src/events/Makefile
config.status:1718: creating src/vegas/Makefile
config.status:1718: creating src/mci/Makefile
config.status:1718: creating src/phase_
config.status:1718: creating src/blha/Makefile
config.status:1718: creating src/gosam/Makefile
config.status:1718: creating src/openloops/
config.status:1718: creating src/recola/Makefile
config.status:1718: creating src/fks/Makefile
config.status:1718: creating src/matching/
config.status:1718: creating src/variables/
config.status:1718: creating src/model_
config.status:1718: creating src/models/Makefile
config.status:1718: creating src/threshold/
config.status:1718: creating src/models/
config.status:1718: creating src/process_
config.status:1718: creating src/transforms/
config.status:1718: creating src/whizard-
config.status:1718: creating src/api/Makefile
config.status:1718: creating src/main/Makefile
config.status:1718: creating src/prebuilt/
config.status:1718: creating src/feynmf/Makefile
config.status:1718: creating src/gamelan/
config.status:1718: creating src/gamelan/
config.status:1718: creating share/Makefile
config.status:1718: creating share/doc/Makefile
config.status:1718: creating share/models/
config.status:1718: creating share/cuts/Makefile
config.status:1718: creating share/beam-
config.status:1718: creating share/susy/Makefile
config.status:1718: creating share/examples/
config.status:1718: creating share/tests/
config.status:1718: creating share/muli/Makefile
config.status:1718: creating share/SM_
config.status:1718: creating share/gui/Makefile
config.status:1718: creating tests/Makefile
config.status:1718: creating tests/models/
config.status:1718: creating tests/models/
config.status:1718: creating tests/models/
config.status:1718: creating tests/models/
config.status:1718: creating tests/unit_
config.status:1718: creating tests/functiona
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating tests/unit_
config.status:1718: creating tests/unit_
config.status:1718: creating tests/unit_
config.status:1718: creating tests/functiona
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating tests/ext_
config.status:1718: creating scripts/Makefile
config.status:1718: creating scripts/
config.status:1718: creating scripts/
config.status:1718: creating scripts/
config.status:1718: creating circe1/Makefile
config.status:1718: creating circe1/src/Makefile
config.status:1718: creating circe1/
config.status:1718: creating circe1/
config.status:1718: creating circe1/
config.status:1718: creating circe1/
config.status:1718: creating circe1/
config.status:1718: creating circe2/Makefile
config.status:1718: creating circe2/src/Makefile
config.status:1718: creating circe2/
config.status:1718: creating circe2/
config.status:1718: creating circe2/
config.status:1718: creating circe2/
config.status:1718: creating circe2/
config.status:1718: creating circe2/
config.status:1718: creating circe2/
config.status:1718: creating circe2/
config.status:1718: creating circe2/
config.status:1718: creating omega/Makefile
config.status:1718: creating omega/bin/Makefile
config.status:1718: creating omega/lib/Makefile
config.status:1718: creating omega/models/
config.status:1718: creating omega/src/Makefile
config.status:1718: creating omega/share/
config.status:1718: creating omega/share/
config.status:1718: creating omega/extension
config.status:1718: creating omega/extension
config.status:1718: creating omega/extension
config.status:1718: creating omega/extension
config.status:1718: creating omega/tests/
config.status:1718: creating omega/tests/
config.status:1718: creating omega/tests/
config.status:1718: creating omega/tests/
config.status:1718: creating omega/tests/
config.status:1718: creating omega/tests/
config.status:1718: creating omega/tools/
config.status:1718: creating omega/scripts/
config.status:1718: creating omega/scripts/
config.status:1718: creating omega/scripts/
config.status:1718: creating omega/src/config.ml
config.status:1718: creating vamp/Makefile
config.status:1718: creating vamp/src/Makefile
config.status:1718: creating vamp/share/Makefile
config.status:1718: creating vamp/share/
config.status:1718: creating vamp/tests/Makefile
config.status:1921: executing depfiles commands
config.status:1998: cd src && sed -e '/# am--include-
config.status:2003: $? = 0
config.status:1998: cd src/hepmc && sed -e '/# am--include-
config.status:2003: $? = 0
config.status:1998: cd src/lcio && sed -e '/# am--include-
config.status:2003: $? = 0
config.status:1998: cd contrib/mcfio && sed -e '/# am--include-
config.status:2003: $? = 0
config.status:1998: cd contrib/stdhep && sed -e '/# am--include-
config.status:2003: $? = 0
config.status:1998: cd src/lhapdf && sed -e '/# am--include-
config.status:2003: $? = 0
config.status:1998: cd src/xdr && sed -e '/# am--include-
make -C `dirname ../basics/Modules` Modules
make[1]: Entering directory '/home/
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules; do \
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in xdr_wo_stdhep.f90 Module_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
config.status:2003: $? = 0
config.status:1998: cd src/fastjet && sed -e '/# am--include-
config.status:2003: $? = 0
config.status:1998: cd src/pythia8 && sed -e '/# am--include-
for src in whizard_lha.f90 pythia8.f90 whizard_lha_uti.f90 whizard_lha_ut.f90 pythia8_uti.f90 pythia8_ut.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<whizard lha: parameters>>
undefined chunk name: <<pythia8: variables>>
make -C `dirname ../events/Modules` Modules
make[1]: Entering directory '/home/
for src in event_base.f90 event_handles.f90 eio_data.f90 eio_base.f90 eio_direct.f90 eio_checkpoints.f90 eio_callback.f90 eio_weights.f90 eio_dump.f90 hep_common.f90 hepmc_interface.f90 lcio_interface.f90 hep_events.f90 eio_ascii.f90 eio_lhef.f90 eio_stdhep.f90 eio_hepmc.f90 eio_lcio.f90 event_base_sub.f90 eio_data_sub.f90 eio_base_sub.f90 eio_direct_sub.f90 eio_checkpoints
/usr/bin/notangle -R[[$src]] ../../src/
done
make -C `dirname ../utilities/
make[2]: Entering directory '/home/
for src in file_utils.f90 file_registries.f90 string_utils.f90 format_utils.f90 format_defs.f90 numeric_utils.f90 binary_tree.f90 array_list.f90 queue.f90 iterator.f90 file_utils_sub.f90 file_registries
/usr/bin/notangle -R[[$src]] ../../src/
done
make -C `dirname ../testing/Modules` Modules
make[3]: Entering directory '/home/
for src in unit_tests.f90 unit_tests_sub.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules; do \
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in unit_tests.f90 unit_tests_sub.f90 Module_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[3]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../testing/Modules; do \
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in file_utils.f90 file_registries.f90 string_utils.f90 format_utils.f90 format_defs.f90 numeric_utils.f90 binary_tree.f90 array_list.f90 queue.f90 iterator.f90 file_utils_sub.f90 file_registries
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
make -C `dirname ../system/Modules` Modules
make[2]: Entering directory '/home/
for src in system_defs.f90 signal_interface.c sprintf_interface.c diagnostics.f90 os_interface.f90 formats.f90 cputime.f90 os_interface_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Diagnostics: terminal color: TBP>>
undefined chunk name: <<Formats: test types>>
for src in diagnostics_sub.f90 formats_sub.f90 cputime_sub.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in os_interface_
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in os_interface_
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
cp -f os_interface_
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in system_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
make -C `dirname ../parsing/Modules` Modules
make[2]: Entering directory '/home/
for src in ifiles.f90 lexers.f90 syntax_rules.f90 parser.f90 xml.f90 ifiles_sub.f90 lexers_sub.f90 syntax_
/usr/bin/notangle -R[[$src]] ../../src/
done
make -C `dirname ../combinatoric
make[3]: Entering directory '/home/
for src in bytes.f90 hashes.f90 md5.f90 permutations.f90 sorting.f90 solver.f90 md5_uti.f90 md5_ut.f90 sorting_uti.f90 sorting_ut.f90 grids_uti.f90 grids_ut.f90 solver_uti.f90 solver_ut.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in bytes_sub.f90 hashes_sub.f90 md5_sub.f90 permutations_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Permutations: variables>>
for src in grids.f90 grids_sub.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in grids.f90 grids_sub.f90; do \
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
cp -f grids.f90_serial grids.f90
cp -f grids_sub.
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../testing/Modules ../system/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in bytes.f90 hashes.f90 md5.f90 permutations.f90 sorting.f90 solver.f90 grids.f90 bytes_sub.f90 hashes_sub.f90 md5_sub.f90 permutations_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[3]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in ifiles.f90 lexers.f90 syntax_rules.f90 parser.f90 xml.f90 ifiles_sub.f90 lexers_sub.f90 syntax_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
make -C `dirname ../physics/Modules` Modules
make[2]: Entering directory '/home/
for src in physics_defs.f90 c_particles.f90 lorentz.f90 kinematics_vars.f90 phs_points.f90 sm_physics.f90 sm_qcd.f90 sm_qed.f90 shower_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Shower algorithms: public>>
undefined chunk name: <<Shower algorithms: tests>>
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in physics_defs.f90 c_particles.f90 lorentz.f90 kinematics_vars.f90 phs_points.f90 sm_physics.f90 sm_qcd.f90 sm_qed.f90 shower_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
make -C `dirname ../qft/Modules` Modules
make[2]: Entering directory '/home/
for src in model_data.f90 helicities.f90 colors.f90 flavors.f90 quantum_numbers.f90 state_matrices.f90 interactions.f90 evaluators.f90 model_data_sub.f90 helicities_sub.f90 colors_sub.f90 flavors_sub.f90 quantum_
/usr/bin/notangle -R[[$src]] ../../src/
done
make -C `dirname ../expr_
make[3]: Entering directory '/home/
for src in var_base.f90 expr_base.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules; do \
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in var_base.f90 expr_base.f90 Module_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[3]: Leaving directory '/home/
make -C `dirname ../types/Modules` Modules
make[3]: Entering directory '/home/
for src in particle_
/usr/bin/notangle -R[[$src]] ../../src/
done
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in particle_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[3]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in model_data.f90 helicities.f90 colors.f90 flavors.f90 quantum_numbers.f90 state_matrices.f90 interactions.f90 evaluators.f90 model_data_sub.f90 helicities_sub.f90 colors_sub.f90 flavors_sub.f90 quantum_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
make -C `dirname ../particles/
make[2]: Entering directory '/home/
for src in \
su_algebra.f90 bloch_vectors.f90 polarizations.f90 particles.f90 su_algebra_sub.f90 bloch_vectors_
su_algebra_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Polarizations: interfaces>>
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in su_algebra.f90 bloch_vectors.f90 polarizations.f90 particles.f90 su_algebra_sub.f90 bloch_vectors_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
make -C `dirname ../xdr/Modules` Modules
make[2]: Entering directory '/home/
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in event_base.f90 event_handles.f90 eio_data.f90 eio_base.f90 eio_direct.f90 eio_checkpoints.f90 eio_callback.f90 eio_weights.f90 eio_dump.f90 hep_common.f90 hepmc_interface.f90 lcio_interface.f90 hep_events.f90 eio_ascii.f90 eio_lhef.f90 eio_stdhep.f90 eio_hepmc.f90 eio_lcio.f90 event_base_sub.f90 eio_data_sub.f90 eio_base_sub.f90 eio_direct_sub.f90 eio_checkpoints
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../rng/Modules` Modules
make[1]: Entering directory '/home/
for src in rng_base.f90 selectors.f90 rng_tao.f90 rng_stream.f90 dispatch_rng.f90 rng_base_sub.f90 selectors_sub.f90 rng_tao_sub.f90 rng_stream_sub.f90 dispatch_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Dispatch rng: parameters>>
make -C `dirname ../variables/
make[2]: Entering directory '/home/
for src in variables.f90 observables.f90 variables_sub.f90 observables_
/usr/bin/notangle -R[[$src]] ../../src/
done
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in variables.f90 observables.f90 variables_sub.f90 observables_sub.f90 Module_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in rng_base.f90 selectors.f90 rng_tao.f90 rng_stream.f90 dispatch_rng.f90 rng_base_sub.f90 selectors_sub.f90 rng_tao_sub.f90 rng_stream_sub.f90 dispatch_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../events/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done ; \
done
for src in LHAWhizard_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
config.status:2003: $? = 0
config.status:1998: cd src/system && sed -e '/# am--include-
make: Nothing to be done for 'am--depfiles'.
config.status:2003: $? = 0
config.status:1998: cd src/api && sed -e '/# am--include-
for src in api.f90 api_c.f90 api_cc.cc whizard_ut.cc api_uti.f90 api_ut.f90 api_hepmc_uti.f90 api_hepmc_ut.f90 api_lcio_uti.f90 api_lcio_ut.f90 whizard.h whizard_ut.h; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<API: interfaces>>
for src in api_ut_c.c; do \
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
for src in api_ut_c.c; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in api_ut_cc.cc; do \
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
for src in api_ut_cc.cc; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
make -C `dirname ../matrix_
make[1]: Entering directory '/home/
for src in \
process_
prclib_
/usr/bin/notangle -R[[$src]] ../../src/
done
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in process_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../beams/Modules` Modules
make[1]: Entering directory '/home/
for src in beam_structures.f90 beams.f90 sf_mappings.f90 sf_aux.f90 sf_base.f90 sf_isr.f90 sf_epa.f90 sf_ewa.f90 sf_escan.f90 sf_gaussian.f90 sf_beam_events.f90 sf_circe1.f90 sf_circe2.f90 hoppet_
/usr/bin/notangle -R[[$src]] ../../src/
done
make -C `dirname ../qed_pdf/Modules` Modules
make[2]: Entering directory '/home/
for src in electron_pdfs.f90 electron_
/usr/bin/notangle -R[[$src]] ../../src/
done
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in electron_pdfs.f90 electron_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in beam_structures.f90 beams.f90 sf_mappings.f90 sf_aux.f90 sf_base.f90 sf_isr.f90 sf_epa.f90 sf_ewa.f90 sf_escan.f90 sf_gaussian.f90 sf_beam_events.f90 sf_circe1.f90 sf_circe2.f90 hoppet_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../me_methods/
make[1]: Entering directory '/home/
for src in \
prc_core.f90 prc_test_core.f90 prc_template_me.f90 prc_omega.f90 prc_external.f90 prc_threshold.f90 prc_core_sub.f90 prc_test_
prc_template_
/usr/bin/notangle -R[[$src]] ../../src/
done
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in prc_core.f90 prc_test_core.f90 prc_template_me.f90 prc_omega.f90 prc_external.f90 prc_threshold.f90 prc_core_sub.f90 prc_test_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../pythia8/Modules` Modules
make[1]: Entering directory '/home/
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../phase_
make[1]: Entering directory '/home/
for src in \
phs_base.f90 phs_none.f90 phs_single.f90 phs_rambo.f90 resonances.f90 mappings.f90 phs_trees.f90 phs_forests.f90 cascades.f90 cascades2_lexer.f90 cascades2.f90 phs_wood.f90 phs_fks.f90 dispatch_
phs_base_uti.f90 phs_base_ut.f90 phs_none_uti.f90 phs_none_ut.f90 phs_single_uti.f90 phs_single_ut.f90 phs_rambo_uti.f90 phs_rambo_ut.f90 resonances_uti.f90 resonances_ut.f90 phs_trees_uti.f90 phs_trees_ut.f90 phs_forests_uti.f90 phs_forests_ut.f90 cascades_uti.f90 cascades_ut.f90 cascades2_
/usr/bin/notangle -R[[$src]] ../../src/
done
make -C `dirname ../model_
make[2]: Entering directory '/home/
for src in \
/usr/bin/notangle -R[[$src]] ../../src/
done
make -C `dirname ../threshold/
make[3]: Entering directory '/home/
for src in \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Interpolation: public>>
undefined chunk name: <<TTV formfactors: helicity approximation: TBP>>
undefined chunk name: <<TTV formfactors: threshold: TBP>>
undefined chunk name: <<Interpolation: parameters>>
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../testing/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in interpolation.f90 nr_tools.f90 toppik.f toppik_axial.f ttv_formfactors.f90 interpolation_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[3]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in auto_components.f90 radiation_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in phs_base.f90 phs_none.f90 phs_single.f90 phs_rambo.f90 resonances.f90 mappings.f90 phs_trees.f90 phs_forests.f90 cascades.f90 cascades2_lexer.f90 cascades2.f90 phs_wood.f90 phs_fks.f90 dispatch_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../mci/Modules` Modules
make[1]: Entering directory '/home/
for src in mci_base.f90 iterations.f90 integration_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<MCI none: test types>>
for src in mci_base_sub.f90 iterations_sub.f90 integration_
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in mci_vamp2_sub.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<MCI vamp2: mci vamp2 init integration: allocate request>>
for src in mci_vamp2_sub.f90; do \
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
cp -f mci_vamp2_
make -C `dirname ../vegas/Modules` Modules
make[2]: Entering directory '/home/
for src in vegas_uti.f90 vegas_ut.f90 vamp2_uti.f90 vamp2_ut.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in vegas.f90 vamp2.f90 vegas_sub.f90 vamp2_sub.f90; do \
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn NOMPI:/defn/'" ../../src/
done
undefined chunk name: <<Vegas: vegas: type>>
undefined chunk name: <<Vegas: main procedures>>
undefined chunk name: <<VAMP2: vamp2: type>>
for src in vegas.f90 vamp2.f90 vegas_sub.f90 vamp2_sub.f90; do \
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
for src in request_base.f90 request_simple.f90 request_caller.f90 request_state.f90 balancer_base.f90 balancer_simple.f90 balancer_
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
cp -f vegas.f90_serial vegas.f90
cp -f vamp2.f90_serial vamp2.f90
cp -f vegas_sub.
cp -f vamp2_sub.
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done ; \
done
for src in vegas.f90 vamp2.f90 vegas_sub.f90 vamp2_sub.f90 vegas_uti.f90 vegas_ut.f90 vamp2_uti.f90 vamp2_ut.f90 Module_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in mci_base.f90 iterations.f90 integration_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../blha/Modules` Modules
make[1]: Entering directory '/home/
for src in blha_olp_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<BLHA OLP interfaces: blha def: TBP>>
undefined chunk name: <<BLHA config: variables>>
undefined chunk name: <<BLHA config: interfaces>>
for src in blha_olp_
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in blha_config_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<blha master: blha master extend suffixes: variables>>
undefined chunk name: <<blha master: blha master extend suffixes: procedure>>
for src in blha_config_
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
cp -f blha_config_
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in blha_olp_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../gosam/Modules` Modules
make[1]: Entering directory '/home/
for src in prc_gosam.f90 prc_gosam_sub.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Prc gosam: constants>>
undefined chunk name: <<Prc gosam: main parameters>>
undefined chunk name: <<Prc gosam: interfaces>>
make -C `dirname ../fks/Modules` Modules
make[2]: Entering directory '/home/
for src in fks_regions.f90 nlo_data.f90 virtual.f90 real_subtractio
/usr/bin/notangle -R[[$src]] ../../src/
done
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in fks_regions.f90 nlo_data.f90 virtual.f90 real_subtractio
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in prc_gosam.f90 prc_gosam_sub.f90 Module_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../openloops/
make[1]: Entering directory '/home/
for src in prc_openloops_
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in prc_openloops.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Prc openloops: openloops def init: variables>>
undefined chunk name: <<Prc openloops: openloops def init: suffix>>
for src in prc_openloops.f90; do \
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
cp -f prc_openloops.
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in prc_openloops_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../recola/Modules` Modules
make[1]: Entering directory '/home/
for src in recola_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Prc recola: interfaces>>
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done ; \
done
for src in recola_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../muli/Modules` Modules
make[1]: Entering directory '/home/
for src in muli.f90; do \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Muli: variables>>
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../system/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in muli.f90 Module_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../shower/Modules` Modules
make[1]: Entering directory '/home/
for src in pythia6_up.f ktclus.f90 shower_base.f90 shower_partons.f90 shower_core.f90 shower_pythia6.f90 shower_pythia8.f90 shower_base_sub.f90 shower_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Shower core: interfaces>>
undefined chunk name: <<Shower pythia8: variables>>
make -C `dirname ../tauola/Modules` Modules
make[2]: Entering directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in hepev4_aux.f90 tauola_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in pythia6_up.f ktclus.f90 shower_base.f90 shower_partons.f90 shower_core.f90 shower_pythia6.f90 shower_pythia8.f90 shower_base_sub.f90 shower_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../matching/
make[1]: Entering directory '/home/
for src in \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<POWHEG matching: test declarations>>
undefined chunk name: <<POWHEG matching: tests>>
undefined chunk name: <<POWHEG matching: execute tests>>
for src in matching_
done
for src in powheg_
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in powheg_
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
cp -f powheg_
make -C `dirname ../process_
make[2]: Entering directory '/home/
for src in \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<PCM base: parameters>>
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in subevt_expr.f90 parton_states.f90 pcm_base.f90 pcm.f90 process_counter.f90 process_config.f90 process_mci.f90 process.f90 kinematics.f90 instances.f90 process_stacks.f90 subevt_expr_sub.f90 parton_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[2]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in matching_base.f90 mlm_matching.f90 ckkw_matching.f90 powheg_matching.f90 matching_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../transforms/
make[1]: Entering directory '/home/
for src in \
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Recoil kinematics: parameters>>
undefined chunk name: <<Recoil kinematics: types>>
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in event_transform
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
make -C `dirname ../whizard-
make[1]: Entering directory '/home/
for src in user_files.f90 rt_data.f90 dispatch_
/usr/bin/notangle -R[[$src]] ../../src/
done
undefined chunk name: <<Restricted subprocesses: interfaces>>
undefined chunk name: <<Restricted subprocesses: test auxiliary types>>
for src in user_files_sub.f90 rt_data_sub.f90 dispatch_
/usr/bin/notangle -R[[$src]] ../../src/
done
for src in integrations_
/usr/bin/notangle -R[[$src]] -filter "sed 's/defn MPI:/defn/'" ../../src/
done
for src in integrations_
/usr/bin/notangle -R[[$src]] ../../src/
done
cp -f simulations.
cp -f integrations_
cp -f simulations_
cp -f commands_
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in user_files.f90 rt_data.f90 dispatch_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
diff: Modules: No such file or directory
Modules updated
make[1]: Leaving directory '/home/
echo 's/, *only:.*//' >> Module_
echo 's/, *&//' >> Module_
echo 's/, *.*=>.*//' >> Module_
echo 's/$/.lo/' >> Module_
for list in ../basics/Modules ../utilities/
dir="`dirname $list`"; \
for mod in `cat $list`; do \
echo 's!: '$mod'.lo$!': $dir/$mod'.lo!' >> Module_
done \
done
for src in api.f90 api_c.f90 api_cc.cc api_uti.f90 api_ut.f90 api_hepmc_uti.f90 api_hepmc_ut.f90 api_lcio_uti.f90 api_lcio_ut.f90 Module_
module="`basename $src | sed 's/\.f[
grep '^ *use ' $src \
| grep -v '!NODEP!' \
| sed -e 's/^ *use */'$module'.lo: /' \
-f Module_
done > Makefile.depend
config.status:2003: $? = 0
config.status:1998: cd tests/functiona
config.status:2003: $? = 0
config.status:1998: cd circe1/minuit && sed -e '/# am--include-
config.status:2003: $? = 0
config.status:1921: executing libtool commands
configure:42338: WARNING: unrecognized options: --enable-prefix
## ---------------- ##
## Cache variables. ##
## ---------------- ##
_cv_gnu_
ac_cv_build=
ac_cv_c_
ac_cv_cxx_
ac_cv_cxxlibs=' -L/home/
ac_cv_env_CCC_set=
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_LIBS_set=
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_f77_
ac_cv_fc_
ac_cv_fc_libs=' -L/home/
ac_cv_fc_
ac_cv_func_
ac_cv_func_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_header_
ac_cv_host=
ac_cv_lib_
ac_cv_lib_
ac_cv_objext=o
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_path_
ac_cv_prog_
ac_cv_prog_AWK=gawk
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_
ac_cv_prog_cxx_v=-v
ac_cv_prog_
ac_cv_prog_fc_g=yes
ac_cv_prog_
ac_cv_prog_fc_v=-v
ac_cv_prog_
ac_cv_search_
am_cv_CC_
am_cv_CXX_
am_cv_make_
am_cv_prog_
lt_cv_ar_at_file=@
lt_cv_archive_
lt_cv_deplibs_
lt_cv_dlopen=dlopen
lt_cv_dlopen_
lt_cv_dlopen_
lt_cv_dlopen_
lt_cv_file_
lt_cv_file_
lt_cv_ld_
lt_cv_nm_
lt_cv_objdir=.libs
lt_cv_path_
lt_cv_path_
lt_cv_path_
lt_cv_path_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_prog_
lt_cv_sharedlib
lt_cv_shlibpath
lt_cv_sys_
lt_cv_sys_
lt_cv_sys_
lt_cv_sys_
lt_cv_sys_
lt_cv_sys_
lt_cv_to_
lt_cv_to_
lt_cv_truncate_
pkg_cv_
pkg_cv_
wo_cv_distribut
wo_cv_event_
wo_cv_event_
wo_cv_event_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_envvar=yes
wo_cv_fc_flush=yes
wo_cv_fc_
wo_cv_fc_impure=no
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_openmp=yes
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_prof=no
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fc_
wo_cv_fcflags_
wo_cv_lhapdf_
wo_cv_lhapdf_
wo_cv_optimizat
wo_cv_prog_
wo_cv_prog_
wo_cv_pythia6=yes
wo_epspdf_
wo_epstopdf_
wo_mpost_
wo_ocaml_
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} '\''/home/
ACROREAD='false'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_
AM_DEFAULT_
AM_V='$(V)'
AR='/home/
AUTOCONF='${SHELL} '\''/home/
AUTOHEADER=
AUTOMAKE='${SHELL} '\''/home/
AWK='gawk'
BINDIR=
BUILDDIR=
CC='/home/
CCDEPMODE=
CC_HAS_
CC_IS_GNU='.true.'
CFLAGS=
CFLAGS_PIC=''
CONTEXT='context'
CONTEXT_
CONTEXT_
CPIF='/
CPPFLAGS='-DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/mohamed/
CSCOPE='cscope'
CSRUTIL=''
CTAGS='ctags'
CXX='/home/
CXXCPP=
CXXDEPMODE=
CXXFLAGS=
CXXLIBS=' -L/home/
CYGPATH_W='echo'
DEFAULT_
DEFS='-
DEPDIR='.deps'
DEVELOPER_DIR=''
DISTRIBUTION_
DISTRIBUTION_
DLLTOOL='false'
DL_AVAILABLE_
DL_AVAILABLE_
DOT='/home/
DOTINTEGERVERSI
DOTVERSION=''
DOT_AVAILABLE_
DOT_AVAILABLE_
DSYMUTIL=''
DUMPBIN=''
DVIPS='dvips'
DVIPS_AVAILABLE
DVIPS_AVAILABLE
DYLD_FLAGS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='
EPSPDF='epspdf'
EPSPDFINTEGERVE
EPSPDFVERSION=
EPSPDF_
EPSPDF_043_TRUE=''
EPSPDF_
EPSPDF_
EPSTOPDF='epstopdf'
EPSTOPDFVERSION
EPSTOPDF_
EPSTOPDF_
EPSTOPDF_BUGGY='no'
ETAGS='etags'
EVENT_ANALYSIS=
EVENT_ANALYSIS_
EVENT_ANALYSIS_
EVENT_ANALYSIS_
EVENT_ANALYSIS_
EXEEXT=''
F77='gfortran'
FASTJET_
FASTJET_
FASTJET_
FASTJET_CXXFLAGS=''
FASTJET_LIBS=''
FASTJET_VERSION=''
FC='gfortran'
FCFLAGS='-g -O2'
FCFLAGS_MPI=''
FCFLAGS_OPENMP=''
FCFLAGS_PIC=' -fPIC'
FCFLAGS_
FCFLAGS_f90=''
FCLIBS=' -L/home/
FCMOD='mod'
FC_DEBUG_
FC_EXT_FALSE=''
FC_EXT_TRUE='#'
FC_ID_STRING='GNU Fortran (conda-forge gcc 12.4.0-0) 12.4.0'
FC_IMPURE_FALSE=''
FC_IMPURE_TRUE='#'
FC_IS_GFORTRAN_
FC_IS_GFORTRAN_
FC_IS_GFORTRAN_
FC_IS_IFORT2101
FC_IS_IFORT_
FC_IS_NAG=''
FC_IS_NAG_FALSE=''
FC_IS_NAG_TRUE='#'
FC_MAJOR_
FC_MODULE_
FC_OPENMP_
FC_OPENMP_HEADER=''
FC_OPENMP_OFF=''
FC_OPENMP_ON='!'
FC_PRECISION=
FC_PREC_FALSE=''
FC_PREC_TRUE='#'
FC_QUAD_FALSE=''
FC_QUAD_TRUE='#'
FC_SRC_EXT='f90'
FC_SUBMODULES_
FC_SUBMODULES_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_SUPPORTS_
FC_USE_MPI_FALSE=''
FC_USE_MPI_TRUE='#'
FC_USE_
FC_USE_
FC_USE_
FC_USE_
FC_VENDOR=
FC_VERSION='12.4.0'
FFLAGS=
FGREP='
FMODDIR=
FORM_DIR=''
GHOSTVIEW='false'
GOLEM_DIR=''
GOSAM_AVAILABLE
GOSAM_AVAILABLE
GOSAM_AVAILABLE
GOSAM_DIR=''
GOSAM_VERSION=''
GREP='/
GZIP='gzip'
GZIP_AVAILABLE_
GZIP_AVAILABLE_
HACHA=''
HDF5_AVAILABLE_
HDF5_AVAILABLE_
HDF5_AVAILABLE_
HDF5_CFLAGS=''
HDF5_CPPFLAGS=''
HDF5_CXXLIBS=''
HDF5_DIR=''
HDF5_FLIBS=''
HDF5_LIBS=''
HDF5_PREFIX=''
HDF5_VERSION=''
HEPMC2_
HEPMC2_
HEPMC2_
HEPMC3_
HEPMC3_
HEPMC3_
HEPMC3_
HEPMC3_
HEPMC_AVAILABLE
HEPMC_AVAILABLE
HEPMC_AVAILABLE
HEPMC_INCLUDES=''
HEPMC_IS_
HEPMC_IS_
HEPMC_VERSION=''
HEVEA=''
HEVEA_AVAILABLE
HEVEA_AVAILABLE
HOPPET_
HOPPET_
HOPPET_
HOPPET_CONFIG=''
HOPPET_INCLUDES=''
HOPPET_VERSION=''
IMAGEN=''
INCLUDEDIR=
INSTALL_
INSTALL_
INSTALL_
INSTALL_
IS_IFORT_
IS_IFORT_
LABLGTKDIR=
LATEX='latex'
LATEX_AVAILABLE
LATEX_AVAILABLE
LCIO_AVAILABLE_
LCIO_AVAILABLE_
LCIO_AVAILABLE_
LCIO_INCLUDES=''
LCIO_VERSION=''
LD='/home/
LDFLAGS='-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-
LDFLAGS_HEPMC=''
LDFLAGS_HOPPET=''
LDFLAGS_LCIO=''
LDFLAGS_LHAPDF=''
LDFLAGS_
LDFLAGS_
LDFLAGS_RECOLA=''
LDFLAGS_STATIC=''
LHAPDF5_
LHAPDF5_
LHAPDF5_
LHAPDF5_
LHAPDF5_
LHAPDF6_
LHAPDF6_
LHAPDF6_
LHAPDF=
LHAPDF_
LHAPDF_CXXFLAGS=''
LHAPDF_
LHAPDF_LIBS=''
LHAPDF_
LHAPDF_
LHAPDF_ROOT=''
LIBDIR=
LIBOBJS=''
LIBRARY_
LIBS='-ldl -ldl '
LIBTOOL='$(SHELL) $(top_builddir)
LIPO=''
LN_S='ln -s'
LOOPTOOLS=''
LOOPTOOLS_
LOOPTOOLS_
LOOPTOOLS_
LOOPTOOLS_DIR=''
LOOPTOOLS_
LOOPTOOLS_LIB=''
LOWERCASE=
LTLIBOBJS=''
LT_SYS_
M4='/usr/bin/m4'
M4_AVAILABLE_
M4_AVAILABLE_
MAKEINDEX=
MAKEINDEX_
MAKEINDEX_
MAKEINFO='${SHELL} '\''/home/
MANIFEST_TOOL=':'
MKDIR_P=
MPICHVERSION=''
MPIIFORT=''
MPI_AVAILABLE='no'
MPI_LIBRARY=''
MPI_VERSION=''
MPOST='mpost'
MPOSTFLAG=
MPOSTINTEGERVER
MPOSTVERSION='2.01'
MPOST_AVAILABLE
MPOST_AVAILABLE
MPOST_AVAILABLE
NINJA_DIR=''
NM='/home/
NMEDIT=''
NOTANGLE=
NOWEAVE=
NOWEB_AVAILABLE
NOWEB_AVAILABLE
OBJDUMP=
OBJEXT='o'
OBJ_EXT='o'
OCAML='
OCAMLBEST='opt'
OCAMLBUILD='no'
OCAMLC=
OCAMLCDOTOPT=
OCAMLCP=
OCAMLDEFUN='no'
OCAMLDEP=
OCAMLDEP_
OCAMLDEP_
OCAMLDOC=
OCAMLDOT='no'
OCAMLDOT_
OCAMLDOT_
OCAMLFLAGS=''
OCAMLINTEGERVER
OCAMLLEX=
OCAMLLEXDOTOPT=
OCAMLLIB=
OCAMLMKLIB=
OCAMLMKTOP=
OCAMLOPT=
OCAMLOPTDOTOPT=
OCAMLVERSION=
OCAMLWEB='no'
OCAMLWEBVERSION=''
OCAMLWEB_
OCAMLWEB_
OCAMLYACC=
OCAML_AVAILABLE
OCAML_AVAILABLE
OMEGA_DEFAULT_
OMPI_INFO=''
OPENLOOPS_
OPENLOOPS_
OPENLOOPS_
OPENLOOPS_DIR=''
OPENLOOPS_
OPENLOOPS_
OPENMP_
OPTIMIZATION_
OPTIMIZATION_
OS_IS_DARWIN=
OTOOL64=''
OTOOL=''
PACKAGE='whizard'
PACKAGE_
PACKAGE_DATE='Nov 08 2023'
PACKAGE_
PACKAGE_
PACKAGE_
PACKAGE_
PACKAGE_URL=''
PACKAGE_
PATH_SEPARATOR=':'
PDFLATEX='pdflatex'
PDFLATEX_
PDFLATEX_
PKGDATADIR=
PKGLIBDIR=
PKGTEXDIR=
PKG_CONFIG=
PKG_CONFIG_
PKG_CONFIG_PATH=''
PS2PDF='ps2pdf14'
PS2PDF_
PS2PDF_
PYTHIA6_
PYTHIA6_
PYTHIA6_
PYTHIA6_
PYTHIA6_
PYTHIA6_
PYTHIA8_
PYTHIA8_
PYTHIA8_
PYTHIA8_CXXFLAGS=''
PYTHIA8_LIBS=''
PYTHIA8_VERSION=''
PYTHON=
PYTHON_API='yes'
PYTHON_
PYTHON_
PYTHON_
PYTHON_
PYTHON_
PYTHON_
PYTHON_
PYTHON_
PYTHON_
PYTHON_
PYTHON_
PYTHON_
PYTHON_LINK_TRUE=''
PYTHON_
PYTHON_VERSION=''
QGRAF_DIR=''
RANLIB=
RECOLA=''
RECOLA_
RECOLA_
RECOLA_
RECOLA_DIR=''
RECOLA_INCLUDES=''
RECOLA_LIB=''
RECOLA_VERSION=''
ROOTAUXCFLAGS=
ROOTAUXLIBS=
ROOTCFLAGS=
ROOTCINT=
ROOTCONF=
ROOTEXEC=
ROOTGLIBS='-lGui -lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lMultiProc -lROOTDataFrame'
ROOTINCDIR=
ROOTLIBDIR=
ROOTLIBS='-lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lMultiProc -lROOTDataFrame'
ROOTRPATH=
RPC_CFLAGS=
RTLD_GLOBAL_
RTLD_LAZY_VALUE='1'
RTLD_LOCAL_
RTLD_NOW_VALUE='2'
SAMURAI_DIR=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SHRLIB_EXT='so'
SIP_ACTIVE=''
SRCDIR=
STATIC_
STATIC_
STRIP='
TIRPC_CFLAGS=
TIRPC_LIBS=
TR='/usr/bin/tr'
UPPERCASE=
VERSION='3.1.4'
XCODE_SELECT=''
XCODE_VERSION=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_
am__fastdepCC_
am__fastdepCXX_
am__fastdepCXX_
am__include=
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar=
am__untar=
bindir=
build='
build_alias=
build_cpu='x86_64'
build_os=
build_vendor=
cython3_exe='no'
cython_exe='no'
datadir=
datarootdir=
docdir=
dvidir='${docdir}'
exec_prefix=
fjconfig=''
fmoddir=
form_exe=''
golem_lib=''
golem_lib_DIR=''
golem_lib_LIB=''
gosam_exe=''
hepmcconfig='no'
host='x86_
host_alias=
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='conda'
htmldir='${docdir}'
ifGNUmake=''
includedir=
infodir=
install_
libdir=
libexecdir=
localedir=
localstatedir=
mandir=
mkdir_p=
ninja_lib=''
ninja_lib_DIR=''
ninja_lib_LIB=''
oldincludedir=
openloops_lib=''
openloops_
openloops_
pdfdir='${docdir}'
prefix='/usr/local'
program_
psdir='${docdir}'
pyconfig=''
qgraf_exe=''
runstatedir=
samurai_lib=''
samurai_lib_DIR=''
samurai_lib_LIB=''
sbindir=
sharedstatedir=
sysconfdir=
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "WHIZARD"
#define PACKAGE_TARNAME "whizard"
#define PACKAGE_VERSION "3.1.4"
#define PACKAGE_STRING "WHIZARD 3.1.4"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "whizard"
#define VERSION "3.1.4"
#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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_QUADMATH_H 1
#define HAVE_DLFCN_H 1
#define HAVE_PYTHON "3.12"
#define HAVE_ROOT /**/
#define HAVE_LIBDL 1
configure: exit 0
Revision history for this message
![]() |
#7 |
This looks more or less fine. I've personally never used Anaconda. What I recognize is, that your gcc/gfortran/g++ together with Root comes from Anaconda, while your OCaml is the native Ubuntu. This could maybe cause a problem. But could you do in your build directory in circe2/src execute 'make V=1' and post the output, please?
I also observe that your call does of ocamlc and ocamlopt does not contain the -safe-string option, but that doesn't seem to be a problem. Could it be that you have a system variable/shell variable DBG exported? Does echo $DBG give anything?
Revision history for this message
![]() |
#8 |
Dear Juergen,
Thank you, the problem with ./configure was resolved by deactivate anaconda
but I still have a question within ./configure within external packages, I have run
./configure --with-
But it seems that the script disabled those packages and printed 'no' for all except HEPMC.
-------
--- External packages ---
-------
HepMC (event format): yes, v3.03.00
HDF5 (binary format): no
LCIO (event format) : no
LHAPDF (PDF sets) : no
HOPPET (PDF match.) : no
FastJet (clustering): no
PYTHIA8 (QCD) : no
GoSam (OLP) : no
OpenLoops (OLP) : no
RECOLA (OLP) : no
LoopTools : no
Revision history for this message
![]() |
#9 |
Hi Mohamed,
these are now quite different questions for which it is normally better to open a separate question. Many of these items how to enable/link external packages are explained in great detail in the manual,
In your configure above LHAPDF (still with anaconda) was already correctly linked, however, note that Whizard expects the two PDF sets cteq6l1 and CT10 to be installed as they are needed for the functional test suite to assure that everything works fine. For LoopTools there is at the moment no functionality in the official Whizard version. For the three OLPs (one-loop providers) GoSam, Recola and OpenLoops, GoSam is at the moment not fully supported in the official Whizard version. For OpenLoops and Recola, please make sure that the shared library directories are included in your LD_LIBRARY_PATH environment variable. The same holds for Pythia8 and Fastjet. For Recola, note that you would need the recola-collier combined package and best to use version 1.4.3. Hoppet and Recola need to be compiled with the same Fortran compiler as the main Whizard.
Cheers,
JRR
Revision history for this message
![]() |
#10 |
thank you dear Juergen,
this problem of ./configure is now solved
best regards, MO