(for PR #29582)

2026-03-25 13:14.40: New job: test testu01.1.2.3-0.1 with ocaml-compiler.5.4.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
                              on debian-13-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29582/head" && git reset --hard fa5fb3a6
git fetch origin master
git merge --no-edit 2f93e9d4614d6376ed929fc2cee7c59cb9d5833b
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn ocaml-compiler.5.4.0 5.4.0
RUN opam reinstall --update-invariant ocaml-compiler.5.4.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocaml-compiler.5.4.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall testu01.1.2.3-0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'testu01.1.2.3-0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test testu01.1.2.3-0.1) || true
RUN opam reinstall --with-test --verbose testu01.1.2.3-0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'testu01.1.2.3-0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-03-25 13:14.40: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6-ocaml-compiler.5.4.0-testu01.1.2.3-0.1-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 13:14.40: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0 5.4.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-compiler.5.4.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocaml-compiler.5.4.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall testu01.1.2.3-0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'testu01.1.2.3-0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test testu01.1.2.3-0.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose testu01.1.2.3-0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'testu01.1.2.3-0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-25 13:14.40: Waiting for resource in pool OCluster
2026-03-25 18:10.27: Waiting for worker…
2026-03-25 18:13.30: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 2f93e9d461 Merge pull request #29592 from dinosaure/release-miou-v0.5.5
Merge made by the 'ort' strategy.
 packages/ocaml-compiler/ocaml-compiler.5.3.0/opam      |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.3/opam        |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.0/opam      |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam    |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam     |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam     |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam  |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.1/opam      |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4/opam        |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam    |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.5/opam        |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.6/opam        |  5 ++++-
 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam    | 18 ++++++++++++++++++
 .../ocaml-options-vanilla/ocaml-options-vanilla.1/opam |  1 +
 packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam |  2 ++
 15 files changed, 69 insertions(+), 12 deletions(-)
 create mode 100644 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
2026-03-25 18:37.32 ---> using "41eea30e3f639c18d8cf57c309ec76919ec7b2398036f7e41744cbce59a133d3" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-25 18:37.32 ---> using "4ad7f430d684c40cedc651267e0edf890c044fe4e624255de377c471b4526bac" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-25 18:37.32 ---> using "71fa58e52457bf6a7eac317c6a6ef1e2bdf53e533a1e4fd04b90c9349347e038" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-03-25 18:37.32 ---> using "ed86081cb38ca125a920162bfe6a4bb7b1c27c6973c917551687c83cf44dbfdf" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-25 18:37.32 ---> using "04a48515eea40c32b96da0c71328b4bba0edb66eed83d4f78554b39097cf1f25" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 18:37.32 ---> using "034191995d824300f355cbba1072d6e5fe6d815701f24eb84d82c75009d73829" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 18:37.32 ---> using "8232259ea36ea8848dc29ae49703acf145fd27b40f3ebd8fb785db7f8da1b9d4" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]
- Fetched 10.0 MB in 1s (10.9 MB/s)
- Reading package lists...
- 
2026-03-25 18:37.32 ---> using "a75782a571df4fc8f8933e94c681af881015ee87cdd4c652f8ae9af1d8cfad37" from cache

/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0 5.4.0"))
ocaml-compiler is now pinned to version 5.4.0
2026-03-25 18:37.32 ---> using "60e129f7398974b5fa5afc8f56ec09bd24a9182f5e9834464bfc959db1aa6b14" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall --update-invariant ocaml-compiler.5.4.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ocaml-compiler.5.4.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 8 packages
  - recompile base-domains        base           [uses ocaml]
  - recompile base-effects        base           [uses ocaml]
  - recompile base-nnp            base           [uses base-domains]
  - recompile ocaml               5.4.0          [uses ocaml-base-compiler]
  - recompile ocaml-base-compiler 5.4.0 (pinned) [uses ocaml-compiler]
  - recompile ocaml-compiler      5.4.0 (pinned)
  - recompile ocaml-config        3              [uses ocaml-base-compiler]
  - recompile opam-depext         1.2.3          [uses ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0  (cached)
-> retrieved ocaml-config.3  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.4.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.4.0
-> removed   ocaml-compiler.5.4.0
-> installed ocaml-compiler.5.4.0
-> installed ocaml-base-compiler.5.4.0
-> installed ocaml-config.3
-> installed ocaml.5.4.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-03-25 18:37.32 ---> using "efbc92fc0c607605c8bb33f9e4c8fe340a48c67e14d2f61592db8a4edc5c0b15" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall testu01.1.2.3-0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'testu01.1.2.3-0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
testu01.1.2.3-0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
  - install base-bytes      base         [required by md2mld]
  - install dune            3.22.0       [required by testu01]
  - install dune-build-info 3.22.0       [required by omd]
  - install md2mld          0.7.0        [required by testu01]
  - install ocamlbuild      0.16.1       [required by uucp]
  - install ocamlfind       1.9.8        [required by base-bytes]
  - install omd             2.0.0~alpha4 [required by md2mld]
  - install testu01         1.2.3-0.1
  - install topkg           1.1.1        [required by uucp]
  - install uucp            17.0.0       [required by omd]
  - install uunf            17.0.0       [required by omd]
  - install uutf            1.0.4        [required by omd]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0, dune-build-info.3.22.0  (cached)
-> retrieved md2mld.0.7.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved omd.2.0.0~alpha4  (cached)
-> retrieved testu01.1.2.3-0.1  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved uunf.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed uunf.17.0.0
-> installed dune.3.22.0
-> installed dune-build-info.3.22.0
-> installed uucp.17.0.0
-> installed omd.2.0.0~alpha4
-> installed md2mld.0.7.0
-> installed testu01.1.2.3-0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 18:39.28 ---> saved as "214d3d8ace23ae67035a8e2605e57296065864c8421084f4de760e037d229c6a"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test testu01.1.2.3-0.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile testu01 1.2.3-0.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved testu01.1.2.3-0.1  (https://opam.ocaml.org/cache)
-> removed   testu01.1.2.3-0.1
-> installed testu01.1.2.3-0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 18:40.45 ---> saved as "514e2b6f6198937c629da123e55764f1e069b0bf4c1832b32bfb8d25414f901c"

/home/opam: (run (shell  "opam reinstall --with-test --verbose testu01.1.2.3-0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'testu01.1.2.3-0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile testu01 1.2.3-0.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [testu01.1.2.3-0.1: extract]
-> retrieved testu01.1.2.3-0.1  (cached)
Processing  2/4: [testu01: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "testu01" "-j" "255" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1)
- (cd _build/default/vendor && /usr/bin/sh -c 'unzip *.zip')
- Archive:  TestU01.zip
-    creating: TestU01/mylib/
-   inflating: TestU01/mylib/guidemylib.bbl  
-   inflating: TestU01/mylib/tcode.c   
-   inflating: TestU01/mylib/tcode.tex  
-   inflating: TestU01/mylib/titre.tex  
-   inflating: TestU01/mylib/bitset.tex  
-   inflating: TestU01/mylib/chrono.tex  
-   inflating: TestU01/mylib/util.tex  
-   inflating: TestU01/mylib/guidemylib.pdf  
-   inflating: TestU01/mylib/guidemylib.tex  
-   inflating: TestU01/mylib/mystr.c   
-   inflating: TestU01/mylib/num.h     
-   inflating: TestU01/mylib/annexea.tex  
-   inflating: TestU01/mylib/num2.tex  
-   inflating: TestU01/mylib/tables.tex  
-   inflating: TestU01/mylib/num.tex   
-   inflating: TestU01/mylib/Makefile.in  
-   inflating: TestU01/mylib/gdef.tex  
-   inflating: TestU01/mylib/chrono.c  
-   inflating: TestU01/mylib/Makefile.am  
-   inflating: TestU01/mylib/tables.c  
-   inflating: TestU01/mylib/num2.c    
-   inflating: TestU01/mylib/util.c    
-   inflating: TestU01/mylib/gdef.c    
-   inflating: TestU01/mylib/mystr.tex  
-   inflating: TestU01/mylib/num.c     
-   inflating: TestU01/mylib/addstr.c  
-   inflating: TestU01/mylib/bitset.c  
-   inflating: TestU01/mylib/addstr.tex  
-   inflating: TestU01/README          
-   inflating: TestU01/config.sub      
-   inflating: TestU01/configure.ac    
-   inflating: TestU01/install-sh      
-    creating: TestU01/param/
-   inflating: TestU01/param/CombCubLCG.par  
-   inflating: TestU01/param/InvExpl.par  
-   inflating: TestU01/param/Cubic1.par  
-   inflating: TestU01/param/LFSR2.par  
-   inflating: TestU01/param/InvImpl2a.par  
-   inflating: TestU01/param/Makefile.in  
-   inflating: TestU01/param/CombWH2.par  
-   inflating: TestU01/param/Makefile.am  
-   inflating: TestU01/param/LCGBad2.par  
-   inflating: TestU01/param/CombL2.par  
-   inflating: TestU01/param/LCGGood.par  
-   inflating: TestU01/param/LCGPow2.par  
-   inflating: TestU01/param/LCGGranger.par  
-   inflating: TestU01/param/InvExpl2b.par  
-   inflating: TestU01/param/CombCubic2.par  
-   inflating: TestU01/param/TausLCG2.par  
-   inflating: TestU01/param/MRG3.par  
-   inflating: TestU01/param/MRG2.par  
-   inflating: TestU01/param/LCGWu2.par  
-   inflating: TestU01/param/LFSR3.par  
-   inflating: TestU01/param/LFSR1.par  
-   inflating: TestU01/param/InvImpl2b.par  
-   inflating: TestU01/param/InvImpl.par  
-   inflating: TestU01/param/InvExpl2a.par  
-   inflating: TestU01/Makefile.in     
-    creating: TestU01/doc/
-   inflating: TestU01/doc/Makefile.in  
-  extracting: TestU01/doc/Makefile.am  
-   inflating: TestU01/doc/myarticle.sty  
-   inflating: TestU01/doc/lmac.tex    
-  extracting: TestU01/INSTALL         
-   inflating: TestU01/Makefile.am     
-   inflating: TestU01/missing         
-   inflating: TestU01/mkinstalldirs   
-   inflating: TestU01/ltmain.sh       
-   inflating: TestU01/config.guess    
-  extracting: TestU01/AUTHORS         
-    creating: TestU01/testu01/
-   inflating: TestU01/testu01/uquad.tex  
-   inflating: TestU01/testu01/ugranger.tex  
-   inflating: TestU01/testu01/uinv.tex  
-   inflating: TestU01/testu01/TestU01.h  
-   inflating: TestU01/testu01/fspectral.c  
-   inflating: TestU01/testu01/snpair.tex  
-   inflating: TestU01/testu01/ubrent.c  
-   inflating: TestU01/testu01/usoft.tex  
-   inflating: TestU01/testu01/unumrec.tex  
-   inflating: TestU01/testu01/fftc.c  
-   inflating: TestU01/testu01/guidetestu01.ind  
-   inflating: TestU01/testu01/sentrop.tex  
-   inflating: TestU01/testu01/ulcg.c  
-   inflating: TestU01/testu01/fknuth.c  
-   inflating: TestU01/testu01/fintro.tex  
-   inflating: TestU01/testu01/sknuth.tex  
-   inflating: TestU01/testu01/smultin.c  
-   inflating: TestU01/testu01/utezuka.tex  
-   inflating: TestU01/testu01/svaria.c  
-   inflating: TestU01/testu01/fvaria.c  
-   inflating: TestU01/testu01/sintro.tex  
-   inflating: TestU01/testu01/ffsr.c  
-   inflating: TestU01/testu01/sspacings.tex  
-   inflating: TestU01/testu01/unumrec.c  
-   inflating: TestU01/testu01/uvaria.tex  
-   inflating: TestU01/testu01/smarsa.tex  
-   inflating: TestU01/testu01/smultin.tex  
-   inflating: TestU01/testu01/rijndael-alg-fst.tex  
-   inflating: TestU01/testu01/udeng.c  
-   inflating: TestU01/testu01/fstring.tex  
-   inflating: TestU01/testu01/ftab.tex  
-   inflating: TestU01/testu01/udeng.tex  
-   inflating: TestU01/testu01/fvaria.tex  
-   inflating: TestU01/testu01/scatter.tex  
-   inflating: TestU01/testu01/fwalk.tex  
-   inflating: TestU01/testu01/ucrypto.tex  
-   inflating: TestU01/testu01/ffam.c  
-   inflating: TestU01/testu01/fcho.c  
-   inflating: TestU01/testu01/fwalk.c  
-   inflating: TestU01/testu01/Makefile.in  
-   inflating: TestU01/testu01/ucrypto.c  
-   inflating: TestU01/testu01/uxorshift.c  
-   inflating: TestU01/testu01/ucarry.tex  
-   inflating: TestU01/testu01/utaus.c  
-   inflating: TestU01/testu01/title.tex  
-   inflating: TestU01/testu01/vectorsF2.c  
-   inflating: TestU01/testu01/ffsr.tex  
-   inflating: TestU01/testu01/sres.tex  
-   inflating: TestU01/testu01/swrite.tex  
-   inflating: TestU01/testu01/fknuth.tex  
-   inflating: TestU01/testu01/umrg.c  
-   inflating: TestU01/testu01/uweyl.tex  
-   inflating: TestU01/testu01/uxorshift.tex  
-   inflating: TestU01/testu01/utouzin.tex  
-   inflating: TestU01/testu01/fmarsa.tex  
-   inflating: TestU01/testu01/Makefile.am  
-   inflating: TestU01/testu01/sspacings.c  
-   inflating: TestU01/testu01/uquad.c  
-   inflating: TestU01/testu01/guideshorttestu01.pdf  
-   inflating: TestU01/testu01/utaus.tex  
-   inflating: TestU01/testu01/unif01.c  
-   inflating: TestU01/testu01/fcho.tex  
-   inflating: TestU01/testu01/sstring.c  
-   inflating: TestU01/testu01/guidetestu01.bbl  
-   inflating: TestU01/testu01/sspectral.c  
-   inflating: TestU01/testu01/ucarry.c  
-   inflating: TestU01/testu01/guidetestu01.tex  
-   inflating: TestU01/testu01/snpair.c  
-   inflating: TestU01/testu01/smarsa.c  
-   inflating: TestU01/testu01/sresshort.tex  
-   inflating: TestU01/testu01/tu01_sha1.tex  
-   inflating: TestU01/testu01/uinv.c  
-   inflating: TestU01/testu01/rijndael-alg-fst.c  
-   inflating: TestU01/testu01/sspectral.tex  
-   inflating: TestU01/testu01/tu01_sha1.c  
-   inflating: TestU01/testu01/fstring.c  
-   inflating: TestU01/testu01/ucubic.c  
-   inflating: TestU01/testu01/umarsa.c  
-   inflating: TestU01/testu01/ugranger.c  
-   inflating: TestU01/testu01/fmarsa.c  
-   inflating: TestU01/testu01/bintro.tex  
-   inflating: TestU01/testu01/scatfig.tex  
-   inflating: TestU01/testu01/fnpair.c  
-   inflating: TestU01/testu01/fresshort.tex  
-   inflating: TestU01/testu01/umarsa.tex  
-   inflating: TestU01/testu01/vectorsF2.tex  
-   inflating: TestU01/testu01/uwu.tex  
-   inflating: TestU01/testu01/ugfsr.tex  
-   inflating: TestU01/testu01/ufile.tex  
-   inflating: TestU01/testu01/uknuth.tex  
-   inflating: TestU01/testu01/unif01.tex  
-   inflating: TestU01/testu01/ucubic.tex  
-   inflating: TestU01/testu01/sentrop.c  
-   inflating: TestU01/testu01/utezuka.c  
-   inflating: TestU01/testu01/fmultin.c  
-   inflating: TestU01/testu01/ufile.c  
-   inflating: TestU01/testu01/ffam.tex  
-   inflating: TestU01/testu01/fmultin.tex  
-   inflating: TestU01/testu01/scomp.c  
-   inflating: TestU01/testu01/umrg.tex  
-   inflating: TestU01/testu01/bbattery.tex  
-   inflating: TestU01/testu01/usoft.c  
-   inflating: TestU01/testu01/uweyl.c  
-   inflating: TestU01/testu01/svaria.tex  
-   inflating: TestU01/testu01/uvaria.c  
-   inflating: TestU01/testu01/uknuth.c  
-   inflating: TestU01/testu01/sknuth.c  
-   inflating: TestU01/testu01/uwu.c   
-   inflating: TestU01/testu01/swrite.c  
-   inflating: TestU01/testu01/intro.tex  
-   inflating: TestU01/testu01/sres.c  
-   inflating: TestU01/testu01/fcong.c  
-   inflating: TestU01/testu01/swalk.tex  
-   inflating: TestU01/testu01/scatter.c  
-   inflating: TestU01/testu01/sstring.tex  
-   inflating: TestU01/testu01/guidelongtestu01.pdf  
-   inflating: TestU01/testu01/swalk.c  
-   inflating: TestU01/testu01/ulcg.tex  
-   inflating: TestU01/testu01/fspectral.tex  
-   inflating: TestU01/testu01/fres.tex  
-   inflating: TestU01/testu01/ubrent.tex  
-   inflating: TestU01/testu01/fres.c  
-   inflating: TestU01/testu01/copyright.tex  
-   inflating: TestU01/testu01/ucryptoIS.c  
-   inflating: TestU01/testu01/uintro.tex  
-   inflating: TestU01/testu01/ulec.tex  
-   inflating: TestU01/testu01/scomp.tex  
-   inflating: TestU01/testu01/ulec.c  
-   inflating: TestU01/testu01/uxorshift.h  
-   inflating: TestU01/testu01/fcong.tex  
-   inflating: TestU01/testu01/uautomata.tex  
-   inflating: TestU01/testu01/uautomata.c  
-   inflating: TestU01/testu01/ugfsr.c  
-   inflating: TestU01/testu01/fnpair.tex  
-   inflating: TestU01/testu01/bbattery.c  
-   inflating: TestU01/testu01/utouzin.c  
-   inflating: TestU01/testu01/ftab.c  
-    creating: TestU01/examples/
-   inflating: TestU01/examples/ex4.c  
-   inflating: TestU01/examples/ex3.c  
-   inflating: TestU01/examples/scat.c  
-   inflating: TestU01/examples/my16807.h  
-   inflating: TestU01/examples/scat2.c  
-   inflating: TestU01/examples/vax.bin  
-   inflating: TestU01/examples/my16807.c  
-   inflating: TestU01/examples/Makefile.in  
-   inflating: TestU01/examples/bat2.c  
-   inflating: TestU01/examples/fcoll.res1.tex  
-   inflating: TestU01/examples/bat1.res  
-   inflating: TestU01/examples/ex7.c  
-   inflating: TestU01/examples/Makefile.am  
-   inflating: TestU01/examples/fcoll.res2.tex  
-   inflating: TestU01/examples/bat2.res  
-   inflating: TestU01/examples/fcoll.c  
-   inflating: TestU01/examples/ex1.c  
-   inflating: TestU01/examples/birth1.c  
-   inflating: TestU01/examples/fbirth.c  
-   inflating: TestU01/examples/xorshift.c  
-   inflating: TestU01/examples/excel.dat  
-   inflating: TestU01/examples/bat1.c  
-   inflating: TestU01/examples/birth1.res  
-   inflating: TestU01/examples/bat3.c  
-   inflating: TestU01/examples/birth2.c  
-   inflating: TestU01/examples/fbirth.res1.tex  
-   inflating: TestU01/examples/ex3.res  
-   inflating: TestU01/examples/mrg32k3a.c  
-   inflating: TestU01/examples/fbirth.res2.tex  
-   inflating: TestU01/bootstrap       
-   inflating: TestU01/COPYING         
-    creating: TestU01/include/
-   inflating: TestU01/include/Makefile.def  
-   inflating: TestU01/include/config.h.in  
-   inflating: TestU01/include/Makefile.in  
-   inflating: TestU01/include/Makefile.am  
-   inflating: TestU01/include/makedef  
-   inflating: TestU01/include/gdefconf.h.in  
-   inflating: TestU01/NEWS            
-   inflating: TestU01/aclocal.m4      
-   inflating: TestU01/configure       
-   inflating: TestU01/depcomp         
-    creating: TestU01/probdist/
-   inflating: TestU01/probdist/statcoll.tex  
-   inflating: TestU01/probdist/titre.tex  
-   inflating: TestU01/probdist/gofs.c  
-   inflating: TestU01/probdist/fmass.tex  
-   inflating: TestU01/probdist/gofw.c  
-   inflating: TestU01/probdist/Makefile.in  
-   inflating: TestU01/probdist/fbar.c  
-   inflating: TestU01/probdist/Makefile.am  
-   inflating: TestU01/probdist/gofw.tex  
-   inflating: TestU01/probdist/wdist.c  
-   inflating: TestU01/probdist/wdist.tex  
-   inflating: TestU01/probdist/statcoll.c  
-   inflating: TestU01/probdist/finv.c  
-   inflating: TestU01/probdist/finv.tex  
-   inflating: TestU01/probdist/fdist.c  
-   inflating: TestU01/probdist/guideprobdist.tex  
-   inflating: TestU01/probdist/guideprobdist.bbl  
-   inflating: TestU01/probdist/guideprobdist.pdf  
-   inflating: TestU01/probdist/copyright.tex  
-   inflating: TestU01/probdist/fdist.tex  
-   inflating: TestU01/probdist/fmass.c  
-   inflating: TestU01/probdist/gofs.tex  
-   inflating: TestU01/probdist/fbar.tex  
-  extracting: TestU01/ChangeLog       
-    creating: TestU01/bin/
- (cd _build/default/vendor/TestU01 && /usr/bin/sh -c ./configure)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables... 
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking how to run the C preprocessor... gcc -E
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether ln -s works... yes
- checking whether make sets $(MAKE)... (cached) yes
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for BSD-compatible nm... /usr/bin/nm -B
- checking how to recognise dependent libraries... pass_all
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking dependency style of g++... gcc3
- checking how to run the C++ preprocessor... g++ -E
- checking for g77... no
- checking for xlf... no
- checking for f77... no
- checking for frt... no
- checking for pgf77... no
- checking for cf77... no
- checking for fort77... no
- checking for fl32... no
- checking for af77... no
- checking for xlf90... no
- checking for f90... no
- checking for pgf90... no
- checking for pghpf... no
- checking for epcf90... no
- checking for gfortran... no
- checking for g95... no
- checking for xlf95... no
- checking for f95... no
- checking for fort... no
- checking for ifort... no
- checking for ifc... no
- checking for efc... no
- checking for pgf95... no
- checking for lf95... no
- checking for ftn... no
- checking whether we are using the GNU Fortran 77 compiler... no
- checking whether  accepts -g... no
- checking the maximum length of command line arguments... 32768
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for objdir... .libs
- checking for ar... ar
- checking for ranlib... ranlib
- checking for strip... strip
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC
- checking if gcc PIC flag -fPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- configure: creating libtool
- appending configuration tag "CXX" to libtool
- checking for ld used by g++... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
- checking for g++ option to produce PIC... -fPIC
- checking if g++ PIC flag -fPIC works... yes
- checking if g++ static flag -static works... yes
- checking if g++ supports -c -o file.o... yes
- checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- appending configuration tag "F77" to libtool
- checking for math... no
- checking for cos in -lm... yes
- checking for ANSI C header files... (cached) yes
- checking sys/utsname.h usability... yes
- checking sys/utsname.h presence... yes
- checking for sys/utsname.h... yes
- checking for unistd.h... (cached) yes
- checking windows.h usability... no
- checking windows.h presence... no
- checking for windows.h... no
- checking gmp.h usability... no
- checking gmp.h presence... no
- checking for gmp.h... no
- checking for stdint.h... (cached) yes
- checking for an ANSI C-conforming const... yes
- checking for size_t... yes
- checking whether byte ordering is bigendian... no
- checking for long long... yes
- checking for uint32_t... yes
- checking for uint8_t... yes
- checking for random... yes
- checking for erf... yes
- checking for lgamma... yes
- checking for log1p... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating include/Makefile
- config.status: creating mylib/Makefile
- config.status: creating probdist/Makefile
- config.status: creating testu01/Makefile
- config.status: creating examples/Makefile
- config.status: creating doc/Makefile
- config.status: creating param/Makefile
- config.status: creating include/config.h
- config.status: creating include/gdefconf.h
- config.status: executing depfiles commands
- ./configure: line 4696: /usr/bin/file: No such file or directory
- ./configure: line 8997: /usr/bin/file: No such file or directory
- ./configure: line 12937: /usr/bin/file: No such file or directory
- (cd _build/default/vendor/TestU01 && /usr/bin/sh -c make)
- Making all in .
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01'
- gcc -DHAVE_CONFIG_H -I. -I./include -I.    -g -O2 -MT tcode.o -MD -MP -MF .deps/tcode.Tpo -c -o tcode.o `test -f './mylib/tcode.c' || echo './'`./mylib/tcode.c
- mv -f .deps/tcode.Tpo .deps/tcode.Po
- /bin/bash ./libtool --tag=CC   --mode=link gcc  -g -O2   -o tcode tcode.o  -lm 
- mkdir .libs
- gcc -g -O2 -o tcode tcode.o  -lm  
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01'
- Making all in include
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/include'
- make  all-am
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/include'
- ../tcode ../mylib/gdef.tex gdef.h
- ../tcode ../mylib/addstr.tex addstr.h
- ../tcode ../mylib/bitset.tex bitset.h
- ../tcode ../mylib/chrono.tex chrono.h
- ../tcode ../mylib/mystr.tex mystr.h
- ../tcode ../mylib/num.tex num.h
- ../tcode ../mylib/num2.tex num2.h
- ../tcode ../mylib/tables.tex tables.h
- ../tcode ../mylib/util.tex util.h
- ../tcode ../probdist/fmass.tex fmass.h
- ../tcode ../probdist/fdist.tex fdist.h
- ../tcode ../probdist/fbar.tex fbar.h
- ../tcode ../probdist/finv.tex finv.h
- ../tcode ../probdist/gofs.tex gofs.h
- ../tcode ../probdist/gofw.tex gofw.h
- ../tcode ../probdist/statcoll.tex statcoll.h
- ../tcode ../probdist/wdist.tex wdist.h
- ../tcode ../testu01/unif01.tex unif01.h
- ../tcode ../testu01/ulcg.tex ulcg.h
- ../tcode ../testu01/umrg.tex umrg.h
- ../tcode ../testu01/ucarry.tex ucarry.h
- ../tcode ../testu01/utaus.tex utaus.h
- ../tcode ../testu01/ugfsr.tex ugfsr.h
- ../tcode ../testu01/uinv.tex uinv.h
- ../tcode ../testu01/uquad.tex uquad.h
- ../tcode ../testu01/ucubic.tex ucubic.h
- ../tcode ../testu01/ulec.tex ulec.h
- ../tcode ../testu01/utezuka.tex utezuka.h
- ../tcode ../testu01/umarsa.tex umarsa.h
- ../tcode ../testu01/uweyl.tex uweyl.h
- ../tcode ../testu01/uknuth.tex uknuth.h
- ../tcode ../testu01/uwu.tex uwu.h
- ../tcode ../testu01/unumrec.tex unumrec.h
- ../tcode ../testu01/uvaria.tex uvaria.h
- ../tcode ../testu01/usoft.tex usoft.h
- ../tcode ../testu01/ugranger.tex ugranger.h
- ../tcode ../testu01/ucrypto.tex ucrypto.h
- ../tcode ../testu01/ufile.tex ufile.h
- ../tcode ../testu01/udeng.tex udeng.h
- ../tcode ../testu01/utouzin.tex utouzin.h
- ../tcode ../testu01/uautomata.tex uautomata.h
- ../tcode ../testu01/uxorshift.tex uxorshift.h
- ../tcode ../testu01/ubrent.tex ubrent.h
- ../tcode ../testu01/rijndael-alg-fst.tex rijndael-alg-fst.h
- ../tcode ../testu01/tu01_sha1.tex tu01_sha1.h
- ../tcode ../testu01/scatter.tex scatter.h
- ../tcode ../testu01/swrite.tex swrite.h
- ../tcode ../testu01/sres.tex sres.h
- ../tcode ../testu01/smultin.tex smultin.h
- ../tcode ../testu01/sknuth.tex sknuth.h
- ../tcode ../testu01/smarsa.tex smarsa.h
- ../tcode ../testu01/sstring.tex sstring.h
- ../tcode ../testu01/svaria.tex svaria.h
- ../tcode ../testu01/snpair.tex snpair.h
- ../tcode ../testu01/swalk.tex swalk.h
- ../tcode ../testu01/sentrop.tex sentrop.h
- ../tcode ../testu01/sspectral.tex sspectral.h
- ../tcode ../testu01/scomp.tex scomp.h
- ../tcode ../testu01/sspacings.tex sspacings.h
- ../tcode ../testu01/vectorsF2.tex vectorsF2.h
- ../tcode ../testu01/bbattery.tex bbattery.h
- ../tcode ../testu01/ffam.tex ffam.h
- ../tcode ../testu01/fcong.tex fcong.h
- ../tcode ../testu01/ffsr.tex ffsr.h
- ../tcode ../testu01/ftab.tex ftab.h
- ../tcode ../testu01/fres.tex fres.h
- ../tcode ../testu01/fcho.tex fcho.h
- ../tcode ../testu01/fmultin.tex fmultin.h
- ../tcode ../testu01/fmarsa.tex fmarsa.h
- ../tcode ../testu01/fknuth.tex fknuth.h
- ../tcode ../testu01/fwalk.tex fwalk.h
- ../tcode ../testu01/fstring.tex fstring.h
- ../tcode ../testu01/fspectral.tex fspectral.h
- ../tcode ../testu01/fvaria.tex fvaria.h
- ../tcode ../testu01/fnpair.tex fnpair.h
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/include'
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/include'
- Making all in mylib
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/mylib'
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT gdef.lo -MD -MP -MF .deps/gdef.Tpo -c -o gdef.lo gdef.c
- mkdir .libs
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT gdef.lo -MD -MP -MF .deps/gdef.Tpo -c gdef.c  -fPIC -DPIC -o .libs/gdef.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT gdef.lo -MD -MP -MF .deps/gdef.Tpo -c gdef.c -o gdef.o >/dev/null 2>&1
- mv -f .deps/gdef.Tpo .deps/gdef.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT addstr.lo -MD -MP -MF .deps/addstr.Tpo -c -o addstr.lo addstr.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT addstr.lo -MD -MP -MF .deps/addstr.Tpo -c addstr.c  -fPIC -DPIC -o .libs/addstr.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT addstr.lo -MD -MP -MF .deps/addstr.Tpo -c addstr.c -o addstr.o >/dev/null 2>&1
- mv -f .deps/addstr.Tpo .deps/addstr.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT bitset.lo -MD -MP -MF .deps/bitset.Tpo -c -o bitset.lo bitset.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT bitset.lo -MD -MP -MF .deps/bitset.Tpo -c bitset.c  -fPIC -DPIC -o .libs/bitset.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT bitset.lo -MD -MP -MF .deps/bitset.Tpo -c bitset.c -o bitset.o >/dev/null 2>&1
- mv -f .deps/bitset.Tpo .deps/bitset.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT chrono.lo -MD -MP -MF .deps/chrono.Tpo -c -o chrono.lo chrono.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT chrono.lo -MD -MP -MF .deps/chrono.Tpo -c chrono.c  -fPIC -DPIC -o .libs/chrono.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT chrono.lo -MD -MP -MF .deps/chrono.Tpo -c chrono.c -o chrono.o >/dev/null 2>&1
- mv -f .deps/chrono.Tpo .deps/chrono.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT mystr.lo -MD -MP -MF .deps/mystr.Tpo -c -o mystr.lo mystr.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT mystr.lo -MD -MP -MF .deps/mystr.Tpo -c mystr.c  -fPIC -DPIC -o .libs/mystr.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT mystr.lo -MD -MP -MF .deps/mystr.Tpo -c mystr.c -o mystr.o >/dev/null 2>&1
- mv -f .deps/mystr.Tpo .deps/mystr.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT num.lo -MD -MP -MF .deps/num.Tpo -c -o num.lo num.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT num.lo -MD -MP -MF .deps/num.Tpo -c num.c  -fPIC -DPIC -o .libs/num.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT num.lo -MD -MP -MF .deps/num.Tpo -c num.c -o num.o >/dev/null 2>&1
- mv -f .deps/num.Tpo .deps/num.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT num2.lo -MD -MP -MF .deps/num2.Tpo -c -o num2.lo num2.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT num2.lo -MD -MP -MF .deps/num2.Tpo -c num2.c  -fPIC -DPIC -o .libs/num2.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT num2.lo -MD -MP -MF .deps/num2.Tpo -c num2.c -o num2.o >/dev/null 2>&1
- mv -f .deps/num2.Tpo .deps/num2.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c -o tables.lo tables.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c tables.c  -fPIC -DPIC -o .libs/tables.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c tables.c -o tables.o >/dev/null 2>&1
- mv -f .deps/tables.Tpo .deps/tables.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c  -fPIC -DPIC -o .libs/util.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1
- mv -f .deps/util.Tpo .deps/util.Plo
- /bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -no-undefined -version-info 0:1:0  -o libmylib.la -rpath /usr/local/lib gdef.lo addstr.lo bitset.lo chrono.lo mystr.lo num.lo num2.lo tables.lo util.lo -lm -lm 
- gcc -shared  .libs/gdef.o .libs/addstr.o .libs/bitset.o .libs/chrono.o .libs/mystr.o .libs/num.o .libs/num2.o .libs/tables.o .libs/util.o  -lm  -Wl,-soname -Wl,libmylib.so.0 -o .libs/libmylib.so.0.0.1
- (cd .libs && rm -f libmylib.so.0 && ln -s libmylib.so.0.0.1 libmylib.so.0)
- (cd .libs && rm -f libmylib.so && ln -s libmylib.so.0.0.1 libmylib.so)
- ar cru .libs/libmylib.a  gdef.o addstr.o bitset.o chrono.o mystr.o num.o num2.o tables.o util.o
- ranlib .libs/libmylib.a
- creating libmylib.la
- (cd .libs && rm -f libmylib.la && ln -s ../libmylib.la libmylib.la)
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/mylib'
- Making all in probdist
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/probdist'
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fmass.lo -MD -MP -MF .deps/fmass.Tpo -c -o fmass.lo fmass.c
- mkdir .libs
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fmass.lo -MD -MP -MF .deps/fmass.Tpo -c fmass.c  -fPIC -DPIC -o .libs/fmass.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fmass.lo -MD -MP -MF .deps/fmass.Tpo -c fmass.c -o fmass.o >/dev/null 2>&1
- mv -f .deps/fmass.Tpo .deps/fmass.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fdist.lo -MD -MP -MF .deps/fdist.Tpo -c -o fdist.lo fdist.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fdist.lo -MD -MP -MF .deps/fdist.Tpo -c fdist.c  -fPIC -DPIC -o .libs/fdist.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fdist.lo -MD -MP -MF .deps/fdist.Tpo -c fdist.c -o fdist.o >/dev/null 2>&1
- mv -f .deps/fdist.Tpo .deps/fdist.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fbar.lo -MD -MP -MF .deps/fbar.Tpo -c -o fbar.lo fbar.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fbar.lo -MD -MP -MF .deps/fbar.Tpo -c fbar.c  -fPIC -DPIC -o .libs/fbar.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fbar.lo -MD -MP -MF .deps/fbar.Tpo -c fbar.c -o fbar.o >/dev/null 2>&1
- mv -f .deps/fbar.Tpo .deps/fbar.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT finv.lo -MD -MP -MF .deps/finv.Tpo -c -o finv.lo finv.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT finv.lo -MD -MP -MF .deps/finv.Tpo -c finv.c  -fPIC -DPIC -o .libs/finv.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT finv.lo -MD -MP -MF .deps/finv.Tpo -c finv.c -o finv.o >/dev/null 2>&1
- mv -f .deps/finv.Tpo .deps/finv.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT gofs.lo -MD -MP -MF .deps/gofs.Tpo -c -o gofs.lo gofs.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT gofs.lo -MD -MP -MF .deps/gofs.Tpo -c gofs.c  -fPIC -DPIC -o .libs/gofs.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT gofs.lo -MD -MP -MF .deps/gofs.Tpo -c gofs.c -o gofs.o >/dev/null 2>&1
- mv -f .deps/gofs.Tpo .deps/gofs.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT gofw.lo -MD -MP -MF .deps/gofw.Tpo -c -o gofw.lo gofw.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT gofw.lo -MD -MP -MF .deps/gofw.Tpo -c gofw.c  -fPIC -DPIC -o .libs/gofw.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT gofw.lo -MD -MP -MF .deps/gofw.Tpo -c gofw.c -o gofw.o >/dev/null 2>&1
- mv -f .deps/gofw.Tpo .deps/gofw.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT statcoll.lo -MD -MP -MF .deps/statcoll.Tpo -c -o statcoll.lo statcoll.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT statcoll.lo -MD -MP -MF .deps/statcoll.Tpo -c statcoll.c  -fPIC -DPIC -o .libs/statcoll.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT statcoll.lo -MD -MP -MF .deps/statcoll.Tpo -c statcoll.c -o statcoll.o >/dev/null 2>&1
- mv -f .deps/statcoll.Tpo .deps/statcoll.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT wdist.lo -MD -MP -MF .deps/wdist.Tpo -c -o wdist.lo wdist.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT wdist.lo -MD -MP -MF .deps/wdist.Tpo -c wdist.c  -fPIC -DPIC -o .libs/wdist.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT wdist.lo -MD -MP -MF .deps/wdist.Tpo -c wdist.c -o wdist.o >/dev/null 2>&1
- mv -f .deps/wdist.Tpo .deps/wdist.Plo
- /bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -no-undefined -version-info 0:1:0  -o libprobdist.la -rpath /usr/local/lib fmass.lo fdist.lo fbar.lo finv.lo gofs.lo gofw.lo statcoll.lo wdist.lo ../mylib/libmylib.la -lm 
- gcc -shared  .libs/fmass.o .libs/fdist.o .libs/fbar.o .libs/finv.o .libs/gofs.o .libs/gofw.o .libs/statcoll.o .libs/wdist.o  -Wl,--rpath -Wl,/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/mylib/.libs ../mylib/.libs/libmylib.so -lm  -Wl,-soname -Wl,libprobdist.so.0 -o .libs/libprobdist.so.0.0.1
- (cd .libs && rm -f libprobdist.so.0 && ln -s libprobdist.so.0.0.1 libprobdist.so.0)
- (cd .libs && rm -f libprobdist.so && ln -s libprobdist.so.0.0.1 libprobdist.so)
- ar cru .libs/libprobdist.a  fmass.o fdist.o fbar.o finv.o gofs.o gofw.o statcoll.o wdist.o
- ranlib .libs/libprobdist.a
- creating libprobdist.la
- (cd .libs && rm -f libprobdist.la && ln -s ../libprobdist.la libprobdist.la)
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/probdist'
- Making all in testu01
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/testu01'
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT unif01.lo -MD -MP -MF .deps/unif01.Tpo -c -o unif01.lo unif01.c
- mkdir .libs
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT unif01.lo -MD -MP -MF .deps/unif01.Tpo -c unif01.c  -fPIC -DPIC -o .libs/unif01.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT unif01.lo -MD -MP -MF .deps/unif01.Tpo -c unif01.c -o unif01.o >/dev/null 2>&1
- mv -f .deps/unif01.Tpo .deps/unif01.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ulcg.lo -MD -MP -MF .deps/ulcg.Tpo -c -o ulcg.lo ulcg.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ulcg.lo -MD -MP -MF .deps/ulcg.Tpo -c ulcg.c  -fPIC -DPIC -o .libs/ulcg.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ulcg.lo -MD -MP -MF .deps/ulcg.Tpo -c ulcg.c -o ulcg.o >/dev/null 2>&1
- mv -f .deps/ulcg.Tpo .deps/ulcg.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT umrg.lo -MD -MP -MF .deps/umrg.Tpo -c -o umrg.lo umrg.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT umrg.lo -MD -MP -MF .deps/umrg.Tpo -c umrg.c  -fPIC -DPIC -o .libs/umrg.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT umrg.lo -MD -MP -MF .deps/umrg.Tpo -c umrg.c -o umrg.o >/dev/null 2>&1
- mv -f .deps/umrg.Tpo .deps/umrg.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ucarry.lo -MD -MP -MF .deps/ucarry.Tpo -c -o ucarry.lo ucarry.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ucarry.lo -MD -MP -MF .deps/ucarry.Tpo -c ucarry.c  -fPIC -DPIC -o .libs/ucarry.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ucarry.lo -MD -MP -MF .deps/ucarry.Tpo -c ucarry.c -o ucarry.o >/dev/null 2>&1
- mv -f .deps/ucarry.Tpo .deps/ucarry.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT utaus.lo -MD -MP -MF .deps/utaus.Tpo -c -o utaus.lo utaus.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT utaus.lo -MD -MP -MF .deps/utaus.Tpo -c utaus.c  -fPIC -DPIC -o .libs/utaus.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT utaus.lo -MD -MP -MF .deps/utaus.Tpo -c utaus.c -o utaus.o >/dev/null 2>&1
- mv -f .deps/utaus.Tpo .deps/utaus.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ugfsr.lo -MD -MP -MF .deps/ugfsr.Tpo -c -o ugfsr.lo ugfsr.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ugfsr.lo -MD -MP -MF .deps/ugfsr.Tpo -c ugfsr.c  -fPIC -DPIC -o .libs/ugfsr.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ugfsr.lo -MD -MP -MF .deps/ugfsr.Tpo -c ugfsr.c -o ugfsr.o >/dev/null 2>&1
- mv -f .deps/ugfsr.Tpo .deps/ugfsr.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT uinv.lo -MD -MP -MF .deps/uinv.Tpo -c -o uinv.lo uinv.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uinv.lo -MD -MP -MF .deps/uinv.Tpo -c uinv.c  -fPIC -DPIC -o .libs/uinv.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uinv.lo -MD -MP -MF .deps/uinv.Tpo -c uinv.c -o uinv.o >/dev/null 2>&1
- mv -f .deps/uinv.Tpo .deps/uinv.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT uquad.lo -MD -MP -MF .deps/uquad.Tpo -c -o uquad.lo uquad.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uquad.lo -MD -MP -MF .deps/uquad.Tpo -c uquad.c  -fPIC -DPIC -o .libs/uquad.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uquad.lo -MD -MP -MF .deps/uquad.Tpo -c uquad.c -o uquad.o >/dev/null 2>&1
- mv -f .deps/uquad.Tpo .deps/uquad.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ucubic.lo -MD -MP -MF .deps/ucubic.Tpo -c -o ucubic.lo ucubic.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ucubic.lo -MD -MP -MF .deps/ucubic.Tpo -c ucubic.c  -fPIC -DPIC -o .libs/ucubic.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ucubic.lo -MD -MP -MF .deps/ucubic.Tpo -c ucubic.c -o ucubic.o >/dev/null 2>&1
- mv -f .deps/ucubic.Tpo .deps/ucubic.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ulec.lo -MD -MP -MF .deps/ulec.Tpo -c -o ulec.lo ulec.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ulec.lo -MD -MP -MF .deps/ulec.Tpo -c ulec.c  -fPIC -DPIC -o .libs/ulec.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ulec.lo -MD -MP -MF .deps/ulec.Tpo -c ulec.c -o ulec.o >/dev/null 2>&1
- mv -f .deps/ulec.Tpo .deps/ulec.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT utezuka.lo -MD -MP -MF .deps/utezuka.Tpo -c -o utezuka.lo utezuka.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT utezuka.lo -MD -MP -MF .deps/utezuka.Tpo -c utezuka.c  -fPIC -DPIC -o .libs/utezuka.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT utezuka.lo -MD -MP -MF .deps/utezuka.Tpo -c utezuka.c -o utezuka.o >/dev/null 2>&1
- mv -f .deps/utezuka.Tpo .deps/utezuka.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT umarsa.lo -MD -MP -MF .deps/umarsa.Tpo -c -o umarsa.lo umarsa.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT umarsa.lo -MD -MP -MF .deps/umarsa.Tpo -c umarsa.c  -fPIC -DPIC -o .libs/umarsa.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT umarsa.lo -MD -MP -MF .deps/umarsa.Tpo -c umarsa.c -o umarsa.o >/dev/null 2>&1
- mv -f .deps/umarsa.Tpo .deps/umarsa.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT uweyl.lo -MD -MP -MF .deps/uweyl.Tpo -c -o uweyl.lo uweyl.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uweyl.lo -MD -MP -MF .deps/uweyl.Tpo -c uweyl.c  -fPIC -DPIC -o .libs/uweyl.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uweyl.lo -MD -MP -MF .deps/uweyl.Tpo -c uweyl.c -o uweyl.o >/dev/null 2>&1
- mv -f .deps/uweyl.Tpo .deps/uweyl.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT uknuth.lo -MD -MP -MF .deps/uknuth.Tpo -c -o uknuth.lo uknuth.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uknuth.lo -MD -MP -MF .deps/uknuth.Tpo -c uknuth.c  -fPIC -DPIC -o .libs/uknuth.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uknuth.lo -MD -MP -MF .deps/uknuth.Tpo -c uknuth.c -o uknuth.o >/dev/null 2>&1
- mv -f .deps/uknuth.Tpo .deps/uknuth.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT uwu.lo -MD -MP -MF .deps/uwu.Tpo -c -o uwu.lo uwu.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uwu.lo -MD -MP -MF .deps/uwu.Tpo -c uwu.c  -fPIC -DPIC -o .libs/uwu.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uwu.lo -MD -MP -MF .deps/uwu.Tpo -c uwu.c -o uwu.o >/dev/null 2>&1
- mv -f .deps/uwu.Tpo .deps/uwu.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT unumrec.lo -MD -MP -MF .deps/unumrec.Tpo -c -o unumrec.lo unumrec.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT unumrec.lo -MD -MP -MF .deps/unumrec.Tpo -c unumrec.c  -fPIC -DPIC -o .libs/unumrec.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT unumrec.lo -MD -MP -MF .deps/unumrec.Tpo -c unumrec.c -o unumrec.o >/dev/null 2>&1
- mv -f .deps/unumrec.Tpo .deps/unumrec.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT uvaria.lo -MD -MP -MF .deps/uvaria.Tpo -c -o uvaria.lo uvaria.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uvaria.lo -MD -MP -MF .deps/uvaria.Tpo -c uvaria.c  -fPIC -DPIC -o .libs/uvaria.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uvaria.lo -MD -MP -MF .deps/uvaria.Tpo -c uvaria.c -o uvaria.o >/dev/null 2>&1
- mv -f .deps/uvaria.Tpo .deps/uvaria.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT usoft.lo -MD -MP -MF .deps/usoft.Tpo -c -o usoft.lo usoft.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT usoft.lo -MD -MP -MF .deps/usoft.Tpo -c usoft.c  -fPIC -DPIC -o .libs/usoft.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT usoft.lo -MD -MP -MF .deps/usoft.Tpo -c usoft.c -o usoft.o >/dev/null 2>&1
- mv -f .deps/usoft.Tpo .deps/usoft.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ugranger.lo -MD -MP -MF .deps/ugranger.Tpo -c -o ugranger.lo ugranger.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ugranger.lo -MD -MP -MF .deps/ugranger.Tpo -c ugranger.c  -fPIC -DPIC -o .libs/ugranger.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ugranger.lo -MD -MP -MF .deps/ugranger.Tpo -c ugranger.c -o ugranger.o >/dev/null 2>&1
- mv -f .deps/ugranger.Tpo .deps/ugranger.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ucrypto.lo -MD -MP -MF .deps/ucrypto.Tpo -c -o ucrypto.lo ucrypto.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ucrypto.lo -MD -MP -MF .deps/ucrypto.Tpo -c ucrypto.c  -fPIC -DPIC -o .libs/ucrypto.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ucrypto.lo -MD -MP -MF .deps/ucrypto.Tpo -c ucrypto.c -o ucrypto.o >/dev/null 2>&1
- mv -f .deps/ucrypto.Tpo .deps/ucrypto.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ufile.lo -MD -MP -MF .deps/ufile.Tpo -c -o ufile.lo ufile.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ufile.lo -MD -MP -MF .deps/ufile.Tpo -c ufile.c  -fPIC -DPIC -o .libs/ufile.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ufile.lo -MD -MP -MF .deps/ufile.Tpo -c ufile.c -o ufile.o >/dev/null 2>&1
- mv -f .deps/ufile.Tpo .deps/ufile.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT udeng.lo -MD -MP -MF .deps/udeng.Tpo -c -o udeng.lo udeng.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT udeng.lo -MD -MP -MF .deps/udeng.Tpo -c udeng.c  -fPIC -DPIC -o .libs/udeng.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT udeng.lo -MD -MP -MF .deps/udeng.Tpo -c udeng.c -o udeng.o >/dev/null 2>&1
- mv -f .deps/udeng.Tpo .deps/udeng.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT utouzin.lo -MD -MP -MF .deps/utouzin.Tpo -c -o utouzin.lo utouzin.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT utouzin.lo -MD -MP -MF .deps/utouzin.Tpo -c utouzin.c  -fPIC -DPIC -o .libs/utouzin.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT utouzin.lo -MD -MP -MF .deps/utouzin.Tpo -c utouzin.c -o utouzin.o >/dev/null 2>&1
- mv -f .deps/utouzin.Tpo .deps/utouzin.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT uautomata.lo -MD -MP -MF .deps/uautomata.Tpo -c -o uautomata.lo uautomata.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uautomata.lo -MD -MP -MF .deps/uautomata.Tpo -c uautomata.c  -fPIC -DPIC -o .libs/uautomata.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uautomata.lo -MD -MP -MF .deps/uautomata.Tpo -c uautomata.c -o uautomata.o >/dev/null 2>&1
- mv -f .deps/uautomata.Tpo .deps/uautomata.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT uxorshift.lo -MD -MP -MF .deps/uxorshift.Tpo -c -o uxorshift.lo uxorshift.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uxorshift.lo -MD -MP -MF .deps/uxorshift.Tpo -c uxorshift.c  -fPIC -DPIC -o .libs/uxorshift.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT uxorshift.lo -MD -MP -MF .deps/uxorshift.Tpo -c uxorshift.c -o uxorshift.o >/dev/null 2>&1
- mv -f .deps/uxorshift.Tpo .deps/uxorshift.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ubrent.lo -MD -MP -MF .deps/ubrent.Tpo -c -o ubrent.lo ubrent.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ubrent.lo -MD -MP -MF .deps/ubrent.Tpo -c ubrent.c  -fPIC -DPIC -o .libs/ubrent.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ubrent.lo -MD -MP -MF .deps/ubrent.Tpo -c ubrent.c -o ubrent.o >/dev/null 2>&1
- mv -f .deps/ubrent.Tpo .deps/ubrent.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT rijndael-alg-fst.lo -MD -MP -MF .deps/rijndael-alg-fst.Tpo -c -o rijndael-alg-fst.lo rijndael-alg-fst.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT rijndael-alg-fst.lo -MD -MP -MF .deps/rijndael-alg-fst.Tpo -c rijndael-alg-fst.c  -fPIC -DPIC -o .libs/rijndael-alg-fst.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT rijndael-alg-fst.lo -MD -MP -MF .deps/rijndael-alg-fst.Tpo -c rijndael-alg-fst.c -o rijndael-alg-fst.o >/dev/null 2>&1
- mv -f .deps/rijndael-alg-fst.Tpo .deps/rijndael-alg-fst.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT tu01_sha1.lo -MD -MP -MF .deps/tu01_sha1.Tpo -c -o tu01_sha1.lo tu01_sha1.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT tu01_sha1.lo -MD -MP -MF .deps/tu01_sha1.Tpo -c tu01_sha1.c  -fPIC -DPIC -o .libs/tu01_sha1.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT tu01_sha1.lo -MD -MP -MF .deps/tu01_sha1.Tpo -c tu01_sha1.c -o tu01_sha1.o >/dev/null 2>&1
- mv -f .deps/tu01_sha1.Tpo .deps/tu01_sha1.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT scatter.lo -MD -MP -MF .deps/scatter.Tpo -c -o scatter.lo scatter.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT scatter.lo -MD -MP -MF .deps/scatter.Tpo -c scatter.c  -fPIC -DPIC -o .libs/scatter.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT scatter.lo -MD -MP -MF .deps/scatter.Tpo -c scatter.c -o scatter.o >/dev/null 2>&1
- mv -f .deps/scatter.Tpo .deps/scatter.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT swrite.lo -MD -MP -MF .deps/swrite.Tpo -c -o swrite.lo swrite.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT swrite.lo -MD -MP -MF .deps/swrite.Tpo -c swrite.c  -fPIC -DPIC -o .libs/swrite.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT swrite.lo -MD -MP -MF .deps/swrite.Tpo -c swrite.c -o swrite.o >/dev/null 2>&1
- mv -f .deps/swrite.Tpo .deps/swrite.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT sres.lo -MD -MP -MF .deps/sres.Tpo -c -o sres.lo sres.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sres.lo -MD -MP -MF .deps/sres.Tpo -c sres.c  -fPIC -DPIC -o .libs/sres.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sres.lo -MD -MP -MF .deps/sres.Tpo -c sres.c -o sres.o >/dev/null 2>&1
- mv -f .deps/sres.Tpo .deps/sres.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT smultin.lo -MD -MP -MF .deps/smultin.Tpo -c -o smultin.lo smultin.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT smultin.lo -MD -MP -MF .deps/smultin.Tpo -c smultin.c  -fPIC -DPIC -o .libs/smultin.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT smultin.lo -MD -MP -MF .deps/smultin.Tpo -c smultin.c -o smultin.o >/dev/null 2>&1
- mv -f .deps/smultin.Tpo .deps/smultin.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT sknuth.lo -MD -MP -MF .deps/sknuth.Tpo -c -o sknuth.lo sknuth.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sknuth.lo -MD -MP -MF .deps/sknuth.Tpo -c sknuth.c  -fPIC -DPIC -o .libs/sknuth.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sknuth.lo -MD -MP -MF .deps/sknuth.Tpo -c sknuth.c -o sknuth.o >/dev/null 2>&1
- mv -f .deps/sknuth.Tpo .deps/sknuth.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT smarsa.lo -MD -MP -MF .deps/smarsa.Tpo -c -o smarsa.lo smarsa.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT smarsa.lo -MD -MP -MF .deps/smarsa.Tpo -c smarsa.c  -fPIC -DPIC -o .libs/smarsa.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT smarsa.lo -MD -MP -MF .deps/smarsa.Tpo -c smarsa.c -o smarsa.o >/dev/null 2>&1
- mv -f .deps/smarsa.Tpo .deps/smarsa.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT sstring.lo -MD -MP -MF .deps/sstring.Tpo -c -o sstring.lo sstring.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sstring.lo -MD -MP -MF .deps/sstring.Tpo -c sstring.c  -fPIC -DPIC -o .libs/sstring.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sstring.lo -MD -MP -MF .deps/sstring.Tpo -c sstring.c -o sstring.o >/dev/null 2>&1
- mv -f .deps/sstring.Tpo .deps/sstring.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT svaria.lo -MD -MP -MF .deps/svaria.Tpo -c -o svaria.lo svaria.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT svaria.lo -MD -MP -MF .deps/svaria.Tpo -c svaria.c  -fPIC -DPIC -o .libs/svaria.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT svaria.lo -MD -MP -MF .deps/svaria.Tpo -c svaria.c -o svaria.o >/dev/null 2>&1
- mv -f .deps/svaria.Tpo .deps/svaria.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT snpair.lo -MD -MP -MF .deps/snpair.Tpo -c -o snpair.lo snpair.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT snpair.lo -MD -MP -MF .deps/snpair.Tpo -c snpair.c  -fPIC -DPIC -o .libs/snpair.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT snpair.lo -MD -MP -MF .deps/snpair.Tpo -c snpair.c -o snpair.o >/dev/null 2>&1
- mv -f .deps/snpair.Tpo .deps/snpair.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT swalk.lo -MD -MP -MF .deps/swalk.Tpo -c -o swalk.lo swalk.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT swalk.lo -MD -MP -MF .deps/swalk.Tpo -c swalk.c  -fPIC -DPIC -o .libs/swalk.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT swalk.lo -MD -MP -MF .deps/swalk.Tpo -c swalk.c -o swalk.o >/dev/null 2>&1
- mv -f .deps/swalk.Tpo .deps/swalk.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT sentrop.lo -MD -MP -MF .deps/sentrop.Tpo -c -o sentrop.lo sentrop.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sentrop.lo -MD -MP -MF .deps/sentrop.Tpo -c sentrop.c  -fPIC -DPIC -o .libs/sentrop.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sentrop.lo -MD -MP -MF .deps/sentrop.Tpo -c sentrop.c -o sentrop.o >/dev/null 2>&1
- mv -f .deps/sentrop.Tpo .deps/sentrop.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT sspectral.lo -MD -MP -MF .deps/sspectral.Tpo -c -o sspectral.lo sspectral.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sspectral.lo -MD -MP -MF .deps/sspectral.Tpo -c sspectral.c  -fPIC -DPIC -o .libs/sspectral.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sspectral.lo -MD -MP -MF .deps/sspectral.Tpo -c sspectral.c -o sspectral.o >/dev/null 2>&1
- mv -f .deps/sspectral.Tpo .deps/sspectral.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT scomp.lo -MD -MP -MF .deps/scomp.Tpo -c -o scomp.lo scomp.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT scomp.lo -MD -MP -MF .deps/scomp.Tpo -c scomp.c  -fPIC -DPIC -o .libs/scomp.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT scomp.lo -MD -MP -MF .deps/scomp.Tpo -c scomp.c -o scomp.o >/dev/null 2>&1
- mv -f .deps/scomp.Tpo .deps/scomp.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT sspacings.lo -MD -MP -MF .deps/sspacings.Tpo -c -o sspacings.lo sspacings.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sspacings.lo -MD -MP -MF .deps/sspacings.Tpo -c sspacings.c  -fPIC -DPIC -o .libs/sspacings.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT sspacings.lo -MD -MP -MF .deps/sspacings.Tpo -c sspacings.c -o sspacings.o >/dev/null 2>&1
- mv -f .deps/sspacings.Tpo .deps/sspacings.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT vectorsF2.lo -MD -MP -MF .deps/vectorsF2.Tpo -c -o vectorsF2.lo vectorsF2.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT vectorsF2.lo -MD -MP -MF .deps/vectorsF2.Tpo -c vectorsF2.c  -fPIC -DPIC -o .libs/vectorsF2.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT vectorsF2.lo -MD -MP -MF .deps/vectorsF2.Tpo -c vectorsF2.c -o vectorsF2.o >/dev/null 2>&1
- mv -f .deps/vectorsF2.Tpo .deps/vectorsF2.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT bbattery.lo -MD -MP -MF .deps/bbattery.Tpo -c -o bbattery.lo bbattery.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT bbattery.lo -MD -MP -MF .deps/bbattery.Tpo -c bbattery.c  -fPIC -DPIC -o .libs/bbattery.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT bbattery.lo -MD -MP -MF .deps/bbattery.Tpo -c bbattery.c -o bbattery.o >/dev/null 2>&1
- mv -f .deps/bbattery.Tpo .deps/bbattery.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ffam.lo -MD -MP -MF .deps/ffam.Tpo -c -o ffam.lo ffam.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ffam.lo -MD -MP -MF .deps/ffam.Tpo -c ffam.c  -fPIC -DPIC -o .libs/ffam.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ffam.lo -MD -MP -MF .deps/ffam.Tpo -c ffam.c -o ffam.o >/dev/null 2>&1
- mv -f .deps/ffam.Tpo .deps/ffam.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fcong.lo -MD -MP -MF .deps/fcong.Tpo -c -o fcong.lo fcong.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fcong.lo -MD -MP -MF .deps/fcong.Tpo -c fcong.c  -fPIC -DPIC -o .libs/fcong.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fcong.lo -MD -MP -MF .deps/fcong.Tpo -c fcong.c -o fcong.o >/dev/null 2>&1
- mv -f .deps/fcong.Tpo .deps/fcong.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ffsr.lo -MD -MP -MF .deps/ffsr.Tpo -c -o ffsr.lo ffsr.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ffsr.lo -MD -MP -MF .deps/ffsr.Tpo -c ffsr.c  -fPIC -DPIC -o .libs/ffsr.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ffsr.lo -MD -MP -MF .deps/ffsr.Tpo -c ffsr.c -o ffsr.o >/dev/null 2>&1
- mv -f .deps/ffsr.Tpo .deps/ffsr.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT ftab.lo -MD -MP -MF .deps/ftab.Tpo -c -o ftab.lo ftab.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ftab.lo -MD -MP -MF .deps/ftab.Tpo -c ftab.c  -fPIC -DPIC -o .libs/ftab.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT ftab.lo -MD -MP -MF .deps/ftab.Tpo -c ftab.c -o ftab.o >/dev/null 2>&1
- mv -f .deps/ftab.Tpo .deps/ftab.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fres.lo -MD -MP -MF .deps/fres.Tpo -c -o fres.lo fres.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fres.lo -MD -MP -MF .deps/fres.Tpo -c fres.c  -fPIC -DPIC -o .libs/fres.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fres.lo -MD -MP -MF .deps/fres.Tpo -c fres.c -o fres.o >/dev/null 2>&1
- mv -f .deps/fres.Tpo .deps/fres.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fcho.lo -MD -MP -MF .deps/fcho.Tpo -c -o fcho.lo fcho.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fcho.lo -MD -MP -MF .deps/fcho.Tpo -c fcho.c  -fPIC -DPIC -o .libs/fcho.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fcho.lo -MD -MP -MF .deps/fcho.Tpo -c fcho.c -o fcho.o >/dev/null 2>&1
- mv -f .deps/fcho.Tpo .deps/fcho.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fmultin.lo -MD -MP -MF .deps/fmultin.Tpo -c -o fmultin.lo fmultin.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fmultin.lo -MD -MP -MF .deps/fmultin.Tpo -c fmultin.c  -fPIC -DPIC -o .libs/fmultin.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fmultin.lo -MD -MP -MF .deps/fmultin.Tpo -c fmultin.c -o fmultin.o >/dev/null 2>&1
- mv -f .deps/fmultin.Tpo .deps/fmultin.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fmarsa.lo -MD -MP -MF .deps/fmarsa.Tpo -c -o fmarsa.lo fmarsa.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fmarsa.lo -MD -MP -MF .deps/fmarsa.Tpo -c fmarsa.c  -fPIC -DPIC -o .libs/fmarsa.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fmarsa.lo -MD -MP -MF .deps/fmarsa.Tpo -c fmarsa.c -o fmarsa.o >/dev/null 2>&1
- mv -f .deps/fmarsa.Tpo .deps/fmarsa.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fknuth.lo -MD -MP -MF .deps/fknuth.Tpo -c -o fknuth.lo fknuth.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fknuth.lo -MD -MP -MF .deps/fknuth.Tpo -c fknuth.c  -fPIC -DPIC -o .libs/fknuth.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fknuth.lo -MD -MP -MF .deps/fknuth.Tpo -c fknuth.c -o fknuth.o >/dev/null 2>&1
- mv -f .deps/fknuth.Tpo .deps/fknuth.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fwalk.lo -MD -MP -MF .deps/fwalk.Tpo -c -o fwalk.lo fwalk.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fwalk.lo -MD -MP -MF .deps/fwalk.Tpo -c fwalk.c  -fPIC -DPIC -o .libs/fwalk.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fwalk.lo -MD -MP -MF .deps/fwalk.Tpo -c fwalk.c -o fwalk.o >/dev/null 2>&1
- mv -f .deps/fwalk.Tpo .deps/fwalk.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fstring.lo -MD -MP -MF .deps/fstring.Tpo -c -o fstring.lo fstring.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fstring.lo -MD -MP -MF .deps/fstring.Tpo -c fstring.c  -fPIC -DPIC -o .libs/fstring.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fstring.lo -MD -MP -MF .deps/fstring.Tpo -c fstring.c -o fstring.o >/dev/null 2>&1
- mv -f .deps/fstring.Tpo .deps/fstring.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fspectral.lo -MD -MP -MF .deps/fspectral.Tpo -c -o fspectral.lo fspectral.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fspectral.lo -MD -MP -MF .deps/fspectral.Tpo -c fspectral.c  -fPIC -DPIC -o .libs/fspectral.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fspectral.lo -MD -MP -MF .deps/fspectral.Tpo -c fspectral.c -o fspectral.o >/dev/null 2>&1
- mv -f .deps/fspectral.Tpo .deps/fspectral.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fvaria.lo -MD -MP -MF .deps/fvaria.Tpo -c -o fvaria.lo fvaria.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fvaria.lo -MD -MP -MF .deps/fvaria.Tpo -c fvaria.c  -fPIC -DPIC -o .libs/fvaria.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fvaria.lo -MD -MP -MF .deps/fvaria.Tpo -c fvaria.c -o fvaria.o >/dev/null 2>&1
- mv -f .deps/fvaria.Tpo .deps/fvaria.Plo
- /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT fnpair.lo -MD -MP -MF .deps/fnpair.Tpo -c -o fnpair.lo fnpair.c
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fnpair.lo -MD -MP -MF .deps/fnpair.Tpo -c fnpair.c  -fPIC -DPIC -o .libs/fnpair.o
-  gcc -DHAVE_CONFIG_H -I. -I../include -g -O2 -MT fnpair.lo -MD -MP -MF .deps/fnpair.Tpo -c fnpair.c -o fnpair.o >/dev/null 2>&1
- mv -f .deps/fnpair.Tpo .deps/fnpair.Plo
- /bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -no-undefined -version-info 0:1:0  -o libtestu01.la -rpath /usr/local/lib unif01.lo ulcg.lo umrg.lo ucarry.lo utaus.lo ugfsr.lo uinv.lo uquad.lo ucubic.lo ulec.lo utezuka.lo umarsa.lo uweyl.lo uknuth.lo uwu.lo unumrec.lo uvaria.lo usoft.lo ugranger.lo ucrypto.lo ufile.lo udeng.lo utouzin.lo uautomata.lo uxorshift.lo ubrent.lo rijndael-alg-fst.lo tu01_sha1.lo scatter.lo swrite.lo sres.lo smultin.lo sknuth.lo smarsa.lo sstring.lo svaria.lo snpair.lo swalk.lo sentrop.lo sspectral.lo scomp.lo sspacings.lo vectorsF2.lo bbattery.lo ffam.lo fcong.lo ffsr.lo ftab.lo fres.lo fcho.lo fmultin.lo fmarsa.lo fknuth.lo fwalk.lo fstring.lo fspectral.lo fvaria.lo fnpair.lo ../probdist/libprobdist.la ../mylib/libmylib.la -lm 
- gcc -shared  .libs/unif01.o .libs/ulcg.o .libs/umrg.o .libs/ucarry.o .libs/utaus.o .libs/ugfsr.o .libs/uinv.o .libs/uquad.o .libs/ucubic.o .libs/ulec.o .libs/utezuka.o .libs/umarsa.o .libs/uweyl.o .libs/uknuth.o .libs/uwu.o .libs/unumrec.o .libs/uvaria.o .libs/usoft.o .libs/ugranger.o .libs/ucrypto.o .libs/ufile.o .libs/udeng.o .libs/utouzin.o .libs/uautomata.o .libs/uxorshift.o .libs/ubrent.o .libs/rijndael-alg-fst.o .libs/tu01_sha1.o .libs/scatter.o .libs/swrite.o .libs/sres.o .libs/smultin.o .libs/sknuth.o .libs/smarsa.o .libs/sstring.o .libs/svaria.o .libs/snpair.o .libs/swalk.o .libs/sentrop.o .libs/sspectral.o .libs/scomp.o .libs/sspacings.o .libs/vectorsF2.o .libs/bbattery.o .libs/ffam.o .libs/fcong.o .libs/ffsr.o .libs/ftab.o .libs/fres.o .libs/fcho.o .libs/fmultin.o .libs/fmarsa.o .libs/fknuth.o .libs/fwalk.o .libs/fstring.o .libs/fspectral.o .libs/fvaria.o .libs/fnpair.o  -Wl,--rpath -Wl,/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/probdist/.libs -Wl,--rpath -Wl,/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/mylib/.libs -L/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/mylib/.libs ../probdist/.libs/libprobdist.so ../mylib/.libs/libmylib.so -lm  -Wl,-soname -Wl,libtestu01.so.0 -o .libs/libtestu01.so.0.0.1
- (cd .libs && rm -f libtestu01.so.0 && ln -s libtestu01.so.0.0.1 libtestu01.so.0)
- (cd .libs && rm -f libtestu01.so && ln -s libtestu01.so.0.0.1 libtestu01.so)
- ar cru .libs/libtestu01.a  unif01.o ulcg.o umrg.o ucarry.o utaus.o ugfsr.o uinv.o uquad.o ucubic.o ulec.o utezuka.o umarsa.o uweyl.o uknuth.o uwu.o unumrec.o uvaria.o usoft.o ugranger.o ucrypto.o ufile.o udeng.o utouzin.o uautomata.o uxorshift.o ubrent.o rijndael-alg-fst.o tu01_sha1.o scatter.o swrite.o sres.o smultin.o sknuth.o smarsa.o sstring.o svaria.o snpair.o swalk.o sentrop.o sspectral.o scomp.o sspacings.o vectorsF2.o bbattery.o ffam.o fcong.o ffsr.o ftab.o fres.o fcho.o fmultin.o fmarsa.o fknuth.o fwalk.o fstring.o fspectral.o fvaria.o fnpair.o
- ranlib .libs/libtestu01.a
- creating libtestu01.la
- (cd .libs && rm -f libtestu01.la && ln -s ../libtestu01.la libtestu01.la)
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/testu01'
- Making all in examples
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/examples'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/examples'
- Making all in doc
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/doc'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/doc'
- Making all in param
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/param'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/testu01.1.2.3-0.1/_build/default/vendor/TestU01/param'
- gdef.c: In function 'gdef_GetHostName':
- gdef.c:74:10: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=]
-    74 |          strncat (machine, ", ", (size_t) 2);
-       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ar: `u' modifier ignored since `D' is the default (see `U')
- ar: `u' modifier ignored since `D' is the default (see `U')
- unif01.c: In function 'unif01_CreateLacGen':
- unif01.c:382:10: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=]
-   382 |          strncat (name, ", ", 2);
-       |          ^~~~~~~~~~~~~~~~~~~~~~~
- unif01.c:384:10: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=]
-   384 |          strncat (name, ")", 1);
-       |          ^~~~~~~~~~~~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateDoubleGen2':
- unif01.c:224:4: warning: 'strncat' specified bound 34 equals source length [-Wstringop-overflow=]
-   224 |    strncat (name, "\nunif01_CreateDoubleGen2 with h = ", len2);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateDoubleGen':
- unif01.c:259:4: warning: 'strncat' specified bound 33 equals source length [-Wstringop-overflow=]
-   259 |    strncat (name, "\nunif01_CreateDoubleGen with s = ", len2);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateLacGen':
- unif01.c:373:4: warning: 'strncat' specified bound 30 equals source length [-Wstringop-overflow=]
-   373 |    strncat (name, "\nunif01_CreateLacGen with k = ", len2);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateBiasGen':
- unif01.c:479:4: warning: 'strncat' specified bound 32 equals source length [-Wstringop-overflow=]
-   479 |    strncat (name, "\nunif01_CreateBiasGen with  P = ", len);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateLuxGen':
- unif01.c:571:4: warning: 'strncat' specified bound 28 equals source length [-Wstringop-overflow=]
-   571 |    strncat (name, "\nunif01_CreateLuxGen:   k = ", len);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateTruncGen':
- unif01.c:640:4: warning: 'strncat' specified bound 32 equals source length [-Wstringop-overflow=]
-   640 |    strncat (name, "\nunif01_CreateTruncGen with b = ", len);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateBitBlockGen':
- unif01.c:771:4: warning: 'strncat' specified bound 29 equals source length [-Wstringop-overflow=]
-   771 |    strncat (name, "\nunif01_CreateBitBlockGen:   ", len2);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateBiasGen':
- unif01.c:482:4: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=]
-   482 |    strncat (name, str, len);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c:481:10: note: length computed here
-   481 |    len = strlen (str);
-       |          ^~~~~~~~~~~~
- unif01.c:486:4: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=]
-   486 |    strncat (name, str, len);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c:485:10: note: length computed here
-   485 |    len = strlen (str);
-       |          ^~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateLuxGen':
- unif01.c:574:4: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=]
-   574 |    strncat (name, str, len);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c:573:10: note: length computed here
-   573 |    len = strlen (str);
-       |          ^~~~~~~~~~~~
- unif01.c: In function 'unif01_CreateTruncGen':
- unif01.c:643:4: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=]
-   643 |    strncat (name, str, len);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~
- unif01.c:642:10: note: length computed here
-   642 |    len = strlen (str);
-       |          ^~~~~~~~~~~~
- ulec.c: In function 'ulec_CreateMRG31k3p':
- ulec.c:2178:4: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=]
-  2178 |    strncat (name, ")", (size_t) 1);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ubrent.c: In function 'ubrent_CreateXorgen64':
- ubrent.c:726:7: warning: 'strncat' specified bound 5 equals source length [-Wstringop-overflow=]
-   726 |       strncat (name, "FALSE", 5);
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~
- svaria.c: In function 'svaria_CollisionArgMax_00.isra':
- svaria.c:697:4: warning: 'strncat' specified bound 200 exceeds destination size 101 [-Wstringop-overflow=]
-   697 |    strncat (chaine, str, (size_t) LEN2);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- svaria.c:650:9: note: destination object allocated here
-   650 |    char chaine[LEN1 + 1] = "";
-       |         ^~~~~~
- svaria.c: In function 'svaria_SumLogs':
- svaria.c:434:4: warning: 'strncat' specified bound 200 exceeds destination size 101 [-Wstringop-overflow=]
-   434 |    strncat (chaine, str, (size_t) LEN2);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- svaria.c:417:9: note: destination object allocated here
-   417 |    char chaine[LEN1 + 1] = "";
-       |         ^~~~~~
- svaria.c: In function 'svaria_WeightDistrib':
- svaria.c:554:4: warning: 'strncat' specified bound 200 exceeds destination size 101 [-Wstringop-overflow=]
-   554 |    strncat (chaine, str, (size_t) LEN2);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- svaria.c:513:9: note: destination object allocated here
-   513 |    char chaine[LEN1 + 1] = "";
-       |         ^~~~~~
- svaria.c: In function 'svaria_SumCollector':
- svaria.c:905:4: warning: 'strncat' specified bound 200 exceeds destination size 101 [-Wstringop-overflow=]
-   905 |    strncat (chaine, str, (size_t) LEN2);
-       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- svaria.c:871:9: note: destination object allocated here
-   871 |    char chaine[LEN1 + 1] = "";
-       |         ^~~~~~
- ar: `u' modifier ignored since `D' is the default (see `U')
-> compiled  testu01.1.2.3-0.1
-> removed   testu01.1.2.3-0.1
-> installed testu01.1.2.3-0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 18:42.01 ---> saved as "6e94d6929612a6b80eaeba758d35081b672d00acfd12897cae33011b8ff1a10e"
Job succeeded
2026-03-25 18:42.12: Job succeeded