OCamllabs icon Home|Differences with the last checks|Previous runs


Building on rosemary

(from freebsd)
2025-09-05 22:16.03 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2025-09-05 22:16.03 ---> using "7afea9128a2830beedf345f0b46af5484579ebada7710165f445c6c5b18563a9" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q a8ca1f2ed32a2e0c0ef612751a5c8138ba63053e"))
2025-09-05 22:16.04 ---> using "4b09f3ffd1e48f901b26f31ca798573533eec20220a6793bddb478bac3216096" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
No configuration file found, using 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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2025-09-05 22:16.04 ---> using "d1d33df4dd7b0b7dd468ec8b552e202b835ea8fa2c115acc8ee2fdb092566bd8" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '5.3.0' 'ocaml-base-compiler.5.3.0'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.3.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-compiler.5.3.0  (https://github.com/ocaml/ocaml/releases/download/5.3.0/ocaml-5.3.0.tar.gz)
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3.0)
2025-09-05 22:16.04 ---> using "d2306c69a020ad7bbf0ed92c95e497666a4eaada7fd176352c55edb5c4df55d4" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2025-09-05 22:16.05 ---> using "8dfe7027bdb2cbf7cfee6570f492436fa7cd99bcf3ba96e3240060b7a6254610" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "opam remove -y mmo.1.0.1\
               \nopam install -vy mmo.1.0.1\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: mmo.1.0.1 | grep -q 'freebsd'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi \
               \n\
               \n\
               \nexit $res"))
[NOTE] mmo.1.0.1 is not installed.

Nothing to do.
The following actions will be performed:
=== install 24 packages
  - install batteries       3.9.0    [required by mmo]
  - install bitv            2.1      [required by mmo]
  - install bst             7.1.0    [required by mmo]
  - install camlp-streams   5.0.1    [required by batteries]
  - install conf-autoconf   0.2      [required by cpu]
  - install conf-nlopt      1        [required by nlopt]
  - install conf-pkg-config 4        [required by conf-nlopt]
  - install cpm             12.2.0   [required by mmo]
  - install cppo            1.8.0    [required by mmo]
  - install cpu             2.0.0    [required by parany]
  - install dolog           6.0.0    [required by mmo]
  - install dune            3.20.1   [required by mmo]
  - install genspir         1.0.1    [required by mmo]
  - install line_oriented   1.3.0    [required by mmo]
  - install minicli         5.0.2    [required by mmo]
  - install mmo             1.0.1
  - install nlopt           0.7.0    [required by mmo]
  - install num             1.6      [required by batteries]
  - install ocamlfind       1.9.8    [required by batteries, pyml]
  - install ocamlgraph      2.2.0    [required by mmo]
  - install parany          14.0.1   [required by mmo]
  - install pyml            20250807 [required by mmo]
  - install stdcompat       21.1     [required by pyml]
  - install vector3         1.0.0    [required by mmo]

The following system packages will first need to be installed:
    autoconf nlopt

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/local/bin/sudo "pkg" "install" "-y" "autoconf" "nlopt"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: .
- ..
- ...
- ..
- .. done
- Processing entries: 
- ..
- ..
- ...
- .
- .
- . done
- FreeBSD repository update completed. 35672 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 2.2.1 -> 2.2.2
- 
- Number of packages to be upgraded: 1
- 
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.2.2.pkg: .
- ..
- ..
- .
- ...
- . done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.2.1 to 2.2.2...
- [rosemary] [1/1] Extracting pkg-2.2.2: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 227 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	GraphicsMagick: 1.3.43_3,1
- 	Imath: 3.1.12
- 	adwaita-icon-theme: 47.0
- 	adwaita-icon-theme-legacy: 46.2
- 	alsa-lib: 1.2.13
- 	aom: 3.12.1
- 	arpack-ng: 3.9.1_4
- 	at-spi2-core: 2.56.4
- 	autoconf: 2.72
- 	autoconf-switch: 20220527
- 	avahi-app: 0.8_6
- 	binutils: 2.44,1
- 	blas: 3.12.1
- 	boehm-gc: 8.2.8
- 	boehm-gc-threaded: 8.2.8
- 	cairo: 1.18.2,3
- 	colord: 1.4.8
- 	cups: 2.4.11_1
- 	dav1d: 1.5.1_1
- 	dbus: 1.16.2_3,1
- 	dbus-glib: 0.114
- 	dejavu: 2.37_3
- 	desktop-file-utils: 0.28
- 	double-conversion: 3.3.1
- 	duktape-lib: 2.7.0
- 	enchant2: 2.8.10
- 	fftw3: 3.3.10_5
- 	fftw3-float: 3.3.10_5
- 	fltk: 1.3.10
- 	fontconfig: 2.15.0_3,1
- 	freetype2: 2.13.3
- 	fribidi: 1.0.16
- 	ftgl: 2.4.0_2,1
- 	gcc13: 13.3.0_3
- 	gdbm: 1.25
- 	gdk-pixbuf2: 2.42.12_2
- 	geoclue: 2.7.2
- 	giflib: 5.2.2
- 	gl2ps: 1.4.2_1
- 	glib: 2.84.1_2,2
- 	glib-networking: 2.80.1_1
- 	glpk: 5.0
- 	gmp: 6.3.0
- 	gnome_subr: 1.0
- 	gnuplot: 5.4.10_3
- 	gnutls: 3.8.10
- 	gobject-introspection: 1.84.0,1
- 	graphene: 1.10.8_1
- 	graphite2: 1.3.14
- 	gsed: 4.9
- 	gsettings-desktop-schemas: 47.1_2
- 	gstreamer1: 1.26.2
- 	gstreamer1-plugins: 1.26.2
- 	gstreamer1-plugins-bad: 1.26.2
- 	gstreamer1-plugins-gl: 1.26.2
- 	gtk-update-icon-cache: 3.24.42
- 	gtk3: 3.24.50
- 	guile-aclocal: 3.0.10
- 	guile3: 3.0.10
- 	harfbuzz: 10.3.0
- 	harfbuzz-icu: 10.3.0
- 	hdf5: 1.12.2_2,1
- 	hicolor-icon-theme: 0.18
- 	highway: 1.2.0
- 	hunspell: 1.7.2_1
- 	hwdata: 0.396,1
- 	hwloc2: 2.12.1_1
- 	hyphen: 2.8.8
- 	icu: 76.1,1
- 	iso-codes: 4.18.0
- 	jasper: 4.2.5
- 	java-zoneinfo: 2021.e
- 	javavmwrapper: 2.7.10
- 	jbigkit: 2.1_3
- 	jpeg-turbo: 3.1.1
- 	json-c: 0.18
- 	json-glib: 1.10.6
- 	lapack: 3.12.1
- 	lcms2: 2.17
- 	lerc: 4.0.0
- 	level-zero: 1.22.4
- 	libGLU: 9.0.3
- 	libICE: 1.1.2,1
- 	libSM: 1.2.6,1
- 	libX11: 1.8.12,1
- 	libXau: 1.0.12
- 	libXcomposite: 0.4.6_1,1
- 	libXcursor: 1.2.3
- 	libXdamage: 1.1.6
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXfixes: 6.0.1
- 	libXft: 2.3.8
- 	libXi: 1.8.2,1
- 	libXinerama: 1.1.5,1
- 	libXmu: 1.1.4,1
- 	libXrandr: 1.5.4
- 	libXrender: 0.9.12
- 	libXt: 1.3.0,1
- 	libXtst: 1.2.5
- 	libXxf86vm: 1.1.6
- 	libaec: 1.1.4
- 	libavif: 1.3.0_1
- 	libb2: 0.98.1_1
- 	libdaemon: 0.14_1
- 	libdatrie: 0.2.13_2
- 	libdeflate: 1.24
- 	libdrm: 2.4.123,1
- 	libedit: 3.1.20250104,1
- 	libepoll-shim: 0.0.20240608
- 	libepoxy: 1.5.10
- 	libevdev: 1.13.2
- 	libevent: 2.1.12
- 	libfabric: 1.15.1_4
- 	libfmt: 10.2.1
- 	libfontenc: 1.1.8
- 	libgcrypt: 1.11.2
- 	libgd: 2.3.3_13,1
- 	libglvnd: 1.7.0
- 	libgpg-error: 1.55
- 	libgudev: 237
- 	libgusb: 0.4.9_1
- 	libinotify: 20240724_1
- 	libinput: 1.27.1
- 	libjxl: 0.11.1_1
- 	libmspack: 0.11alpha
- 	libmtdev: 1.1.7
- 	libnotify: 0.8.6
- 	libosmesa: 24.1.7
- 	libpaper: 1.1.28_1
- 	libpciaccess: 0.18.1_1
- 	libproxy: 0.5.10
- 	librsvg2-rust: 2.60.0_3
- 	libsecret: 0.21.7_1
- 	libsoup: 2.74.3_1
- 	libsoup3: 3.6.5_2
- 	libsysinfo: 0.0.3_3
- 	libtasn1: 4.20.0_1
- 	libthai: 0.1.29_1
- 	libudev-devd: 0.6.0
- 	libunwind: 20240221_2
- 	libwacom: 2.12.1
- 	libwmf: 0.2.13_2
- 	libxcb: 1.17.0
- 	libxkbcommon: 1.8.1_3
- 	libxml2: 2.14.5
- 	libxshmfence: 1.3.3
- 	libxslt: 1.1.43_1
- 	libyuv: 0.0.1789_2
- 	llvm19: 19.1.7_1
- 	lua53: 5.3.6_1
- 	lzo2: 2.10_1
- 	m4: 1.4.19_1,1
- 	mesa-libs: 24.1.7_1
- 	mkfontscale: 1.2.3
- 	mpc: 1.3.1_1
- 	mpfr: 4.2.2,1
- 	mpich: 4.3.1
- 	nettle: 3.10.2
- 	nlopt: 2.10.0_1
- 	octave: 10.2.0
- 	openblas: 0.3.30,2
- 	openexr: 3.3.5
- 	openjdk8: 8.452.09.1_1
- 	orc: 0.4.41
- 	p11-kit: 0.25.5
- 	p5-Locale-libintl: 1.35
- 	p5-Text-Unidecode: 1.30
- 	p5-Unicode-EastAsianWidth: 12.0
- 	pango: 1.56.1
- 	pcre: 8.45_4
- 	pixman: 0.46.2
- 	png: 1.6.49
- 	polkit: 125_1
- 	portaudio: 19.6.0_7,1
- 	py311-cairo: 1.28.0,1
- 	py311-evdev: 1.9.1_1
- 	py311-libevdev: 0.11_2
- 	py311-numpy: 1.26.4_6,1
- 	py311-packaging: 25.0
- 	py311-pygobject: 3.50.0
- 	py311-pyudev: 0.24.1_1
- 	py311-six: 1.17.0
- 	pygobject-common: 3.50.0
- 	qhull: 8.0.2_3,1
- 	qrupdate: 1.1.2_14
- 	qscintilla2-qt6: 2.14.1,1
- 	qt6-5compat: 6.9.2
- 	qt6-base: 6.9.2
- 	qt6-base_sqldriver-sqlite: 6.9.2
- 	qt6-declarative: 6.9.2
- 	qt6-shadertools: 6.9.2
- 	qt6-svg: 6.9.2
- 	qt6-tools: 6.9.2
- 	shared-mime-info: 2.4_2
- 	spdlog: 1.15.2_2
- 	sqlite3: 3.50.2_1,1
- 	suitesparse-amd: 3.3.3
- 	suitesparse-btf: 2.3.2
- 	suitesparse-camd: 3.3.4
- 	suitesparse-ccolamd: 3.3.4
- 	suitesparse-cholmod: 5.3.3
- 	suitesparse-colamd: 3.3.4
- 	suitesparse-config: 7.10.3
- 	suitesparse-cxsparse: 4.4.1
- 	suitesparse-klu: 2.3.5
- 	suitesparse-spqr: 4.3.4_1
- 	suitesparse-umfpack: 6.3.5_1
- 	sundials: 7.2.1_4
- 	tex-kpathsea: 6.4.1
- 	texinfo: 7.1_11,1
- 	tiff: 4.7.0
- 	vmaf: 3.0.0
- 	vulkan-loader: 1.4.319
- 	wayland: 1.23.1_1
- 	webkit2-gtk_40: 2.46.6_1
- 	webp: 1.5.0
- 	woff2: 1.0.2_5
- 	wx30-gtk3: 3.0.5.1_6
- 	xcb-util: 0.4.1,1
- 	xcb-util-cursor: 0.1.5
- 	xcb-util-image: 0.4.1
- 	xcb-util-keysyms: 0.4.1
- 	xcb-util-renderutil: 0.3.10
- 	xcb-util-wm: 0.4.2
- 	xkeyboard-config: 2.41_4
- 	xorgproto: 2024.1
- 
- Number of packages to be installed: 227
- 
- The process will require 4 GiB more space.
- 760 MiB to be downloaded.
- [rosemary] [1/227] Fetching duktape-lib-2.7.0.pkg: .......... done
- [rosemary] [2/227] Fetching qhull-8.0.2_3,1.pkg: .....
- ..... done
- [rosemary] [3/227] Fetching hyphen-2.8.8.pkg: ..... done
- [rosemary] [4/227] Fetching freetype2-2.13.3.pkg: .......... done
- [rosemary] [5/227] Fetching libproxy-0.5.10.pkg: ....
- ...... done
- [rosemary] [6/227] Fetching libglvnd-1.7.0.pkg: .......... done
- [rosemary] [7/227] Fetching libwacom-2.12.1.pkg: ......... done
- [rosemary] [8/227] Fetching libwmf-0.2.13_2.pkg: .......... done
- [rosemary] [9/227] Fetching sundials-7.2.1_4.pkg: .......... done
- [rosemary] [10/227] Fetching py311-numpy-1.26.4_6,1.pkg: .
- ........
- . done
- [rosemary] [11/227] Fetching gobject-introspection-1.84.0,1.pkg: .......... done
- [rosemary] [12/227] Fetching nettle-3.10.2.pkg: .......... done
- [rosemary] [13/227] Fetching lzo2-2.10_1.pkg: ....... done
- [rosemary] [14/227] Fetching adwaita-icon-theme-legacy-46.2.pkg: .......... done
- [rosemary] [15/227] Fetching lcms2-2.17.pkg: .......... done
- [rosemary] [16/227] Fetching adwaita-icon-theme-47.0.pkg: .......... done
- [rosemary] [17/227] Fetching woff2-1.0.2_5.pkg: .... done
- [rosemary] [18/227] Fetching libb2-0.98.1_1.pkg: ... done
- [rosemary] [19/227] Fetching suitesparse-cholmod-5.3.3.pkg: .......... done
- [rosemary] [20/227] Fetching libthai-0.1.29_1.pkg: .......... done
- [rosemary] [21/227] Fetching polkit-125_1.pkg: .......... done
- [rosemary] [22/227] Fetching libsoup3-3.6.5_2.pkg: .......... done
- [rosemary] [23/227] Fetching gtk-update-icon-cache-3.24.42.pkg: ...... done
- [rosemary] [24/227] Fetching boehm-gc-threaded-8.2.8.pkg: .......... done
- [rosemary] [25/227] Fetching libXxf86vm-1.1.6.pkg: . done
- [rosemary] [26/227] Fetching libmspack-0.11alpha.pkg: ..... done
- [rosemary] [27/227] Fetching vmaf-3.0.0.pkg: .......... done
- [rosemary] [28/227] Fetching xcb-util-renderutil-0.3.10.pkg: . done
- [rosemary] [29/227] Fetching libXfixes-6.0.1.pkg: . done
- [rosemary] [30/227] Fetching aom-3.12.1.pkg: .......... done
- [rosemary] [31/227] Fetching GraphicsMagick-1.3.43_3,1.pkg: .......... done
- [rosemary] [32/227] Fetching libgd-2.3.3_13,1.pkg: .......... done
- [rosemary] [33/227] Fetching gdk-pixbuf2-2.42.12_2.pkg: .......... done
- [rosemary] [34/227] Fetching icu-76.1,1.pkg: .........
- . done
- [rosemary] [35/227] Fetching libgusb-0.4.9_1.pkg: .......... done
- [rosemary] [36/227] Fetching gnutls-3.8.10.pkg: .......... done
- [rosemary] [37/227] Fetching libepoll-shim-0.0.20240608.pkg: . done
- [rosemary] [38/227] Fetching py311-cairo-1.28.0,1.pkg: ....... done
- [rosemary] [39/227] Fetching libX11-1.8.12,1.pkg: .......... done
- [rosemary] [40/227] Fetching giflib-5.2.2.pkg: .......... done
- [rosemary] [41/227] Fetching libsoup-2.74.3_1.pkg: .......... done
- [rosemary] [42/227] Fetching guile-aclocal-3.0.10.pkg: . done
- [rosemary] [43/227] Fetching xorgproto-2024.1.pkg: .......... done
- [rosemary] [44/227] Fetching suitesparse-ccolamd-3.3.4.pkg: ... done
- [rosemary] [45/227] Fetching libXtst-1.2.5.pkg: . done
- [rosemary] [46/227] Fetching libXft-2.3.8.pkg: ..... done
- [rosemary] [47/227] Fetching xcb-util-0.4.1,1.pkg: . done
- [rosemary] [48/227] Fetching texinfo-7.1_11,1.pkg: .......... done
- [rosemary] [49/227] Fetching cairo-1.18.2,3.pkg: .......... done
- [rosemary] [50/227] Fetching graphite2-1.3.14.pkg: ....... done
- [rosemary] [51/227] Fetching shared-mime-info-2.4_2.pkg: ........ done
- [rosemary] [52/227] Fetching libgudev-237.pkg: ... done
- [rosemary] [53/227] Fetching hunspell-1.7.2_1.pkg: ....
- ...... done
- [rosemary] [54/227] Fetching alsa-lib-1.2.13.pkg: ....... done
- [rosemary] [55/227] Fetching libevent-2.1.12.pkg: ........ done
- [rosemary] [56/227] Fetching libevdev-1.13.2.pkg: .... done
- [rosemary] [57/227] Fetching suitesparse-amd-3.3.3.pkg: ........ done
- [rosemary] [58/227] Fetching libpciaccess-0.18.1_1.pkg: . done
- [rosemary] [59/227] Fetching gdbm-1.25.pkg: .......... done
- [rosemary] [60/227] Fetching vulkan-loader-1.4.319.pkg: ......... done
- [rosemary] [61/227] Fetching avahi-app-0.8_6.pkg: ..
- ........ done
- [rosemary] [62/227] Fetching enchant2-2.8.10.pkg: ..... done
- [rosemary] [63/227] Fetching gstreamer1-plugins-1.26.2.pkg: .......... done
- [rosemary] [64/227] Fetching hwloc2-2.12.1_1.pkg: .......... done
- [rosemary] [65/227] Fetching dbus-1.16.2_3,1.pkg: .......... done
- [rosemary] [66/227] Fetching desktop-file-utils-0.28.pkg: .. done
- [rosemary] [67/227] Fetching json-glib-1.10.6.pkg: .......... done
- [rosemary] [68/227] Fetching webkit2-gtk_40-2.46.6_1.pkg: 
- ..
- .
- ..
- ..
- ... done
- [rosemary] [69/227] Fetching libsecret-0.21.7_1.pkg: .......... done
- [rosemary] [70/227] Fetching java-zoneinfo-2021.e.pkg: ..... done
- [rosemary] [71/227] Fetching pygobject-common-3.50.0.pkg: . done
- [rosemary] [72/227] Fetching libunwind-20240221_2.pkg: .......... done
- [rosemary] [73/227] Fetching p5-Unicode-EastAsianWidth-12.0.pkg: . done
- [rosemary] [74/227] Fetching jasper-4.2.5.pkg: .......... done
- [rosemary] [75/227] Fetching libfmt-10.2.1.pkg: .......... done
- [rosemary] [76/227] Fetching Imath-3.1.12.pkg: .......... done
- [rosemary] [77/227] Fetching ftgl-2.4.0_2,1.pkg: ....... done
- [rosemary] [78/227] Fetching dbus-glib-0.114.pkg: .......... done
- [rosemary] [79/227] Fetching libsysinfo-0.0.3_3.pkg: . done
- [rosemary] [80/227] Fetching libXau-1.0.12.pkg: . done
- [rosemary] [81/227] Fetching mpich-4.3.1.pkg: ..
- ........ done
- [rosemary] [82/227] Fetching libXcomposite-0.4.6_1,1.pkg: . done
- [rosemary] [83/227] Fetching suitesparse-spqr-4.3.4_1.pkg: .......... done
- [rosemary] [84/227] Fetching libyuv-0.0.1789_2.pkg: .......... done
- [rosemary] [85/227] Fetching fontconfig-2.15.0_3,1.pkg: .......... done
- [rosemary] [86/227] Fetching fftw3-float-3.3.10_5.pkg: .......... done
- [rosemary] [87/227] Fetching at-spi2-core-2.56.4.pkg: .......... done
- [rosemary] [88/227] Fetching gsettings-desktop-schemas-47.1_2.pkg: .......... done
- [rosemary] [89/227] Fetching pcre-8.45_4.pkg: .......... done
- [rosemary] [90/227] Fetching fftw3-3.3.10_5.pkg: .......... done
- [rosemary] [91/227] Fetching double-conversion-3.3.1.pkg: .... done
- [rosemary] [92/227] Fetching glib-2.84.1_2,2.pkg: ..
- ........ done
- [rosemary] [93/227] Fetching libosmesa-24.1.7.pkg: .......... done
- [rosemary] [94/227] Fetching geoclue-2.7.2.pkg: ......... done
- [rosemary] [95/227] Fetching libxkbcommon-1.8.1_3.pkg: .......... done
- [rosemary] [96/227] Fetching jbigkit-2.1_3.pkg: ..... done
- [rosemary] [97/227] Fetching gcc13-13.3.0_3.pkg: 
- .
- .
- .
- ..
- ..
- ..
- . done
- [rosemary] [98/227] Fetching libdaemon-0.14_1.pkg: .. done
- [rosemary] [99/227] Fetching qt6-base-6.9.2.pkg: .....
- ..... done
- [rosemary] [100/227] Fetching blas-3.12.1.pkg: ......
- .... done
- [rosemary] [101/227] Fetching iso-codes-4.18.0.pkg: .......... done
- [rosemary] [102/227] Fetching libXdmcp-1.1.5.pkg: . done
- [rosemary] [103/227] Fetching gl2ps-1.4.2_1.pkg: .......... done
- [rosemary] [104/227] Fetching tiff-4.7.0.pkg: .......... done
- [rosemary] [105/227] Fetching qt6-shadertools-6.9.2.pkg: ....
- ...... done
- [rosemary] [106/227] Fetching dejavu-2.37_3.pkg: .......... done
- [rosemary] [107/227] Fetching libnotify-0.8.6.pkg: ... done
- [rosemary] [108/227] Fetching libGLU-9.0.3.pkg: .......... done
- [rosemary] [109/227] Fetching openblas-0.3.30,2.pkg: ...
- ....... done
- [rosemary] [110/227] Fetching lerc-4.0.0.pkg: ......... done
- [rosemary] [111/227] Fetching autoconf-2.72.pkg: .
- ......... done
- [rosemary] [112/227] Fetching py311-pygobject-3.50.0.pkg: .......... done
- [rosemary] [113/227] Fetching png-1.6.49.pkg: .......... done
- [rosemary] [114/227] Fetching glib-networking-2.80.1_1.pkg: ......... done
- [rosemary] [115/227] Fetching javavmwrapper-2.7.10.pkg: . done
- [rosemary] [116/227] Fetching libxcb-1.17.0.pkg: .......... done
- [rosemary] [117/227] Fetching libdatrie-0.2.13_2.pkg: .. done
- [rosemary] [118/227] Fetching p5-Text-Unidecode-1.30.pkg: ....... done
- [rosemary] [119/227] Fetching jpeg-turbo-3.1.1.pkg: .......... done
- [rosemary] [120/227] Fetching graphene-1.10.8_1.pkg: .......... done
- [rosemary] [121/227] Fetching librsvg2-rust-2.60.0_3.pkg: .......... done
- [rosemary] [122/227] Fetching libXt-1.3.0,1.pkg: .......... done
- [rosemary] [123/227] Fetching suitesparse-camd-3.3.4.pkg: .......... done
- [rosemary] [124/227] Fetching suitesparse-cxsparse-4.4.1.pkg: ........ done
- [rosemary] [125/227] Fetching gstreamer1-plugins-bad-1.26.2.pkg: .
- ......... done
- [rosemary] [126/227] Fetching libxslt-1.1.43_1.pkg: .......... done
- [rosemary] [127/227] Fetching hdf5-1.12.2_2,1.pkg: .....
- ..... done
- [rosemary] [128/227] Fetching cups-2.4.11_1.pkg: .......... done
- [rosemary] [129/227] Fetching libXrandr-1.5.4.pkg: .. done
- [rosemary] [130/227] Fetching py311-six-1.17.0.pkg: .. done
- [rosemary] [131/227] Fetching xcb-util-wm-0.4.2.pkg: .. done
- [rosemary] [132/227] Fetching wx30-gtk3-3.0.5.1_6.pkg: ....
- ...... done
- [rosemary] [133/227] Fetching mkfontscale-1.2.3.pkg: . done
- [rosemary] [134/227] Fetching json-c-0.18.pkg: ..... done
- [rosemary] [135/227] Fetching libdeflate-1.24.pkg: ...... done
- [rosemary] [136/227] Fetching fribidi-1.0.16.pkg: ...... done
- [rosemary] [137/227] Fetching fltk-1.3.10.pkg: .....
- ..... done
- [rosemary] [138/227] Fetching libXdamage-1.1.6.pkg: . done
- [rosemary] [139/227] Fetching libdrm-2.4.123,1.pkg: .......... done
- [rosemary] [140/227] Fetching libtasn1-4.20.0_1.pkg: .......... done
- [rosemary] [141/227] Fetching qscintilla2-qt6-2.14.1,1.pkg: .......... done
- [rosemary] [142/227] Fetching libXinerama-1.1.5,1.pkg: . done
- [rosemary] [143/227] Fetching gnome_subr-1.0.pkg: . done
- [rosemary] [144/227] Fetching libxml2-2.14.5.pkg: .......... done
- [rosemary] [145/227] Fetching wayland-1.23.1_1.pkg: ......... done
- [rosemary] [146/227] Fetching orc-0.4.41.pkg: .......... done
- [rosemary] [147/227] Fetching lua53-5.3.6_1.pkg: .......... done
- [rosemary] [148/227] Fetching libxshmfence-1.3.3.pkg: . done
- [rosemary] [149/227] Fetching hicolor-icon-theme-0.18.pkg: . done
- [rosemary] [150/227] Fetching py311-libevdev-0.11_2.pkg: ... done
- [rosemary] [151/227] Fetching py311-packaging-25.0.pkg: ........ done
- [rosemary] [152/227] Fetching harfbuzz-icu-10.3.0.pkg: . done
- [rosemary] [153/227] Fetching libpaper-1.1.28_1.pkg: . done
- [rosemary] [154/227] Fetching colord-1.4.8.pkg: .......... done
- [rosemary] [155/227] Fetching libjxl-0.11.1_1.pkg: ..
- ........ done
- [rosemary] [156/227] Fetching llvm19-19.1.7_1.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .. done
- [rosemary] [157/227] Fetching portaudio-19.6.0_7,1.pkg: ......... done
- [rosemary] [158/227] Fetching suitesparse-umfpack-6.3.5_1.pkg: .......... done
- [rosemary] [159/227] Fetching libXrender-0.9.12.pkg: ... done
- [rosemary] [160/227] Fetching tex-kpathsea-6.4.1.pkg: .. done
- [rosemary] [161/227] Fetching libXi-1.8.2,1.pkg: ........ done
- [rosemary] [162/227] Fetching gtk3-3.24.50.pkg: .......... done
- [rosemary] [163/227] Fetching guile3-3.0.10.pkg: .......... done
- [rosemary] [164/227] Fetching webp-1.5.0.pkg: .......... done
- [rosemary] [165/227] Fetching libepoxy-1.5.10.pkg: .......... done
- [rosemary] [166/227] Fetching hwdata-0.396,1.pkg: .......... done
- [rosemary] [167/227] Fetching xcb-util-keysyms-0.4.1.pkg: . done
- [rosemary] [168/227] Fetching libinput-1.27.1.pkg: .......... done
- [rosemary] [169/227] Fetching harfbuzz-10.3.0.pkg: .......... done
- [rosemary] [170/227] Fetching mesa-libs-24.1.7_1.pkg: .......... done
- [rosemary] [171/227] Fetching libinotify-20240724_1.pkg: .. done
- [rosemary] [172/227] Fetching qt6-5compat-6.9.2.pkg: .......... done
- [rosemary] [173/227] Fetching gstreamer1-plugins-gl-1.26.2.pkg: .......... done
- [rosemary] [174/227] Fetching nlopt-2.10.0_1.pkg: .......... done
- [rosemary] [175/227] Fetching libedit-3.1.20250104,1.pkg: .......... done
- [rosemary] [176/227] Fetching qrupdate-1.1.2_14.pkg: ... done
- [rosemary] [177/227] Fetching libXcursor-1.2.3.pkg: .. done
- [rosemary] [178/227] Fetching libfontenc-1.1.8.pkg: . done
- [rosemary] [179/227] Fetching highway-1.2.0.pkg: .......... done
- [rosemary] [180/227] Fetching libgcrypt-1.11.2.pkg: ......... done
- [rosemary] [181/227] Fetching libudev-devd-0.6.0.pkg: .. done
- [rosemary] [182/227] Fetching libavif-1.3.0_1.pkg: .......... done
- [rosemary] [183/227] Fetching libaec-1.1.4.pkg: .. done
- [rosemary] [184/227] Fetching lapack-3.12.1.pkg: .......... done
- [rosemary] [185/227] Fetching pango-1.56.1.pkg: .......... done
- [rosemary] [186/227] Fetching arpack-ng-3.9.1_4.pkg: .......... done
- [rosemary] [187/227] Fetching libgpg-error-1.55.pkg: .......... done
- [rosemary] [188/227] Fetching gmp-6.3.0.pkg: ........ done
- [rosemary] [189/227] Fetching gstreamer1-1.26.2.pkg: .......... done
- [rosemary] [190/227] Fetching mpfr-4.2.2,1.pkg: .......... done
- [rosemary] [191/227] Fetching suitesparse-config-7.10.3.pkg: ... done
- [rosemary] [192/227] Fetching libXext-1.3.6,1.pkg: ....... done
- [rosemary] [193/227] Fetching gsed-4.9.pkg: .......... done
- [rosemary] [194/227] Fetching suitesparse-colamd-3.3.4.pkg: .. done
- [rosemary] [195/227] Fetching openjdk8-8.452.09.1_1.pkg: 
- ...
- ...
- ...
- . done
- [rosemary] [196/227] Fetching p5-Locale-libintl-1.35.pkg: .......... done
- [rosemary] [197/227] Fetching qt6-base_sqldriver-sqlite-6.9.2.pkg: ... done
- [rosemary] [198/227] Fetching level-zero-1.22.4.pkg: .......... done
- [rosemary] [199/227] Fetching p11-kit-0.25.5.pkg: .......... done
- [rosemary] [200/227] Fetching octave-10.2.0.pkg: ......
- .... done
- [rosemary] [201/227] Fetching suitesparse-btf-2.3.2.pkg: . done
- [rosemary] [202/227] Fetching libICE-1.1.2,1.pkg: ...... done
- [rosemary] [203/227] Fetching libXmu-1.1.4,1.pkg: ....... done
- [rosemary] [204/227] Fetching libfabric-1.15.1_4.pkg: .......... done
- [rosemary] [205/227] Fetching glpk-5.0.pkg: .......... done
- [rosemary] [206/227] Fetching boehm-gc-8.2.8.pkg: .......... done
- [rosemary] [207/227] Fetching pixman-0.46.2.pkg: .......... done
- [rosemary] [208/227] Fetching dav1d-1.5.1_1.pkg: .......... done
- [rosemary] [209/227] Fetching m4-1.4.19_1,1.pkg: .......... done
- [rosemary] [210/227] Fetching sqlite3-3.50.2_1,1.pkg: .......... done
- [rosemary] [211/227] Fetching mpc-1.3.1_1.pkg: ....... done
- [rosemary] [212/227] Fetching libSM-1.2.6,1.pkg: . done
- [rosemary] [213/227] Fetching py311-evdev-1.9.1_1.pkg: ..... done
- [rosemary] [214/227] Fetching qt6-svg-6.9.2.pkg: .......... done
- [rosemary] [215/227] Fetching openexr-3.3.5.pkg: .......... done
- [rosemary] [216/227] Fetching xcb-util-image-0.4.1.pkg: . done
- [rosemary] [217/227] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [rosemary] [218/227] Fetching spdlog-1.15.2_2.pkg: .......... done
- [rosemary] [219/227] Fetching libmtdev-1.1.7.pkg: . done
- [rosemary] [220/227] Fetching qt6-tools-6.9.2.pkg: .......... done
- [rosemary] [221/227] Fetching py311-pyudev-0.24.1_1.pkg: ..... done
- [rosemary] [222/227] Fetching qt6-declarative-6.9.2.pkg: .......... done
- [rosemary] [223/227] Fetching binutils-2.44,1.pkg: .....
- ..... done
- [rosemary] [224/227] Fetching suitesparse-klu-2.3.5.pkg: .......... done
- [rosemary] [225/227] Fetching autoconf-switch-20220527.pkg: . done
- [rosemary] [226/227] Fetching gnuplot-5.4.10_3.pkg: .......... done
- [rosemary] [227/227] Fetching xcb-util-cursor-0.1.5.pkg: . done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [1/227] Installing Imath-3.1.12...
- [rosemary] [1/227] Extracting Imath-3.1.12: .......... done
- [rosemary] [2/227] Installing alsa-lib-1.2.13...
- [rosemary] [2/227] Extracting alsa-lib-1.2.13: .......... done
- [rosemary] [3/227] Installing autoconf-switch-20220527...
- [rosemary] [3/227] Extracting autoconf-switch-20220527: .......... done
- [rosemary] [4/227] Installing binutils-2.44,1...
- [rosemary] [4/227] Extracting binutils-2.44,1: .......
- ... done
- [rosemary] [5/227] Installing boehm-gc-8.2.8...
- [rosemary] [5/227] Extracting boehm-gc-8.2.8: .......... done
- [rosemary] [6/227] Installing boehm-gc-threaded-8.2.8...
- [rosemary] [6/227] Extracting boehm-gc-threaded-8.2.8: .......... done
- [rosemary] [7/227] Installing dav1d-1.5.1_1...
- [rosemary] [7/227] Extracting dav1d-1.5.1_1: .......... done
- [rosemary] [8/227] Installing double-conversion-3.3.1...
- [rosemary] [8/227] Extracting double-conversion-3.3.1: .......... done
- [rosemary] [9/227] Installing duktape-lib-2.7.0...
- [rosemary] [9/227] Extracting duktape-lib-2.7.0: ......... done
- [rosemary] [10/227] Installing fftw3-3.3.10_5...
- [rosemary] [10/227] Extracting fftw3-3.3.10_5: .......... done
- [rosemary] [11/227] Installing fftw3-float-3.3.10_5...
- [rosemary] [11/227] Extracting fftw3-float-3.3.10_5: ..
- ........ done
- [rosemary] [12/227] Installing fribidi-1.0.16...
- [rosemary] [12/227] Extracting fribidi-1.0.16: .......... done
- [rosemary] [13/227] Installing gdbm-1.25...
- [rosemary] [13/227] Extracting gdbm-1.25: .......... done
- [rosemary] [14/227] Installing giflib-5.2.2...
- [rosemary] [14/227] Extracting giflib-5.2.2: .......... done
- [rosemary] [15/227] Installing gmp-6.3.0...
- [rosemary] [15/227] Extracting gmp-6.3.0: .......... done
- [rosemary] [16/227] Installing glpk-5.0...
- [rosemary] [16/227] Extracting glpk-5.0: .......... done
- [rosemary] [17/227] Installing gnome_subr-1.0...
- [rosemary] [17/227] Extracting gnome_subr-1.0: .... done
- [rosemary] [18/227] Installing graphite2-1.3.14...
- [rosemary] [18/227] Extracting graphite2-1.3.14: .......... done
- [rosemary] [19/227] Installing gsed-4.9...
- [rosemary] [19/227] Extracting gsed-4.9: .......... done
- [rosemary] [20/227] Installing guile-aclocal-3.0.10...
- [rosemary] [20/227] Extracting guile-aclocal-3.0.10: ..... done
- [rosemary] [21/227] Installing guile3-3.0.10...
- [rosemary] [21/227] Extracting guile3-3.0.10: ....
- ...... done
- [rosemary] [22/227] Installing hicolor-icon-theme-0.18...
- [rosemary] [22/227] Extracting hicolor-icon-theme-0.18: . done
- [rosemary] [23/227] Installing highway-1.2.0...
- [rosemary] [23/227] Extracting highway-1.2.0: .......... done
- [rosemary] [24/227] Installing hunspell-1.7.2_1...
- [rosemary] [24/227] Extracting hunspell-1.7.2_1: .......... done
- [rosemary] [25/227] Installing hwdata-0.396,1...
- [rosemary] [25/227] Extracting hwdata-0.396,1: .......... done
- [rosemary] [26/227] Installing hyphen-2.8.8...
- [rosemary] [26/227] Extracting hyphen-2.8.8: .......... done
- [rosemary] [27/227] Installing icu-76.1,1...
- [rosemary] [27/227] Extracting icu-76.1,1: .......... done
- [rosemary] [28/227] Installing iso-codes-4.18.0...
- [rosemary] [28/227] Extracting iso-codes-4.18.0: .......... done
- [rosemary] [29/227] Installing java-zoneinfo-2021.e...
- [rosemary] [29/227] Extracting java-zoneinfo-2021.e: .......... done
- [rosemary] [30/227] Installing javavmwrapper-2.7.10...
- [rosemary] [30/227] Extracting javavmwrapper-2.7.10: .......... done
- [rosemary] [31/227] Installing jbigkit-2.1_3...
- [rosemary] [31/227] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [32/227] Installing jpeg-turbo-3.1.1...
- [rosemary] [32/227] Extracting jpeg-turbo-3.1.1: .......... done
- [rosemary] [33/227] Installing jasper-4.2.5...
- [rosemary] [33/227] Extracting jasper-4.2.5: .......... done
- [rosemary] [34/227] Installing json-c-0.18...
- [rosemary] [34/227] Extracting json-c-0.18: .......... done
- [rosemary] [35/227] Installing lerc-4.0.0...
- [rosemary] [35/227] Extracting lerc-4.0.0: ........ done
- [rosemary] [36/227] Installing libICE-1.1.2,1...
- [rosemary] [36/227] Extracting libICE-1.1.2,1: .......... done
- [rosemary] [37/227] Installing libSM-1.2.6,1...
- [rosemary] [37/227] Extracting libSM-1.2.6,1: .......... done
- [rosemary] [38/227] Installing libXau-1.0.12...
- [rosemary] [38/227] Extracting libXau-1.0.12: .......... done
- [rosemary] [39/227] Installing libaec-1.1.4...
- [rosemary] [39/227] Extracting libaec-1.1.4: .......... done
- [rosemary] [40/227] Installing libb2-0.98.1_1...
- [rosemary] [40/227] Extracting libb2-0.98.1_1: ........ done
- [rosemary] [41/227] Installing libdaemon-0.14_1...
- [rosemary] [41/227] Extracting libdaemon-0.14_1: .......... done
- [rosemary] [42/227] Installing libdatrie-0.2.13_2...
- [rosemary] [42/227] Extracting libdatrie-0.2.13_2: .......... done
- [rosemary] [43/227] Installing libdeflate-1.24...
- [rosemary] [43/227] Extracting libdeflate-1.24: .......... done
- [rosemary] [44/227] Installing libedit-3.1.20250104,1...
- [rosemary] [44/227] Extracting libedit-3.1.20250104,1: .......... done
- [rosemary] [45/227] Installing libepoll-shim-0.0.20240608...
- [rosemary] [45/227] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [46/227] Installing libevdev-1.13.2...
- [rosemary] [46/227] Extracting libevdev-1.13.2: .......... done
- [rosemary] [47/227] Installing libevent-2.1.12...
- [rosemary] [47/227] Extracting libevent-2.1.12: .......... done
- [rosemary] [48/227] Installing libfabric-1.15.1_4...
- [rosemary] [48/227] Extracting libfabric-1.15.1_4: .......... done
- [rosemary] [49/227] Installing libfmt-10.2.1...
- [rosemary] [49/227] Extracting libfmt-10.2.1: .......... done
- [rosemary] [50/227] Installing libfontenc-1.1.8...
- [rosemary] [50/227] Extracting libfontenc-1.1.8: ......... done
- [rosemary] [51/227] Installing libgpg-error-1.55...
- [rosemary] [51/227] Extracting libgpg-error-1.55: .......... done
- [rosemary] [52/227] Installing libgcrypt-1.11.2...
- [rosemary] [52/227] Extracting libgcrypt-1.11.2: .......... done
- [rosemary] [53/227] Installing libinotify-20240724_1...
- [rosemary] [53/227] Extracting libinotify-20240724_1: .......... done
- [rosemary] [54/227] Installing libmspack-0.11alpha...
- [rosemary] [54/227] Extracting libmspack-0.11alpha: ......... done
- [rosemary] [55/227] Installing libmtdev-1.1.7...
- [rosemary] [55/227] Extracting libmtdev-1.1.7: .......... done
- [rosemary] [56/227] Installing libpaper-1.1.28_1...
- [rosemary] [56/227] Extracting libpaper-1.1.28_1: .......... done
- [rosemary] [57/227] Installing libpciaccess-0.18.1_1...
- [rosemary] [57/227] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [58/227] Installing libdrm-2.4.123,1...
- [rosemary] [58/227] Extracting libdrm-2.4.123,1: .......... done
- [rosemary] [59/227] Installing libsysinfo-0.0.3_3...
- [rosemary] [59/227] Extracting libsysinfo-0.0.3_3: ......... done
- [rosemary] [60/227] Installing libtasn1-4.20.0_1...
- [rosemary] [60/227] Extracting libtasn1-4.20.0_1: .......... done
- [rosemary] [61/227] Installing libthai-0.1.29_1...
- [rosemary] [61/227] Extracting libthai-0.1.29_1: .....
- ..... done
- [rosemary] [62/227] Installing libudev-devd-0.6.0...
- [rosemary] [62/227] Extracting libudev-devd-0.6.0: ........ done
- [rosemary] [63/227] Installing libunwind-20240221_2...
- [rosemary] [63/227] Extracting libunwind-20240221_2: .......... done
- [rosemary] [64/227] Installing libxml2-2.14.5...
- [rosemary] [64/227] Extracting libxml2-2.14.5: .......... done
- [rosemary] [65/227] Installing libxshmfence-1.3.3...
- [rosemary] [65/227] Extracting libxshmfence-1.3.3: ......... done
- [rosemary] [66/227] Installing libxslt-1.1.43_1...
- [rosemary] [66/227] Extracting libxslt-1.1.43_1: .......... done
- [rosemary] [67/227] Installing libyuv-0.0.1789_2...
- [rosemary] [67/227] Extracting libyuv-0.0.1789_2: .......... done
- [rosemary] [68/227] Installing lua53-5.3.6_1...
- [rosemary] [68/227] Extracting lua53-5.3.6_1: .......... done
- [rosemary] [69/227] Installing llvm19-19.1.7_1...
- [rosemary] [69/227] Extracting llvm19-19.1.7_1: 
- .....
- .
- .... done
- [rosemary] [70/227] Installing lzo2-2.10_1...
- [rosemary] [70/227] Extracting lzo2-2.10_1: .......... done
- [rosemary] [71/227] Installing m4-1.4.19_1,1...
- [rosemary] [71/227] Extracting m4-1.4.19_1,1: .......... done
- [rosemary] [72/227] Installing autoconf-2.72...
- [rosemary] [72/227] Extracting autoconf-2.72: .......... done
- [rosemary] [73/227] Installing mpfr-4.2.2,1...
- [rosemary] [73/227] Extracting mpfr-4.2.2,1: ...
- ....... done
- [rosemary] [74/227] Installing mpc-1.3.1_1...
- [rosemary] [74/227] Extracting mpc-1.3.1_1: ......... done
- [rosemary] [75/227] Installing gcc13-13.3.0_3...
- [rosemary] [75/227] Extracting gcc13-13.3.0_3: .........
- . done
- [rosemary] [76/227] Installing blas-3.12.1...
- [rosemary] [76/227] Extracting blas-3.12.1: ........ done
- [rosemary] [77/227] Installing hdf5-1.12.2_2,1...
- [rosemary] [77/227] Extracting hdf5-1.12.2_2,1: .......... done
- [rosemary] [78/227] Installing lapack-3.12.1...
- [rosemary] [78/227] Extracting lapack-3.12.1: ....
- ...... done
- [rosemary] [79/227] Installing nettle-3.10.2...
- [rosemary] [79/227] Extracting nettle-3.10.2: .......... done
- [rosemary] [80/227] Installing openblas-0.3.30,2...
- [rosemary] [80/227] Extracting openblas-0.3.30,2: ........
- .. done
- [rosemary] [81/227] Installing openexr-3.3.5...
- [rosemary] [81/227] Extracting openexr-3.3.5: .......... done
- [rosemary] [82/227] Installing orc-0.4.41...
- [rosemary] [82/227] Extracting orc-0.4.41: .......... done
- [rosemary] [83/227] Installing p11-kit-0.25.5...
- [rosemary] [83/227] Extracting p11-kit-0.25.5: .......... done
- [rosemary] [84/227] Installing gnutls-3.8.10...
- [rosemary] [84/227] Extracting gnutls-3.8.10: .......... done
- [rosemary] [85/227] Installing p5-Locale-libintl-1.35...
- [rosemary] [85/227] Extracting p5-Locale-libintl-1.35: .......... done
- [rosemary] [86/227] Installing p5-Text-Unidecode-1.30...
- [rosemary] [86/227] Extracting p5-Text-Unidecode-1.30: .......... done
- [rosemary] [87/227] Installing p5-Unicode-EastAsianWidth-12.0...
- [rosemary] [87/227] Extracting p5-Unicode-EastAsianWidth-12.0: ...... done
- [rosemary] [88/227] Installing pcre-8.45_4...
- [rosemary] [88/227] Extracting pcre-8.45_4: .......... done
- [rosemary] [89/227] Installing pixman-0.46.2...
- [rosemary] [89/227] Extracting pixman-0.46.2: ......... done
- [rosemary] [90/227] Installing png-1.6.49...
- [rosemary] [90/227] Extracting png-1.6.49: .......... done
- [rosemary] [91/227] Installing freetype2-2.13.3...
- [rosemary] [91/227] Extracting freetype2-2.13.3: .......... done
- [rosemary] [92/227] Installing fontconfig-2.15.0_3,1...
- [rosemary] [92/227] Extracting fontconfig-2.15.0_3,1: .......... done
- [rosemary] [93/227] Installing mkfontscale-1.2.3...
- [rosemary] [93/227] Extracting mkfontscale-1.2.3: ....... done
- [rosemary] [94/227] Installing dejavu-2.37_3...
- [rosemary] [94/227] Extracting dejavu-2.37_3: .......... done
- [rosemary] [95/227] Installing portaudio-19.6.0_7,1...
- [rosemary] [95/227] Extracting portaudio-19.6.0_7,1: .......... done
- [rosemary] [96/227] Installing py311-evdev-1.9.1_1...
- [rosemary] [96/227] Extracting py311-evdev-1.9.1_1: .......... done
- [rosemary] [97/227] Installing py311-libevdev-0.11_2...
- [rosemary] [97/227] Extracting py311-libevdev-0.11_2: .......... done
- [rosemary] [98/227] Installing py311-packaging-25.0...
- [rosemary] [98/227] Extracting py311-packaging-25.0: .......... done
- [rosemary] [99/227] Installing glib-2.84.1_2,2...
- [rosemary] [99/227] Extracting glib-2.84.1_2,2: ......
- .... done
- [rosemary] [100/227] Installing desktop-file-utils-0.28...
- [rosemary] [100/227] Extracting desktop-file-utils-0.28: .......... done
- Building cache database of MIME types
- [rosemary] [101/227] Installing enchant2-2.8.10...
- [rosemary] [101/227] Extracting enchant2-2.8.10: .......... done
- [rosemary] [102/227] Installing gobject-introspection-1.84.0,1...
- [rosemary] [102/227] Extracting gobject-introspection-1.84.0,1: .......... done
- [rosemary] [103/227] Installing gsettings-desktop-schemas-47.1_2...
- [rosemary] [103/227] Extracting gsettings-desktop-schemas-47.1_2: ......
- .... done
- [rosemary] [104/227] Installing gstreamer1-1.26.2...
- [rosemary] [104/227] Extracting gstreamer1-1.26.2: .......... done
- [rosemary] [105/227] Installing gstreamer1-plugins-1.26.2...
- [rosemary] [105/227] Extracting gstreamer1-plugins-1.26.2: .......... done
- [rosemary] [106/227] Installing harfbuzz-10.3.0...
- [rosemary] [106/227] Extracting harfbuzz-10.3.0: .......... done
- [rosemary] [107/227] Installing harfbuzz-icu-10.3.0...
- [rosemary] [107/227] Extracting harfbuzz-icu-10.3.0: ........ done
- [rosemary] [108/227] Installing json-glib-1.10.6...
- [rosemary] [108/227] Extracting json-glib-1.10.6: .......... done
- [rosemary] [109/227] Installing libgudev-237...
- [rosemary] [109/227] Extracting libgudev-237: .......... done
- [rosemary] [110/227] Installing libgusb-0.4.9_1...
- [rosemary] [110/227] Extracting libgusb-0.4.9_1: .......... done
- [rosemary] [111/227] Installing libproxy-0.5.10...
- [rosemary] [111/227] Extracting libproxy-0.5.10: .......... done
- [rosemary] [112/227] Installing glib-networking-2.80.1_1...
- [rosemary] [112/227] Extracting glib-networking-2.80.1_1: .......... done
- [rosemary] [113/227] Installing libsecret-0.21.7_1...
- [rosemary] [113/227] Extracting libsecret-0.21.7_1: .......... done
- [rosemary] [114/227] Installing libwacom-2.12.1...
- [rosemary] [114/227] Extracting libwacom-2.12.1: .......... done
- [rosemary] [115/227] Installing py311-six-1.17.0...
- [rosemary] [115/227] Extracting py311-six-1.17.0: .......... done
- [rosemary] [116/227] Installing py311-pyudev-0.24.1_1...
- [rosemary] [116/227] Extracting py311-pyudev-0.24.1_1: .......... done
- [rosemary] [117/227] Installing libinput-1.27.1...
- [rosemary] [117/227] Extracting libinput-1.27.1: .......... done
- [rosemary] [118/227] Installing pygobject-common-3.50.0...
- [rosemary] [118/227] Extracting pygobject-common-3.50.0: ..... done
- [rosemary] [119/227] Installing qhull-8.0.2_3,1...
- [rosemary] [119/227] Extracting qhull-8.0.2_3,1: .......... done
- [rosemary] [120/227] Installing qrupdate-1.1.2_14...
- [rosemary] [120/227] Extracting qrupdate-1.1.2_14: .... done
- [rosemary] [121/227] Installing shared-mime-info-2.4_2...
- [rosemary] [121/227] Extracting shared-mime-info-2.4_2: ......... done
- [rosemary] [122/227] Installing spdlog-1.15.2_2...
- [rosemary] [122/227] Extracting spdlog-1.15.2_2: .......... done
- [rosemary] [123/227] Installing level-zero-1.22.4...
- [rosemary] [123/227] Extracting level-zero-1.22.4: .......... done
- [rosemary] [124/227] Installing hwloc2-2.12.1_1...
- [rosemary] [124/227] Extracting hwloc2-2.12.1_1: .......... done
- [rosemary] [125/227] Installing mpich-4.3.1...
- [rosemary] [125/227] Extracting mpich-4.3.1: .......... done
- [rosemary] [126/227] Installing arpack-ng-3.9.1_4...
- [rosemary] [126/227] Extracting arpack-ng-3.9.1_4: .......... done
- [rosemary] [127/227] Installing sqlite3-3.50.2_1,1...
- [rosemary] [127/227] Extracting sqlite3-3.50.2_1,1: .......... done
- [rosemary] [128/227] Installing libsoup-2.74.3_1...
- [rosemary] [128/227] Extracting libsoup-2.74.3_1: .......... done
- [rosemary] [129/227] Installing libsoup3-3.6.5_2...
- [rosemary] [129/227] Extracting libsoup3-3.6.5_2: .......... done
- [rosemary] [130/227] Installing suitesparse-config-7.10.3...
- [rosemary] [130/227] Extracting suitesparse-config-7.10.3: .......... done
- [rosemary] [131/227] Installing suitesparse-amd-3.3.3...
- [rosemary] [131/227] Extracting suitesparse-amd-3.3.3: .......... done
- [rosemary] [132/227] Installing suitesparse-btf-2.3.2...
- [rosemary] [132/227] Extracting suitesparse-btf-2.3.2: .......... done
- [rosemary] [133/227] Installing suitesparse-camd-3.3.4...
- [rosemary] [133/227] Extracting suitesparse-camd-3.3.4: .......... done
- [rosemary] [134/227] Installing suitesparse-ccolamd-3.3.4...
- [rosemary] [134/227] Extracting suitesparse-ccolamd-3.3.4: .......... done
- [rosemary] [135/227] Installing suitesparse-colamd-3.3.4...
- [rosemary] [135/227] Extracting suitesparse-colamd-3.3.4: .......... done
- [rosemary] [136/227] Installing suitesparse-cholmod-5.3.3...
- [rosemary] [136/227] Extracting suitesparse-cholmod-5.3.3: .......... done
- [rosemary] [137/227] Installing suitesparse-cxsparse-4.4.1...
- [rosemary] [137/227] Extracting suitesparse-cxsparse-4.4.1: .......... done
- [rosemary] [138/227] Installing suitesparse-klu-2.3.5...
- [rosemary] [138/227] Extracting suitesparse-klu-2.3.5: .......... done
- [rosemary] [139/227] Installing suitesparse-spqr-4.3.4_1...
- [rosemary] [139/227] Extracting suitesparse-spqr-4.3.4_1: .......... done
- [rosemary] [140/227] Installing suitesparse-umfpack-6.3.5_1...
- [rosemary] [140/227] Extracting suitesparse-umfpack-6.3.5_1: .......... done
- [rosemary] [141/227] Installing py311-numpy-1.26.4_6,1...
- [rosemary] [141/227] Extracting py311-numpy-1.26.4_6,1: .......... done
- [rosemary] [142/227] Installing sundials-7.2.1_4...
- [rosemary] [142/227] Extracting sundials-7.2.1_4: .......... done
- [rosemary] [143/227] Installing tex-kpathsea-6.4.1...
- [rosemary] [143/227] Extracting tex-kpathsea-6.4.1: .......... done
- [rosemary] [144/227] Installing texinfo-7.1_11,1...
- [rosemary] [144/227] Extracting texinfo-7.1_11,1: .......... done
- [rosemary] [145/227] Installing tiff-4.7.0...
- [rosemary] [145/227] Extracting tiff-4.7.0: .......... done
- [rosemary] [146/227] Installing gdk-pixbuf2-2.42.12_2...
- [rosemary] [146/227] Extracting gdk-pixbuf2-2.42.12_2: .......... done
- [rosemary] [147/227] Installing gtk-update-icon-cache-3.24.42...
- [rosemary] [147/227] Extracting gtk-update-icon-cache-3.24.42: .......... done
- [rosemary] [148/227] Installing adwaita-icon-theme-legacy-46.2...
- [rosemary] [148/227] Extracting adwaita-icon-theme-legacy-46.2: .......... done
- [rosemary] [149/227] Installing adwaita-icon-theme-47.0...
- [rosemary] [149/227] Extracting adwaita-icon-theme-47.0: .......... done
- [rosemary] [150/227] Installing lcms2-2.17...
- [rosemary] [150/227] Extracting lcms2-2.17: .......... done
- [rosemary] [151/227] Installing libjxl-0.11.1_1...
- [rosemary] [151/227] Extracting libjxl-0.11.1_1: .......... done
- [rosemary] [152/227] Installing libnotify-0.8.6...
- [rosemary] [152/227] Extracting libnotify-0.8.6: .......... done
- [rosemary] [153/227] Installing geoclue-2.7.2...
- [rosemary] [153/227] Extracting geoclue-2.7.2: .......... done
- [rosemary] [154/227] Installing vmaf-3.0.0...
- [rosemary] [154/227] Extracting vmaf-3.0.0: .......... done
- [rosemary] [155/227] Installing aom-3.12.1...
- [rosemary] [155/227] Extracting aom-3.12.1: .......... done
- [rosemary] [156/227] Installing libavif-1.3.0_1...
- [rosemary] [156/227] Extracting libavif-1.3.0_1: .......... done
- [rosemary] [157/227] Installing wayland-1.23.1_1...
- [rosemary] [157/227] Extracting wayland-1.23.1_1: .......... done
- [rosemary] [158/227] Installing webp-1.5.0...
- [rosemary] [158/227] Extracting webp-1.5.0: .......... done
- [rosemary] [159/227] Installing libgd-2.3.3_13,1...
- [rosemary] [159/227] Extracting libgd-2.3.3_13,1: .......... done
- [rosemary] [160/227] Installing woff2-1.0.2_5...
- [rosemary] [160/227] Extracting woff2-1.0.2_5: .......... done
- [rosemary] [161/227] Installing xkeyboard-config-2.41_4...
- [rosemary] [161/227] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [162/227] Installing xorgproto-2024.1...
- [rosemary] [162/227] Extracting xorgproto-2024.1: .......... done
- [rosemary] [163/227] Installing libXdmcp-1.1.5...
- [rosemary] [163/227] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [164/227] Installing libxcb-1.17.0...
- [rosemary] [164/227] Extracting libxcb-1.17.0: .......... done
- [rosemary] [165/227] Installing libX11-1.8.12,1...
- [rosemary] [165/227] Extracting libX11-1.8.12,1: .......... done
- [rosemary] [166/227] Installing dbus-1.16.2_3,1...
- ===> Creating groups
- Creating group 'messagebus' with gid '556'
- ===> Creating users
- Creating user 'messagebus' with uid '556'
- [rosemary] [166/227] Extracting dbus-1.16.2_3,1: ......... done
- [rosemary] [167/227] Installing dbus-glib-0.114...
- [rosemary] [167/227] Extracting dbus-glib-0.114: .......... done
- [rosemary] [168/227] Installing avahi-app-0.8_6...
- ===> Creating groups
- Creating group 'avahi' with gid '558'
- ===> Creating users
- Creating user 'avahi' with uid '558'
- [rosemary] [168/227] Extracting avahi-app-0.8_6: .......... done
- [rosemary] [169/227] Installing cups-2.4.11_1...
- ===> Creating groups
- Creating group 'cups' with gid '193'
- ===> Creating users
- Creating user 'cups' with uid '193'
- [rosemary] [169/227] Extracting cups-2.4.11_1: .......... done
- [rosemary] [170/227] Installing libXext-1.3.6,1...
- [rosemary] [170/227] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [171/227] Installing libXfixes-6.0.1...
- [rosemary] [171/227] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [172/227] Installing libXcomposite-0.4.6_1,1...
- [rosemary] [172/227] Extracting libXcomposite-0.4.6_1,1: .......... done
- [rosemary] [173/227] Installing libXdamage-1.1.6...
- [rosemary] [173/227] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [174/227] Installing libXi-1.8.2,1...
- [rosemary] [174/227] Extracting libXi-1.8.2,1: .......... done
- [rosemary] [175/227] Installing libXinerama-1.1.5,1...
- [rosemary] [175/227] Extracting libXinerama-1.1.5,1: .......... done
- [rosemary] [176/227] Installing libXrender-0.9.12...
- [rosemary] [176/227] Extracting libXrender-0.9.12: .......... done
- [rosemary] [177/227] Installing cairo-1.18.2,3...
- [rosemary] [177/227] Extracting cairo-1.18.2,3: .......... done
- [rosemary] [178/227] Installing libXcursor-1.2.3...
- [rosemary] [178/227] Extracting libXcursor-1.2.3: .......... done
- [rosemary] [179/227] Installing libXft-2.3.8...
- [rosemary] [179/227] Extracting libXft-2.3.8: .......... done
- [rosemary] [180/227] Installing libXrandr-1.5.4...
- [rosemary] [180/227] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [181/227] Installing libXt-1.3.0,1...
- [rosemary] [181/227] Extracting libXt-1.3.0,1: .......... done
- [rosemary] [182/227] Installing libXmu-1.1.4,1...
- [rosemary] [182/227] Extracting libXmu-1.1.4,1: .......... done
- [rosemary] [183/227] Installing libXtst-1.2.5...
- [rosemary] [183/227] Extracting libXtst-1.2.5: .......... done
- [rosemary] [184/227] Installing at-spi2-core-2.56.4...
- [rosemary] [184/227] Extracting at-spi2-core-2.56.4: .......... done
- [rosemary] [185/227] Installing libXxf86vm-1.1.6...
- [rosemary] [185/227] Extracting libXxf86vm-1.1.6: .......... done
- [rosemary] [186/227] Installing libglvnd-1.7.0...
- [rosemary] [186/227] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [187/227] Installing gl2ps-1.4.2_1...
- [rosemary] [187/227] Extracting gl2ps-1.4.2_1: .......... done
- [rosemary] [188/227] Installing libGLU-9.0.3...
- [rosemary] [188/227] Extracting libGLU-9.0.3: ..... done
- [rosemary] [189/227] Installing fltk-1.3.10...
- [rosemary] [189/227] Extracting fltk-1.3.10: .......... done
- [rosemary] [190/227] Installing ftgl-2.4.0_2,1...
- [rosemary] [190/227] Extracting ftgl-2.4.0_2,1: .......... done
- [rosemary] [191/227] Installing libepoxy-1.5.10...
- [rosemary] [191/227] Extracting libepoxy-1.5.10: .......... done
- [rosemary] [192/227] Installing libwmf-0.2.13_2...
- [rosemary] [192/227] Extracting libwmf-0.2.13_2: .......... done
- [rosemary] [193/227] Installing GraphicsMagick-1.3.43_3,1...
- [rosemary] [193/227] Extracting GraphicsMagick-1.3.43_3,1: .......... done
- [rosemary] [194/227] Installing libxkbcommon-1.8.1_3...
- [rosemary] [194/227] Extracting libxkbcommon-1.8.1_3: .......... done
- [rosemary] [195/227] Installing mesa-libs-24.1.7_1...
- [rosemary] [195/227] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [196/227] Installing libosmesa-24.1.7...
- [rosemary] [196/227] Extracting libosmesa-24.1.7: ........ done
- [rosemary] [197/227] Installing openjdk8-8.452.09.1_1...
- [rosemary] [197/227] Extracting openjdk8-8.452.09.1_1: ......
- .... done
- [rosemary] [198/227] Installing pango-1.56.1...
- [rosemary] [198/227] Extracting pango-1.56.1: .......... done
- [rosemary] [199/227] Installing gstreamer1-plugins-bad-1.26.2...
- [rosemary] [199/227] Extracting gstreamer1-plugins-bad-1.26.2: .......... done
- [rosemary] [200/227] Installing librsvg2-rust-2.60.0_3...
- [rosemary] [200/227] Extracting librsvg2-rust-2.60.0_3: .......... done
- [rosemary] [201/227] Installing polkit-125_1...
- ===> Creating groups
- Creating group 'polkitd' with gid '565'
- ===> Creating users
- Creating user 'polkitd' with uid '565'
- [rosemary] [201/227] Extracting polkit-125_1: ......... done
- [rosemary] [202/227] Installing colord-1.4.8...
- ===> Creating groups
- Creating group 'colord' with gid '970'
- ===> Creating users
- Creating user 'colord' with uid '970'
- [rosemary] [202/227] Extracting colord-1.4.8: .........
- . done
- [rosemary] [203/227] Installing gtk3-3.24.50...
- [rosemary] [203/227] Extracting gtk3-3.24.50: .......... done
- [rosemary] [204/227] Installing py311-cairo-1.28.0,1...
- [rosemary] [204/227] Extracting py311-cairo-1.28.0,1: .......... done
- [rosemary] [205/227] Installing py311-pygobject-3.50.0...
- [rosemary] [205/227] Extracting py311-pygobject-3.50.0: .......... done
- [rosemary] [206/227] Installing graphene-1.10.8_1...
- [rosemary] [206/227] Extracting graphene-1.10.8_1: .......... done
- [rosemary] [207/227] Installing gstreamer1-plugins-gl-1.26.2...
- [rosemary] [207/227] Extracting gstreamer1-plugins-gl-1.26.2: .......... done
- [rosemary] [208/227] Installing vulkan-loader-1.4.319...
- [rosemary] [208/227] Extracting vulkan-loader-1.4.319: .......... done
- [rosemary] [209/227] Installing webkit2-gtk_40-2.46.6_1...
- [rosemary] [209/227] Extracting webkit2-gtk_40-2.46.6_1: .....
- ..... done
- [rosemary] [210/227] Installing wx30-gtk3-3.0.5.1_6...
- [rosemary] [210/227] Extracting wx30-gtk3-3.0.5.1_6: .......... done
- [rosemary] [211/227] Installing gnuplot-5.4.10_3...
- [rosemary] [211/227] Extracting gnuplot-5.4.10_3: .......... done
- [rosemary] [212/227] Installing xcb-util-0.4.1,1...
- [rosemary] [212/227] Extracting xcb-util-0.4.1,1: .......... done
- [rosemary] [213/227] Installing xcb-util-image-0.4.1...
- [rosemary] [213/227] Extracting xcb-util-image-0.4.1: .......... done
- [rosemary] [214/227] Installing xcb-util-keysyms-0.4.1...
- [rosemary] [214/227] Extracting xcb-util-keysyms-0.4.1: ......... done
- [rosemary] [215/227] Installing xcb-util-renderutil-0.3.10...
- [rosemary] [215/227] Extracting xcb-util-renderutil-0.3.10: ......... done
- [rosemary] [216/227] Installing xcb-util-cursor-0.1.5...
- [rosemary] [216/227] Extracting xcb-util-cursor-0.1.5: ......... done
- [rosemary] [217/227] Installing xcb-util-wm-0.4.2...
- [rosemary] [217/227] Extracting xcb-util-wm-0.4.2: .......... done
- [rosemary] [218/227] Installing qt6-base-6.9.2...
- [rosemary] [218/227] Extracting qt6-base-6.9.2: .......... done
- [rosemary] [219/227] Installing qscintilla2-qt6-2.14.1,1...
- [rosemary] [219/227] Extracting qscintilla2-qt6-2.14.1,1: .......... done
- [rosemary] [220/227] Installing qt6-base_sqldriver-sqlite-6.9.2...
- [rosemary] [220/227] Extracting qt6-base_sqldriver-sqlite-6.9.2: .......... done
- [rosemary] [221/227] Installing qt6-shadertools-6.9.2...
- [rosemary] [221/227] Extracting qt6-shadertools-6.9.2: .......... done
- [rosemary] [222/227] Installing qt6-svg-6.9.2...
- [rosemary] [222/227] Extracting qt6-svg-6.9.2: .......... done
- [rosemary] [223/227] Installing qt6-declarative-6.9.2...
- [rosemary] [223/227] Extracting qt6-declarative-6.9.2: .....
- ..... done
- [rosemary] [224/227] Installing qt6-5compat-6.9.2...
- [rosemary] [224/227] Extracting qt6-5compat-6.9.2: .......... done
- [rosemary] [225/227] Installing qt6-tools-6.9.2...
- [rosemary] [225/227] Extracting qt6-tools-6.9.2: .......... done
- [rosemary] [226/227] Installing octave-10.2.0...
- [rosemary] [226/227] Extracting octave-10.2.0: ...
- ....... done
- [rosemary] [227/227] Installing nlopt-2.10.0_1...
- [rosemary] [227/227] Extracting nlopt-2.10.0_1: .......... done
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: desktop-file-utils.ucl
- Building cache database of MIME types
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: gtk-update-icon-cache.ucl
- Generating GTK icon cache for /usr/local/share/icons/hicolor
- Generating GTK icon cache for /usr/local/share/icons/Adwaita
- Generating GTK icon cache for /usr/local/share/icons/AdwaitaLegacy
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- =====
- Message from glpk-5.0:
- 
- --
- ===>   NOTICE:
- 
- The glpk port currently does not have a maintainer. As a result, it is
- more likely to have unresolved issues, not be up-to-date, or even be removed in
- the future. To volunteer to maintain this port, please create an issue at:
- 
- https://bugs.freebsd.org/bugzilla
- 
- More information about port maintainership is available at:
- 
- https://docs.freebsd.org/en/articles/contributing/#ports-contributing
- =====
- Message from libinotify-20240724_1:
- 
- --
- You might want to consider increasing the kern.maxfiles tunable if you plan
- to use this library for applications that need to monitor activity of a lot
- of files.
- =====
- Message from gcc13-13.3.0_3:
- 
- --
- To ensure binaries built with this toolchain find appropriate versions
- of the necessary run-time libraries, you may want to link using
- 
-   -Wl,-rpath=/usr/local/lib/gcc13
- 
- For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
- transparently.
- =====
- Message from pcre-8.45_4:
- 
- --
- ===>   NOTICE:
- 
- This port is deprecated; you may wish to reconsider installing it:
- 
- EOLed by upstream, use devel/pcre2 instead.
- =====
- Message from freetype2-2.13.3:
- 
- --
- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
- the default, emulating a modern version of ClearType. This change inevitably
- leads to different rendering results, and you might change port's options to
- adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
- variable).
- 
- The environment variable "FREETYPE_PROPERTIES" can be used to control the
- driver properties. Example:
- 
- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
- 	cff:no-stem-darkening=1 \
- 	autofitter:warping=1
- 
- This allows to select, say, the subpixel hinting mode at runtime for a given
- application.
- 
- If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
- the foundry and information whether they contain wide characters. For example,
- "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
- run time with using pcf:no-long-family-names property, if needed. Example:
- 
- FREETYPE_PROPERTIES=pcf:no-long-family-names=1
- 
- How to recreate fontconfig cache with using such environment variable,
- if needed:
- # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
- 
- The controllable properties are listed in the section "Controlling FreeType
- Modules" in the reference's table of contents
- (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
- =====
- Message from dejavu-2.37_3:
- 
- --
- Make sure that the freetype module is loaded.  If it is not, add the following
- line to the "Modules" section of your X Windows configuration file:
- 
- 	Load "freetype"
- 
- Add the following line to the "Files" section of X Windows configuration file:
- 
- 	FontPath "/usr/local/share/fonts/dejavu/"
- 
- Note: your X Windows configuration file is typically /etc/X11/XF86Config
- if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
- =====
- Message from portaudio-19.6.0_7,1:
- 
- --
- #
- # PortAudio test programs can be built like this:
- #
- # cd /usr/local/share/examples/portaudio
- # cc -L/usr/local/lib -lm -lpthread -lportaudio -I/usr/local/include \
- #		pa_unix*.c pa_allocation.c pa_ringbuffer.c pa_debugprint.c \
- #		pa_front.c paex_ocean_shore.c
- #
- =====
- Message from libsoup-2.74.3_1:
- 
- --
- libsoup can use NTLM authentication if it is compiled
- with the SMB option. To use it, you must install a
- port that provides NTLM, like net/samba412 or net/samba413.
- =====
- Message from libjxl-0.11.1_1:
- 
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
- =====
- Message from wayland-1.23.1_1:
- 
- --
- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will
- contain "wayland-%d" unix(4) sockets. This is usually handled by
- consolekit2 (via ck-launch-session) or pam_xdg (via login).
- =====
- Message from libxkbcommon-1.8.1_3:
- 
- --
- If arrow keys don't work under X11 switch to legacy rules e.g.,
- 
- For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
-   export XKB_DEFAULT_RULES=xorg
- 
- For csh/tcsh run and (optionally) add into ~/.login:
-   setenv XKB_DEFAULT_RULES xorg
- =====
- Message from openjdk8-8.452.09.1_1:
- 
- --
- This OpenJDK implementation may require procfs(5) mounted on /proc for some
- applications.
- 
- If you have not done it yet, please do the following:
- 
- 	mount -t procfs proc /proc
- 
- To make it permanent, you need the following lines in /etc/fstab:
- 
- 	proc	/proc		procfs		rw	0	0
- =====
- Message from vulkan-loader-1.4.319:
- 
- --
- ===>   NOTICE:
- 
- The vulkan-loader port currently does not have a maintainer. As a result, it is
- more likely to have unresolved issues, not be up-to-date, or even be removed in
- the future. To volunteer to maintain this port, please create an issue at:
- 
- https://bugs.freebsd.org/bugzilla
- 
- More information about port maintainership is available at:
- 
- https://docs.freebsd.org/en/articles/contributing/#ports-contributing

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/72: [batteries.3.9.0: extract]
Processing  2/72: [batteries.3.9.0: extract] [bitv.2.1: extract]
Processing  3/72: [batteries.3.9.0: extract] [bitv.2.1: extract] [bst.7.1.0: http]
-> retrieved bitv.2.1  (cached)
Processing  3/72: [batteries.3.9.0: extract] [bst.7.1.0: http]
Processing  4/72: [batteries.3.9.0: extract] [bst.7.1.0: http] [camlp-streams.5.0.1: extract]
-> retrieved batteries.3.9.0  (cached)
Processing  4/72: [bst.7.1.0: http] [camlp-streams.5.0.1: extract]
Processing  5/72: [bst.7.1.0: http] [camlp-streams.5.0.1: extract]
Processing  6/72: [bst.7.1.0: http] [camlp-streams.5.0.1: extract]
Processing  7/72: [bst.7.1.0: http] [camlp-streams.5.0.1: extract]
Processing  8/72: [bst.7.1.0: http] [camlp-streams.5.0.1: extract] [cpm.12.2.0: http]
Processing  9/72: [bst.7.1.0: http] [camlp-streams.5.0.1: extract] [cpm.12.2.0: http] [conf-autoconf: autoconf]
Processing 10/72: [bst.7.1.0: http] [camlp-streams.5.0.1: extract] [cpm.12.2.0: http] [conf-autoconf: autoconf] [conf-pkg-config: pkg-config]
-> retrieved camlp-streams.5.0.1  (cached)
Processing 10/72: [bst.7.1.0: http] [cpm.12.2.0: http] [conf-autoconf: autoconf] [conf-pkg-config: pkg-config]
Processing 11/72: [bst.7.1.0: http] [cpm.12.2.0: http] [cppo.1.8.0: extract] [conf-autoconf: autoconf] [conf-pkg-config: pkg-config]
+ /usr/local/bin/pkg-config "--help" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/conf-pkg-config.4)
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --verbose                         print additional information
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --solution                        print dependency graph solution in a simple format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/usr/lib entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
-   --license                         print the specified module's license to stdout if known
-   --exists-cflags                   add -DHAVE_FOO fragments to cflags for each found module
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
-   --env=prefix                      print output as shell-compatible environmental variables
-   --fragment-tree                   visualize printed CFLAGS/LIBS fragments as a tree
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.4
Processing 11/72: [bst.7.1.0: http] [cpm.12.2.0: http] [cppo.1.8.0: extract] [conf-autoconf: autoconf]
-> installed conf-pkg-config.4
Processing 12/72: [bst.7.1.0: http] [cpm.12.2.0: http] [cppo.1.8.0: extract] [conf-autoconf: autoconf]
Processing 13/72: [bst.7.1.0: http] [cpm.12.2.0: http] [cppo.1.8.0: extract] [conf-autoconf: autoconf] [conf-nlopt: pkg-config nlopt]
-> retrieved cppo.1.8.0  (cached)
Processing 13/72: [bst.7.1.0: http] [cpm.12.2.0: http] [conf-autoconf: autoconf] [conf-nlopt: pkg-config nlopt]
Processing 14/72: [bst.7.1.0: http] [cpm.12.2.0: http] [cpu.2.0.0: extract] [conf-autoconf: autoconf] [conf-nlopt: pkg-config nlopt]
+ /usr/local/bin/pkg-config "--exists" "nlopt" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/conf-nlopt.1)
-> compiled  conf-nlopt.1
Processing 14/72: [bst.7.1.0: http] [cpm.12.2.0: http] [cpu.2.0.0: extract] [conf-autoconf: autoconf]
-> installed conf-nlopt.1
Processing 15/72: [bst.7.1.0: http] [cpm.12.2.0: http] [cpu.2.0.0: extract] [conf-autoconf: autoconf]
Processing 15/72: [bst.7.1.0: extract] [cpm.12.2.0: http] [cpu.2.0.0: extract] [conf-autoconf: autoconf]
-> retrieved cpu.2.0.0  (cached)
Processing 15/72: [bst.7.1.0: extract] [cpm.12.2.0: http] [conf-autoconf: autoconf]
Processing 16/72: [bst.7.1.0: extract] [cpm.12.2.0: http] [dolog.6.0.0: extract] [conf-autoconf: autoconf]
-> retrieved bst.7.1.0  (https://github.com/UnixJunkie/bisec-tree/archive/v7.1.0.tar.gz)
Processing 16/72: [cpm.12.2.0: http] [dolog.6.0.0: extract] [conf-autoconf: autoconf]
Processing 17/72: [cpm.12.2.0: http] [dolog.6.0.0: extract] [dune.3.20.1: extract] [conf-autoconf: autoconf]
-> retrieved dolog.6.0.0  (cached)
Processing 17/72: [cpm.12.2.0: http] [dune.3.20.1: extract] [conf-autoconf: autoconf]
Processing 18/72: [cpm.12.2.0: http] [dune.3.20.1: extract] [genspir.1.0.1: http] [conf-autoconf: autoconf]
+ /usr/local/bin/autoconf "-V" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/conf-autoconf.0.2)
- autoconf (GNU Autoconf) 2.72
- Copyright (C) 2023 Free Software Foundation, Inc.
- License GPLv3+/Autoconf: GNU GPL version 3 or later
- <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by David J. MacKenzie and Akim Demaille.
-> compiled  conf-autoconf.0.2
Processing 18/72: [cpm.12.2.0: http] [dune.3.20.1: extract] [genspir.1.0.1: http]
-> installed conf-autoconf.0.2
Processing 19/72: [cpm.12.2.0: http] [dune.3.20.1: extract] [genspir.1.0.1: http]
Processing 19/72: [cpm.12.2.0: extract] [dune.3.20.1: extract] [genspir.1.0.1: http]
Processing 19/72: [cpm.12.2.0: extract] [dune.3.20.1: extract] [genspir.1.0.1: extract]
-> retrieved genspir.1.0.1  (https://github.com/UnixJunkie/genspir/archive/v1.0.1.tar.gz)
Processing 19/72: [cpm.12.2.0: extract] [dune.3.20.1: extract]
Processing 20/72: [cpm.12.2.0: extract] [dune.3.20.1: extract] [line_oriented.1.3.0: extract]
-> retrieved cpm.12.2.0  (https://github.com/UnixJunkie/cpmlib/archive/v12.2.0.tar.gz)
Processing 20/72: [dune.3.20.1: extract] [line_oriented.1.3.0: extract]
Processing 21/72: [dune.3.20.1: extract] [line_oriented.1.3.0: extract] [minicli.5.0.2: http]
-> retrieved line_oriented.1.3.0  (cached)
Processing 21/72: [dune.3.20.1: extract] [minicli.5.0.2: http]
Processing 22/72: [dune.3.20.1: extract] [minicli.5.0.2: http] [mmo.1.0.1: http]
Processing 22/72: [dune.3.20.1: extract] [minicli.5.0.2: extract] [mmo.1.0.1: http]
-> retrieved minicli.5.0.2  (https://github.com/UnixJunkie/minicli/archive/v5.0.2.tar.gz)
Processing 22/72: [dune.3.20.1: extract] [mmo.1.0.1: http]
Processing 23/72: [dune.3.20.1: extract] [mmo.1.0.1: http] [nlopt.0.7.0: http]
Processing 23/72: [dune.3.20.1: extract] [mmo.1.0.1: extract] [nlopt.0.7.0: http]
-> retrieved mmo.1.0.1  (https://github.com/UnixJunkie/MMO/archive/refs/tags/v1.0.1.tar.gz)
Processing 23/72: [dune.3.20.1: extract] [nlopt.0.7.0: http]
Processing 24/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [num.1.6: extract]
-> retrieved num.1.6  (cached)
Processing 24/72: [dune.3.20.1: extract] [nlopt.0.7.0: http]
Processing 25/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [ocamlfind.1.9.8: extract]
Processing 26/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [ocamlfind.1.9.8: extract] [num: gmake opam-modern]
-> retrieved ocamlfind.1.9.8  (cached)
Processing 26/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [num: gmake opam-modern]
Processing 27/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [ocamlgraph.2.2.0: extract] [num: gmake opam-modern]
Processing 28/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [ocamlgraph.2.2.0: extract] [num: gmake opam-modern] [ocamlfind: ./configure]
-> retrieved ocamlgraph.2.2.0  (cached)
Processing 28/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [num: gmake opam-modern] [ocamlfind: ./configure]
Processing 29/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [parany.14.0.1: extract] [num: gmake opam-modern] [ocamlfind: ./configure]
-> retrieved parany.14.0.1  (cached)
Processing 29/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [num: gmake opam-modern] [ocamlfind: ./configure]
Processing 30/72: [dune.3.20.1: extract] [nlopt.0.7.0: http] [pyml.20250807: http] [num: gmake opam-modern] [ocamlfind: ./configure]
Processing 30/72: [dune.3.20.1: extract] [nlopt.0.7.0: extract] [pyml.20250807: http] [num: gmake opam-modern] [ocamlfind: ./configure]
-> retrieved nlopt.0.7.0  (https://github.com/mkur/nlopt-ocaml/archive/refs/tags/release-0.7.tar.gz)
Processing 30/72: [dune.3.20.1: extract] [pyml.20250807: http] [num: gmake opam-modern] [ocamlfind: ./configure]
Processing 31/72: [dune.3.20.1: extract] [pyml.20250807: http] [stdcompat.21.1: extract] [num: gmake opam-modern] [ocamlfind: ./configure]
-> retrieved stdcompat.21.1  (cached)
Processing 31/72: [dune.3.20.1: extract] [pyml.20250807: http] [num: gmake opam-modern] [ocamlfind: ./configure]
Processing 32/72: [dune.3.20.1: extract] [pyml.20250807: http] [vector3.1.0.0: extract] [num: gmake opam-modern] [ocamlfind: ./configure]
Processing 32/72: [dune.3.20.1: extract] [pyml.20250807: extract] [vector3.1.0.0: extract] [num: gmake opam-modern] [ocamlfind: ./configure]
-> retrieved dune.3.20.1  (cached)
Processing 32/72: [pyml.20250807: extract] [vector3.1.0.0: extract] [num: gmake opam-modern] [ocamlfind: ./configure]
Processing 33/72: [pyml.20250807: extract] [vector3.1.0.0: extract] [dune: ocaml 39] [num: gmake opam-modern] [ocamlfind: ./configure]
-> retrieved pyml.20250807  (https://github.com/ocamllibs/pyml/archive/refs/tags/20250807.tar.gz)
Processing 33/72: [vector3.1.0.0: extract] [dune: ocaml 39] [num: gmake opam-modern] [ocamlfind: ./configure]
-> retrieved vector3.1.0.0  (cached)
Processing 33/72: [dune: ocaml 39] [num: gmake opam-modern] [ocamlfind: ./configure]
+ /home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/./configure "-bindir" "/home/opam/.opam/5.3.0/bin" "-sitelib" "/home/opam/.opam/5.3.0/lib" "-mandir" "/home/opam/.opam/5.3.0/man" "-config" "/home/opam/.opam/5.3.0/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/5.3.0/lib/ocaml
-     Binaries:              /home/opam/.opam/5.3.0/bin
-     Manual pages:          /home/opam/.opam/5.3.0/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/5.3.0/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/5.3.0/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/5.3.0/bin
-     Manual pages:          /home/opam/.opam/5.3.0/man
-     topfind script:        /home/opam/.opam/5.3.0/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 33/72: [dune: ocaml 39] [num: gmake opam-modern] [ocamlfind: gmake all]
+ /usr/local/bin/gmake "PROFILE=release" "opam-modern" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/num.1.6)
- /usr/local/bin/gmake -C src all
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/num.1.6/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.7~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/num.1.6/src'
- cp src/num-modern.install num.install
-> compiled  num.1.6
Processing 33/72: [dune: ocaml 39] [ocamlfind: gmake all]
-> installed num.1.6
Processing 34/72: [dune: ocaml 39] [ocamlfind: gmake all]
+ /usr/local/bin/gmake "all" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake all ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/5.3.0/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/5.3.0/lib/ocaml' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;freebsd;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then                        \
- 	cp topfind.in topfind.compat.in;                                                     \
- else                                                                  \
- 	sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- 		> topfind.compat.in ;                                                \
- fi
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/5.3.0/lib' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake all-config
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
-   /usr/local/bin/gmake findlib-relative; \
-         else \
-   /usr/local/bin/gmake findlib-absolute; \
- fi
- gmake[2]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/5.3.0/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/5.3.0/lib/ocaml:/home/opam/.opam/5.3.0/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- gmake[2]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
Processing 34/72: [dune: ocaml 39] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "opt" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake opt ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled  ocamlfind.1.9.8
Processing 34/72: [dune: ocaml 39]
Processing 35/72: [dune: ocaml 39] [ocamlfind: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8)
- if [ "0" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/5.3.0/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/5.3.0/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/5.3.0/bin"
- install -d "/home/opam/.opam/5.3.0/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/5.3.0/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/5.3.0/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/5.3.0/lib/findlib.conf"
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake install ); done
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/5.3.0/lib/findlib"
- install -d "/home/opam/.opam/5.3.0/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/5.3.0/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/5.3.0/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- cp $files "/home/opam/.opam/5.3.0/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/5.3.0/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/5.3.0/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/5.3.0/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/5.3.0/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake install-meta
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- for x in bytes ; do install -d "/home/opam/.opam/5.3.0/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/5.3.0/lib/$x/META.tmp" && mv "/home/opam/.opam/5.3.0/lib/$x/META.tmp" "/home/opam/.opam/5.3.0/lib/$x/META"; done
- install -d "/home/opam/.opam/5.3.0/lib/findlib"; cp Makefile.packages "/home/opam/.opam/5.3.0/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/local/bin/gmake install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/5.3.0/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/5.3.0/man/man1" "/home/opam/.opam/5.3.0/man/man3" "/home/opam/.opam/5.3.0/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/5.3.0/man/man1"
- cp: doc/ref-man/ocamlfind.1: No such file or directory
- gmake[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/5.3.0/man/man5"
- cp: doc/ref-man/META.5: No such file or directory
- cp: doc/ref-man/site-lib.5: No such file or directory
- cp: doc/ref-man/findlib.conf.5: No such file or directory
- gmake[1]: [Makefile:92: install-doc] Error 1 (ignored)
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Processing 35/72: [dune: ocaml 39]
+ /home/opam/.opam/5.3.0/bin/ocaml "boot/bootstrap.ml" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/dune.3.20.1)
- ocamlc -output-complete-exe -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
- 

Processing 35/72: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/5.3.0/.opam-switch/build/dune.3.20.1/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/dune.3.20.1)
-> compiled  dune.3.20.1
-> installed dune.3.20.1
Processing 37/72: [bitv: dune build]
Processing 38/72: [bitv: dune build] [camlp-streams: dune build]
Processing 39/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build]
Processing 40/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf]
Processing 41/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build]
Processing 42/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build]
Processing 43/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [minicli: dune build]
Processing 44/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [minicli: dune build] [nlopt: dune build]
Processing 45/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [minicli: dune build] [nlopt: dune build] [ocamlgraph: dune build]
Processing 46/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [minicli: dune build] [nlopt: dune build] [ocamlgraph: dune build] [stdcompat: dune build]
Processing 47/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [minicli: dune build] [nlopt: dune build] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "nlopt" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/nlopt.0.7.0)
- File "src/dune", line 4, characters 37-50:
- 4 |   (foreign_stubs (language c) (names nlopt_wrapper))
-                                          ^^^^^^^^^^^^^
- (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -g -I /home/opam/.opam/5.3.0/lib/ocaml -o nlopt_wrapper.o -c nlopt_wrapper.c)
- nlopt_wrapper.c:3:10: fatal error: 'nlopt.h' file not found
-     3 | #include <nlopt.h>
-       |          ^~~~~~~~~
- 1 error generated.
[ERROR] The compilation of nlopt.0.7.0 failed at "dune build -p nlopt -j 39".
Processing 47/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [minicli: dune build] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
Processing 48/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [minicli: dune build] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "minicli" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/minicli.5.0.2)
-> compiled  minicli.5.0.2
Processing 48/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
-> installed minicli.5.0.2
Processing 49/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "genspir" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/genspir.1.0.1)
-> compiled  genspir.1.0.1
Processing 49/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
-> installed genspir.1.0.1
Processing 50/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "dolog" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/dolog.6.0.0)
-> compiled  dolog.6.0.0
Processing 50/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
-> installed dolog.6.0.0
Processing 51/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
+ /usr/local/bin/autoconf  (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/cpu.2.0.0)
- configure.ac:8: warning: The macro 'AC_HEADER_STDC' is obsolete.
- configure.ac:8: You should run autoupdate.
- ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
- configure.ac:8: the top level
Processing 51/72: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoheader] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "camlp-streams" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/camlp-streams.5.0.1)
-> compiled  camlp-streams.5.0.1
Processing 51/72: [bitv: dune build] [cppo: dune build] [cpu: autoheader] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
-> installed camlp-streams.5.0.1
Processing 52/72: [bitv: dune build] [cppo: dune build] [cpu: autoheader] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
Processing 53/72: [batteries: dune build] [bitv: dune build] [cppo: dune build] [cpu: autoheader] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
+ /usr/local/bin/autoheader  (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/cpu.2.0.0)
Processing 53/72: [batteries: dune build] [bitv: dune build] [cppo: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "vector3" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/vector3.1.0.0)
-> compiled  vector3.1.0.0
Processing 53/72: [batteries: dune build] [bitv: dune build] [cppo: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
-> installed vector3.1.0.0
Processing 54/72: [batteries: dune build] [bitv: dune build] [cppo: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "bitv" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/bitv.2.1)
-> compiled  bitv.2.1
Processing 54/72: [batteries: dune build] [cppo: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
-> installed bitv.2.1
Processing 55/72: [batteries: dune build] [cppo: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "cppo" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/cppo.1.8.0)
-> compiled  cppo.1.8.0
Processing 55/72: [batteries: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
-> installed cppo.1.8.0
Processing 56/72: [batteries: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
+ /home/opam/.opam/5.3.0/.opam-switch/build/cpu.2.0.0/./configure  (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/cpu.2.0.0)
- checking for ocamlc... ocamlc
- OCaml version is 5.3.0
- OCaml library path is /home/opam/.opam/5.3.0/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... no
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for gcc... no
- checking for cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether cc accepts -g... yes
- checking for cc option to enable C11 features... none needed
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for sched.h... yes
- checking for cc options needed to detect all undeclared functions... -fno-builtin
- checking whether sched_setaffinity is declared... yes
- checking for mach/thread_policy.h... no
- checking whether thread_policy_set is declared... no
- configure: creating ./config.status
- config.status: creating src/config.h
Processing 56/72: [batteries: dune build] [cpu: dune build] [ocamlgraph: dune build] [stdcompat: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "ocamlgraph" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocamlgraph.2.2.0)
-> compiled  ocamlgraph.2.2.0
Processing 56/72: [batteries: dune build] [cpu: dune build] [stdcompat: dune build]
-> installed ocamlgraph.2.2.0
Processing 57/72: [batteries: dune build] [cpu: dune build] [stdcompat: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "cpu" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/cpu.2.0.0)
-> compiled  cpu.2.0.0
Processing 57/72: [batteries: dune build] [stdcompat: dune build]
-> installed cpu.2.0.0
Processing 58/72: [batteries: dune build] [stdcompat: dune build]
Processing 59/72: [batteries: dune build] [parany: dune build] [stdcompat: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "stdcompat" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/stdcompat.21.1)
-> compiled  stdcompat.21.1
Processing 59/72: [batteries: dune build] [parany: dune build]
-> installed stdcompat.21.1
Processing 60/72: [batteries: dune build] [parany: dune build]
Processing 61/72: [batteries: dune build] [parany: dune build] [pyml: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "parany" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/parany.14.0.1)
-> compiled  parany.14.0.1
Processing 61/72: [batteries: dune build] [pyml: dune build]
-> installed parany.14.0.1
Processing 62/72: [batteries: dune build] [pyml: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "batteries" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/batteries.3.9.0)
-> compiled  batteries.3.9.0
Processing 62/72: [pyml: dune build]
-> installed batteries.3.9.0
Processing 63/72: [pyml: dune build]
Processing 64/72: [bst: dune build] [pyml: dune build]
Processing 65/72: [bst: dune build] [cpm: dune build] [pyml: dune build]
Processing 66/72: [bst: dune build] [cpm: dune build] [line_oriented: dune build] [pyml: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "line_oriented" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/line_oriented.1.3.0)
-> compiled  line_oriented.1.3.0
Processing 66/72: [bst: dune build] [cpm: dune build] [pyml: dune build]
-> installed line_oriented.1.3.0
Processing 67/72: [bst: dune build] [cpm: dune build] [pyml: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "bst" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/bst.7.1.0)
-> compiled  bst.7.1.0
Processing 67/72: [cpm: dune build] [pyml: dune build]
-> installed bst.7.1.0
Processing 68/72: [cpm: dune build] [pyml: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "cpm" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/cpm.12.2.0)
-> compiled  cpm.12.2.0
Processing 68/72: [pyml: dune build]
-> installed cpm.12.2.0
Processing 69/72: [pyml: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "pyml" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/pyml.20250807)
-> compiled  pyml.20250807
-> installed pyml.20250807

#=== ERROR while compiling nlopt.0.7.0 ========================================#
# context              2.4.1 | freebsd/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.3.0/.opam-switch/build/nlopt.0.7.0
# command              ~/.opam/5.3.0/bin/dune build -p nlopt -j 39
# exit-code            1
# env-file             ~/.opam/log/nlopt-22701-494922.env
# output-file          ~/.opam/log/nlopt-22701-494922.out
### output ###
# File "src/dune", line 4, characters 37-50:
# 4 |   (foreign_stubs (language c) (names nlopt_wrapper))
#                                          ^^^^^^^^^^^^^
# (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -g -I /home/opam/.opam/5.3.0/lib/ocaml -o nlopt_wrapper.o -c nlopt_wrapper.c)
# nlopt_wrapper.c:3:10: fatal error: 'nlopt.h' file not found
#     3 | #include <nlopt.h>
#       |          ^~~~~~~~~
# 1 error generated.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install mmo 1.0.1
+- 
+- The following actions failed
| - build nlopt 0.7.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install batteries       3.9.0
| - install bitv            2.1
| - install bst             7.1.0
| - install camlp-streams   5.0.1
| - install conf-autoconf   0.2
| - install conf-nlopt      1
| - install conf-pkg-config 4
| - install cpm             12.2.0
| - install cppo            1.8.0
| - install cpu             2.0.0
| - install dolog           6.0.0
| - install dune            3.20.1
| - install genspir         1.0.1
| - install line_oriented   1.3.0
| - install minicli         5.0.2
| - install num             1.6
| - install ocamlfind       1.9.8
| - install ocamlgraph      2.2.0
| - install parany          14.0.1
| - install pyml            20250807
| - install stdcompat       21.1
| - install vector3         1.0.0
+- 

The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/5.3.0/.opam-switch/backup/state-20250905221608.export"
'opam install -vy mmo.1.0.1' failed.
jail: /usr/bin/su -l opam -c cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' 'opam remove -y mmo.1.0.1
opam install -vy mmo.1.0.1
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: mmo.1.0.1 | grep -q '\''freebsd'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi 


exit $res': failed
"jail" "-c" "name=obuilder_84651_63545" "mount.fstab=/tmp/obuilder-jail-c6309e/fstab" "mount.devfs" "path=/obuilder/result/5b3e18475ae0af3e9f3075a32dfc4992efd0574049fc0d0d793692c2989bc9c9/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' 'opam remove -y mmo.1.0.1
opam install -vy mmo.1.0.1
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: mmo.1.0.1 | grep -q '\''freebsd'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi 


exit $res'" failed with exit status 1
Failed: Build failed