Coder Social home page Coder Social logo

maelvls / homebrew-amc Goto Github PK

View Code? Open in Web Editor NEW
32.0 4.0 7.0 236 KB

🍺 Homebrew formula for auto-multiple-choice 📖

Home Page: https://www.auto-multiple-choice.net/download-macosx.en

Ruby 97.62% Perl 2.38%
homebrew-formula homebrew-tap homebrew bottle

homebrew-amc's Introduction

🍺 Brew formula for auto-multiple-choice 📖

capture d ecran 2018-10-06 a 11 31 01 capture d ecran 2018-10-06 a 11 23 47

Install Version
brew install maelvls/amc/auto-multiple-choice 1.5.0
macOS version Support Prebuilt binaries (bottles)
macOS 12 Monterey (Intel) ✔️
macOS 12 Monterey (Apple Silicon) ✔️
macOS 11 Big Sur (Intel) ✔️ ✔️
macOS 11 Big Sur (Apple Silicon) ✔️
macOS 10 catalina (Intel) ✔️ ✔️
linux (x86_64)
  • To run it: open terminal and run auto-multiple-choice.

This tap aims to bring AMC (homepage, gitlab) to Homebrew, an alternative to Macports (portfile for AMC).

This tap features precompiled binaries (called bottle) built and tested daily using GitHub Actions. The bottles are uploaded to GitHub Packages.

brew test-bot

News

Dec 4, 2021: M1 support, 1083 installations in 2021!

The formula finally supports M1 macs! Note that prebuilt bottles (= faster install time) are not available since it would require renting an M1 mac. I have enable GitHub sponsoring for that reason.

Also I looked at the number of installations and it is surprisingly high! The formula maelvls/amc/auto-multiple-choice is #2852 in terms of number of installations over the last year for a total of 1083 installations!!

June 15, 2021: fixed a regression with GTK, still no support for M1 chip

I introduced a regression in 2671b0c where I changed gtk+3 to gtk+, which prevented people from installing or upgrading the auto-multiple-choice formula for approximately 24 hours. I fixed it today. My sincerest apologies!

On the 3rd of June, I announced the support for the M1 chips, and little did I know that the fix I introduced for #55 would only partially fix the issue. Since I don't have access to the Apple Silicon hardware, I cannot work out a fix for it.

To follow the news about this issue you can either subscribe to #55. You can also check out this official thread (in French).

June 12, 2021: support for SMTP over StartTLS and bottles are back!

It is now possible to use SMTP over TLS. Thanks to mimaoffice for reporting the issue!

I also re-introduced bottles (pre-built binaries) that should lower the installation and upgrade times from approximately 15 minutes to 60 seconds depending on the internet speed.

To understand what the pr-pull label works, you can take a look at the Homebrew post Homebrew tap with bottles uploaded to GitHub Releases.

June 3, 2021: added support for M1 chips, Bintray sunset means slower installations

Thanks to the help of MouLam and Nemhome in #55, we discovered that macOS on M1 chips have a different behaviour with regards to compiling Perl modules (namely, Pango). That has been fixed and you can now install auto-multiple-choice on Apple Silicon.

Another change is the removal of bottles (the pre-built binaries) for amc-pango. Bintray was retired in 2020, meaning that the amd-pango bottles that Homebrew was trying to download are gone. That means amc-pango will have to be recompiled every time... Not great, but that will do for now. I had to "vendor" Pango 1.42.4 because the latest versions of Pango were breaking the annotation mechanism (#33).

July 3, 2020: ⚠️ I don't have enough time to maintain bottles

To build bottles (= zipped version of the pre-built auto-multiple-choice formula), I use some continous integration ([travis][build-status]). The builds have been failing for a while now, and I can't find enough time to fix the while CI system or to move it to Github Actions or to Azure Pipelines.

Until I find some time to make the CI work again (or if someone wants to help), I will remove the bottles entirely. That means that the command brew install auto-multiple-choice will take longer to install (~8 minutes instead of 30 seconds with the bottles), but at least it will work all the time!

Nov. 21th, 2019: Annotate & Bad symbol syntax

When using the 'annotation' feature, you may get errors like:

Bad symbol syntax: 0-1:circle/hex_red at /usr/local/Cellar/auto-multiple-choice/1.4.0_6/lib/AMC/perl/AMC-annotate.pl line 151.

or

No PDF directory: /Users/mvalais/Projets-QCM/toyP/cr/corrections/pdf at /usr/local/Cellar/auto-multiple-choice/1.4.0_6/lib/AMC/perl/AMC-annotate.pl line 178.
The file /Users/mvalais/Projets-QCM/toyP/cr/corrections/pdf does not exist.

It might be something off in the settings file ~/.AMC.d/cf.default.xml. Please try to rename it and re-open your project.

Nov. 18th, 2019: Fixed Pango by fixing the version to 1.42.4

The bug of the 'stacked caracters when annotating' has been fixed (see ticket).

Sep. 19th, 2019: Annotations bug and Pango version

Pango 1.14.4 introduces a bug that breaks annotations (see issue). The text is stacked at the beginning of each PDF:

With Pango 1.42.4, annotations should work. Here is the workaround: this workaround isn't needed anymore!

brew unlink pango
brew install --build-from-source https://raw.githubusercontent.com/Homebrew/homebrew-core/a8ac7ea5/Formula/pango.rb
brew switch pango 1.42.4_2

Aug. 27th, 2019: changed my username to maelvls, remove the useless devel version

If you get the error:

Error: Formulae found in multiple taps:
* maelvalais/amc/auto-multiple-choice-devel
* maelvls/amc/auto-multiple-choice-devel

To fix it:

brew untap maelvalais/amc
brew tap maelvls/amc

Regarding auto-multiple-choice-devel, it was used in pre-1.4.0 but right now it has the same version as auto-multiple-choice and is useless. I removed the installation information from the readme.

Jan. 5th, 2019: opencv4 breaks things fixed ✅

AMC-detect and AMC-buildpdf rely on opencv3. When Homebrew moved to opencv4, it broke the dynamic library linkages as well as makfiles (now -std=c++11 is needed and the header path is a bit different).

I'll fix that asap. Fixed on Jan. 6th, 2019 with version 1.4.0_1! If you still have the 1.4.0 version, just brew upgrade auto-multiple-choice. You can do brew info auto-multiple-choice to check the installed version.

Dec. 30th, 2018: 1.4.0 released 🍾

Note that the auto-multiple-choice-devel will have the same version number as auto-multiple-choice probably for the next few months; I'll update devel as soon as new tags are created.

Oct. 4th, 2018: 1.4.0-rc2 and auto-multiple-choice-devel formula

I was kind of frustrated at the fact that using --devel was taking a LOT of time, and updating it was thus a pain. I decided to create a real formula called auto-multiple-choice-devel that replaces the use of --devel. What's nice is that you will get precompiled: way less waiting when installing!!!

To sum up:

  1. --devel won't work anymore,
  2. instead, use brew install auto-multiple-choice-devel.
  3. auto-multiple-choice and auto-multiple-choice-devel cannot be linked at simultanously (obviously).

July 5th, 2018: 1.4.0-rc1

I updated the --devel version with the latest release candidate.

May 17th, 2018: try the coming 1.4.0-beta version!

You can enable the development version using:

brew install maelvls/amc/auto-multiple-choice --devel

It will install the latest beta available. Note that due to Homebrew limitations, bottles cannot be built for devel versions, resulting in a longer installation time (it will need to download and install all the Perl dependencies).

March 19th, 2018: Scan detection works again!

We fixed the above bug (see PR53). Everything should be back to normal in 1.3.0.2199. Note that bottles won't be available for a couple of days, but it only means that the installation will be slightly longer in the meantime! done!

March 15th, 2018: Fixed: OpenCV breaks scan detection

Homebrew updated OpenCV from 3.4.0 to 3.4.1. In 3.4.0, the C headers of OpenCV used in AMC were fine (athough they have been deprecated for a long time now) but in 3.4.1 the function cvLoadImage() breaks. I'll see if we can move away from the C bindings in AMC-detect.cc (which is the culprit, see the issue) but that will take some days and even more time for pushing that upstream.

March 14th, 2018: build from source until March 17th

Homebrew has a bug that prevents me from creating bottles for a few days. I'll re-enable the bottles as soon as brew releases version 1.5.11. Until then, we must build from source, meaning that many perl packages will be downloaded and built during installation. Sorry for that!

Febrary 3rd, 2018: brew update thows 'rebase' errors

⚠️ If you get the following error when Homebrew updates: ⚠️

Recorded preimage for 'auto-multiple-choice.rb'
error: Failed to merge in the changes.
Patch failed at 0001 amc: use the fork bitbucket.org/maelvalais/auto-multiple-choice
The copy of the patch that failed is found in: .git/rebase-apply/patch

Sorry for that, I am really dumb on this one. I force-pushed homebrew-amc in order to revert the 2166 version. This is because I had created a fork with a different version numbering; later, the commits in my fork were merged into the main AMC repo and the version was 2161. brew audit would tell me not to have a version number lower than the previous ones... Solution:

git -C $(brew --repo maelvls/amc) reset --hard origin/master

FAQ

  • Why is the reduce button not working? This issue is discussed here. In short, it is related to the Glade UI toolkit which doesn't seem to be great with the Quartz (macOS) backend of Gtk3. The same issue appears when using Glade itself. Can't fix it from the AMC project itself 😔
  • How can I uninstall in a clean way? If you want to go back to Macport's auto-multiple-choice or you want to simply get rid or brew's installation,  you can uninstall using brew uninstall auto-multiple-choice (see uninstall-brew for uninstalling homebrew totally). If anything went wrong (bugs, errors), I would be pleased to see an issue opened on Github (or contact me by email at  [email protected], but I would prefer that an issue is opened 😊).
  • What are the dependencies? For the installation, only Xquartz is required. For running it, you need a latex distribution installed. If you already have Mactex or Basic Tex installed (for example  the one you installed using MacTeX.pkg), you are ready to go!! You don't need to install a specific Homebrew version of Mactex. But if you don't have latex installed at all, you can install it using brew install homebrew/cask/mactex.
  • How come there has never been an official formula for Homebrew? This is mainly because of the complexity of auto-multiple-choice. It has an insane number of Perl dependencies (~70 packages). Perl dependencies are not handled by Homebrew (Macports does handle them), so I have to 'vendor' them (= install them only for auto-multiple-choice, not system-wide). The bad side is that it makes it a long formula (678 loc) that you can compare to the ansible.rb formula (557 lines, but for vendoring python packages).
  • When building from source, why are there so many Perl download/make/make install? This is because Homebrew is not able to handle Perl dependencies, so I have to vendor each of the dependencies (around 70 of them), which means there are MANY downloads during the build phase if it is built from source.
  • When running, there is a dylib/dydl error This is probably because it installed from a bottle and that the bottle was outdated. I run a daily cron script in order to check that the dylib links links are not broken. Two solutions: 1) try reinstalling with brew reinstall auto-multiple-choice, 2) build from source with brew install auto-multiple-choice --build-from-source. If you are still stuck, please run brew linkage auto-multiple-choice and submit an issue on Github in order to help me fix it.
  • How did you do it? I took the macports recipe, vendored perl packages and pdftk (also dblatex but it is only used during build). Nothing is installed outside of the Homebrew environment so you don't have to worry with messing your system. The only prerequisite is to have Mactex (if you don't have it: brew install homebrew/cask/mactex).
  • Can I use the latest version (--devel, --HEAD) from mercurial? At first, I had enabled the possibility for compiling using the --HEAD flag (so that it compiles using the latest sources from mercurial). But because it required latex during the build and that the compilation of the documentation and .sty was extremely cumbersome, I disabled it (allowing me to remove ~100 loc from the formula).
  • What are the next steps before publishing the formula to homebrew-core? Two main problems before the maintainers of Homebrew can accept this formula into the core formulas: I rely on a pre-built pdftk.pkg. It is not allowed in Homebrew core. A source-code-based PDFtk formula has existed for a while but the maintainer gave up as because of gcj-5 (from gcc@5 --with-java) 'hanging' during the build (Macports fixed gcc5 just in order to build PDFtk). This is because PDFtk relies on GCJ which is dead by now. We could replace pdftk if we knew a way to scrap filled forms from PDFs.

Troubleshooting

  • Why are the windows tabbed like in Safari tabs? because it is using Gtk3, pop-up windows (like Open project) are (weirdly) opening as tabbed windows. This is a work-in-progress on the GTK3 side; the workaround is to un-tab the window by dragging out the tab, or disable the feature (System preferences -> Dock -> Prefer tabs when opening documents).

  • automultiplechoice.sty is not found! This file cannot be installed to your Mactex distribution during installation as it requires sudo. You must run this after installing:

      sudo auto-multiple-choice latex-link
    
  • The font Linux Libertine is not found! Install Libertine using brew:

    brew install homebrew/cask-fonts/font-linux-libertine
    

    Note that you must drop the ending 'O' in your AMC-TXT and tex files. The command to use in tex files is:

    \setmainfont{Linux Libertine}
    

    and in amc-tex files:

    Font: Linux Libertine
    
  • Why is x11 required by default but tex is not? This is because I am trying to comply to the Homebrew core repository practices in order to (eventually) merge the formula to the core repo. In the core repo, x11 is accepted as a default dependency (xquartz is installed on their testing/bottling infrastructure). In the contrary, tex is not accepted as a default dependency as Mactex is not installed during bottling. So we use the 'dist' tarballs from the Bitbucket's Downloads area which contain already compiled PDFs and documentation.

  • The application craches after closing a warning popup The error is:

    Gdk:ERROR:gdkeventloop-quartz.c:567:select_thread_collect_poll: assertion failed:
    (ufds[i].events == current_pollfds[i].events)
    

    This bug seems to be related to Gtk+3 and Quartz backend used on macOS. I tried to fix the issue but it does not seem easily reproducible so I gave up.

  • Why is there no nice icon nor AutoMultipleChoice.app? Unfortunately, only deb-related linux distributions can (today) have a real application feel with a clickable icon in the application menu. On macOS, it would require to create an .app and sign it (which costs $99 per year). This is why we can only run it from the terminal and we don't get a fancy icon in the dock.

Report issues

You can create an [issue] if you have any problem, question or if you think the whole idea of a formula that vendors everything is insane.

Maintainance details: vendoring the ~70 Perl dependencies

I went to http://deps.cpantesters.org and I copy-pasted the tree of dependencies (except for 'Core modules') into a Ruby array. For example:

      "XML::Simple",
        "XML::SAX",
          "XML::NamespaceSupport",
          "XML::SAX::Base",

I then gather all the ruby array with all dependencies (for example the previous example) into a file list_of_deps.

Then I run

./list_to_resources.pl < list_of_deps > resources

and I copy everything in resources to the formula.

Here is list_to_resources.pl:

#!/usr/bin/env perl
# Lines must be of form (spaces and the comma are ignored):
#     "XML::Simple",
use MetaCPAN::Client;
my $mcpan  = MetaCPAN::Client->new();
my %already_seen = ();
foreach $line ( <STDIN> ) {
    chomp($line);
    $line =~ s/^.*"([A-Za-z:0-9]*)".*$/\1/;
    my $package = $mcpan->package($line);
    if (! exists($already_seen{$line})) {
        $already_seen{$line} = 1;
        my $url = "https://cpan.metacpan.org/authors/id/".$package->file();
        chomp(my $sha256 = `curl -sSL $url | sha256sum | cut -d' ' -f1`);
        print "resource \"$line\" do\n";
        print "  url \"".$url."\"\n";
        print "  sha256 \"".$sha256."\"\n";
        print "end\n";
    }
}

homebrew-amc's People

Contributors

atrieu avatar maelvls avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

homebrew-amc's Issues

Annotations don't display properly

TL;DR: Pango 1.44.4 introduces a regression; with Pango 1.42.4, annotations work:

brew unlink pango
brew install --build-from-source https://raw.githubusercontent.com/Homebrew/homebrew-core/a8ac7ea5/Formula/pango.rb
brew switch pango 1.42.4_2
brew pin pango # skip upgrades from 'brew upgrade'

I've used AMC in the past and have just reinstalled the program using homebrew. I've encountered a new problem I've not seen before. When I "Annotate Papers," I can see that the annotations are correct, but they are not displayed properly. They are squished so that each letter or number is almost on top of one another. Below is a screenshot.

image

I'm not sure what you'd like to see to help solve my problem. Here is some text from the terminal in which AMC was launched:

2019-08-23 10:34:19.045 perl[1923:14056] IMKInputSession presentFunctionRowItemTextInputViewWithEndpoint:completionHandler: : [self textInputContext]=0x7f8283e04950 *NO* NSRemoteViewController to client, NSError=Error Domain=NSCocoaErrorDomain Code=4099 "The connection from pid 0 was invalidated from this process." UserInfo={NSDebugDescription=The connection from pid 0 was invalidated from this process.}, com.apple.inputmethod.EmojiFunctionRowItem
WARNING: You don't seem to have a mime-info database. The
shared-mime-info package is available from http://freedesktop.org/ .

Also, I'm getting this error in the Marking tab, which may be unrelated:
image

Pb icon

Hi , thank for it's install program for Mac Os X, but i have a little probleme:
I use Mac X monterey on mac intel
I don't have icon on interface,can you help me ?

Capture d’écran 2022-04-12 à 10 02 49

message on xterm :

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.217: Error loading theme icon 'dialog-information' for stock: L’icône « dialog-information » n’est pas présente dans le thème Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.218: Error loading theme icon 'document-open' for stock: L’icône « document-open » n’est pas présente dans le thème Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.218: Error loading theme icon 'view-refresh' for stock: L’icône « view-refresh » n’est pas présente dans le thème Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.270: Error loading theme icon 'dialog-information' for stock: L’icône « dialog-information » n’est pas présente dans le thème Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.272: Error loading theme icon 'view-refresh' for stock: L’icône « view-refresh » n’est pas présente dans le thème Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.274: Error loading theme icon 'document-print' for stock: L’icône « document-print » n’est pas présente dans le thème Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.275: Error loading theme icon 'edit-find' for stock: L’icône « edit-find » n’est pas présente dans le thème Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.277: Error loading theme icon 'zoom-in' for stock: L’icône « zoom-in » n’est pas présente dans le thème Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.277: Error loading theme icon 'edit-clear' for stock:

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:37.731: Error loading theme icon 'dialog-error' for stock: L’icône « dialog-error » n’est pas présente dans le thème Adwaita

problem on installing auto-multiple-choice on MacOS High-Sierra

Hello, I tried installing with homebrew and it fails.
If you have any clue I will be pleased. Thank you for your work.

pc43:~ cblanze$ brew install maelvls/amc/auto-multiple-choice
==> Installing auto-multiple-choice from maelvls/amc
==> Downloading https://homebrew.bintray.com/bottles/freetype-2.10.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/c1/c1bca74eb0c7dea15bf7e1cc317560d002483acca010b60986c1eac92abbffbc?__gda__=exp=1592999385~hmac=823cf1a5a0b080ef6c2cef1d1acfbd
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/harfbuzz-2.6.8.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/9c/9ca4eaac80b2db11439e865f977d6b7b330b2bd5ca8f558e23be49acda67b23e?__gda__=exp=1592999387~hmac=26e4e3d3d7596cfca05c45b5e8d537
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libtool-2.4.6_2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/60/60c7d86f9364e166846f8d3fb2ba969e6ca157e7ecbbb42a1de259116618c2ba?__gda__=exp=1592999390~hmac=0c554551084055a8dd19af44ed540b
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/little-cms2-2.11.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/92/928d1b8b8292a2d7950d0ef1381c70996bcde325f0124d7dcb68059090544dac?__gda__=exp=1592999392~hmac=2542d71acc952346a9c9a26b770fd0
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/imagemagick%406-6.9.11-21.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/fe/fe82ef67a2e692ee8ea2aa0f7eafd7b09ccd25cd6cafe783dcf3c88336a586e9?__gda__=exp=1592999393~hmac=5982d9ff48f64ba7307add565fc9a7
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/cmake-3.17.3.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/0a/0a6f34d0b0a70d12ccdf4e3b134f240dc38e5391eebee24c63958081b970f5ae?__gda__=exp=1592999400~hmac=bbd5c6b0452f83e50646a60b5d8aee
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/eigen-3.3.7.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/79/79c52d57394cf485eb324effab69279e4f3beb63cbacfa600ae0a678d852a827?__gda__=exp=1592999414~hmac=2a761441ecfd9a10da5328702ff52d
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/gflags-2.2.2.high_sierra.bottle.1.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/glog-0.4.0.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/metis-5.1.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/88/88b6965d941a87044150238387971c4bb94ed2ffca327affccaf311d666a2b4b?__gda__=exp=1592999417~hmac=3a9adbbfb4d12befc8876ef110ed2e
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/isl-0.22.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a1/a1193c8b06c31abc4bf9c1ef9bb93c4879ff5ba4050b4a06c22c2a0048d3c87f?__gda__=exp=1592999421~hmac=aa628fb7d0339f87c2b4c8d34ebfe3
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/mpfr-4.0.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/bf/bf5d21e7e8e549f7e8d07791a90f44a487f4c7151897b7c64d02928b5bd73520?__gda__=exp=1592999423~hmac=f26cc93bd6f91890b96936a0786e7c
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/gcc-9.3.0_1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e5/e50b9cfee063619515a8f164485b3f730077f21b49b7bb30cc5a600ddf577a83?__gda__=exp=1592999425~hmac=5fd0b8a7a4f0802a9c55eb6699a7a1
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/openblas-0.3.10.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/7b/7b54bb60994215c561da00595aa4c2f049869b9e0a1d4b3c88d64f95ae47ed9f?__gda__=exp=1592999489~hmac=f004455238759606011b7183bb7d7c
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/tbb-2020_U2.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/e1/e1efb8aec2b87e2facdb824971718d6fa531caa5043b10e811dc86a6c5e1e797?__gda__=exp=1592999505~hmac=96463c704db44243784a1e9da532e4
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/suite-sparse-5.7.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/08/083961ebb0a6e06104384e33fd29bdbdec3eed273c9a1353b28308f80cae2f9d?__gda__=exp=1592999507~hmac=719eaf2fea41be9141fd286b6a974e
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/ceres-solver-1.14.0_12.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/4d/4d59a78cc1d4fa075ad3cebfabb88f59080b3abe80a834445b018b670f9f2d0b?__gda__=exp=1592999521~hmac=73daf433d70640f116d72a33939b24
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/aom-2.0.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/03/036d2a82eab972d1111020dddf892f94969fc39eaa0c3a1897e20b6d8b1f535b?__gda__=exp=1592999526~hmac=3826f496bd734f03eea426318d7c75
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/dav1d-0.7.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/9c/9cadd5bf4b109037700161dcc12376d5f05a6ba73df925c592a01392f2247db6?__gda__=exp=1592999531~hmac=69ea7ad5157e0867cffb27d819ee1e
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/frei0r-1.7.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a6/a6a4648e1ff6263616f532a4648e1eb56e68d510d04e768becb2caf5ca961e3a?__gda__=exp=1592999532~hmac=ec32db9f6757eb3e14bca55954c96a
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libass-0.14.0_1.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/d3/d3a3e4c2ff26d2a10991134bca875ecafcff6bc8abb193f3c78cb8c0cd57c779?__gda__=exp=1592999533~hmac=9fe8d514874b8962fa78ca88b61820
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libbluray-1.2.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a8/a8a20bb4274ca8844ee7dc9ef27df6660dfe9cc180f85bbaebe11f1cc4edd053?__gda__=exp=1592999534~hmac=b1f0a073898a7e992a0d7bf095bdb4
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libsoxr-0.1.3.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libvidstab-1.1.0.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libogg-1.3.4.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/95/95f271ec181f6b999674636272a3414db4242eabd0a0b0572cfa0f1f324f5ef8?__gda__=exp=1592999540~hmac=71c13f81ce88d3efa1a93a09cd5d34
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libvpx-1.8.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a9/a92327055c847f4444248a9d47650d999baffd27d7e073a42b7a67c0fccd6c33?__gda__=exp=1592999541~hmac=45c3d2cf73b467f2174d900e282860
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/opencore-amr-0.1.5.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/5f/5f5f7853d97b957abb8671af372bd3a4a13191ccd135799cbad44aa3c66034ec?__gda__=exp=1592999542~hmac=b3a52f73481f880bc3db1b4a74dd9d
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/opus-1.3.1.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/8b/8b45ac09baae56bdc2c7ee224d5a1ae68efb826a9aec2220e0b27e8ce633b8aa?__gda__=exp=1592999544~hmac=7dac3591f805ca56fd359961dd186c
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/rav1e-0.3.3.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/fe/fe29e3982e41708784f0597c2f4a15ea217843a18b95f88e83f5d0f76a039ab6?__gda__=exp=1592999545~hmac=a071a487674569ced7ecc7d0c8b375
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/rtmpdump-2.4%2B20151223_1.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/flac-1.3.3.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/53/53562e93cd58b45d15fb5303938b1718298d69101a53612fd53075e881cbfc95?__gda__=exp=1592999556~hmac=8267f3feee98036d4f28ffcc3d5c9f
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libsndfile-1.0.28.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/d0/d06bf0bf936cde67857ac3d3599944d2050ea8dc6237bad8b4c27ef86ac2eb3c?__gda__=exp=1592999558~hmac=f7aef004c0001a8e4cf7dd5d75c65a
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libsamplerate-0.1.9_1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e8/e8eeb394697f34f294ca67b4ed296fcee986aabc152ffc7d27360f67e30038f5?__gda__=exp=1592999559~hmac=d8ddb0e1ed3998a61782f7066c7038
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/rubberband-1.8.2_1.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/f5/f592baa6b5e82c542a92df87789a51b6603e7e8070dfa7f910349a388135b6da?__gda__=exp=1592999563~hmac=90a35f77660c34a5cd8091ae1ed209
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/sdl2-2.0.12_1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/b7/b71346aebd499ed30f6de2f58a333c50575bc3bf73fbba6dcaef5a04c58282c5?__gda__=exp=1592999564~hmac=c0fae100cdf8e8cf0843df01c5f543
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/snappy-1.1.8.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/speex-1.2.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/52/525970161e7c1629b242c91d889201ca368814945695efd5b441d58b5b5dcc75?__gda__=exp=1592999567~hmac=f4954f80358275db86edcf7f6ecc76
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/srt-1.4.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/01/01039fd82d968be00949e93af2e1eb5ad16152099975e1e00d355641b7eacd01?__gda__=exp=1592999568~hmac=f28643c52a3da0dc179e2832e39e90
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/giflib-5.2.1.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/leptonica-1.79.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/71/715a73dfeab21b60423385a51a400e815857742c4902b4d875083a50bc971354?__gda__=exp=1592999571~hmac=0144ab2d44380214080a9cf1b16f07
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/tesseract-4.1.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/6b/6b64585454bcca9b62945b284000723d76afad15b5e80109ca6cdc699ae50e25?__gda__=exp=1592999574~hmac=415f9e49e749640adffaae51ba8650
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/x264-r2999.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/d0/d06faa65365f712fcaee10dd672280388a0219159f8175b31a226043a9a45cc8?__gda__=exp=1592999583~hmac=86d28648ce201bfe0ee842bd6f8ab7
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/x265-3.4.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/68/68430356df947fbe78480d737180b3129c3a4b1e5fcec90762df19d14de30b1c?__gda__=exp=1592999586~hmac=9607462f9d14d108655d5f985509e5
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/xvid-1.3.7.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/79/79ea46af3061561427ab0af36b09d61e057084c76f655ec21074fba375a36b01?__gda__=exp=1592999592~hmac=70eeb1dcf3d0a84b529bf428c40676
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/ffmpeg-4.3_1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/f4/f4817a0d1cc8675d8785c13a5ea055ff296b241fb1d8a8a1eb301f6a075565b3?__gda__=exp=1592999593~hmac=31d126cb98eb196944cb7451ca5cc8
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/numpy-1.19.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e6/e6ca79c3ca935316f3ec4c55572ac93baf1f0d73cb83e81df7c1cbc93eb9fa85?__gda__=exp=1592999611~hmac=3f9aba8173d62b6443864b40826f5b
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/ilmbase-2.5.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/85/854208849e5fa1be263e25031ad21308582d57999c643baef67b8ec40d32cfb3?__gda__=exp=1592999616~hmac=08b024161a4d65e6b4c8ac308618fd
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/openexr-2.5.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a5/a5d9520a67acdb84ac3593290d2d65d3f4dd0c4db4ed4fe9f5c07c4b5a441ae2?__gda__=exp=1592999617~hmac=fddbd6d1fc078850bf22fcf41b4c62
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/protobuf-3.12.3.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/ff/ffc0bc6e68a6c48774854de177443ca852c107fe4e6e470486fa9d497334c28f?__gda__=exp=1592999620~hmac=d9fba47279af37954905f50ec7bef1
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/opencv-4.3.0_5.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/c4/c49eeb4793c2a85efe9cacb691b1d54298858c7f486d4b97ee95c8d8a910ab16?__gda__=exp=1592999625~hmac=99fbe34009863082c197afebfc9a8d
######################################################################## 100.0%
==> Downloading https://dl.bintray.com/maelvls/bottles-amc/amc-pango-1.42.4.high_sierra.bottle.1.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/147c6f9eedd3c49afdbe18551d68102f61ec20c9701b4ee28ccb434764a9d221?response-content-disposition=attachment%3Bfilename
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/perl-5.32.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/71/718a54da6e3b02c33d5230776aaa54eaaac710c09cf412078014c9c50dd0ac51?__gda__=exp=1592999693~hmac=0d625dc3382851cb702092adfe28db
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/nspr-4.25.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/7d/7d66be141d5cfd5bb1e62ebc7c6fef92a40f1cbd1cc596b1d2d014a356016184?__gda__=exp=1592999707~hmac=389410a00f6eacadd3374a449937fa
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/nss-3.53.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/cb/cbe1d8c357735e4045908e9426624f0990167b97f04505799a42da8be7495513?__gda__=exp=1592999708~hmac=4f634f4a92620c37b9143140454e35
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/qt-5.15.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/c5/c579327b288cfe0f23d6bd41e6e3b672538b6f19fbc0379322ce5c0ba422e794?__gda__=exp=1592999718~hmac=db3f3d1429e4e7b492f0cc1dadc56c
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/poppler-0.89.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/dd/dd605fc8d16be21c283d0a9e92c1aab30ff8ef2dd865504d0cc6e2dfd71a2060?__gda__=exp=1592999829~hmac=3919fcc7c642dcb8d2135e05935338
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/qpdf-10.0.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/46/4615f85d75741f053733eb37f12c35e3264492f00e9086530f2a40c710a0d7ea?__gda__=exp=1592999841~hmac=be224bfa57f93e555ca5b1de926033
######################################################################## 100.0%
==> Downloading https://dl.bintray.com/maelvls/bottles-amc/auto-multiple-choice-1.4.0_8.high_sierra.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/40f71fa981dbf345db895fcdc1e347f761bc690beebc6976b1238e1a0a9ae656?response-content-disposition=attachment%3Bfilename
######################################################################## 100.0%
==> Installing dependencies for maelvls/amc/auto-multiple-choice: freetype, harfbuzz, libtool, little-cms2, imagemagick@6, cmake, eigen, gflags, glog, metis, isl, mpfr, gcc, openblas, tbb, suite-sparse, ceres-solver, aom, dav1d, frei0r, libass, libbluray, libsoxr, libvidstab, libogg, libvpx, opencore-amr, opus, rav1e, rtmpdump, flac, libsndfile, libsamplerate, rubberband, sdl2, snappy, speex, srt, giflib, leptonica, tesseract, x264, x265, xvid, ffmpeg, numpy, ilmbase, openexr, protobuf, opencv, amc-pango, perl, nspr, nss, qt, poppler and qpdf
==> Installing maelvls/amc/auto-multiple-choice dependency: freetype
==> Pouring freetype-2.10.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/freetype/2.10.2: 61 files, 2.3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: harfbuzz
==> Pouring harfbuzz-2.6.8.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/harfbuzz/2.6.8: 166 files, 11.8MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libtool
==> Pouring libtool-2.4.6_2.high_sierra.bottle.tar.gz
==> Caveats
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
==> Summary
🍺 /usr/local/Cellar/libtool/2.4.6_2: 71 files, 3.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: little-cms2
==> Pouring little-cms2-2.11.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/little-cms2/2.11: 21 files, 1MB
==> Installing maelvls/amc/auto-multiple-choice dependency: imagemagick@6
==> Pouring [email protected]_sierra.bottle.tar.gz
==> Caveats
imagemagick@6 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.

If you need to have imagemagick@6 first in your PATH run:
echo 'export PATH="/usr/local/opt/imagemagick@6/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find imagemagick@6 you may need to set:
export LDFLAGS="-L/usr/local/opt/imagemagick@6/lib"
export CPPFLAGS="-I/usr/local/opt/imagemagick@6/include"

For pkg-config to find imagemagick@6 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/imagemagick@6/lib/pkgconfig"

==> Summary
🍺 /usr/local/Cellar/imagemagick@6/6.9.11-21: 1,477 files, 23.3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: cmake
==> Pouring cmake-3.17.3.high_sierra.bottle.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
==> Summary
🍺 /usr/local/Cellar/cmake/3.17.3: 6,162 files, 60.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: eigen
==> Pouring eigen-3.3.7.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/eigen/3.3.7: 487 files, 6.5MB
==> Installing maelvls/amc/auto-multiple-choice dependency: gflags
==> Pouring gflags-2.2.2.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/gflags/2.2.2: 24 files, 330.3KB
==> Installing maelvls/amc/auto-multiple-choice dependency: glog
==> Pouring glog-0.4.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/glog/0.4.0: 19 files, 231.8KB
==> Installing maelvls/amc/auto-multiple-choice dependency: metis
==> Pouring metis-5.1.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/metis/5.1.0: 18 files, 11.8MB
==> Installing maelvls/amc/auto-multiple-choice dependency: isl
==> Pouring isl-0.22.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/isl/0.22.1: 72 files, 4.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: mpfr
==> Pouring mpfr-4.0.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/mpfr/4.0.2: 28 files, 4.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: gcc
==> Pouring gcc-9.3.0_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/gcc/9.3.0_1: 1,463 files, 289.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: openblas
==> Pouring openblas-0.3.10.high_sierra.bottle.tar.gz
==> Caveats
openblas is keg-only, which means it was not symlinked into /usr/local,
because macOS provides BLAS in Accelerate.framework.

For compilers to find openblas you may need to set:
export LDFLAGS="-L/usr/local/opt/openblas/lib"
export CPPFLAGS="-I/usr/local/opt/openblas/include"

For pkg-config to find openblas you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"

==> Summary
🍺 /usr/local/Cellar/openblas/0.3.10: 23 files, 120.2MB
==> Installing maelvls/amc/auto-multiple-choice dependency: tbb
==> Pouring tbb-2020_U2.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/tbb/2020_U2: 144 files, 3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: suite-sparse
==> Pouring suite-sparse-5.7.2.high_sierra.bottle.tar.gz
Warning: suite-sparse dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
🍺 /usr/local/Cellar/suite-sparse/5.7.2: 156 files, 40.9MB
==> Installing maelvls/amc/auto-multiple-choice dependency: ceres-solver
==> Pouring ceres-solver-1.14.0_12.high_sierra.bottle.tar.gz
Warning: ceres-solver dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
🍺 /usr/local/Cellar/ceres-solver/1.14.0_12: 480 files, 16.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: aom
==> Pouring aom-2.0.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/aom/2.0.0: 19 files, 16.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: dav1d
==> Pouring dav1d-0.7.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/dav1d/0.7.1: 15 files, 1.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: frei0r
==> Pouring frei0r-1.7.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/frei0r/1.7.0: 128 files, 1.8MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libass
==> Pouring libass-0.14.0_1.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/libass/0.14.0_1: 10 files, 509.4KB
==> Installing maelvls/amc/auto-multiple-choice dependency: libbluray
==> Pouring libbluray-1.2.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libbluray/1.2.0: 21 files, 1.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libsoxr
==> Pouring libsoxr-0.1.3.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libsoxr/0.1.3: 28 files, 242.4KB
==> Installing maelvls/amc/auto-multiple-choice dependency: libvidstab
==> Pouring libvidstab-1.1.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libvidstab/1.1.0: 25 files, 132.0KB
==> Installing maelvls/amc/auto-multiple-choice dependency: libogg
==> Pouring libogg-1.3.4.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/libogg/1.3.4: 97 files, 473.0KB
==> Installing maelvls/amc/auto-multiple-choice dependency: libvpx
==> Pouring libvpx-1.8.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libvpx/1.8.2: 17 files, 3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: opencore-amr
==> Pouring opencore-amr-0.1.5.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/opencore-amr/0.1.5: 17 files, 644KB
==> Installing maelvls/amc/auto-multiple-choice dependency: opus
==> Pouring opus-1.3.1.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/opus/1.3.1: 17 files, 983.3KB
==> Installing maelvls/amc/auto-multiple-choice dependency: rav1e
==> Pouring rav1e-0.3.3.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/rav1e/0.3.3: 13 files, 47.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: rtmpdump
==> Pouring rtmpdump-2.4+20151223_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/rtmpdump/2.4+20151223_1: 20 files, 422.8KB
==> Installing maelvls/amc/auto-multiple-choice dependency: flac
==> Pouring flac-1.3.3.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/flac/1.3.3: 53 files, 2.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libsndfile
==> Pouring libsndfile-1.0.28.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libsndfile/1.0.28: 48 files, 1.8MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libsamplerate
==> Pouring libsamplerate-0.1.9_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libsamplerate/0.1.9_1: 28 files, 3.0MB
==> Installing maelvls/amc/auto-multiple-choice dependency: rubberband
==> Pouring rubberband-1.8.2_1.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/rubberband/1.8.2_1: 12 files, 569.4KB
==> Installing maelvls/amc/auto-multiple-choice dependency: sdl2
==> Pouring sdl2-2.0.12_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/sdl2/2.0.12_1: 89 files, 4.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: snappy
==> Pouring snappy-1.1.8.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/snappy/1.1.8: 18 files, 119.6KB
==> Installing maelvls/amc/auto-multiple-choice dependency: speex
==> Pouring speex-1.2.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/speex/1.2.0: 21 files, 689KB
==> Installing maelvls/amc/auto-multiple-choice dependency: srt
==> Pouring srt-1.4.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/srt/1.4.1: 20 files, 3.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: giflib
==> Pouring giflib-5.2.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/giflib/5.2.1: 19 files, 355.6KB
==> Installing maelvls/amc/auto-multiple-choice dependency: leptonica
==> Pouring leptonica-1.79.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/leptonica/1.79.0: 51 files, 5.9MB
==> Installing maelvls/amc/auto-multiple-choice dependency: tesseract
==> Pouring tesseract-4.1.1.high_sierra.bottle.tar.gz
==> Caveats
This formula contains only the "eng", "osd", and "snum" language data files.
If you need any other supported languages, run brew install tesseract-lang.
==> Summary
🍺 /usr/local/Cellar/tesseract/4.1.1: 65 files, 29.9MB
==> Installing maelvls/amc/auto-multiple-choice dependency: x264
==> Pouring x264-r2999.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/x264/r2999: 11 files, 5.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: x265
==> Pouring x265-3.4.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/x265/3.4: 11 files, 35.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: xvid
==> Pouring xvid-1.3.7.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/xvid/1.3.7: 10 files, 1.3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: ffmpeg
==> Pouring ffmpeg-4.3_1.high_sierra.bottle.tar.gz
Warning: ffmpeg dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
🍺 /usr/local/Cellar/ffmpeg/4.3_1: 299 files, 61.0MB
==> Installing maelvls/amc/auto-multiple-choice dependency: numpy
==> Pouring numpy-1.19.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/numpy/1.19.0: 489 files, 15.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: ilmbase
==> Pouring ilmbase-2.5.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/ilmbase/2.5.2: 87 files, 1.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: openexr
==> Pouring openexr-2.5.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/openexr/2.5.2: 152 files, 6.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: protobuf
==> Pouring protobuf-3.12.3.high_sierra.bottle.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/protobuf
==> Summary
🍺 /usr/local/Cellar/protobuf/3.12.3: 267 files, 20.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: opencv
==> Pouring opencv-4.3.0_5.high_sierra.bottle.tar.gz
Warning: opencv dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
🍺 /usr/local/Cellar/opencv/4.3.0_5: 771 files, 233.1MB
==> Installing maelvls/amc/auto-multiple-choice dependency: amc-pango
==> Pouring amc-pango-1.42.4.high_sierra.bottle.1.tar.gz
==> Caveats
amc-pango is keg-only, which means it was not symlinked into /usr/local,
because Vendored version of Homebrew's pango.

If you need to have amc-pango first in your PATH run:
echo 'export PATH="/usr/local/opt/amc-pango/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find amc-pango you may need to set:
export LDFLAGS="-L/usr/local/opt/amc-pango/lib"
export CPPFLAGS="-I/usr/local/opt/amc-pango/include"

For pkg-config to find amc-pango you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/amc-pango/lib/pkgconfig"

==> Summary
🍺 /usr/local/Cellar/amc-pango/1.42.4: 106 files, 4.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: perl
==> Pouring perl-5.32.0.high_sierra.bottle.tar.gz
==> Caveats
By default non-brewed cpan modules are installed to the Cellar. If you wish
for your modules to persist across updates we recommend using local::lib.

You can set that up like this:
PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib
echo 'eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"' >> /Users/claudeblanze1/.bash_profile
==> Summary
🍺 /usr/local/Cellar/perl/5.32.0: 2,458 files, 63.2MB
==> Installing maelvls/amc/auto-multiple-choice dependency: nspr
==> Pouring nspr-4.25.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/nspr/4.25: 86 files, 1.1MB
==> Installing maelvls/amc/auto-multiple-choice dependency: nss
==> Pouring nss-3.53.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/nss/3.53.1: 222 files, 35.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: qt
==> Pouring qt-5.15.0.high_sierra.bottle.tar.gz
==> Caveats
We agreed to the Qt open source license for you.
If this is unacceptable you should uninstall.

qt is keg-only, which means it was not symlinked into /usr/local,
because Qt 5 has CMake issues when linked.

If you need to have qt first in your PATH run:
echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find qt you may need to set:
export LDFLAGS="-L/usr/local/opt/qt/lib"
export CPPFLAGS="-I/usr/local/opt/qt/include"

For pkg-config to find qt you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/qt/lib/pkgconfig"

==> Summary
🍺 /usr/local/Cellar/qt/5.15.0: 10,574 files, 374.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: poppler
==> Pouring poppler-0.89.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/poppler/0.89.0: 460 files, 24.5MB
==> Installing maelvls/amc/auto-multiple-choice dependency: qpdf
==> Pouring qpdf-10.0.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/qpdf/10.0.1: 68 files, 5.1MB
==> Installing maelvls/amc/auto-multiple-choice
==> Pouring auto-multiple-choice-1.4.0_8.high_sierra.bottle.tar.gz
Warning: maelvls/amc/auto-multiple-choice dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
==> Caveats
If you don't have Mactex installed, you will need it:
brew cask install mactex

  1. If you have an issue of new windows in tabs:
    with Gtk3, new windows may open in tabs instead of
    in a new window. This is unwanted because Gtk3 has a bug making it
    hard to click on some buttons. Two workarounds:

    • Either disable tabbing in System preferences > Dock > Prefer tabs
      when opening documents;
    • Or just un-tab manually by dragging the tab out.
  2. Where is automultiplechoice.sty? After installing, run:

    sudo auto-multiple-choice latex-link remove
    sudo auto-multiple-choice latex-link
    

If you have any problem/remark regarding this formula, you can submit
an issue to https://github.com/maelvls/homebrew-amc.
==> Summary
🍺 /usr/local/Cellar/auto-multiple-choice/1.4.0_8: 1,101 files, 28.5MB
==> Caveats
==> libtool
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
==> imagemagick@6
imagemagick@6 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.

If you need to have imagemagick@6 first in your PATH run:
echo 'export PATH="/usr/local/opt/imagemagick@6/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find imagemagick@6 you may need to set:
export LDFLAGS="-L/usr/local/opt/imagemagick@6/lib"
export CPPFLAGS="-I/usr/local/opt/imagemagick@6/include"

For pkg-config to find imagemagick@6 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/imagemagick@6/lib/pkgconfig"

==> cmake
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
==> openblas
openblas is keg-only, which means it was not symlinked into /usr/local,
because macOS provides BLAS in Accelerate.framework.

For compilers to find openblas you may need to set:
export LDFLAGS="-L/usr/local/opt/openblas/lib"
export CPPFLAGS="-I/usr/local/opt/openblas/include"

For pkg-config to find openblas you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"

==> tesseract
This formula contains only the "eng", "osd", and "snum" language data files.
If you need any other supported languages, run brew install tesseract-lang.
==> protobuf
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/protobuf
==> amc-pango
amc-pango is keg-only, which means it was not symlinked into /usr/local,
because Vendored version of Homebrew's pango.

If you need to have amc-pango first in your PATH run:
echo 'export PATH="/usr/local/opt/amc-pango/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find amc-pango you may need to set:
export LDFLAGS="-L/usr/local/opt/amc-pango/lib"
export CPPFLAGS="-I/usr/local/opt/amc-pango/include"

For pkg-config to find amc-pango you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/amc-pango/lib/pkgconfig"

==> perl
By default non-brewed cpan modules are installed to the Cellar. If you wish
for your modules to persist across updates we recommend using local::lib.

You can set that up like this:
PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib
echo 'eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"' >> /Users/claudeblanze1/.bash_profile
==> qt
We agreed to the Qt open source license for you.
If this is unacceptable you should uninstall.

qt is keg-only, which means it was not symlinked into /usr/local,
because Qt 5 has CMake issues when linked.

If you need to have qt first in your PATH run:
echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find qt you may need to set:
export LDFLAGS="-L/usr/local/opt/qt/lib"
export CPPFLAGS="-I/usr/local/opt/qt/include"

For pkg-config to find qt you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/qt/lib/pkgconfig"

==> auto-multiple-choice
If you don't have Mactex installed, you will need it:
brew cask install mactex

  1. If you have an issue of new windows in tabs:
    with Gtk3, new windows may open in tabs instead of
    in a new window. This is unwanted because Gtk3 has a bug making it
    hard to click on some buttons. Two workarounds:

    • Either disable tabbing in System preferences > Dock > Prefer tabs
      when opening documents;
    • Or just un-tab manually by dragging the tab out.
  2. Where is automultiplechoice.sty? After installing, run:

    sudo auto-multiple-choice latex-link remove
    sudo auto-multiple-choice latex-link
    

If you have any problem/remark regarding this formula, you can submit
an issue to https://github.com/maelvls/homebrew-amc.
pc43:~ cblanze$ auto-multiple-choice
Cairo.c: loadable library and perl binaries are mismatched (got handshake key 0xc400080, needed 0xfa80080)

Problem to import jpeg in AMC

Good evening,

I have a problem when importing jpegs into AMC.
I have an error message that says for each jpeg: No layout for ID +0/0/0+
and in the logs, I have the following error message:

Warning: unable to close filehandle GEN8 properly: Broken pipe at /usr/local/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/AMC/Subprocess.pm line 115, line 4 during global destruction.
libc++abi: terminating with uncaught exception of type cv::Exception: OpenCV(4.5.4) /tmp/opencv-20220113-79025-13skakl/opencv-4.5.4/modules/imgproc/src/smooth.dispatch.cpp:294: error: (-215:Assertion failed) ksize.width > 0 && ksize.width % 2 == 1 && ksize.height > 0 && ksize.height % 2 == 1 in function 'createGaussianKernels'

Could you please help me?

Thank you in advance

Bug in AMC installation with homebrew

Under Mac OS Sonoma 14.4 I get the following error message after a "brew install maelvls/amc/auto-multiple-choice"

==> Fetching maelvls/amc/auto-multiple-choice
==> Downloading https://github.com/maelvls/homebrew-amc/releases/download/auto-multiple-choice-1.5.0/auto-multiple-choice-1.5.0.big_sur.bottle.4.tar.gz
Already downloaded: /Users/mperez/Library/Caches/Homebrew/downloads/cdd213abbc283fa6b9f23adf3e7fefc4f2ff2dc602f6b5cb7435076fa04545f9--auto-multiple-choice-1.5.0.big_sur.bottle.4.tar.gz
==> Installing auto-multiple-choice from maelvls/amc
==> Pouring auto-multiple-choice-1.5.0.big_sur.bottle.4.tar.gz
Error: /usr/local/Cellar/auto-multiple-choice/1.5.0 is not a directory

Any clue ?

Cairo.c: loadable library and perl binaries are mismatched

I also have the message 👍
Cairo.c: loadable library and perl binaries are mismatched (got first handshake key 0xf880080, needed 0xff00080)

This problem appeared in that past (see: #14)

here attached is the result of
% brew info auto-multiple-choice
% brew linkage auto-multiple-choice

maelvls.txt

It would be great if you can find the problem ! 👍

Best regards
Alain Latour

Problems while processing the source file.

Hi,

Thanks for the brew formula, much appreciated.

I can install fine, but when 'Update document' is hit. I'm getting the following errors. Any ideas?

'Problems while processing the source file. You have to correct the source file and re-run documents update.'

From the log…

Transcript written on amc-compiled.log.
Output format: pdf
ERR: 12 errors during LaTeX compiling (question sheet)
ERR>Undefined control sequence.
ERR>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
ERR>...
ERR>LaTeX error: "kernel/deprecated-command"...
ERR>...
ERR>The deprecated command '\tl_to_lowercase:n' has been or will be removed on...
ERR>2018-03-05. Use instead '\tex_lowercase:D '.
ERR>...
ERR>See the LaTeX3 documentation for further information.
ERR>...
ERR>Type to continue.
ERR>............................................... ...
Variables :
VAR: styversion=2018/03/07 v1.3.0+hg2018-03-07 r:bf07b77e8a6d
VAR: project:pdfform=0
VAR: stypath=/opt/local/share/texmf-local/tex/latex/automultiplechoice.sty

The source file was working fine on a previous install, nothing has changed with it. It's in AMC-TXT format. Couldn't find anything in the AMC forums either.

Thanks, Terry

Issue with OpenCV 3.4.1

Homebrew updated OpenCV from 3.4.0 to 3.4.1 and it apparently broke something. You will get the following error in the terminal:

OpenCV(3.4.1) Error: Assertion failed ((flags & FIXED_TYPE) != 0) in type, file /tmp/opencv-20180307-60086-ryy1b3/opencv-3.4.1/modules/core/src/matrix_wrap.cpp, line 807
OpenCV(3.4.1) Error: Assertion failed ((flags & FIXED_TYPE) != 0) in type, file /tmp/opencv-20180307-60086-ryy1b3/opencv-3.4.1/modules/core/src/matrix_wrap.cpp, line 807
libc++abi.dylib: libc++abi.dylib: terminating with uncaught exception of type cv::Exception: OpenCV(3.4.1) /tmp/opencv-20180307-60086-ryy1b3/opencv-3.4.1/modules/core/src/matrix_wrap.cpp:807: error: (-215) (flags & FIXED_TYPE) != 0 in function type
terminating with uncaught exception of type cv::Exception: OpenCV(3.4.1) /tmp/opencv-20180307-60086-ryy1b3/opencv-3.4.1/modules/core/src/matrix_wrap.cpp:807: error: (-215) (flags & FIXED_TYPE) != 0 in function type

There is a similar issue in pjreddie/darknet#518.

Workaround until this is fixed in Homebrew core and in OpenCV:

# brew ls --versions opencv
opencv 3.4.1_1 3.4.0_1 3.4.1_2

At this point, I see that I still have 3.4.1_1 so I can go ahead and use it instead of 3.4.1_2:

# brew switch opencv 3.4.1_1

Now it should work


Note: the issue seems to be in AMC-analyse.cc

auto-multiple-choice analyse --debug /dev/stderr --no-multiple --tol-marque 0.2,0.2 --prop 0.8 --bw-threshold 0.6 --progression-id analyse --progression 1 --n-procs 4 --data /Users/mvalais/MC-Projects/ralph-exemple/data --projet /Users/mvalais/MC-Projects/ralph-exemple/ --cr /Users/mvalais/MC-Projects/ralph-exemple/cr --liste-fichiers /var/folders/8f/mmpn479168g_rtnr15z__0jh0000gn/T/liste-zPGIFw --no-ignore-red --try-three
[  87941,   0.30] [87941]>>
This is AutoMultipleChoice, version 1.3.0+hg2017-10-25 (r:33b2895d5ed5)
Perl: /usr/local/Cellar/perl/5.26.1/bin/perl v5.26.1

========================================

Version: ImageMagick 7.0.7-25 Q16 x86_64 2018-03-04 http://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib

GraphicsMagick 1.3.28 2018-01-20 Q16 http://www.GraphicsMagick.org/
Copyright (C) 2002-2018 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.

Feature Support:
Native Thread Safe yes
Large Files (> 32 bit) yes
Large Memory (> 32 bit) yes
BZIP yes
DPS no
FlashPix no
FreeType yes
Ghostscript (Library) no
JBIG no
JPEG-2000 yes
JPEG yes
Little CMS no
Loadable Modules yes
OpenMP no
PNG yes
TIFF yes
TRIO no
UMEM no
WebP no
WMF no
X11 no
XML yes
ZLIB yes

Host type: x86_64-apple-darwin17.3.0

Configured using the command:
./configure '--prefix=/usr/local/Cellar/graphicsmagick/1.3.28_1' '--disable-dependency-tracking' '--enable-shared' '--disable-static' '--with-modules' '--without-lzma' '--disable-openmp' '--with-quantum-depth=16' '--without-gslib' '--with-gs-font-dir=/usr/local/share/ghostscript/fonts' '--with-webp=no' '--without-x' '--without-lcms2' '--without-wmf' 'CC=clang' 'CXX=clang++'

Final Build Parameters:
CC = clang
CFLAGS = -g -O2 -Wall -D_THREAD_SAFE
CPPFLAGS = -I/usr/local/opt/freetype/include/freetype2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2
CXX = clang++
CXXFLAGS = -D_THREAD_SAFE
LDFLAGS = -L/usr/local/opt/freetype/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/lib
LIBS = -lfreetype -lbz2 -lz -lltdl -lm -lpthread

[ 87941, 0.31] Create progression pipe for up to 1
[ 87941, 0.31] Scan from list : /Users/mvalais/MC-Projects/ralph-exemple/scans/DOC-indiv-solution-1__glissees__copy_0003.tiff
[ 87941, 0.33] Connecting to database layout...
[ 87941, 0.33] Loading perl module layout...
[ 87941, 0.34] Checking database version...
[ 87941, 0.34] Opening RO transaction for layout [rVAR]...
[ 87941, 0.34] [rVAR] <- layout
[ 87941, 0.34] Closing transaction for layout [rVAR]...
[ 87941, 0.34] [rVAR] X layout
[ 87941, 0.34] variables table present.
[ 87941, 0.34] Opening RO transaction for layout [vTRS]...
[ 87941, 0.34] [vTRS] <- layout
[ 87941, 0.34] Closing transaction for layout [vTRS]...
[ 87941, 0.34] [vTRS] X layout
[ 87941, 0.34] Module layout loaded.
[ 87941, 0.34] Opening RO transaction for layout [cRLY]...
[ 87941, 0.34] [cRLY] <- layout
[ 87941, 0.34] Preparing statement COUNT
[ 87941, 0.34] 20 layouts
[ 87941, 0.34] Preparing statement studentPage
[ 87941, 0.34] Preparing statement dims
[ 87941, 0.34] Preparing statement mark
[ 87941, 0.34] Preparing statement digitInfo
[ 87941, 0.34] Closing transaction for layout [cRLY]...
[ 87941, 0.34] [cRLY] X layout
[ 87941, 0.34] Queue RUN
[ 87941, 0.34] MAJ :
[ 87941, 0.34] Fork : 87945
[ 87941, 0.34] MAJ : 87945
[ 87945, 0.00] Analysing scan /Users/mvalais/MC-Projects/ralph-exemple/scans/DOC-indiv-solution-1__glissees__copy_0003.tiff
[ 87945, 0.00] Connecting to database layout...
[ 87945, 0.00] Loading perl module layout...
[ 87945, 0.00] Checking database version...
[ 87945, 0.00] Opening RO transaction for layout [rVAR]...
[ 87945, 0.00] [rVAR] <- layout
[ 87945, 0.00] Closing transaction for layout [rVAR]...
[ 87945, 0.00] [rVAR] X layout
[ 87945, 0.00] variables table present.
[ 87945, 0.00] Opening RO transaction for layout [vTRS]...
[ 87945, 0.00] [vTRS] <- layout
[ 87945, 0.00] Closing transaction for layout [vTRS]...
[ 87945, 0.00] [vTRS] X layout
[ 87945, 0.00] Module layout loaded.
[ 87945, 0.00] Exec subprocess...
[ 87945, 0.00] /usr/local/Cellar/auto-multiple-choice/1.3.0.2161_1/lib/AMC/exec/AMC-detect -x 2550 -y 3299.999958489 -d 42.5195119944089 -p 0.2 -m 0.2 -c 3 -t 0.6 -o 1
[ 87945, 0.00] PID=87946 : GLOB(0x7ff73320a118) --> GLOB(0x7ff73320a100)
[ 87945, 0.00] CMD : load /Users/mvalais/MC-Projects/ralph-exemple/scans/DOC-indiv-solution-1__glissees__copy_0003.tiff
[ 87945, 0.00] |> TX=2550.00 TY=3300.00 DIAM=42.52
[ 87945, 0.00] |> : Image background loaded
[ 87945, 0.00] |> : loading /Users/mvalais/MC-Projects/ralph-exemple/scans/DOC-indiv-solution-1__glissees__copy_0003.tiff ...
[ 87945, 0.00] |> : Image max = 255.000
[ 87945, 0.00] |> : Image loaded
[ 87945, 0.00] |> Morph: +2 -3
[ 87945, 0.00] |> Target size: 17.0 ; 25.5
[ 87945, 0.00] |> Detected connected components:
[ 87945, 0.00] |> (1106;1540)+(20;22)
[ 87945, 0.00] |> (148;1540)+(20;22)
[ 87945, 0.00] |> (665;1369)+(24;25)
[ 87945, 0.00] |> (194;1243)+(25;25)
[ 87945, 0.00] |> (194;1212)+(25;25)
[ 87945, 0.00] |> (665;1150)+(24;24)
[ 87945, 0.00] |> (392;1052)+(24;25)
[ 87945, 0.00] |> (508;464)+(25;25)
[ 87945, 0.00] |> (366;464)+(25;25)
[ 87945, 0.00] |> (224;464)+(25;25)
[ 87945, 0.00] |> (1106;135)+(20;22)
[ 87945, 0.00] |> (148;135)+(20;22)
[ 87945, 0.00] |> (588;97)+(21;21)
[ 87945, 0.00] |> Frame[0]: 157.5 ; 145.5
[ 87945, 0.00] |> Frame[1]: 1115.5 ; 145.5
[ 87945, 0.00] |> Frame[2]: 1115.5 ; 1550.5
[ 87945, 0.00] |> Frame[3]: 157.5 ; 1550.5
[ 87945, 0.00] |> END
[ 87945, 0.00] Global frame:
[ 87945, 0.00] (157.50,145.50) (1115.50,145.50) (1115.50,1550.50) (157.50,1550.50)
[ 87945, 0.00] CMD : optim 316.54,291.94 2233.46,291.94 2233.46,3101.57 316.54,3101.57
[ 87945, 0.00] |> Transfo:
[ 87945, 0.00] |> a=0.499760
[ 87945, 0.00] |> b=0.000000
[ 87945, 0.00] |> c=0.000000
[ 87945, 0.00] |> d=0.500066
[ 87945, 0.00] |> e=-0.694040
[ 87945, 0.00] |> f=-0.489223
[ 87945, 0.00] |> MSE=0.000000
[ 87945, 0.00] |> Back:
[ 87945, 0.00] |> a'=2.000960
[ 87945, 0.00] |> b'=-0.000000
[ 87945, 0.00] |> c'=-0.000000
[ 87945, 0.00] |> d'=1.999737
[ 87945, 0.00] |> e'=1.388747
[ 87945, 0.00] |> f'=0.978317
[ 87945, 0.00] |> END
[ 87945, 0.00] MSE=0.000000
[ 87945, 0.00] CMD : mesure0 0.8 square 744.334181694135 782.13030988124 195.91514075229 233.711268939394
[ 87945, 0.00] |> TCORNER 371.294,97.481
[ 87945, 0.00] |> TCORNER 390.183,97.481
[ 87945, 0.00] |> TCORNER 390.183,116.382
[ 87945, 0.00] |> TCORNER 371.294,116.382
[ 87945, 0.00] |> COIN 373.183,99.371
[ 87945, 0.00] |> COIN 388.295,99.371
[ 87945, 0.00] |> COIN 388.295,114.492
[ 87945, 0.00] |> COIN 373.183,114.492
[ 87945, 0.00] |> PIX 0 225
[ 87945, 0.00] |> END
[ 87945, 0.00] Binary box 1:1: 0/225 = 0.0000
[ 87945, 0.00] CMD : mesure0 0.8 square 783.79072456154 821.586852748645 195.91514075229 233.711268939394
[ 87945, 0.00] |> TCORNER 391.013,97.481
[ 87945, 0.00] |> TCORNER 409.902,97.481
[ 87945, 0.00] |> TCORNER 409.902,116.382
[ 87945, 0.00] |> TCORNER 391.013,116.382
[ 87945, 0.00] |> COIN 392.902,99.371
[ 87945, 0.00] |> COIN 408.013,99.371
[ 87945, 0.00] |> COIN 408.013,114.492
[ 87945, 0.00] |> COIN 392.902,114.492
[ 87945, 0.00] |> PIX 0 240
[ 87945, 0.00] |> END
[ 87945, 0.00] Binary box 1:2: 0/240 = 0.0000
[ 87945, 0.00] CMD : mesure0 0.8 square 823.247267428945 861.043395616049 195.91514075229 233.711268939394
[ 87945, 0.00] |> TCORNER 410.732,97.481
[ 87945, 0.00] |> TCORNER 429.621,97.481
[ 87945, 0.00] |> TCORNER 429.621,116.382
[ 87945, 0.00] |> TCORNER 410.732,116.382
[ 87945, 0.00] |> COIN 412.621,99.371
[ 87945, 0.00] |> COIN 427.732,99.371
[ 87945, 0.00] |> COIN 427.732,114.492
[ 87945, 0.01] |> COIN 412.621,114.492
[ 87945, 0.01] |> PIX 0 225
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:3: 0/225 = 0.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 862.70381029635 900.499938483454 195.91514075229 233.711268939394
[ 87945, 0.01] |> TCORNER 430.451,97.481
[ 87945, 0.01] |> TCORNER 449.340,97.481
[ 87945, 0.01] |> TCORNER 449.340,116.382
[ 87945, 0.01] |> TCORNER 430.451,116.382
[ 87945, 0.01] |> COIN 432.340,99.371
[ 87945, 0.01] |> COIN 447.451,99.371
[ 87945, 0.01] |> COIN 447.451,114.492
[ 87945, 0.01] |> COIN 432.340,114.492
[ 87945, 0.01] |> PIX 0 225
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:4: 0/225 = 0.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 902.160353163754 939.956481350859 195.91514075229 233.711268939394
[ 87945, 0.01] |> TCORNER 450.170,97.481
[ 87945, 0.01] |> TCORNER 469.059,97.481
[ 87945, 0.01] |> TCORNER 469.059,116.382
[ 87945, 0.01] |> TCORNER 450.170,116.382
[ 87945, 0.01] |> COIN 452.059,99.371
[ 87945, 0.01] |> COIN 467.170,99.371
[ 87945, 0.01] |> COIN 467.170,114.492
[ 87945, 0.01] |> COIN 452.059,114.492
[ 87945, 0.01] |> PIX 0 225
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:5: 0/225 = 0.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 941.616896031159 979.413024218264 195.91514075229 233.711268939394
[ 87945, 0.01] |> TCORNER 469.888,97.481
[ 87945, 0.01] |> TCORNER 488.777,97.481
[ 87945, 0.01] |> TCORNER 488.777,116.382
[ 87945, 0.01] |> TCORNER 469.888,116.382
[ 87945, 0.01] |> COIN 471.777,99.371
[ 87945, 0.01] |> COIN 486.889,99.371
[ 87945, 0.01] |> COIN 486.889,114.492
[ 87945, 0.01] |> COIN 471.777,114.492
[ 87945, 0.01] |> PIX 0 225
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:6: 0/225 = 0.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 981.073438898564 1018.86956708567 195.91514075229 233.711268939394
[ 87945, 0.01] |> TCORNER 489.607,97.481
[ 87945, 0.01] |> TCORNER 508.496,97.481
[ 87945, 0.01] |> TCORNER 508.496,116.382
[ 87945, 0.01] |> TCORNER 489.607,116.382
[ 87945, 0.01] |> COIN 491.496,99.371
[ 87945, 0.01] |> COIN 506.607,99.371
[ 87945, 0.01] |> COIN 506.607,114.492
[ 87945, 0.01] |> COIN 491.496,114.492
[ 87945, 0.01] |> PIX 0 225
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:7: 0/225 = 0.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 1020.52998176597 1058.32610995307 195.91514075229 233.711268939394
[ 87945, 0.01] |> TCORNER 509.326,97.481
[ 87945, 0.01] |> TCORNER 528.215,97.481
[ 87945, 0.01] |> TCORNER 528.215,116.382
[ 87945, 0.01] |> TCORNER 509.326,116.382
[ 87945, 0.01] |> COIN 511.215,99.371
[ 87945, 0.01] |> COIN 526.326,99.371
[ 87945, 0.01] |> COIN 526.326,114.492
[ 87945, 0.01] |> COIN 511.215,114.492
[ 87945, 0.01] |> PIX 0 225
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:8: 0/225 = 0.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 1059.98652463337 1097.78265282048 195.91514075229 233.711268939394
[ 87945, 0.01] |> TCORNER 529.045,97.481
[ 87945, 0.01] |> TCORNER 547.934,97.481
[ 87945, 0.01] |> TCORNER 547.934,116.382
[ 87945, 0.01] |> TCORNER 529.045,116.382
[ 87945, 0.01] |> COIN 530.934,99.371
[ 87945, 0.01] |> COIN 546.045,99.371
[ 87945, 0.01] |> COIN 546.045,114.492
[ 87945, 0.01] |> COIN 530.934,114.492
[ 87945, 0.01] |> PIX 0 240
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:9: 0/240 = 0.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 1099.44306750078 1137.23919568788 195.91514075229 233.711268939394
[ 87945, 0.01] |> TCORNER 548.764,97.481
[ 87945, 0.01] |> TCORNER 567.653,97.481
[ 87945, 0.01] |> TCORNER 567.653,116.382
[ 87945, 0.01] |> TCORNER 548.764,116.382
[ 87945, 0.01] |> COIN 550.653,99.371
[ 87945, 0.01] |> COIN 565.764,99.371
[ 87945, 0.01] |> COIN 565.764,114.492
[ 87945, 0.01] |> COIN 550.653,114.492
[ 87945, 0.01] |> PIX 0 225
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:10: 0/225 = 0.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 1138.89961036818 1176.69573855529 195.91514075229 233.711268939394
[ 87945, 0.01] |> TCORNER 568.482,97.481
[ 87945, 0.01] |> TCORNER 587.371,97.481
[ 87945, 0.01] |> TCORNER 587.371,116.382
[ 87945, 0.01] |> TCORNER 568.482,116.382
[ 87945, 0.01] |> COIN 570.371,99.371
[ 87945, 0.01] |> COIN 585.483,99.371
[ 87945, 0.01] |> COIN 585.483,114.492
[ 87945, 0.01] |> COIN 570.371,114.492
[ 87945, 0.01] |> PIX 0 225
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:11: 0/225 = 0.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 1178.35615323559 1216.15228142269 195.91514075229 233.711268939394
[ 87945, 0.01] |> TCORNER 588.201,97.481
[ 87945, 0.01] |> TCORNER 607.090,97.481
[ 87945, 0.01] |> TCORNER 607.090,116.382
[ 87945, 0.01] |> TCORNER 588.201,116.382
[ 87945, 0.01] |> COIN 590.090,99.371
[ 87945, 0.01] |> COIN 605.201,99.371
[ 87945, 0.01] |> COIN 605.201,114.492
[ 87945, 0.01] |> COIN 590.090,114.492
[ 87945, 0.01] |> PIX 225 225
[ 87945, 0.01] |> END
[ 87945, 0.01] Binary box 1:12: 225/225 = 1.0000
[ 87945, 0.01] CMD : mesure0 0.8 square 744.334181694135 782.13030988124 245.728341250422 283.524469437526
[ 87945, 0.01] |> TCORNER 371.294,122.391
[ 87945, 0.01] |> TCORNER 390.183,122.391
[ 87945, 0.02] |> TCORNER 390.183,141.292
[ 87945, 0.02] |> TCORNER 371.294,141.292
[ 87945, 0.02] |> COIN 373.183,124.281
[ 87945, 0.02] |> COIN 388.295,124.281
[ 87945, 0.02] |> COIN 388.295,139.402
[ 87945, 0.02] |> COIN 373.183,139.402
[ 87945, 0.02] |> PIX 0 225
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 2:1: 0/225 = 0.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 783.79072456154 821.586852748645 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 391.013,122.391
[ 87945, 0.02] |> TCORNER 409.902,122.391
[ 87945, 0.02] |> TCORNER 409.902,141.292
[ 87945, 0.02] |> TCORNER 391.013,141.292
[ 87945, 0.02] |> COIN 392.902,124.281
[ 87945, 0.02] |> COIN 408.013,124.281
[ 87945, 0.02] |> COIN 408.013,139.402
[ 87945, 0.02] |> COIN 392.902,139.402
[ 87945, 0.02] |> PIX 0 240
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 2:2: 0/240 = 0.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 823.247267428945 861.043395616049 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 410.732,122.391
[ 87945, 0.02] |> TCORNER 429.621,122.391
[ 87945, 0.02] |> TCORNER 429.621,141.292
[ 87945, 0.02] |> TCORNER 410.732,141.292
[ 87945, 0.02] |> COIN 412.621,124.281
[ 87945, 0.02] |> COIN 427.732,124.281
[ 87945, 0.02] |> COIN 427.732,139.402
[ 87945, 0.02] |> COIN 412.621,139.402
[ 87945, 0.02] |> PIX 0 225
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 2:3: 0/225 = 0.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 862.70381029635 900.499938483454 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 430.451,122.391
[ 87945, 0.02] |> TCORNER 449.340,122.391
[ 87945, 0.02] |> TCORNER 449.340,141.292
[ 87945, 0.02] |> TCORNER 430.451,141.292
[ 87945, 0.02] |> COIN 432.340,124.281
[ 87945, 0.02] |> COIN 447.451,124.281
[ 87945, 0.02] |> COIN 447.451,139.402
[ 87945, 0.02] |> COIN 432.340,139.402
[ 87945, 0.02] |> PIX 0 225
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 2:4: 0/225 = 0.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 902.160353163754 939.956481350859 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 450.170,122.391
[ 87945, 0.02] |> TCORNER 469.059,122.391
[ 87945, 0.02] |> TCORNER 469.059,141.292
[ 87945, 0.02] |> TCORNER 450.170,141.292
[ 87945, 0.02] |> COIN 452.059,124.281
[ 87945, 0.02] |> COIN 467.170,124.281
[ 87945, 0.02] |> COIN 467.170,139.402
[ 87945, 0.02] |> COIN 452.059,139.402
[ 87945, 0.02] |> PIX 0 225
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 2:5: 0/225 = 0.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 941.616896031159 979.413024218264 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 469.888,122.391
[ 87945, 0.02] |> TCORNER 488.777,122.391
[ 87945, 0.02] |> TCORNER 488.777,141.292
[ 87945, 0.02] |> TCORNER 469.888,141.292
[ 87945, 0.02] |> COIN 471.777,124.281
[ 87945, 0.02] |> COIN 486.889,124.281
[ 87945, 0.02] |> COIN 486.889,139.402
[ 87945, 0.02] |> COIN 471.777,139.402
[ 87945, 0.02] |> PIX 225 225
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 2:6: 225/225 = 1.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 981.073438898564 1018.86956708567 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 489.607,122.391
[ 87945, 0.02] |> TCORNER 508.496,122.391
[ 87945, 0.02] |> TCORNER 508.496,141.292
[ 87945, 0.02] |> TCORNER 489.607,141.292
[ 87945, 0.02] |> COIN 491.496,124.281
[ 87945, 0.02] |> COIN 506.607,124.281
[ 87945, 0.02] |> COIN 506.607,139.402
[ 87945, 0.02] |> COIN 491.496,139.402
[ 87945, 0.02] |> PIX 225 225
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 3:1: 225/225 = 1.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 1020.52998176597 1058.32610995307 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 509.326,122.391
[ 87945, 0.02] |> TCORNER 528.215,122.391
[ 87945, 0.02] |> TCORNER 528.215,141.292
[ 87945, 0.02] |> TCORNER 509.326,141.292
[ 87945, 0.02] |> COIN 511.215,124.281
[ 87945, 0.02] |> COIN 526.326,124.281
[ 87945, 0.02] |> COIN 526.326,139.402
[ 87945, 0.02] |> COIN 511.215,139.402
[ 87945, 0.02] |> PIX 225 225
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 3:2: 225/225 = 1.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 1059.98652463337 1097.78265282048 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 529.045,122.391
[ 87945, 0.02] |> TCORNER 547.934,122.391
[ 87945, 0.02] |> TCORNER 547.934,141.292
[ 87945, 0.02] |> TCORNER 529.045,141.292
[ 87945, 0.02] |> COIN 530.934,124.281
[ 87945, 0.02] |> COIN 546.045,124.281
[ 87945, 0.02] |> COIN 546.045,139.402
[ 87945, 0.02] |> COIN 530.934,139.402
[ 87945, 0.02] |> PIX 240 240
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 3:3: 240/240 = 1.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 1099.44306750078 1137.23919568788 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 548.764,122.391
[ 87945, 0.02] |> TCORNER 567.653,122.391
[ 87945, 0.02] |> TCORNER 567.653,141.292
[ 87945, 0.02] |> TCORNER 548.764,141.292
[ 87945, 0.02] |> COIN 550.653,124.281
[ 87945, 0.02] |> COIN 565.764,124.281
[ 87945, 0.02] |> COIN 565.764,139.402
[ 87945, 0.02] |> COIN 550.653,139.402
[ 87945, 0.02] |> PIX 225 225
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 3:4: 225/225 = 1.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 1138.89961036818 1176.69573855529 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 568.482,122.391
[ 87945, 0.02] |> TCORNER 587.371,122.391
[ 87945, 0.02] |> TCORNER 587.371,141.292
[ 87945, 0.02] |> TCORNER 568.482,141.292
[ 87945, 0.02] |> COIN 570.371,124.281
[ 87945, 0.02] |> COIN 585.483,124.281
[ 87945, 0.02] |> COIN 585.483,139.402
[ 87945, 0.02] |> COIN 570.371,139.402
[ 87945, 0.02] |> PIX 0 225
[ 87945, 0.02] |> END
[ 87945, 0.02] Binary box 3:5: 0/225 = 0.0000
[ 87945, 0.02] CMD : mesure0 0.8 square 1178.35615323559 1216.15228142269 245.728341250422 283.524469437526
[ 87945, 0.02] |> TCORNER 588.201,122.391
[ 87945, 0.02] |> TCORNER 607.090,122.391
[ 87945, 0.02] |> TCORNER 607.090,141.292
[ 87945, 0.02] |> TCORNER 588.201,141.292
[ 87945, 0.02] |> COIN 590.090,124.281
[ 87945, 0.02] |> COIN 605.201,124.281
[ 87945, 0.02] |> COIN 605.201,139.402
[ 87945, 0.02] |> COIN 590.090,139.402
[ 87945, 0.03] |> PIX 0 225
[ 87945, 0.03] |> END
[ 87945, 0.03] Binary box 3:6: 0/225 = 0.0000
Page : +1/1/60+
[ 87945, 0.03] Found binary ID: +1/1/60+
[ 87945, 0.03] Opening RO transaction for layout [cFLY]...
[ 87945, 0.03] [cFLY] <- layout
[ 87945, 0.03] Preparing statement exists
[ 87945, 0.03] Closing transaction for layout [cFLY]...
[ 87945, 0.03] [cFLY] X layout
[ 87945, 0.03] CMD : rotateOK
[ 87945, 0.03] |> END
[ 87945, 0.03] Opening RO transaction for layout [cELY]...
[ 87945, 0.03] [cELY] <- layout
[ 87945, 0.03] Preparing statement dims
[ 87945, 0.03] Preparing statement mark
[ 87945, 0.03] Preparing statement digitInfo
[ 87945, 0.03] Preparing statement boxInfo
[ 87945, 0.03] Preparing statement namefieldInfo
[ 87945, 0.03] Closing transaction for layout [cELY]...
[ 87945, 0.03] [cELY] X layout
[ 87945, 0.03] Connecting to database capture...
[ 87945, 0.03] Loading perl module capture...
[ 87945, 0.03] Checking database version...
[ 87945, 0.03] Opening RO transaction for capture [rVAR]...
[ 87945, 0.03] [rVAR] <- capture
[ 87945, 0.04] Closing transaction for capture [rVAR]...
[ 87945, 0.04] [rVAR] X capture
[ 87945, 0.04] variables table present.
[ 87945, 0.04] Opening RO transaction for capture [vTRS]...
[ 87945, 0.04] [vTRS] <- capture
[ 87945, 0.04] Closing transaction for capture [vTRS]...
[ 87945, 0.04] [vTRS] X capture
[ 87945, 0.04] Module capture loaded.
[ 87945, 0.04] CMD : zooms /var/folders/8f/mmpn479168g_rtnr15z__0jh0000gn/T/sLvBMTnDTC
[ 87945, 0.04] |> END
[ 87945, 0.04] CMD : id 1 1 10 3
[ 87945, 0.04] |> END
[ 87945, 0.04] CMD : mesure0 0.8 square 1332.03103464142 1376.70210556847 2301.67053302719 2346.34160395425
OpenCV(3.4.1) Error: Assertion failed ((flags & FIXED_TYPE) != 0) in type, file /tmp/opencv-20180307-60086-ryy1b3/opencv-3.4.1/modules/core/src/matrix_wrap.cpp, line 807
libc++abi.dylib: terminating with uncaught exception of type cv::Exception: OpenCV(3.4.1) /tmp/opencv-20180307-60086-ryy1b3/opencv-3.4.1/modules/core/src/matrix_wrap.cpp:807: error: (-215) (flags & FIXED_TYPE) != 0 in function type

[ 87945, 0.04] |> TCORNER 665.002,1150.498
[ 87945, 0.04] |> TCORNER 687.327,1150.498
[ 87945, 0.04] |> TCORNER 687.327,1172.836
[ 87945, 0.04] |> TCORNER 665.002,1172.836
[ 87945, 0.04] |> COIN 667.234,1152.731
[ 87945, 0.04] |> COIN 685.094,1152.731
[ 87945, 0.04] |> COIN 685.094,1170.602
[ 87945, 0.04] |> COIN 667.234,1170.602
[ 87945, 0.04] |> : Saving zoom to /var/folders/8f/mmpn479168g_rtnr15z__0jh0000gn/T/sLvBMTnDTC/10-3.png
[ 87945, 0.04] |> : Z=(663,1148)+(26,26)
[ 87945, 0.04] CMD : id 1 1 8 8
[ 87941, 0.56] MAJ :
[ 87941, 0.56] Leaving queue.
====+1

pb lors de l'installation d'AMC : kpsewhich introuvable

Bonjour,

Je souhaite installer AMC sur Catalina. Avec brew, j'utilise donc :

brew install maelvls/amc/auto-multiple-choice

Lorsque je lance AMC en Terminal, par auto-multiple-choice, le message suivant apparait :

"Je ne trouve pas la commande kpsewhich. Peut-être LaTeX n'est-il pas installé ?"

Ensuite, j'ai tenté de faire sudo auto-multiple-choice latex-link remove
J'obtiens alors un pudique :
ERROR: I don't find the command kpsewhich. Perhaps LaTeX is not installed?

Evidement, mon ordi est tout neuf, mais j'avais installé LaTeX avant !

Si quelqu'un a une idée, je suis preneur !

Problem to export Notes

Hello,

First of all, thank you very much for your work on AMC ;-). I don't know if my problem comes from the installation on Mac OS X High Sierra or an accent in the example I used to create my test... I used AMC successfully to generate the test, scan it but I cannot export it...

I used the template "Préremplies-ensemble.tex" so it tries to create a Préremplies-ensemble.csv but I get the following message :

"L'export des notes dans le fichier /../Préremplies-ensemble.csv n'a sans doute pas fonctionné, car ce dernier fichier est inexistant..."

I post my question here because I wonder if it comes from High Sierra specifically... Is there a way to retrieve the results manually in cause I cannot solve the export problem ?

AMC fails after cairo update

Installation of AMC has been running since May 2022 under Mac OS Monterey without problems.
Since a Homebrew update (7.1.23) I get the following error upon call of $ auto-multiple-choice:

Can't load '/opt/homebrew/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/darwin-thread-multi-2level/auto/Cairo/Cairo.bundle' for module Cairo: dlopen(/opt/homebrew/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/darwin-thread-multi-2level/auto/Cairo/Cairo.bundle, 0x0001): symbol not found in flat namespace (_Perl_newSV_type) at /opt/homebrew/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/DynaLoader.pm line 210.
 at /opt/homebrew/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/darwin-thread-multi-2level/Cairo/GObject.pm line 14.
Compilation failed in require at /opt/homebrew/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/darwin-thread-multi-2level/Cairo/GObject.pm line 14.
BEGIN failed--compilation aborted at /opt/homebrew/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/darwin-thread-multi-2level/Cairo/GObject.pm line 14.
Compilation failed in require at /opt/homebrew/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/Gtk3.pm line 47.
BEGIN failed--compilation aborted at /opt/homebrew/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/Gtk3.pm line 47.
Compilation failed in require at /opt/homebrew/Cellar/auto-multiple-choice/1.5.0/lib/AMC/perl/AMC-gui.pl line 26.
BEGIN failed--compilation aborted at /opt/homebrew/Cellar/auto-multiple-choice/1.5.0/lib/AMC/perl/AMC-gui.pl line 26.

A call of $ brew info auto-multiple-choice results in:

==> maelvls/amc/auto-multiple-choice: stable 1.5.0
Printable tests for students with OCR marking
https://www.auto-multiple-choice.net
/opt/homebrew/Cellar/auto-multiple-choice/1.5.0 (1,295 files, 31.7MB) *
  Built from source on 2022-08-16 at 19:16:19
From: https://github.com/maelvls/homebrew-amc/blob/HEAD/auto-multiple-choice.rb
==> Dependencies
Build: librsvg ✔, make ✔
Required: adwaita-icon-theme ✔, amc-pango ✔, cairo ✔, freetype ✔, gettext ✔, glib ✔, gobject-introspection ✔, gtk+3 ✔, imagemagick@6 ✔, libffi ✔, libx11 ✔, netpbm ✔, opencv ✔, [email protected] ✔, perl ✔, poppler ✔, qpdf ✔

Reduce window to dock appears to be not working

Hello and first of all, congratulations for your work. AMC installed well and appears to work fine. I have however a small issue. When I try to reduce the window to dock using the "-" button at top right of the app window, nothing happens (closing and fullscreen buttons work). I installed the devel version on MacOS Mojave. Thanks !

Catalina bottle is missing

There is no Homebrew bottle yet for Catalina (macOS 10.15), and on my machine, that is causing the Cairo handshake to fail:

Cairo.c: loadable library and perl binaries are mismatched (got handshake key 0xc500080, needed 0xc400080)

Is it possible to get a Catalina bottle to build?

! LaTeX Error: File `automultiplechoice.sty' not found.

I get this error when trying out the example of the english documentation. I read that this also occured in older versions of AMC but I use 1.4.0-4ubuntu1. Does anyone else have this problem? I also tried uninstalling and reinstalling AMC.

GUI en langue anglaise au lieu de française

Suite à la mise à jour en 1.4.0_1 l'interface de AMC est passé en anglais au lieu du français comme précédemment.
Erreur constatée aussi bien avec la version stable que devel.

Perl binaries are mismatched?

Hello Mael and thank you for creating this formula.
Here is the issue I am having, upon running AMC I get the following error:

Cairo.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xc500080)

I installed mactex with brew cask successfully.
When I do "brew info auto-multiple-choice" all dependencies are ok.
I am using mac OS High Sierra 10.13.5 and Homebrew 1.7.0

Any help would be very much appreciated!
Mateus.

Problem installing with homebrew on the M1 chip

$ brew install maelvls/amc/auto-multiple-choice
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 7 formulae.

==> Installing auto-multiple-choice from maelvls/amc
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Pango-1.227.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/697dfba960e5ba6ece01c4091cd30c04d737c68767b9fd1301930a4a3ba963ab--Pango-1.227.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.405.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/dcc96c015237086825bdc8c3c7298b9f33e3baa15177eba78b9f2cd4b3f805ac--ExtUtils-Depends-0.405.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-1.327.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/23fcf994a8a74f94d0791b426eee7961be69778223edc11888a4fec6b69db9bf--Glib-1.327.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/eb3a93c9b38aaf5bfe3eb8dc0c21839aab129ff06ba2943fd52c2d1f32078e49--ExtUtils-PkgConfig-1.16.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-1.106.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/02c3ad376d38dc8d8b294b3413756ca15a367141284412bc0c3c5c6221ebe90f--Cairo-1.106.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.63.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/db98b993af756ec2769e045d17e910b46acdbda5d60ebf489e0e6e1710744a79--Archive-Zip-1.63.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.170.0.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/21c071761300e2fb90c292c4bb3348ae030c2b68d13d9c22977f9dbc4bad3242--Test-MockModule-v0.170.0.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4224.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/bfd9108e895391377668b5400495b0f105f5e3d8a5a5a7a2a2cca27cf25cbc2b--Module-Build-0.4224.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/2ab6048e048563fc64ef0e2d61c7269e581ae35231a4caf99df5fcf9439cf82a--SUPER-1.20141117.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.14.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/c7d08c111286b6777323935b333b6a14215fea3fd45edd6c0097d3bada2256f8--Sub-Identify-0.14.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GARU/Clone-0.39.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/e6728ddd73d945cc6bd4656f8cb4f97b1f9122aec5c793345c62967ea30590e2--Clone-0.39.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.58.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/a92a8e02e8a5c422600292003d0eaa6333eaa8db99d1a06bd5507331e02de58d--DBD-SQLite-1.58.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.641.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/f502a2876b8ca0e8032deb47a57ae7dd79cfdc5e55f9e567c90a881b557d80c7--DBI-1.641.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.55.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/baac8bccca3319200ab6056c001123bc35e6c57ce8c39d86656ebd8818bb821d--Digest-MD5-2.55.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-MIME-1.946.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/519521e8839a2875ccfc757df174c26e52a3f7d2343d92e483ab1171e59f1727--Email-MIME-1.946.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.216.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/ba241d46ec9fd0834767c9855c208d6bb780dd1c2589dc671674aa17311f5ab1--Email-Simple-2.216.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-1.005.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/62d0155aecb6ffeca6ba43d966e085e85f7f6fef7b7476096009b28c989264b3--Email-Date-Format-1.005.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/7c5c96d89db1b9861d18c44840c988b6770a7484d6ac6ff027d455cfa25a2dc7--Module-Runtime-0.016.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-MessageID-1.406.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/2762eddc6d520dfe21acaa5cf723c534da4e0068a4e2844a8b19588228072826--Email-MessageID-1.406.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MIME-Types-2.17.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/70980f98cb47c588b1f2ac4777d961be4e6b9ddd11dc1b8ccf4fddfc539b46a8--MIME-Types-2.17.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PA/PALI/Email-Address-XS-1.04.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/96e524a045faaa754c4f9952c089b73e0389fa219e2085e5019d58860a88cf32--Email-Address-XS-1.04.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-MIME-Encodings-1.315.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/bb1b77d50d64bf1fa90dba3f34b1581170099617a3d195eddc18e8280687c8b7--Email-MIME-Encodings-1.315.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/cda2d3e0714f4a985bbf78868124724269ac99eb4761a08e63890ca74ae0b2d0--Capture-Tiny-0.48.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-MIME-ContentType-1.022.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/3f54004514ca5c69c7b8104dc0249cc022cfcbb5498e24f82f6451a3172f4aea--Email-MIME-ContentType-1.022.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Sender-1.300031.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/927275748d568f518a259f57b5782a60e5de3fa07ac242bcf0239250a9a7c7d9--Email-Sender-1.300031.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/3e2bbef449e534b2570cb204504465c089738656df52c8cdbf404c7083dfbc1d--Sub-Exporter-0.987.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/6b3b3b5524bae0b0da3aa0e296be79b4fdea56993dedcab112284f3004d581ee--Params-Util-1.07.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.110.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/5f76d262c54ba1eab012e8c5f27530510ae4be45e17095b90632b308e622bc95--Data-OptList-0.110.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/7cddbc2134fa7bde381bf4a4a512c54757db13fb62329ed4114c4d3d1cb03b27--Sub-Install-0.928.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/fdf05a4d22b7232f8621becfdfd4e8e05f9f60437c808f5b521e696c61324292--MooX-Types-MooseLike-0.29.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/4ae945c22d637c8a5df0f507e84fd706b48330c907e6f3573d255568f65c1fb9--Test-Fatal-0.014.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.30.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/102436356836b7053d86fc59bf14a0df4626b5f7516a37e327173294d1b28f59--Try-Tiny-0.30.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.003004.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/3dd146de1f8cad6fc31459ef1c69f40903b602249438b29861166dc825f63ee7--Moo-2.003004.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.000006.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/9e03db5b9df2c1be90d02a3caa275e9697b8e92035b8397366482078a1ec95ae--Role-Tiny-2.000006.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.005001.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/8083e3a2485a339719a19572c07d307b59f0ed8f329c94857a28c2e552746116--Sub-Quote-2.005001.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.12.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/e303fc979855c2cd011eab12d0374d8fa8cf15caed2d20a190f2381a8ba361df--Class-Method-Modifiers-2.12.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/1c848f66439adc1c5afb8f369f97723860f683c29f2e53577c36e4edb1a4876d--Test-Requires-0.10.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/38efbbc77710cbdcf27b87e8d6ee17eda36aa2956d8c1ba045824ec0059aa86e--Devel-GlobalDestruction-0.14.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/9f3e9ba1f01bfc574c028c2ed928bdcf22b30604cb89304b09330ad841b6636c--Sub-Exporter-Progressive-0.001013.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/a8a18592e5ebc09e5c46aa4edeeaeae2c0602c69c707d802e920fc22e8d66540--Email-Abstract-3.008.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.216.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/ba241d46ec9fd0834767c9855c208d6bb780dd1c2589dc671674aa17311f5ab1--Email-Simple-2.216.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/MRO-Compat-0.13.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/b63f21608c4a4e1daf799ac3225a4f361dff100d87476208de66bd7e330265b6--MRO-Compat-0.13.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/c7097c3ce378bff3450e5d449602b22be053a7b41b96ae1b0f0688b07497f7d2--Module-Pluggable-5.2.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/a7d463f935849a7d1dc6cf0a29fbc64b48c924f9bbc5953c7cad65dacbd7f944--Throwable-0.200013.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.03.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/234f7eac4e549ef3ca1c8e22eb9933f4405aa9a363ee3c00a51a65ef9c2ab4df--Devel-StackTrace-2.03.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Address-1.909.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/46ce3b35ea4595215c71da0cf4e8f8d9251f32cd2d4fc092f91221c4c5c58a05--Email-Address-1.909.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/File-BaseDir-0.08.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/45733dc1b201f0838555628633ece06dc3322b3eee635a1f2793d3401ef1c1b3--File-BaseDir-0.08.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-0.29.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/e93fef6283016fb42313765757cc1bc19d68191d28e488443cf97fe2b5d3d9a1--File-MimeInfo-0.29.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PJ/PJF/IPC-System-Simple-1.25.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/786c33b5df4d8b7c1fdc97325dc6961fbfa71255a7187fade56dddc35fb0dea5--IPC-System-Simple-1.25.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.22.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/0436311236fd9fdb1678db3669149d5e114a33200a28bc6b75f073ed2d7a9c4c--File-Which-1.22.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-DesktopEntry-0.22.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/9a54f1b6f8e91b06dabb3149e088b64f134bbcebc4c7c3aa7d9bd9c230a7dc7d--File-DesktopEntry-0.22.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-1.74.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/594f9085239d3098a4f0377b69450a9e4f51a4b9403b15bb33add2d08d3a1dd6--URI-1.74.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002005.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/af2f07430dffb11ec56a51365504eedbd5e40d6773069d73d20b80d8a7ebd262--Test-Needs-0.002005.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.045.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/1fce058c00f606ccfa7cd2f7996371c47280460c628593220576e9466bc4bc27--Glib-Object-Introspection-0.045.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk3-0.034.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/083e59750b7f47a3c023f0ce46f7a26bcbd123d508e61a030edde1427efab684--Gtk3-0.034.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-GObject-1.004.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/c131c689bd6128e6d1e4247d66543fa27248b1a5022badfc23ddb9fe2fb6727d--Cairo-GObject-1.004.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/gettext-1.07.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/f3c614d72d3b3eafe5b6d9284baa8e580d2fc773cad0da3c70c050c135e0dff8--gettext-1.07.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-0.68.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/9e3db20da3d2e8f13af0b47527003011261561b545a77cbf6096ccc56b7efadc--Module-Load-Conditional-0.68.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/J/JM/JMGDOC/OpenOffice-OODoc-2.125.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/52835797058c505c815df06cef41ce12a42c7af13fecc2e91da67221bddaae30--OpenOffice-OODoc-2.125.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MI/MIROD/XML-Twig-3.52.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/80cc3008d2e752b206db017e151cdef269aebe22aa3f37465b666c3454689aff--XML-Twig-3.52.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/3948f45448ce280a3858f863934ea711a56695d7a55e179df695b809722c0767--XML-Parser-2.44.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-6.35.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/bf7e50216cabe616003103ee4c1361f4cde0620039ad91cc8bc45817d2d00dda--libwww-perl-6.35.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MA/MALLEN/Test-RequiresInternet-0.05.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/118f95cb4eaf425e19bf25c936d92a13753b869312db3b5c8d9a034b3e6c79a1--Test-RequiresInternet-0.05.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/J/JC/JCRISTY/PerlMagick-6.89-1.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/bfc353deb6923b9c675dd125b0661b42ed001ffd62957f769b8bcdaa11607889--PerlMagick-6.89-1.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-1.97.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/7b7f9e97d762a30736d8bf9b3d3f261a030729bd46edd4cd952ce242c9e4f468--Text-CSV-1.97.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-Simple-2.25.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/be03cbf89eb80eeb901d63c50a32809a99480f16009b3b5041c62d87a3e1798c--XML-Simple-2.25.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.00.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/6efc7b85cc289861d404b1bdffe7994293ed5a82da28dbe4c9f54fa1abab55ab--XML-SAX-1.00.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/d303969bf80b9225c7f35508da928c6f1fd997d09374098a6d11915f43b35faf--XML-NamespaceSupport-1.12.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/2db533b2d2eefaca47c747e65e1f0205375312f8f8c77da12f34ec78d6b830e8--XML-SAX-Base-1.09.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-0.51.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/115ef97f6dd55287c0504a139e3ef2f51d8a5bc9f0940ee1f559d16e8945457b--XML-SAX-Expat-0.51.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.18.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/02a203b0d9be1021d06c2ae500cf56b8099f816dc0f35f256fd3705a758c55cc--HTTP-Message-6.18.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/5094ea9b41400cb8c8ed378463120ccd680dba01082bbf5b0ceecc6fbb0f871c--LWP-MediaTypes-6.02.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/b8572ed2f8bf52e4bc44975d16da43f80fc697a8d65c50b8aca13ca74889fb06--Encode-Locale-1.05.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/74e4a29abebb57daa95485044f9ae3db49514e7cd911e0df42f4fba7cef8c206--IO-HTML-1.001.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-1.74.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/594f9085239d3098a4f0377b69450a9e4f51a4b9403b15bb33add2d08d3a1dd6--URI-1.74.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/536a113b563cca6a38e30e5f03f3791c11ca91ff4572551bddc989260ab3f200--HTTP-Date-6.02.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/24cb24e39aa8394ce9bad66465c47ec0fe7762d7a6c90d35333e601f288c19c6--File-Listing-6.04.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/20e11e29a331aed0f16e73014f71284ff133d6aaf1388e539d71a21dd9a6da02--HTTP-Daemon-6.01.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/0fb8add5cd1b3b1dea43455d8180153d119269afba9eaf019b1366503a7ddfa2--HTML-Tagset-3.20.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.04.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/dce6edfed97d78bbc4b1b1ae27b692ee524f96b8075d5bf3ab859a6b6d2bbd2c--HTTP-Cookies-6.04.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/6e07f35ac438084e8574203c7c7e30d85022c8366fdb911998dc3555821009ab--WWW-RobotRules-6.02.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/6159129f3ebd7583d1d10ea8a080cf17cd65fdc4f3b33191a14cca811b23574e--HTTP-Negotiate-6.01.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.18.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/9abf251a2f632292a240975185cece4f411908f5f84f767fdadc7f1e14632ba2--Net-HTTP-6.18.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.625.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/4def5cc5b424847cadb14aaf48caedf559e64575800ca46be9140c662e71fe86--XML-Writer-0.625.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/S/SB/SBECK/Locale-Codes-3.58.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/5bd48c00b8bcdc426d1c619ba654a31a4866aef49469db47648b0766ccfdfc9e--Locale-Codes-3.58.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/S/SB/SBECK/Locale-Codes-3.58.tar.gz
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/5bd48c00b8bcdc426d1c619ba654a31a4866aef49469db47648b0766ccfdfc9e--Locale-Codes-3.58.tar.gz
==> Downloading https://gitlab.com/jojo_boulix/auto-multiple-choice/uploads/ae5e224c2490bfcdec676a32b1b47
Already downloaded: /Users/mou_lamine/Library/Caches/Homebrew/downloads/499438851c223afa482b947c78d958a27189a2b03f033aa0f95b9de5f5e9e7a6--auto-multiple-choice_1.4.0_dist.tar.gz
==> make AMCCONF=brew PREFIX=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8 LIBS_PREFIX=/opt/homebrew
==> make install_doc AMCCONF=brew PREFIX=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8 LIBS_PREFIX=/o
==> make install_nodoc AMCCONF=brew PREFIX=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8 LIBS_PREFIX=
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Build.PL --install_base /opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec
==> ./Build
==> ./Build install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DI
**Error**: An exception occurred within a child process:
  Utils::Inreplace::Error: inreplace failed
Makefile:
  expected replacement of "-L/usr/local/lib" with ""`

Error while sending annotations using SMTP with SSL

Hellp all,

I want to send annotated papers using SMTP with SSL and got the following error for each student :

ERROR [9] To use SSL please install IO::Socket::SSL with version>=2.007 at /usr/local/Cellar/perl/5.30.1/lib/perl5/5.30.1/Net/SMTP.pm line 68.

I installed amc using your brew cask long ago but updated recently :

brew info auto-multiple-choice
maelvalais/amc/auto-multiple-choice: stable 1.4.0 (bottled)
printable tests for students with OCR marking
https://www.auto-multiple-choice.net
/usr/local/Cellar/auto-multiple-choice/1.4.0_8 (1,101 files, 28.5MB) *
  Poured from bottle on 2020-01-08 at 15:57:36
From: https://github.com/maelvalais/homebrew-amc/blob/master/auto-multiple-choice.rb
==> Dependencies
Build: librsvg ✔, make ✘
Required: adwaita-icon-theme ✔, cairo ✔, freetype ✔, gettext ✔, glib ✔, gobject-introspection ✔, gtk+3 ✔, imagemagick@6 ✔, libffi ✔, netpbm ✔, opencv ✔, amc-pango ✔, perl ✔, poppler ✔, qpdf ✔
==> Requirements
Required: x11 ✔
==> Caveats
...

Any idea ?

Thanks in advance and thanks a lot for this wonderful bottle !

Gilles,

problem with texinputs var on osx

Hi,
I've just installed amc via homebrew, everything worked fine but when I try to launch the gui, i get this endless message :

warning: kpathsea: variable `TEXINPUTS' references itself (eventually).
warning: kpathsea: variable `TEXINPUTS' references itself (eventually).
warning: kpathsea: variable `TEXINPUTS' references itself (eventually).
warning: kpathsea: variable `TEXINPUTS' references itself (eventually).
...

I'm not using this env variable as I prefer using the texmf directory to put my personal tex files. However, I don't know how to fix this problem and any help would be appreciated !

Cairo mismatch libraries

Hi
I have installed auto-multiple-choice by
brew install maelvls/amc/auto-multiple-choice
I am getting the error
auto-multiple-choice
Cairo.c: loadable library and perl binaries are mismatched (got first handshake key 0xf880080, needed 0xf900080)
brew info cairo
==> cairo: stable 1.16.0 (bottled), HEAD
Vector graphics library with cross-device output support
https://cairographics.org/
/usr/local/Cellar/cairo/1.16.0_5 (126 files, 6.3MB) *
Poured from bottle using the formulae.brew.sh API on 2023-05-18 at 22:15:38
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/cairo.rb
License: LGPL-2.1-only or MPL-1.1
==> Dependencies
Build: pkg-config ✔
Required: fontconfig ✔, freetype ✔, glib ✔, libpng ✔, libx11 ✔, libxcb ✔, libxext ✔, libxrender ✔, lzo ✔, pixman ✔
==> Options
--HEAD
Install HEAD version

brew linkage auto-multiple-choice
System libraries:
/usr/lib/libSystem.B.dylib
/usr/lib/libc++.1.dylib
/usr/lib/libexpat.1.dylib
/usr/lib/libz.1.dylib
Homebrew libraries:
/usr/local/opt/cairo/lib/libcairo-gobject.2.dylib (cairo)
/usr/local/opt/cairo/lib/libcairo.2.dylib (cairo)
/usr/local/opt/freetype/lib/libfreetype.6.dylib (freetype)
/usr/local/opt/gettext/lib/libintl.8.dylib (gettext)
/usr/local/opt/glib/lib/libgio-2.0.0.dylib (glib)
/usr/local/opt/glib/lib/libglib-2.0.0.dylib (glib)
/usr/local/opt/glib/lib/libgmodule-2.0.0.dylib (glib)
/usr/local/opt/glib/lib/libgobject-2.0.0.dylib (glib)
/usr/local/opt/glib/lib/libgthread-2.0.0.dylib (glib)
/usr/local/opt/gobject-introspection/lib/libgirepository-1.0.1.dylib (gobject-introspection)
/usr/local/opt/imagemagick@6/lib/libMagickCore-6.Q16.7.dylib (imagemagick@6)
/usr/local/opt/libffi/lib/libffi.8.dylib (libffi)
/usr/local/opt/amc-pango/lib/libpango-1.0.0.dylib (maelvls/amc/amc-pango)
/usr/local/opt/amc-pango/lib/libpangocairo-1.0.0.dylib (maelvls/amc/amc-pango)
/usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib ([email protected])
/usr/local/opt/[email protected]/lib/libssl.1.1.dylib ([email protected])
/usr/local/opt/poppler/lib/libpoppler-glib.8.dylib (poppler)
Broken dependencies:
/usr/local/opt/opencv/lib/libopencv_alphamat.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_aruco.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_barcode.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_bgsegm.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_bioinspired.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_calib3d.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_ccalib.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_core.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_datasets.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_dnn.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_dnn_objdetect.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_dnn_superres.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_dpm.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_face.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_features2d.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_flann.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_freetype.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_fuzzy.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_gapi.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_hfs.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_highgui.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_img_hash.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_imgcodecs.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_imgproc.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_intensity_transform.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_line_descriptor.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_mcc.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_ml.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_objdetect.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_optflow.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_phase_unwrapping.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_photo.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_plot.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_quality.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_rapid.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_reg.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_rgbd.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_saliency.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_sfm.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_shape.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_stereo.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_stitching.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_structured_light.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_superres.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_surface_matching.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_text.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_tracking.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_video.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_videoio.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_videostab.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_viz.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_wechat_qrcode.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_xfeatures2d.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_ximgproc.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_xobjdetect.405.dylib (opencv)
/usr/local/opt/opencv/lib/libopencv_xphoto.405.dylib (opencv)
Dependencies with no linkage:
adwaita-icon-theme
libx11

I try also

brew reinstall --build-from-source maelvls/amc/auto-multiple-choice
and then appear the error
Warning: Your Xcode (11.3.1) is outdated.
Please update to Xcode 14.2 (or delete it).
Xcode can be updated from the App Store.

Error: Your Xcode (11.3.1) is too outdated.
Please update to Xcode 14.2 (or delete it).
Xcode can be updated from the App Store.

Error: An exception occurred within a child process:
SystemExit: exit

I am running a macos 2015, macos monterey 12.6.5
I read that I cannot install Xcode 14.2 in my macos.

there is a workaround?

All of the best, Orlando

Typelib file for namespace 'HarfBuzz', version '0.0' not found

I have freshly installed amc on a Mac OS Big Sur (11.6) system. I ran it and found the following error:

DIUFMAC02:~ donzel$ auto-multiple-choice
Typelib file for namespace 'HarfBuzz', version '0.0' not found at /usr/local/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/darwin-thread-multi-2level/Glib/Object/Introspection.pm line 108.
BEGIN failed--compilation aborted at /usr/local/Cellar/auto-multiple-choice/1.5.0/lib/AMC/perl/AMC-gui.pl line 26.

I have no idea to correct the bug. Any suggestions would be welcome.

Installation fails on macOS 12 (Monterey) due to Net::SSLeay complaining about LibreSSL 2.8.3

Bonjour,

brew install fails with the following output. May be an issue libreSSL/openSSL ?
Thanks for the formula and all the work you have done on it :)

Bien cordialement

:brew install maelvls/amc/auto-multiple-choice       
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Pango-1.227.tar.g
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/697dfba960e5ba6ece01c4091cd30c04d737c68767b9fd1301930a4a3ba963ab--Pango-1.227.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/dcc96c015237086825bdc8c3c7298b9f33e3baa15177eba78b9f2cd4b3f805ac--ExtUtils-Depends-0.405.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-1.327.tar.gz
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/23fcf994a8a74f94d0791b426eee7961be69778223edc11888a4fec6b69db9bf--Glib-1.327.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfi
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/eb3a93c9b38aaf5bfe3eb8dc0c21839aab129ff06ba2943fd52c2d1f32078e49--ExtUtils-PkgConfig-1.16.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-1.106.tar.g
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/02c3ad376d38dc8d8b294b3413756ca15a367141284412bc0c3c5c6221ebe90f--Cairo-1.106.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.63
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/db98b993af756ec2769e045d17e910b46acdbda5d60ebf489e0e6e1710744a79--Archive-Zip-1.63.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModul
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/21c071761300e2fb90c292c4bb3348ae030c2b68d13d9c22977f9dbc4bad3242--Test-MockModule-v0.170.0.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/bfd9108e895391377668b5400495b0f105f5e3d8a5a5a7a2a2cca27cf25cbc2b--Module-Build-0.4224.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.2014
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/2ab6048e048563fc64ef0e2d61c7269e581ae35231a4caf99df5fcf9439cf82a--SUPER-1.20141117.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/c7d08c111286b6777323935b333b6a14215fea3fd45edd6c0097d3bada2256f8--Sub-Identify-0.14.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GARU/Clone-0.39.tar.gz
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/e6728ddd73d945cc6bd4656f8cb4f97b1f9122aec5c793345c62967ea30590e2--Clone-0.39.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/a92a8e02e8a5c422600292003d0eaa6333eaa8db99d1a06bd5507331e02de58d--DBD-SQLite-1.58.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.641.tar.gz
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/f502a2876b8ca0e8032deb47a57ae7dd79cfdc5e55f9e567c90a881b557d80c7--DBI-1.641.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.55.t
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/baac8bccca3319200ab6056c001123bc35e6c57ce8c39d86656ebd8818bb821d--Digest-MD5-2.55.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-MIME-1.946.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/519521e8839a2875ccfc757df174c26e52a3f7d2343d92e483ab1171e59f1727--Email-MIME-1.946.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.21
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/ba241d46ec9fd0834767c9855c208d6bb780dd1c2589dc671674aa17311f5ab1--Email-Simple-2.216.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Date-Format
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/62d0155aecb6ffeca6ba43d966e085e85f7f6fef7b7476096009b28c989264b3--Email-Date-Format-1.005.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/7c5c96d89db1b9861d18c44840c988b6770a7484d6ac6ff027d455cfa25a2dc7--Module-Runtime-0.016.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-MessageID-1
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/2762eddc6d520dfe21acaa5cf723c534da4e0068a4e2844a8b19588228072826--Email-MessageID-1.406.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MIME-Types-2.17
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/70980f98cb47c588b1f2ac4777d961be4e6b9ddd11dc1b8ccf4fddfc539b46a8--MIME-Types-2.17.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PA/PALI/Email-Address-XS-
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/96e524a045faaa754c4f9952c089b73e0389fa219e2085e5019d58860a88cf32--Email-Address-XS-1.04.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-MIME-Encodi
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/bb1b77d50d64bf1fa90dba3f34b1581170099617a3d195eddc18e8280687c8b7--Email-MIME-Encodings-1.315.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/cda2d3e0714f4a985bbf78868124724269ac99eb4761a08e63890ca74ae0b2d0--Capture-Tiny-0.48.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-MIME-Conten
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/3f54004514ca5c69c7b8104dc0249cc022cfcbb5498e24f82f6451a3172f4aea--Email-MIME-ContentType-1.022.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Sender-1.30
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/927275748d568f518a259f57b5782a60e5de3fa07ac242bcf0239250a9a7c7d9--Email-Sender-1.300031.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.98
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/3e2bbef449e534b2570cb204504465c089738656df52c8cdbf404c7083dfbc1d--Sub-Exporter-0.987.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/6b3b3b5524bae0b0da3aa0e296be79b4fdea56993dedcab112284f3004d581ee--Params-Util-1.07.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.11
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/5f76d262c54ba1eab012e8c5f27530510ae4be45e17095b90632b308e622bc95--Data-OptList-0.110.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/7cddbc2134fa7bde381bf4a4a512c54757db13fb62329ed4114c4d3d1cb03b27--Sub-Install-0.928.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MA/MATEU/MooX-Types-Moose
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/fdf05a4d22b7232f8621becfdfd4e8e05f9f60437c808f5b521e696c61324292--MooX-Types-MooseLike-0.29.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.014.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/4ae945c22d637c8a5df0f507e84fd706b48330c907e6f3573d255568f65c1fb9--Test-Fatal-0.014.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.30.ta
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/102436356836b7053d86fc59bf14a0df4626b5f7516a37e327173294d1b28f59--Try-Tiny-0.30.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.003004.tar
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/3dd146de1f8cad6fc31459ef1c69f40903b602249438b29861166dc825f63ee7--Moo-2.003004.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.0000
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/9e03db5b9df2c1be90d02a3caa275e9697b8e92035b8397366482078a1ec95ae--Role-Tiny-2.000006.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.0050
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/8083e3a2485a339719a19572c07d307b59f0ed8f329c94857a28c2e552746116--Sub-Quote-2.005001.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Mod
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/e303fc979855c2cd011eab12d0374d8fa8cf15caed2d20a190f2381a8ba361df--Class-Method-Modifiers-2.12.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Require
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/1c848f66439adc1c5afb8f369f97723860f683c29f2e53577c36e4edb1a4876d--Test-Requires-0.10.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Devel-GlobalDest
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/38efbbc77710cbdcf27b87e8d6ee17eda36aa2956d8c1ba045824ec0059aa86e--Devel-GlobalDestruction-0.14.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Prog
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/9f3e9ba1f01bfc574c028c2ed928bdcf22b30604cb89304b09330ad841b6636c--Sub-Exporter-Progressive-0.001013.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Abstract-3.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/a8a18592e5ebc09e5c46aa4edeeaeae2c0602c69c707d802e920fc22e8d66540--Email-Abstract-3.008.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.21
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/ba241d46ec9fd0834767c9855c208d6bb780dd1c2589dc671674aa17311f5ab1--Email-Simple-2.216.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/MRO-Compat-0.13.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/b63f21608c4a4e1daf799ac3225a4f361dff100d87476208de66bd7e330265b6--MRO-Compat-0.13.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/S/SI/SIMONW/Module-Pluggabl
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/c7097c3ce378bff3450e5d449602b22be053a7b41b96ae1b0f0688b07497f7d2--Module-Pluggable-5.2.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Throwable-0.20001
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/a7d463f935849a7d1dc6cf0a29fbc64b48c924f9bbc5953c7cad65dacbd7f944--Throwable-0.200013.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Devel-StackTra
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/234f7eac4e549ef3ca1c8e22eb9933f4405aa9a363ee3c00a51a65ef9c2ab4df--Devel-StackTrace-2.03.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Address-1.9
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/46ce3b35ea4595215c71da0cf4e8f8d9251f32cd2d4fc092f91221c4c5c58a05--Email-Address-1.909.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/File-BaseDir-0
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/45733dc1b201f0838555628633ece06dc3322b3eee635a1f2793d3401ef1c1b3--File-BaseDir-0.08.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/e93fef6283016fb42313765757cc1bc19d68191d28e488443cf97fe2b5d3d9a1--File-MimeInfo-0.29.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PJ/PJF/IPC-System-Simple-
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/786c33b5df4d8b7c1fdc97325dc6961fbfa71255a7187fade56dddc35fb0dea5--IPC-System-Simple-1.25.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/0436311236fd9fdb1678db3669149d5e114a33200a28bc6b75f073ed2d7a9c4c--File-Which-1.22.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-DesktopE
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/9a54f1b6f8e91b06dabb3149e088b64f134bbcebc4c7c3aa7d9bd9c230a7dc7d--File-DesktopEntry-0.22.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-1.74.tar.gz
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/594f9085239d3098a4f0377b69450a9e4f51a4b9403b15bb33add2d08d3a1dd6--URI-1.74.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/af2f07430dffb11ec56a51365504eedbd5e40d6773069d73d20b80d8a7ebd262--Test-Needs-0.002005.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-Object-Intro
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/1fce058c00f606ccfa7cd2f7996371c47280460c628593220576e9466bc4bc27--Glib-Object-Introspection-0.045.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk3-0.034.tar.gz
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/083e59750b7f47a3c023f0ce46f7a26bcbd123d508e61a030edde1427efab684--Gtk3-0.034.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-GObject-1.0
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/c131c689bd6128e6d1e4247d66543fa27248b1a5022badfc23ddb9fe2fb6727d--Cairo-GObject-1.004.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/gettext-1.07.t
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/f3c614d72d3b3eafe5b6d9284baa8e580d2fc773cad0da3c70c050c135e0dff8--gettext-1.07.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-Con
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/9e3db20da3d2e8f13af0b47527003011261561b545a77cbf6096ccc56b7efadc--Module-Load-Conditional-0.68.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/J/JM/JMGDOC/OpenOffice-OODo
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/52835797058c505c815df06cef41ce12a42c7af13fecc2e91da67221bddaae30--OpenOffice-OODoc-2.125.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MI/MIROD/XML-Twig-3.52.ta
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/80cc3008d2e752b206db017e151cdef269aebe22aa3f37465b666c3454689aff--XML-Twig-3.52.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-2.44.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/3948f45448ce280a3858f863934ea711a56695d7a55e179df695b809722c0767--XML-Parser-2.44.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-6.35
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/bf7e50216cabe616003103ee4c1361f4cde0620039ad91cc8bc45817d2d00dda--libwww-perl-6.35.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/M/MA/MALLEN/Test-RequiresIn
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/118f95cb4eaf425e19bf25c936d92a13753b869312db3b5c8d9a034b3e6c79a1--Test-RequiresInternet-0.05.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/J/JC/JCRISTY/PerlMagick-6.8
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/bfc353deb6923b9c675dd125b0661b42ed001ffd62957f769b8bcdaa11607889--PerlMagick-6.89-1.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-1.97
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/7b7f9e97d762a30736d8bf9b3d3f261a030729bd46edd4cd952ce242c9e4f468--Text-CSV-1.97.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-Simple-2.25
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/be03cbf89eb80eeb901d63c50a32809a99480f16009b3b5041c62d87a3e1798c--XML-Simple-2.25.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.00.ta
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/6efc7b85cc289861d404b1bdffe7994293ed5a82da28dbe4c9f54fa1abab55ab--XML-SAX-1.00.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-Namespace
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/d303969bf80b9225c7f35508da928c6f1fd997d09374098a6d11915f43b35faf--XML-NamespaceSupport-1.12.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/2db533b2d2eefaca47c747e65e1f0205375312f8f8c77da12f34ec78d6b830e8--XML-SAX-Base-1.09.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-0
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/115ef97f6dd55287c0504a139e3ef2f51d8a5bc9f0940ee1f559d16e8945457b--XML-SAX-Expat-0.51.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/02a203b0d9be1021d06c2ae500cf56b8099f816dc0f35f256fd3705a758c55cc--HTTP-Message-6.18.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/5094ea9b41400cb8c8ed378463120ccd680dba01082bbf5b0ceecc6fbb0f871c--LWP-MediaTypes-6.02.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.0
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/b8572ed2f8bf52e4bc44975d16da43f80fc697a8d65c50b8aca13ca74889fb06--Encode-Locale-1.05.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/74e4a29abebb57daa95485044f9ae3db49514e7cd911e0df42f4fba7cef8c206--IO-HTML-1.001.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-1.74.tar.gz
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/594f9085239d3098a4f0377b69450a9e4f51a4b9403b15bb33add2d08d3a1dd6--URI-1.74.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Date-6.02.ta
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/536a113b563cca6a38e30e5f03f3791c11ca91ff4572551bddc989260ab3f200--HTTP-Date-6.02.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/File-Listing-6.04
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/24cb24e39aa8394ce9bad66465c47ec0fe7762d7a6c90d35333e601f288c19c6--File-Listing-6.04.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/20e11e29a331aed0f16e73014f71284ff133d6aaf1388e539d71a21dd9a6da02--HTTP-Daemon-6.01.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/0fb8add5cd1b3b1dea43455d8180153d119269afba9eaf019b1366503a7ddfa2--HTML-Tagset-3.20.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/dce6edfed97d78bbc4b1b1ae27b692ee524f96b8075d5bf3ab859a6b6d2bbd2c--HTTP-Cookies-6.04.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/6e07f35ac438084e8574203c7c7e30d85022c8366fdb911998dc3555821009ab--WWW-RobotRules-6.02.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/6159129f3ebd7583d1d10ea8a080cf17cd65fdc4f3b33191a14cca811b23574e--HTTP-Negotiate-6.01.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.18.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/9abf251a2f632292a240975185cece4f411908f5f84f767fdadc7f1e14632ba2--Net-HTTP-6.18.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.6
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/4def5cc5b424847cadb14aaf48caedf559e64575800ca46be9140c662e71fe86--XML-Writer-0.625.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/S/SB/SBECK/Locale-Codes-3.5
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/5bd48c00b8bcdc426d1c619ba654a31a4866aef49469db47648b0766ccfdfc9e--Locale-Codes-3.58.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/S/SB/SBECK/Locale-Codes-3.5
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/5bd48c00b8bcdc426d1c619ba654a31a4866aef49469db47648b0766ccfdfc9e--Locale-Codes-3.58.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/79e6560b598888a70a25912106081280582baabe77b0275cfe6046bc7786e04b--IO-Socket-SSL-2.071.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.90
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/30daa20b851db369f6adf1838abe12833da14bfbec7a0028a397cec05956d944--Net-SSLeay-1.90.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-2020052
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/163e8caaaf8d8d6baa967dee47464ba23d14133d321361f647ca91ce0e963a34--Mozilla-CA-20200520.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/G/GB/GBARR/Authen-SASL-2.16
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/9c375c8f76fe9d997565eaf05d5d7c206b05a8233349fb80366a27aed7edd59f--Authen-SASL-2.16.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Digest-HMAC-1
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/7b28b3d80493af0023be01b1671cc5ff85bb66f265ea4173b0d158df2ceea666--Digest-HMAC-1.04.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Install-1
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/ec5ed381525d0ea227f67eef20c301454d29ef505ba66b5727efc5d579a6f000--Module-Install-1.19.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDep
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/230696cef08d2b1080233976bb13610036d070189cd3201445535227896acb81--Module-ScanDeps-1.31.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/cd54e4e08b91c0a64aae66c2728938235a7ed1c5896cde810199e700add52582--File-Remove-1.60.tar.gz
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.73.t
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/8d3f1f5c15f1ef2a1d5f0aa90417f08744a511cd51aa11aad22a5e63f56f0e28--YAML-Tiny-1.73.tar.gz
==> Downloading https://gitlab.com/jojo_boulix/auto-multiple-choice/uploads/3262
Already downloaded: /Users/johndoe/Library/Caches/Homebrew/downloads/a82ffdfd8fb60d2f30a07ea655eda22dbb14eb4359da8cf43de2e1143141e109--auto-multiple-choice_1.5.0_dist.tar.gz
==> Installing auto-multiple-choice from maelvls/amc
==> make AMCCONF=brew PREFIX=/opt/homebrew/Cellar/auto-multiple-choice/1.5.0 LIB
==> make install_doc AMCCONF=brew PREFIX=/opt/homebrew/Cellar/auto-multiple-choi
==> make install_nodoc AMCCONF=brew PREFIX=/opt/homebrew/Cellar/auto-multiple-ch
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.
Last 15 lines from /Users/johndoe/Library/Logs/Homebrew/auto-multiple-choice/31.perl:

perl
Makefile.PL
INSTALL_BASE=/opt/homebrew/Cellar/auto-multiple-choice/1.5.0/libexec
INSTALLMAN1DIR=none
INSTALLMAN3DIR=none

Do you want to run external tests?
These tests *will* *fail* if you do not have network connectivity. [n] n
*** Found LibreSSL-2.8.3 installed in /usr
*** Be sure to use the same compiler and options to compile your OpenSSL, perl,
    and Net::SSLeay. Mixing and matching compilers is not supported.
Checking if your kit is complete...
Looks good
WARNING: /opt/homebrew/opt/perl/bin/perl is loading libcrypto in an unsafe way

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/maelvls/homebrew-amc/issues

Monterey

Hello,

Thanks a lot for this great work

Is it another way for installing amc in MacOs Monterey (12.5.1 Intel m3). Brew formula is not working ?

Error is : amc-pango: Invalid bottle tag symbol

Didier

Error while exporting grades on AMC

Hello,

I encounter a problem when I want to export the grades of a test on amc.

Here is the error :

dyld: lazy symbol binding failed: Symbol not found: _XML_ParserCreate_MM
  Referenced from: /usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec/lib/perl5/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle
  Expected in: flat namespace

dyld: Symbol not found: _XML_ParserCreate_MM
  Referenced from: /usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec/lib/perl5/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle
  Expected in: flat namespace

I run on MacOs Big Sur.
I reinstalled amc :

brew uninstall auto-multiple-choice
brew install auto-multiple-choice --build-from-source

Here are the depedencies :

% brew linkage auto-multiple-choice                                                                                                                                                                                                                                                            
System libraries:
  /usr/lib/libSystem.B.dylib
  /usr/lib/libc++.1.dylib
Homebrew libraries:
  /usr/local/opt/cairo/lib/libcairo-gobject.2.dylib (cairo)
  /usr/local/opt/cairo/lib/libcairo.2.dylib (cairo)
  /usr/local/opt/freetype/lib/libfreetype.6.dylib (freetype)
  /usr/local/opt/gettext/lib/libintl.8.dylib (gettext)
  /usr/local/opt/glib/lib/libgio-2.0.0.dylib (glib)
  /usr/local/opt/glib/lib/libglib-2.0.0.dylib (glib)
  /usr/local/opt/glib/lib/libgmodule-2.0.0.dylib (glib)
  /usr/local/opt/glib/lib/libgobject-2.0.0.dylib (glib)
  /usr/local/opt/glib/lib/libgthread-2.0.0.dylib (glib)
  /usr/local/opt/gobject-introspection/lib/libgirepository-1.0.1.dylib (gobject-introspection)
  /usr/local/opt/imagemagick@6/lib/libMagickCore-6.Q16.6.dylib (imagemagick@6)
  /usr/local/opt/libffi/lib/libffi.7.dylib (libffi)
  /usr/local/opt/amc-pango/lib/libpango-1.0.0.dylib (maelvalais/amc/amc-pango)
  /usr/local/opt/amc-pango/lib/libpangocairo-1.0.0.dylib (maelvalais/amc/amc-pango)
  /usr/local/opt/opencv/lib/libopencv_alphamat.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_aruco.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_bgsegm.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_bioinspired.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_calib3d.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_ccalib.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_core.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_datasets.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_dnn.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_dnn_objdetect.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_dnn_superres.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_dpm.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_face.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_features2d.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_flann.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_freetype.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_fuzzy.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_gapi.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_hfs.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_highgui.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_img_hash.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_imgcodecs.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_imgproc.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_intensity_transform.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_line_descriptor.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_mcc.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_ml.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_objdetect.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_optflow.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_phase_unwrapping.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_photo.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_plot.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_quality.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_rapid.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_reg.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_rgbd.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_saliency.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_sfm.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_shape.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_stereo.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_stitching.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_structured_light.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_superres.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_surface_matching.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_text.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_tracking.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_video.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_videoio.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_videostab.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_viz.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_xfeatures2d.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_ximgproc.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_xobjdetect.4.5.dylib (opencv)
  /usr/local/opt/opencv/lib/libopencv_xphoto.4.5.dylib (opencv)
  /usr/local/opt/poppler/lib/libpoppler-glib.8.dylib (poppler)
Dependencies with no linkage:
  adwaita-icon-theme

Many thanks for your help!
Best,
Elise

How to get the latest development version

Hello,
I saw that a new version (rc2) is available. I am on rc1_2. However, when running brew update, there is nothing to update. I tried to uninstall rc1_2 but when running brew install maelvalais/amc/auto-multiple-choice --devel it is still version 1_2 that installs.
I am new to Homebrew so may be I do something wrong ?
Thanks for your help !

Installation problem of AMC on Ventura 13.4.1 (c)

Bonjour
J'ai essayé d'installer AMC en utilisant la commande "brew install maelvls/amc/auto-multiple-choice".
Quand j'ai écrit "auto-multiple-choice" dans le terminal, j'ai reçois ce message d'erreur :
shouman$ auto-multiple-choice Typelib file for namespace 'GdkPixbuf', version '2.0' not found at /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level/Glib/Object/Introspection.pm line 108. BEGIN failed--compilation aborted at /opt/local/lib/AMC/perl/AMC-gui.pl line 26.
Pourriez-vous m'aider, s'il vous plaît

Hello,
I tried to install AMC using the command "brew install maelvls/amc/auto-multiple-choice."
When I typed "auto-multiple-choice" in the terminal, I received this error message
shouman$ auto-multiple-choice Typelib file for namespace 'GdkPixbuf', version '2.0' not found at /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level/Glib/Object/Introspection.pm line 108. BEGIN failed--compilation aborted at /opt/local/lib/AMC/perl/AMC-gui.pl line 26.
Could you please help me?"

Issue on Macbook pro with M1 chip - Linux Libertine is missing

Bonjour,

J'ai installé Auto-Multiple-Choice avec Homebrew. Puis j'ai installé MacTeX.
J'ai lancé la commande "auto-multiple-choice latex-link"
Ensuite, j'ai téléchargé les polices Linux Libertines depuis : https://sourceforge.net/projects/linuxlibertine/
J'ai ajouté les polices Linux Libertines à "MacintoshHD/Library/Fonts"
Et là je peux lancer Auto-Multiple-Choice, mais quand je compile un fichier d'interrogation le logiciel me dit que les polices linux libertines ne sont pas installées.
Pouvez-vous m'aider?

Hello,

I installed Auto-Multiple-Choice with Homebrew. Then I installed MacTeX.
I ran the command "auto-multiple-choice latex-link"
Then I downloaded the Linux Libertines fonts from: https://sourceforge.net/projects/linuxlibertine/
I added the Linux Libertines fonts to "MacintoshHD/Library/Fonts".
And there I can run Auto-Multiple-Choice, but when I compile a question file the software tells me that the linux libertines fonts are not installed.
Can you help me?

AMC

Capture d’écran 2021-12-06 à 09 36 11

Question about folder exam-data

Bonjour,

I have a question, I installed the new version of AMC 1.5 on my Macbook and there is a new folder that is created: "exam-data" in which AMC generates 2 SQLite databases "layout.sqlite" and "report.sqlite".

I use command lines to compile with AMC as we have large volumes of pages to process.
I have seen that when I import my scans to correct them with AMC, it creates the "data" folder in which it also generates these 2 databases.

What is the purpose of this first generation of databases in the exam-data folder and, above all, can this cause problems later on when correcting from the AMC software?

Thank you in advance and thank you for your great work. AMC is a well designed software that saves a lot of time.

Bonne journée

Move from Travis CI to Azure pipelines

  1. the vscode-cpptools cites multiple reasons:

    Github, January 31, 2019: GitHub stops delivering installed services' events on GitHub.com. This will cause Travis-CI to stop working for PRs.
    Travis CI: An Account may only be used by one single person. The Customer is entitled to create separate Accounts for his employees.

    Note: travis-ci.org is moving to travis-ci.com; doing so, they will start using the github-app integration and avoid this Jan. 31, 2019 deadline (see here)

  2. Homebrew is moving away from Travis CI internally (see also this comment from Mike and the discussion on moving on Sept. 2018)

  3. nunit is moving from travis-ci to azure pipelines

    Hey, are we interested in using this for some or all of our builds? We don't have parallel jobs on Travis and sometimes Travis machines have network issues. This looks pretty exciting: Starting today, Azure Pipelines provides unlimited CI/CD minutes and 10 parallel jobs to every open source project for free. All open source projects run on the same infrastructure that our paying customers use. That means you’ll have the same fast performance and high quality of service.

Ancienne version d'AMC empêche l'installation

Bonjour,

Je ne sais pas pourquoi mais l'ancienne version d'AMC empêche la mise à jour.

brew upgrade auto-multiple-choice
Error: auto-multiple-choice 1.3.0.2199 already installed

Que puis-je faire ?

Problème installation sur OS X 10.14

Bonjour,

En essayant de reinstaller AMC j'ai un problème au lancement de sudo auto-multiple-choice latex-link

Can't load '/usr/local/Cellar/auto-multiple-choice/1.4.0_1/libexec/lib/perl5/darwin-thread-multi-2level/auto/Glib/Glib.bundle' for module Glib: dlopen(/usr/local/Cellar/auto-multiple-choice/1.4.0_1/libexec/lib/perl5/darwin-thread-multi-2level/auto/Glib/Glib.bundle, 1): Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib Referenced from: /usr/local/Cellar/auto-multiple-choice/1.4.0_1/libexec/lib/perl5/darwin-thread-multi-2level/auto/Glib/Glib.bundle Reason: image not found at /usr/local/Cellar/perl/5.28.1/lib/perl5/5.28.1/darwin-thread-multi-2level/DynaLoader.pm line 197. at /usr/local/Cellar/auto-multiple-choice/1.4.0_1/libexec/lib/perl5/AMC/Basic.pm line 35. Compilation failed in require at /usr/local/Cellar/auto-multiple-choice/1.4.0_1/libexec/lib/perl5/AMC/Basic.pm line 35. BEGIN failed--compilation aborted at /usr/local/Cellar/auto-multiple-choice/1.4.0_1/libexec/lib/perl5/AMC/Basic.pm line 35. Compilation failed in require at /usr/local/Cellar/auto-multiple-choice/1.4.0_1/lib/AMC/perl/AMC-latex-link.pl line 35. BEGIN failed--compilation aborted at /usr/local/Cellar/auto-multiple-choice/1.4.0_1/lib/AMC/perl/AMC-latex-link.pl line 35.

J'ai posté sur le forum d'AMC mais je me demande si ce n'est pas plutôt un problème lié à Homebrew.

Merci de vos lumières.

gettext.c libary mismatched

Dear Maël,

Thank you for your amazing work.

I try to install amc on MacOS Sonoma via Homebrew. After installing libraries and dependencies (everything seems to work fine), I ran sudo auto-multiple-choice latex-link and I get the error gettext.c: loadable library and perl binaries are mismatched (got first handshake key 0xf880080, needed 0xff00080).

How can I solve it?

Thank you in advance

problem installing with homebrew

Hello, I tried installing with homebrew and it fails.

(base) Cervin:~ postel$ brew install auto-multiple-choice --build-from-source
Updating Homebrew...
==> Installing auto-multiple-choice from maelvls/amc
==> Installing dependencies for maelvls/amc/auto-multiple-choice: make
==> Installing maelvls/amc/auto-multiple-choice dependency: make
==> Downloading https://homebrew.bintray.com/bottles/make-4.3.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e7/e7f49884dbeaae3e7ccc9dc3a58fec587c2a594f50314dbc33cde44c6f807f53?__gda__=exp=1587477185~hmac=f13e41d5ed1c50df3f07016dd2a58ea6c30ab
######################################################################## 100.0%
==> Pouring make-4.3.high_sierra.bottle.tar.gz
==> Caveats
GNU "make" has been installed as "gmake".
If you need to use it as "make", you can add a "gnubin" directory
to your PATH from your bashrc like:

PATH="/usr/local/opt/make/libexec/gnubin:$PATH"

==> Summary
🍺 /usr/local/Cellar/make/4.3: 15 files, 1MB
==> Installing maelvls/amc/auto-multiple-choice
==> Downloading https://gitlab.com/jojo_boulix/auto-multiple-choice/uploads/ae5e224c2490bfcdec676a32b1b476f6/auto-multiple-choice_1.4.0_dist.tar.gz
######################################################################## 100.0%
==> make AMCCONF=brew PREFIX=/usr/local/Cellar/auto-multiple-choice/1.4.0_8 LIBS_PREFIX=/usr/local
==> make install_doc AMCCONF=brew PREFIX=/usr/local/Cellar/auto-multiple-choice/1.4.0_8 LIBS_PREFIX=/usr/local
==> make install_nodoc AMCCONF=brew PREFIX=/usr/local/Cellar/auto-multiple-choice/1.4.0_8 LIBS_PREFIX=/usr/local
==> Downloading https://cpan.metacpan.org/authors/id/S/SB/SBECK/Locale-Codes-3.58.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.625.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.18.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.04.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002005.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-1.74.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.18.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/M/MA/MALLEN/Test-RequiresInternet-0.05.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-6.35.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.00.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-0.51.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-Simple-2.25.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-1.97.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/J/JC/JCRISTY/PerlMagick-6.89-1.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none INC=-I/usr/local/opt/imagemagick@6/include/ImageMagi
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/M/MI/MIROD/XML-Twig-3.52.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.14.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4224.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.170.0.tar.gz
######################################################################## 100.0%
==> perl Build.PL --install_base /usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec
==> ./Build
==> ./Build install
==> Downloading https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.63.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/J/JM/JMGDOC/OpenOffice-OODoc-2.125.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-0.68.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/gettext-1.07.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.405.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-1.327.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-1.106.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
==> make
==> make install
==> Downloading https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-GObject-1.004.tar.gz
######################################################################## 100.0%
==> perl Makefile.PL INSTALL_BASE=/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec INSTALLMAN1DIR=none INSTALLMAN3DIR=none
Last 15 lines from /Volumes/USER/postel/Library/Logs/Homebrew/auto-multiple-choice/121.perl:
INSTALLMAN1DIR=none
INSTALLMAN3DIR=none

Can't load '/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec/lib/perl5/darwin-thread-multi-2level/auto/Cairo/Cairo.bundle' for module Cairo: dlopen(/usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec/lib/perl5/darwin-thread-multi-2level/auto/Cairo/Cairo.bundle, 1): Library not loaded: /usr/local/lib/libpng16.16.dylib
Referenced from: /usr/local/lib/libfreetype.6.dylib
Reason: image not found at /usr/local/Cellar/perl/5.30.2_1/lib/perl5/5.30.2/darwin-thread-multi-2level/DynaLoader.pm line 197.
at (eval 20) line 1.
Compilation failed in require at (eval 20) line 1.
BEGIN failed--compilation aborted at (eval 20) line 1.

Checking if your kit is complete...
Looks good
Warning: NAME must be a package name
Warning: Guessing NAME [Cairo-GObject] from current directory name.
Can't locate object method "postamble_clean" via package "Glib::MakeHelper" (perhaps you forgot to load "Glib::MakeHelper"?) at Makefile.PL line 106.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/maelvls/homebrew-amc/issues

(base) Cervin:~ postel$
(base) Cervin:~ postel$
(base) Cervin:~ postel$ brew linkage auto-multiple-choice
Error: No such keg: /usr/local/Cellar/auto-multiple-choice

compilation 1.5.2

Bonjour Maël,

j'avais installé la version via brew, mais c'est la version 1.5.0, de plus il a fallu que je fasse une installation sur le MAC
de la version adwaita-icon-theme-41 en lieu et place de la 42 je n'avais pas les icônes dans AMC.

je souhaitais faire une compilation directement depuis les sources de la version 1.5.2, donc j'ai besoin pour schenariichain 6.1 avec un module AMC.
Mais j'ai des erreurs avec mon mac intel sous Monterey 12.6

/Applications/Xcode.app/Contents/Developer/usr/bin/make auto-multiple-choice net.auto_multiple_choice.amc.desktop AMC-gui.pl AMC-latex-link.pl AMC-mailing.pl AMC-perl/AMC/Basic.pm AMC-perl/AMC/Gui/Main.pm AMC-perl/AMC/Gui/APropos.glade doc/doc-xhtml-site.fr.xsl doc/doc-xhtml-site.ja.xsl doc/doc-xhtml-site.en.xsl doc/amcdocstyle.sty doc/doc-xhtml.xsl doc/auto-multiple-choice.en.xml doc/auto-multiple-choice.fr.xml doc/auto-multiple-choice.ja.xml doc/sty/automultiplechoice.dtx make[1]: auto-multiple-choice' is up to date.
make[1]: net.auto_multiple_choice.amc.desktop' is up to date. make[1]: AMC-gui.pl' is up to date.
make[1]: AMC-latex-link.pl' is up to date. make[1]: AMC-mailing.pl' is up to date.
make[1]: AMC-perl/AMC/Basic.pm' is up to date. make[1]: AMC-perl/AMC/Gui/Main.pm' is up to date.
make[1]: AMC-perl/AMC/Gui/APropos.glade' is up to date. make[1]: doc/doc-xhtml-site.fr.xsl' is up to date.
make[1]: doc/doc-xhtml-site.ja.xsl' is up to date. make[1]: doc/doc-xhtml-site.en.xsl' is up to date.
make[1]: doc/amcdocstyle.sty' is up to date. make[1]: doc/doc-xhtml.xsl' is up to date.
make[1]: doc/auto-multiple-choice.en.xml' is up to date. make[1]: doc/auto-multiple-choice.fr.xml' is up to date.
make[1]: doc/auto-multiple-choice.ja.xml' is up to date. make[1]: doc/sty/automultiplechoice.dtx' is up to date.
/Applications/Xcode.app/Contents/Developer/usr/bin/make AMC-detect AMC-buildpdf AMC-pdfformfields
gcc -o AMC-detect AMC-detect.cc -O2 -lstdc++ -lm -I/usr/local/opt/opencv/include/opencv4 -L/usr/local/opt/opencv/lib -lopencv_gapi -lopencv_stitching -lopencv_alphamat -lopencv_aruco -lopencv_barcode -lopencv_bgsegm -lopencv_bioinspired -lopencv_ccalib -lopencv_dnn_objdetect -lopencv_dnn_superres -lopencv_dpm -lopencv_face -lopencv_freetype -lopencv_fuzzy -lopencv_hfs -lopencv_img_hash -lopencv_intensity_transform -lopencv_line_descriptor -lopencv_mcc -lopencv_quality -lopencv_rapid -lopencv_reg -lopencv_rgbd -lopencv_saliency -lopencv_sfm -lopencv_stereo -lopencv_structured_light -lopencv_phase_unwrapping -lopencv_superres -lopencv_optflow -lopencv_surface_matching -lopencv_tracking -lopencv_highgui -lopencv_datasets -lopencv_text -lopencv_plot -lopencv_videostab -lopencv_videoio -lopencv_viz -lopencv_wechat_qrcode -lopencv_xfeatures2d -lopencv_shape -lopencv_ml -lopencv_ximgproc -lopencv_video -lopencv_xobjdetect -lopencv_objdetect -lopencv_calib3d -lopencv_imgcodecs -lopencv_features2d -lopencv_dnn -lopencv_flann -lopencv_xphoto -lopencv_photo -lopencv_imgproc -lopencv_core
In file included from AMC-detect.cc:40:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core/core.hpp:48:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core.hpp:52:
/usr/local/opt/opencv/include/opencv4/opencv2/core/cvdef.h:781:4: error: "OpenCV 4.x+ requires enabled C++11 support"

error "OpenCV 4.x+ requires enabled C++11 support"

^
In file included from AMC-detect.cc:40:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core/core.hpp:48:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core.hpp:53:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core/base.hpp:58:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core/cvstd.hpp:81:
/usr/local/opt/opencv/include/opencv4/opencv2/core/cvstd_wrapper.hpp:40:44: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
template<typename C, typename Ret, typename... Args>
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/cvstd_wrapper.hpp:86:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
inline Ptr(Ptr&& o) CV_NOEXCEPT : std::shared_ptr(std::move(o)) {}
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/cvstd_wrapper.hpp:89:43: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
template inline Ptr(Ptr&& o) CV_NOEXCEPT : std::shared_ptr(std::move(o)) {}
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/cvstd_wrapper.hpp:92:34: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
inline Ptr(std::shared_ptr&& o) CV_NOEXCEPT : std::shared_ptr(std::move(o)) {}
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/cvstd_wrapper.hpp:102:23: warning: default template arguments for a function template are a C++11 extension [-Wc++11-extensions]
template
^ ~
/usr/local/opt/opencv/include/opencv4/opencv2/core/cvstd_wrapper.hpp:142:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
template<typename Tp, typename ... A1> static inline
^
In file included from AMC-detect.cc:40:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core/core.hpp:48:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core.hpp:56:
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:143:15: error: no template named 'initializer_list' in namespace 'std'
Matx(std::initializer_list<Tp>); //!< initialize from an initializer list
~~~~~^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:370:14: error: no template named 'initializer_list' in namespace 'std'
Vec(std::initializer_list<Tp>);
~~~~~^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:693:28: error: no template named 'initializer_list' in namespace 'std'
Matx<Tp, m, n>::Matx(std::initializer_list<Tp> list)
~~~~~^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:697:15: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
for(const auto& elem : list)
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:697:26: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
for(const auto& elem : list)
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:1045:24: error: no template named 'initializer_list' in namespace 'std'
Vec<Tp, cn>::Vec(std::initializer_list<Tp> list)
~~~~~^
In file included from AMC-detect.cc:40:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core/core.hpp:48:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core.hpp:57:
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:174:32: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Point
(const Point
& pt) = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:175:18: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Point
(Point
&& pt) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:175:39: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Point
(Point
&& pt) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:184:45: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Point
& operator = (const Point_& pt) = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:185:31: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Point_& operator = (Point_&& pt) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:185:52: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Point_& operator = (Point_&& pt) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:263:34: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Point3_(const Point3_& pt) = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:264:20: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Point3_(Point3_&& pt) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:264:41: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Point3_(Point3_&& pt) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:270:47: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Point3_& operator = (const Point3_& pt) = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:271:33: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Point3_& operator = (Point3_&& pt) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:271:54: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Point3_& operator = (Point3_&& pt) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:343:30: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Size_(const Size_& sz) = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:344:16: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Size_(Size_&& sz) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:344:37: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Size_(Size_&& sz) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:349:43: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Size_& operator = (const Size_& sz) = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:350:29: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Size_& operator = (Size_&& sz) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:350:50: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Size_& operator = (Size_&& sz) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:452:29: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Rect_(const Rect_& r) = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:453:16: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Rect_(Rect_&& r) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:453:36: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Rect_(Rect_&& r) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:459:42: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Rect_& operator = (const Rect_& r) = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:460:29: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Rect_& operator = (Rect_&& r) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:460:49: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
Rect_& operator = (Rect_&& r) CV_NOEXCEPT = default;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:672:20: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Scalar_(Scalar_&& s) CV_NOEXCEPT;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:675:31: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Scalar_& operator=(Scalar_&& s) CV_NOEXCEPT;
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2148:35: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Scalar_<Tp>::Scalar(Scalar_<Tp>&& s) CV_NOEXCEPT {
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2165:51: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
Scalar
<Tp>& Scalar<Tp>::operator=(Scalar<Tp>&& s) CV_NOEXCEPT {
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2348:29: error: no member named 'val' in 'cv::Scalar
'
return Scalar_(a.val[0] * s, a.val[1] * s, a.val[2] * s, a.val[3] * s);
~ ^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2348:43: error: no member named 'val' in 'cv::Scalar_'
return Scalar_(a.val[0] * s, a.val[1] * s, a.val[2] * s, a.val[3] * s);
~ ^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2348:57: error: no member named 'val' in 'cv::Scalar_'
return Scalar_(a.val[0] * s, a.val[1] * s, a.val[2] * s, a.val[3] * s);
~ ^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2348:71: error: no member named 'val' in 'cv::Scalar_'
return Scalar_(a.val[0] * s, a.val[1] * s, a.val[2] * s, a.val[3] * s);
~ ^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2355:30: error: no member named 'val' in 'cv::Scalar_'
return Scalar_(a.val[0] * s, a.val[1] * s, a.val[2] * s, a.val[3] * s);
~ ^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2355:44: error: no member named 'val' in 'cv::Scalar_'
return Scalar_(a.val[0] * s, a.val[1] * s, a.val[2] * s, a.val[3] * s);
~ ^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2355:58: error: no member named 'val' in 'cv::Scalar_'
return Scalar_(a.val[0] * s, a.val[1] * s, a.val[2] * s, a.val[3] * s);
~ ^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2355:72: error: no member named 'val' in 'cv::Scalar_'
return Scalar_(a.val[0] * s, a.val[1] * s, a.val[2] * s, a.val[3] * s);
~ ^
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2388:24: error: no matching constructor for initialization of 'Matx<double, 4, 1>'
Matx<double, 4, 1> c((Matx<double, 4, 4>)a, b, Matx_MatMulOp());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:212:28: note: candidate constructor template not viable: no known conversion from 'Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
template Matx(const Matx<_Tp, m, n>& a, _T2 alpha, Matx_ScaleOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:122:5: note: candidate constructor not viable: no known conversion from 'Matx<double, 4, 4>' to 'double' for 1st argument
Matx(_Tp v0, _Tp v1, _Tp v2); //!< 1x3 or 3x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:210:5: note: candidate constructor not viable: no known conversion from 'Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:211:5: note: candidate constructor not viable: no known conversion from 'Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_SubOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:213:5: note: candidate constructor not viable: no known conversion from 'Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_MulOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:214:5: note: candidate constructor not viable: no known conversion from 'Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
Matx(const Matx<_Tp, m, n>& a, const Matx<Tp, m, n>& b, Matx_DivOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:215:21: note: candidate template ignored: could not match 'Matx' against 'Scalar
'
template Matx(const Matx<_Tp, m, l>& a, const Matx<_Tp, l, n>& b, Matx_MatMulOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:121:5: note: candidate constructor not viable: requires 2 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1); //!< 1x2 or 2x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:216:5: note: candidate constructor not viable: requires 2 arguments, but 3 were provided
Matx(const Matx<_Tp, n, m>& a, Matx_TOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:123:5: note: candidate constructor not viable: requires 4 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3); //!< 1x4, 2x2 or 4x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:120:14: note: candidate constructor not viable: requires single argument 'v0', but 3 arguments were provided
explicit Matx(_Tp v0); //!< 1x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:141:14: note: candidate constructor not viable: requires single argument 'vals', but 3 arguments were provided
explicit Matx(const _Tp* vals); //!< initialize from a plain array
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:99:44: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 3 were provided
template<typename _Tp, int m, int n> class Matx
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:124:5: note: candidate constructor not viable: requires 5 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4); //!< 1x5 or 5x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:118:5: note: candidate constructor not viable: requires 0 arguments, but 3 were provided
Matx();
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:125:5: note: candidate constructor not viable: requires 6 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5); //!< 1x6, 2x3, 3x2 or 6x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:126:5: note: candidate constructor not viable: requires 7 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6); //!< 1x7 or 7x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:127:5: note: candidate constructor not viable: requires 8 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7); //!< 1x8, 2x4, 4x2 or 8x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:128:5: note: candidate constructor not viable: requires 9 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8); //!< 1x9, 3x3 or 9x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:129:5: note: candidate constructor not viable: requires 10 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9); //!< 1x10, 2x5 or 5x2 or 10x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:130:5: note: candidate constructor not viable: requires 12 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3,
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:133:5: note: candidate constructor not viable: requires 14 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3,
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:137:5: note: candidate constructor not viable: requires 16 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3,
^
In file included from AMC-detect.cc:40:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core/core.hpp:48:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core.hpp:57:
/usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2395:24: error: no matching constructor for initialization of 'Matx<double, 4, 1>'
Matx<double, 4, 1> c(a, b, Matx_MatMulOp());
^ ~~~~~~~~~~~~~~~~~~~~~
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:212:28: note: candidate constructor template not viable: no known conversion from 'const Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
template Matx(const Matx<_Tp, m, n>& a, _T2 alpha, Matx_ScaleOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:122:5: note: candidate constructor not viable: no known conversion from 'const Matx<double, 4, 4>' to 'double' for 1st argument
Matx(_Tp v0, _Tp v1, _Tp v2); //!< 1x3 or 3x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:210:5: note: candidate constructor not viable: no known conversion from 'const Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:211:5: note: candidate constructor not viable: no known conversion from 'const Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_SubOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:213:5: note: candidate constructor not viable: no known conversion from 'const Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_MulOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:214:5: note: candidate constructor not viable: no known conversion from 'const Matx<[2 * ...], 4>' to 'const Matx<[2 * ...], 1 aka 1>' for 1st argument
Matx(const Matx<_Tp, m, n>& a, const Matx<Tp, m, n>& b, Matx_DivOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:215:21: note: candidate template ignored: could not match 'Matx' against 'Scalar
'
template Matx(const Matx<_Tp, m, l>& a, const Matx<_Tp, l, n>& b, Matx_MatMulOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:121:5: note: candidate constructor not viable: requires 2 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1); //!< 1x2 or 2x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:216:5: note: candidate constructor not viable: requires 2 arguments, but 3 were provided
Matx(const Matx<_Tp, n, m>& a, Matx_TOp);
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:123:5: note: candidate constructor not viable: requires 4 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3); //!< 1x4, 2x2 or 4x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:120:14: note: candidate constructor not viable: requires single argument 'v0', but 3 arguments were provided
explicit Matx(_Tp v0); //!< 1x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:141:14: note: candidate constructor not viable: requires single argument 'vals', but 3 arguments were provided
explicit Matx(const _Tp* vals); //!< initialize from a plain array
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:99:44: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 3 were provided
template<typename _Tp, int m, int n> class Matx
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:124:5: note: candidate constructor not viable: requires 5 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4); //!< 1x5 or 5x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:118:5: note: candidate constructor not viable: requires 0 arguments, but 3 were provided
Matx();
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:125:5: note: candidate constructor not viable: requires 6 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5); //!< 1x6, 2x3, 3x2 or 6x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:126:5: note: candidate constructor not viable: requires 7 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6); //!< 1x7 or 7x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:127:5: note: candidate constructor not viable: requires 8 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7); //!< 1x8, 2x4, 4x2 or 8x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:128:5: note: candidate constructor not viable: requires 9 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8); //!< 1x9, 3x3 or 9x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:129:5: note: candidate constructor not viable: requires 10 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9); //!< 1x10, 2x5 or 5x2 or 10x1 matrix
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:130:5: note: candidate constructor not viable: requires 12 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3,
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:133:5: note: candidate constructor not viable: requires 14 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3,
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/matx.hpp:137:5: note: candidate constructor not viable: requires 16 arguments, but 3 were provided
Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3,
^
In file included from AMC-detect.cc:40:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core/core.hpp:48:
In file included from /usr/local/opt/opencv/include/opencv4/opencv2/core.hpp:58:
/usr/local/opt/opencv/include/opencv4/opencv2/core/mat.hpp:198:59: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
_InputArray(const std::vector<std::vector >&) = delete; // not supported
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/mat.hpp:323:44: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
_OutputArray(std::vector& vec) = delete; // not supported
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/mat.hpp:325:54: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
_OutputArray(std::vector<std::vector >&) = delete; // not supported
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/mat.hpp:397:49: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
_InputOutputArray(std::vector& vec) = delete; // not supported
^
/usr/local/opt/opencv/include/opencv4/opencv2/core/mat.hpp:1029:29: error: no template named 'initializer_list' in namespace 'std'
explicit Mat(const std::initializer_list<_Tp> list);
~~~~~^
/usr/local/opt/opencv/include/opencv4/opencv2/core/mat.hpp:1028:37: warning: default template arguments for a function template are a C++11 extension [-Wc++11-extensions]
template<typename _Tp, typename = typename std::enable_if<std::is_arithmetic<_Tp>::value>::type>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/opt/opencv/include/opencv4/opencv2/core/mat.hpp:1033:52: error: no template named 'initializer_list' in namespace 'std'
template explicit Mat(const std::initializer_list sizes, const std::initializer_list<_Tp> list);
~~~~~^
/usr/local/opt/opencv/include/opencv4/opencv2/core/mat.hpp:1033:92: error: no template named 'initializer_list' in namespace 'std'
template explicit Mat(const std::initializer_list sizes, const std::initializer_list<Tp> list);
~~~~~^
/usr/local/opt/opencv/include/opencv4/opencv2/core/mat.hpp:2025:66: error: a space is required between consecutive right angle brackets (use '> >')
template std::reverse_iterator<MatIterator
<_Tp>> rbegin();
^~
> >
fatal error: too many errors emitted, stopping now [-ferror-limit=]
41 warnings and 20 errors generated.
make[1]: *** [AMC-detect] Error 1
make: *** [all_precomp] Error 2`

automultiplechoice.sty unavailable

Hello
I have installed amc and mactex with homebrew following your instructions and when I run the command
sudo auto-multiple-choice latex-link
I get the following problem and the command auto-multiple-choice tells that it does not find the automultiplechoice.sty file
Thank you for your help
Marie

postel@viso:~/Documents/Enseignement$ brew cask install mactex
==> Auto-updated Homebrew!
Updated Homebrew from df1fb59d4 to 15f01bdd1.
No changes to formulae.

Updating Homebrew...
Warning: Cask 'mactex' is already installed.

To re-install mactex, run:
brew cask reinstall mactex
postel@viso:~/Documents/Enseignement$ sudo auto-multiple-choice latex-link
Calling mktexlsr to refresh LaTeX files list...
mktexlsr: Updating /opt/local/etc/texmf/ls-R...
mktexlsr: Updating /opt/local/share/texmf/ls-R...
mktexlsr: Updating /opt/local/share/texmf-local/ls-R...
mktexlsr: Updating /opt/local/share/texmf-texlive/ls-R...
mktexlsr: Updating /opt/local/var/db/texmf/ls-R...
mktexlsr: Done.
Creating link to AMC style file...
Calling mktexlsr to refresh LaTeX files list...
mktexlsr: Updating /opt/local/etc/texmf/ls-R...
mktexlsr: Updating /opt/local/share/texmf/ls-R...
mktexlsr: Updating /opt/local/share/texmf-local/ls-R...
mktexlsr: Updating /opt/local/share/texmf-texlive/ls-R...
mktexlsr: Updating /opt/local/var/db/texmf/ls-R...
mktexlsr: Done.
ERROR: Unsuccessful.

Problem with AMC after Ventura upgrade

I installed Mac OS Ventura (13.0) on one of my mac. I tried then to install AMC. The installation seems ok but when I launch AMC I have an error message :
Cairo.c: loadable library and perl binaries are mismatched (got first handshake key 0xf880080, needed 0xf900080)

Somebody know what is the problem and how can I fix it ? Thanks

Problem to access to preferences

Hello,

I had to reinstall AMC on my mac pro (catalina) with the homebrew formula.
I have disabled the Mac tab display in the system preferences and after opening AMC with or without a project, I can't access the preferences. I had to change the detection parameters.

I get the following error message:
Use of uninitialized value $both in concatenation (.) or string at /usr/local/Cellar/auto-multiple-choice/1.4.0_8/lib/AMC/perl/AMC-gui.pl line 3626.

Could you please help me?

Thank you in advance.

Unable to install AMC on brand new Mac

Hi,

I tried to install AMC using Homebrew on a brand new mac. When using out of the box the provided command, the install fails:

mosser@azrael ~ % brew install maelvls/amc/auto-multiple-choice
...
fatal error: 'cairo.h' file not found

Reverse engineering another issue (#82), I ended up manually installing first Xquartz (not sure it was necessary) and then libxcb (brew reinstall libxcb), and then the installation was able to finish.

There may be a dependency issue in the brew file.

Sending annotated papers by e-mail via SMTP with STARTTLS fails

I needed to install the following 2 Perl Modules:

IO::Socket::SSL
Authen::SASL

with cpan as follow:

/usr/local/bin/cpan IO::Socket::SSL
/usr/local/bin/cpan Authen::SASL

Note: I had to use the full path to avoid a conflict with MacPorts.

Is is possible to include this in the installation of AMC?

meson issue ?

Hello,

brew install fails with the following output : ../giscanner/meson.build:58:0: ERROR: File doctemplates does not exist.

System : Mac M1 Pro / Monterey 12.2.1

Thanks for the formula and all the work you have done on it :)

Please find log on the file attached.

Tapping maelvls:amc.txt

problem installing with homebrew on mac High Sierra

Hello, I tried installing with homebrew and it fails.
If you have any clue I will be pleased. Thank you for your work.

pc43:~ cblanze$ brew install maelvls/amc/auto-multiple-choice
==> Installing auto-multiple-choice from maelvls/amc
==> Downloading https://homebrew.bintray.com/bottles/freetype-2.10.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/c1/c1bca74eb0c7dea15bf7e1cc317560d002483acca010b60986c1eac92abbffbc?__gda__=exp=1592999385~hmac=823cf1a5a0b080ef6c2cef1d1acfbd
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/harfbuzz-2.6.8.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/9c/9ca4eaac80b2db11439e865f977d6b7b330b2bd5ca8f558e23be49acda67b23e?__gda__=exp=1592999387~hmac=26e4e3d3d7596cfca05c45b5e8d537
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libtool-2.4.6_2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/60/60c7d86f9364e166846f8d3fb2ba969e6ca157e7ecbbb42a1de259116618c2ba?__gda__=exp=1592999390~hmac=0c554551084055a8dd19af44ed540b
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/little-cms2-2.11.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/92/928d1b8b8292a2d7950d0ef1381c70996bcde325f0124d7dcb68059090544dac?__gda__=exp=1592999392~hmac=2542d71acc952346a9c9a26b770fd0
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/imagemagick%406-6.9.11-21.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/fe/fe82ef67a2e692ee8ea2aa0f7eafd7b09ccd25cd6cafe783dcf3c88336a586e9?__gda__=exp=1592999393~hmac=5982d9ff48f64ba7307add565fc9a7
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/cmake-3.17.3.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/0a/0a6f34d0b0a70d12ccdf4e3b134f240dc38e5391eebee24c63958081b970f5ae?__gda__=exp=1592999400~hmac=bbd5c6b0452f83e50646a60b5d8aee
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/eigen-3.3.7.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/79/79c52d57394cf485eb324effab69279e4f3beb63cbacfa600ae0a678d852a827?__gda__=exp=1592999414~hmac=2a761441ecfd9a10da5328702ff52d
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/gflags-2.2.2.high_sierra.bottle.1.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/glog-0.4.0.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/metis-5.1.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/88/88b6965d941a87044150238387971c4bb94ed2ffca327affccaf311d666a2b4b?__gda__=exp=1592999417~hmac=3a9adbbfb4d12befc8876ef110ed2e
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/isl-0.22.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a1/a1193c8b06c31abc4bf9c1ef9bb93c4879ff5ba4050b4a06c22c2a0048d3c87f?__gda__=exp=1592999421~hmac=aa628fb7d0339f87c2b4c8d34ebfe3
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/mpfr-4.0.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/bf/bf5d21e7e8e549f7e8d07791a90f44a487f4c7151897b7c64d02928b5bd73520?__gda__=exp=1592999423~hmac=f26cc93bd6f91890b96936a0786e7c
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/gcc-9.3.0_1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e5/e50b9cfee063619515a8f164485b3f730077f21b49b7bb30cc5a600ddf577a83?__gda__=exp=1592999425~hmac=5fd0b8a7a4f0802a9c55eb6699a7a1
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/openblas-0.3.10.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/7b/7b54bb60994215c561da00595aa4c2f049869b9e0a1d4b3c88d64f95ae47ed9f?__gda__=exp=1592999489~hmac=f004455238759606011b7183bb7d7c
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/tbb-2020_U2.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/e1/e1efb8aec2b87e2facdb824971718d6fa531caa5043b10e811dc86a6c5e1e797?__gda__=exp=1592999505~hmac=96463c704db44243784a1e9da532e4
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/suite-sparse-5.7.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/08/083961ebb0a6e06104384e33fd29bdbdec3eed273c9a1353b28308f80cae2f9d?__gda__=exp=1592999507~hmac=719eaf2fea41be9141fd286b6a974e
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/ceres-solver-1.14.0_12.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/4d/4d59a78cc1d4fa075ad3cebfabb88f59080b3abe80a834445b018b670f9f2d0b?__gda__=exp=1592999521~hmac=73daf433d70640f116d72a33939b24
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/aom-2.0.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/03/036d2a82eab972d1111020dddf892f94969fc39eaa0c3a1897e20b6d8b1f535b?__gda__=exp=1592999526~hmac=3826f496bd734f03eea426318d7c75
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/dav1d-0.7.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/9c/9cadd5bf4b109037700161dcc12376d5f05a6ba73df925c592a01392f2247db6?__gda__=exp=1592999531~hmac=69ea7ad5157e0867cffb27d819ee1e
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/frei0r-1.7.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a6/a6a4648e1ff6263616f532a4648e1eb56e68d510d04e768becb2caf5ca961e3a?__gda__=exp=1592999532~hmac=ec32db9f6757eb3e14bca55954c96a
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libass-0.14.0_1.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/d3/d3a3e4c2ff26d2a10991134bca875ecafcff6bc8abb193f3c78cb8c0cd57c779?__gda__=exp=1592999533~hmac=9fe8d514874b8962fa78ca88b61820
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libbluray-1.2.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a8/a8a20bb4274ca8844ee7dc9ef27df6660dfe9cc180f85bbaebe11f1cc4edd053?__gda__=exp=1592999534~hmac=b1f0a073898a7e992a0d7bf095bdb4
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libsoxr-0.1.3.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libvidstab-1.1.0.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libogg-1.3.4.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/95/95f271ec181f6b999674636272a3414db4242eabd0a0b0572cfa0f1f324f5ef8?__gda__=exp=1592999540~hmac=71c13f81ce88d3efa1a93a09cd5d34
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libvpx-1.8.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a9/a92327055c847f4444248a9d47650d999baffd27d7e073a42b7a67c0fccd6c33?__gda__=exp=1592999541~hmac=45c3d2cf73b467f2174d900e282860
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/opencore-amr-0.1.5.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/5f/5f5f7853d97b957abb8671af372bd3a4a13191ccd135799cbad44aa3c66034ec?__gda__=exp=1592999542~hmac=b3a52f73481f880bc3db1b4a74dd9d
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/opus-1.3.1.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/8b/8b45ac09baae56bdc2c7ee224d5a1ae68efb826a9aec2220e0b27e8ce633b8aa?__gda__=exp=1592999544~hmac=7dac3591f805ca56fd359961dd186c
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/rav1e-0.3.3.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/fe/fe29e3982e41708784f0597c2f4a15ea217843a18b95f88e83f5d0f76a039ab6?__gda__=exp=1592999545~hmac=a071a487674569ced7ecc7d0c8b375
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/rtmpdump-2.4%2B20151223_1.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/flac-1.3.3.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/53/53562e93cd58b45d15fb5303938b1718298d69101a53612fd53075e881cbfc95?__gda__=exp=1592999556~hmac=8267f3feee98036d4f28ffcc3d5c9f
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libsndfile-1.0.28.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/d0/d06bf0bf936cde67857ac3d3599944d2050ea8dc6237bad8b4c27ef86ac2eb3c?__gda__=exp=1592999558~hmac=f7aef004c0001a8e4cf7dd5d75c65a
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libsamplerate-0.1.9_1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e8/e8eeb394697f34f294ca67b4ed296fcee986aabc152ffc7d27360f67e30038f5?__gda__=exp=1592999559~hmac=d8ddb0e1ed3998a61782f7066c7038
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/rubberband-1.8.2_1.high_sierra.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/f5/f592baa6b5e82c542a92df87789a51b6603e7e8070dfa7f910349a388135b6da?__gda__=exp=1592999563~hmac=90a35f77660c34a5cd8091ae1ed209
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/sdl2-2.0.12_1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/b7/b71346aebd499ed30f6de2f58a333c50575bc3bf73fbba6dcaef5a04c58282c5?__gda__=exp=1592999564~hmac=c0fae100cdf8e8cf0843df01c5f543
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/snappy-1.1.8.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/speex-1.2.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/52/525970161e7c1629b242c91d889201ca368814945695efd5b441d58b5b5dcc75?__gda__=exp=1592999567~hmac=f4954f80358275db86edcf7f6ecc76
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/srt-1.4.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/01/01039fd82d968be00949e93af2e1eb5ad16152099975e1e00d355641b7eacd01?__gda__=exp=1592999568~hmac=f28643c52a3da0dc179e2832e39e90
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/giflib-5.2.1.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/leptonica-1.79.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/71/715a73dfeab21b60423385a51a400e815857742c4902b4d875083a50bc971354?__gda__=exp=1592999571~hmac=0144ab2d44380214080a9cf1b16f07
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/tesseract-4.1.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/6b/6b64585454bcca9b62945b284000723d76afad15b5e80109ca6cdc699ae50e25?__gda__=exp=1592999574~hmac=415f9e49e749640adffaae51ba8650
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/x264-r2999.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/d0/d06faa65365f712fcaee10dd672280388a0219159f8175b31a226043a9a45cc8?__gda__=exp=1592999583~hmac=86d28648ce201bfe0ee842bd6f8ab7
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/x265-3.4.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/68/68430356df947fbe78480d737180b3129c3a4b1e5fcec90762df19d14de30b1c?__gda__=exp=1592999586~hmac=9607462f9d14d108655d5f985509e5
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/xvid-1.3.7.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/79/79ea46af3061561427ab0af36b09d61e057084c76f655ec21074fba375a36b01?__gda__=exp=1592999592~hmac=70eeb1dcf3d0a84b529bf428c40676
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/ffmpeg-4.3_1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/f4/f4817a0d1cc8675d8785c13a5ea055ff296b241fb1d8a8a1eb301f6a075565b3?__gda__=exp=1592999593~hmac=31d126cb98eb196944cb7451ca5cc8
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/numpy-1.19.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e6/e6ca79c3ca935316f3ec4c55572ac93baf1f0d73cb83e81df7c1cbc93eb9fa85?__gda__=exp=1592999611~hmac=3f9aba8173d62b6443864b40826f5b
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/ilmbase-2.5.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/85/854208849e5fa1be263e25031ad21308582d57999c643baef67b8ec40d32cfb3?__gda__=exp=1592999616~hmac=08b024161a4d65e6b4c8ac308618fd
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/openexr-2.5.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a5/a5d9520a67acdb84ac3593290d2d65d3f4dd0c4db4ed4fe9f5c07c4b5a441ae2?__gda__=exp=1592999617~hmac=fddbd6d1fc078850bf22fcf41b4c62
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/protobuf-3.12.3.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/ff/ffc0bc6e68a6c48774854de177443ca852c107fe4e6e470486fa9d497334c28f?__gda__=exp=1592999620~hmac=d9fba47279af37954905f50ec7bef1
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/opencv-4.3.0_5.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/c4/c49eeb4793c2a85efe9cacb691b1d54298858c7f486d4b97ee95c8d8a910ab16?__gda__=exp=1592999625~hmac=99fbe34009863082c197afebfc9a8d
######################################################################## 100.0%
==> Downloading https://dl.bintray.com/maelvls/bottles-amc/amc-pango-1.42.4.high_sierra.bottle.1.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/147c6f9eedd3c49afdbe18551d68102f61ec20c9701b4ee28ccb434764a9d221?response-content-disposition=attachment%3Bfilename
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/perl-5.32.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/71/718a54da6e3b02c33d5230776aaa54eaaac710c09cf412078014c9c50dd0ac51?__gda__=exp=1592999693~hmac=0d625dc3382851cb702092adfe28db
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/nspr-4.25.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/7d/7d66be141d5cfd5bb1e62ebc7c6fef92a40f1cbd1cc596b1d2d014a356016184?__gda__=exp=1592999707~hmac=389410a00f6eacadd3374a449937fa
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/nss-3.53.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/cb/cbe1d8c357735e4045908e9426624f0990167b97f04505799a42da8be7495513?__gda__=exp=1592999708~hmac=4f634f4a92620c37b9143140454e35
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/qt-5.15.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/c5/c579327b288cfe0f23d6bd41e6e3b672538b6f19fbc0379322ce5c0ba422e794?__gda__=exp=1592999718~hmac=db3f3d1429e4e7b492f0cc1dadc56c
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/poppler-0.89.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/dd/dd605fc8d16be21c283d0a9e92c1aab30ff8ef2dd865504d0cc6e2dfd71a2060?__gda__=exp=1592999829~hmac=3919fcc7c642dcb8d2135e05935338
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/qpdf-10.0.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/46/4615f85d75741f053733eb37f12c35e3264492f00e9086530f2a40c710a0d7ea?__gda__=exp=1592999841~hmac=be224bfa57f93e555ca5b1de926033
######################################################################## 100.0%
==> Downloading https://dl.bintray.com/maelvls/bottles-amc/auto-multiple-choice-1.4.0_8.high_sierra.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/40f71fa981dbf345db895fcdc1e347f761bc690beebc6976b1238e1a0a9ae656?response-content-disposition=attachment%3Bfilename
######################################################################## 100.0%
==> Installing dependencies for maelvls/amc/auto-multiple-choice: freetype, harfbuzz, libtool, little-cms2, imagemagick@6, cmake, eigen, gflags, glog, metis, isl, mpfr, gcc, openblas, tbb, suite-sparse, ceres-solver, aom, dav1d, frei0r, libass, libbluray, libsoxr, libvidstab, libogg, libvpx, opencore-amr, opus, rav1e, rtmpdump, flac, libsndfile, libsamplerate, rubberband, sdl2, snappy, speex, srt, giflib, leptonica, tesseract, x264, x265, xvid, ffmpeg, numpy, ilmbase, openexr, protobuf, opencv, amc-pango, perl, nspr, nss, qt, poppler and qpdf
==> Installing maelvls/amc/auto-multiple-choice dependency: freetype
==> Pouring freetype-2.10.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/freetype/2.10.2: 61 files, 2.3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: harfbuzz
==> Pouring harfbuzz-2.6.8.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/harfbuzz/2.6.8: 166 files, 11.8MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libtool
==> Pouring libtool-2.4.6_2.high_sierra.bottle.tar.gz
==> Caveats
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
==> Summary
🍺 /usr/local/Cellar/libtool/2.4.6_2: 71 files, 3.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: little-cms2
==> Pouring little-cms2-2.11.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/little-cms2/2.11: 21 files, 1MB
==> Installing maelvls/amc/auto-multiple-choice dependency: imagemagick@6
==> Pouring [email protected]_sierra.bottle.tar.gz
==> Caveats
imagemagick@6 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.

If you need to have imagemagick@6 first in your PATH run:
echo 'export PATH="/usr/local/opt/imagemagick@6/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find imagemagick@6 you may need to set:
export LDFLAGS="-L/usr/local/opt/imagemagick@6/lib"
export CPPFLAGS="-I/usr/local/opt/imagemagick@6/include"

For pkg-config to find imagemagick@6 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/imagemagick@6/lib/pkgconfig"

==> Summary
🍺 /usr/local/Cellar/imagemagick@6/6.9.11-21: 1,477 files, 23.3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: cmake
==> Pouring cmake-3.17.3.high_sierra.bottle.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
==> Summary
🍺 /usr/local/Cellar/cmake/3.17.3: 6,162 files, 60.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: eigen
==> Pouring eigen-3.3.7.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/eigen/3.3.7: 487 files, 6.5MB
==> Installing maelvls/amc/auto-multiple-choice dependency: gflags
==> Pouring gflags-2.2.2.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/gflags/2.2.2: 24 files, 330.3KB
==> Installing maelvls/amc/auto-multiple-choice dependency: glog
==> Pouring glog-0.4.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/glog/0.4.0: 19 files, 231.8KB
==> Installing maelvls/amc/auto-multiple-choice dependency: metis
==> Pouring metis-5.1.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/metis/5.1.0: 18 files, 11.8MB
==> Installing maelvls/amc/auto-multiple-choice dependency: isl
==> Pouring isl-0.22.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/isl/0.22.1: 72 files, 4.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: mpfr
==> Pouring mpfr-4.0.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/mpfr/4.0.2: 28 files, 4.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: gcc
==> Pouring gcc-9.3.0_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/gcc/9.3.0_1: 1,463 files, 289.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: openblas
==> Pouring openblas-0.3.10.high_sierra.bottle.tar.gz
==> Caveats
openblas is keg-only, which means it was not symlinked into /usr/local,
because macOS provides BLAS in Accelerate.framework.

For compilers to find openblas you may need to set:
export LDFLAGS="-L/usr/local/opt/openblas/lib"
export CPPFLAGS="-I/usr/local/opt/openblas/include"

For pkg-config to find openblas you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"

==> Summary
🍺 /usr/local/Cellar/openblas/0.3.10: 23 files, 120.2MB
==> Installing maelvls/amc/auto-multiple-choice dependency: tbb
==> Pouring tbb-2020_U2.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/tbb/2020_U2: 144 files, 3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: suite-sparse
==> Pouring suite-sparse-5.7.2.high_sierra.bottle.tar.gz
Warning: suite-sparse dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
🍺 /usr/local/Cellar/suite-sparse/5.7.2: 156 files, 40.9MB
==> Installing maelvls/amc/auto-multiple-choice dependency: ceres-solver
==> Pouring ceres-solver-1.14.0_12.high_sierra.bottle.tar.gz
Warning: ceres-solver dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
🍺 /usr/local/Cellar/ceres-solver/1.14.0_12: 480 files, 16.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: aom
==> Pouring aom-2.0.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/aom/2.0.0: 19 files, 16.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: dav1d
==> Pouring dav1d-0.7.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/dav1d/0.7.1: 15 files, 1.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: frei0r
==> Pouring frei0r-1.7.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/frei0r/1.7.0: 128 files, 1.8MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libass
==> Pouring libass-0.14.0_1.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/libass/0.14.0_1: 10 files, 509.4KB
==> Installing maelvls/amc/auto-multiple-choice dependency: libbluray
==> Pouring libbluray-1.2.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libbluray/1.2.0: 21 files, 1.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libsoxr
==> Pouring libsoxr-0.1.3.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libsoxr/0.1.3: 28 files, 242.4KB
==> Installing maelvls/amc/auto-multiple-choice dependency: libvidstab
==> Pouring libvidstab-1.1.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libvidstab/1.1.0: 25 files, 132.0KB
==> Installing maelvls/amc/auto-multiple-choice dependency: libogg
==> Pouring libogg-1.3.4.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/libogg/1.3.4: 97 files, 473.0KB
==> Installing maelvls/amc/auto-multiple-choice dependency: libvpx
==> Pouring libvpx-1.8.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libvpx/1.8.2: 17 files, 3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: opencore-amr
==> Pouring opencore-amr-0.1.5.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/opencore-amr/0.1.5: 17 files, 644KB
==> Installing maelvls/amc/auto-multiple-choice dependency: opus
==> Pouring opus-1.3.1.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/opus/1.3.1: 17 files, 983.3KB
==> Installing maelvls/amc/auto-multiple-choice dependency: rav1e
==> Pouring rav1e-0.3.3.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/rav1e/0.3.3: 13 files, 47.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: rtmpdump
==> Pouring rtmpdump-2.4+20151223_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/rtmpdump/2.4+20151223_1: 20 files, 422.8KB
==> Installing maelvls/amc/auto-multiple-choice dependency: flac
==> Pouring flac-1.3.3.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/flac/1.3.3: 53 files, 2.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libsndfile
==> Pouring libsndfile-1.0.28.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libsndfile/1.0.28: 48 files, 1.8MB
==> Installing maelvls/amc/auto-multiple-choice dependency: libsamplerate
==> Pouring libsamplerate-0.1.9_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libsamplerate/0.1.9_1: 28 files, 3.0MB
==> Installing maelvls/amc/auto-multiple-choice dependency: rubberband
==> Pouring rubberband-1.8.2_1.high_sierra.bottle.1.tar.gz
🍺 /usr/local/Cellar/rubberband/1.8.2_1: 12 files, 569.4KB
==> Installing maelvls/amc/auto-multiple-choice dependency: sdl2
==> Pouring sdl2-2.0.12_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/sdl2/2.0.12_1: 89 files, 4.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: snappy
==> Pouring snappy-1.1.8.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/snappy/1.1.8: 18 files, 119.6KB
==> Installing maelvls/amc/auto-multiple-choice dependency: speex
==> Pouring speex-1.2.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/speex/1.2.0: 21 files, 689KB
==> Installing maelvls/amc/auto-multiple-choice dependency: srt
==> Pouring srt-1.4.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/srt/1.4.1: 20 files, 3.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: giflib
==> Pouring giflib-5.2.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/giflib/5.2.1: 19 files, 355.6KB
==> Installing maelvls/amc/auto-multiple-choice dependency: leptonica
==> Pouring leptonica-1.79.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/leptonica/1.79.0: 51 files, 5.9MB
==> Installing maelvls/amc/auto-multiple-choice dependency: tesseract
==> Pouring tesseract-4.1.1.high_sierra.bottle.tar.gz
==> Caveats
This formula contains only the "eng", "osd", and "snum" language data files.
If you need any other supported languages, run brew install tesseract-lang.
==> Summary
🍺 /usr/local/Cellar/tesseract/4.1.1: 65 files, 29.9MB
==> Installing maelvls/amc/auto-multiple-choice dependency: x264
==> Pouring x264-r2999.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/x264/r2999: 11 files, 5.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: x265
==> Pouring x265-3.4.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/x265/3.4: 11 files, 35.7MB
==> Installing maelvls/amc/auto-multiple-choice dependency: xvid
==> Pouring xvid-1.3.7.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/xvid/1.3.7: 10 files, 1.3MB
==> Installing maelvls/amc/auto-multiple-choice dependency: ffmpeg
==> Pouring ffmpeg-4.3_1.high_sierra.bottle.tar.gz
Warning: ffmpeg dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
🍺 /usr/local/Cellar/ffmpeg/4.3_1: 299 files, 61.0MB
==> Installing maelvls/amc/auto-multiple-choice dependency: numpy
==> Pouring numpy-1.19.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/numpy/1.19.0: 489 files, 15.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: ilmbase
==> Pouring ilmbase-2.5.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/ilmbase/2.5.2: 87 files, 1.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: openexr
==> Pouring openexr-2.5.2.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/openexr/2.5.2: 152 files, 6.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: protobuf
==> Pouring protobuf-3.12.3.high_sierra.bottle.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/protobuf
==> Summary
🍺 /usr/local/Cellar/protobuf/3.12.3: 267 files, 20.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: opencv
==> Pouring opencv-4.3.0_5.high_sierra.bottle.tar.gz
Warning: opencv dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
🍺 /usr/local/Cellar/opencv/4.3.0_5: 771 files, 233.1MB
==> Installing maelvls/amc/auto-multiple-choice dependency: amc-pango
==> Pouring amc-pango-1.42.4.high_sierra.bottle.1.tar.gz
==> Caveats
amc-pango is keg-only, which means it was not symlinked into /usr/local,
because Vendored version of Homebrew's pango.

If you need to have amc-pango first in your PATH run:
echo 'export PATH="/usr/local/opt/amc-pango/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find amc-pango you may need to set:
export LDFLAGS="-L/usr/local/opt/amc-pango/lib"
export CPPFLAGS="-I/usr/local/opt/amc-pango/include"

For pkg-config to find amc-pango you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/amc-pango/lib/pkgconfig"

==> Summary
🍺 /usr/local/Cellar/amc-pango/1.42.4: 106 files, 4.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: perl
==> Pouring perl-5.32.0.high_sierra.bottle.tar.gz
==> Caveats
By default non-brewed cpan modules are installed to the Cellar. If you wish
for your modules to persist across updates we recommend using local::lib.

You can set that up like this:
PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib
echo 'eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"' >> /Users/claudeblanze1/.bash_profile
==> Summary
🍺 /usr/local/Cellar/perl/5.32.0: 2,458 files, 63.2MB
==> Installing maelvls/amc/auto-multiple-choice dependency: nspr
==> Pouring nspr-4.25.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/nspr/4.25: 86 files, 1.1MB
==> Installing maelvls/amc/auto-multiple-choice dependency: nss
==> Pouring nss-3.53.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/nss/3.53.1: 222 files, 35.4MB
==> Installing maelvls/amc/auto-multiple-choice dependency: qt
==> Pouring qt-5.15.0.high_sierra.bottle.tar.gz
==> Caveats
We agreed to the Qt open source license for you.
If this is unacceptable you should uninstall.

qt is keg-only, which means it was not symlinked into /usr/local,
because Qt 5 has CMake issues when linked.

If you need to have qt first in your PATH run:
echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find qt you may need to set:
export LDFLAGS="-L/usr/local/opt/qt/lib"
export CPPFLAGS="-I/usr/local/opt/qt/include"

For pkg-config to find qt you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/qt/lib/pkgconfig"

==> Summary
🍺 /usr/local/Cellar/qt/5.15.0: 10,574 files, 374.6MB
==> Installing maelvls/amc/auto-multiple-choice dependency: poppler
==> Pouring poppler-0.89.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/poppler/0.89.0: 460 files, 24.5MB
==> Installing maelvls/amc/auto-multiple-choice dependency: qpdf
==> Pouring qpdf-10.0.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/qpdf/10.0.1: 68 files, 5.1MB
==> Installing maelvls/amc/auto-multiple-choice
==> Pouring auto-multiple-choice-1.4.0_8.high_sierra.bottle.tar.gz
Warning: maelvls/amc/auto-multiple-choice dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
==> Caveats
If you don't have Mactex installed, you will need it:
brew cask install mactex

  1. If you have an issue of new windows in tabs:
    with Gtk3, new windows may open in tabs instead of
    in a new window. This is unwanted because Gtk3 has a bug making it
    hard to click on some buttons. Two workarounds:

    • Either disable tabbing in System preferences > Dock > Prefer tabs
      when opening documents;
    • Or just un-tab manually by dragging the tab out.
  2. Where is automultiplechoice.sty? After installing, run:

    sudo auto-multiple-choice latex-link remove
    sudo auto-multiple-choice latex-link
    

If you have any problem/remark regarding this formula, you can submit
an issue to https://github.com/maelvls/homebrew-amc.
==> Summary
🍺 /usr/local/Cellar/auto-multiple-choice/1.4.0_8: 1,101 files, 28.5MB
==> Caveats
==> libtool
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
==> imagemagick@6
imagemagick@6 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.

If you need to have imagemagick@6 first in your PATH run:
echo 'export PATH="/usr/local/opt/imagemagick@6/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find imagemagick@6 you may need to set:
export LDFLAGS="-L/usr/local/opt/imagemagick@6/lib"
export CPPFLAGS="-I/usr/local/opt/imagemagick@6/include"

For pkg-config to find imagemagick@6 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/imagemagick@6/lib/pkgconfig"

==> cmake
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
==> openblas
openblas is keg-only, which means it was not symlinked into /usr/local,
because macOS provides BLAS in Accelerate.framework.

For compilers to find openblas you may need to set:
export LDFLAGS="-L/usr/local/opt/openblas/lib"
export CPPFLAGS="-I/usr/local/opt/openblas/include"

For pkg-config to find openblas you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"

==> tesseract
This formula contains only the "eng", "osd", and "snum" language data files.
If you need any other supported languages, run brew install tesseract-lang.
==> protobuf
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/protobuf
==> amc-pango
amc-pango is keg-only, which means it was not symlinked into /usr/local,
because Vendored version of Homebrew's pango.

If you need to have amc-pango first in your PATH run:
echo 'export PATH="/usr/local/opt/amc-pango/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find amc-pango you may need to set:
export LDFLAGS="-L/usr/local/opt/amc-pango/lib"
export CPPFLAGS="-I/usr/local/opt/amc-pango/include"

For pkg-config to find amc-pango you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/amc-pango/lib/pkgconfig"

==> perl
By default non-brewed cpan modules are installed to the Cellar. If you wish
for your modules to persist across updates we recommend using local::lib.

You can set that up like this:
PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib
echo 'eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"' >> /Users/claudeblanze1/.bash_profile
==> qt
We agreed to the Qt open source license for you.
If this is unacceptable you should uninstall.

qt is keg-only, which means it was not symlinked into /usr/local,
because Qt 5 has CMake issues when linked.

If you need to have qt first in your PATH run:
echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> /Users/claudeblanze1/.bash_profile

For compilers to find qt you may need to set:
export LDFLAGS="-L/usr/local/opt/qt/lib"
export CPPFLAGS="-I/usr/local/opt/qt/include"

For pkg-config to find qt you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/qt/lib/pkgconfig"

==> auto-multiple-choice
If you don't have Mactex installed, you will need it:
brew cask install mactex

  1. If you have an issue of new windows in tabs:
    with Gtk3, new windows may open in tabs instead of
    in a new window. This is unwanted because Gtk3 has a bug making it
    hard to click on some buttons. Two workarounds:

    • Either disable tabbing in System preferences > Dock > Prefer tabs
      when opening documents;
    • Or just un-tab manually by dragging the tab out.
  2. Where is automultiplechoice.sty? After installing, run:

    sudo auto-multiple-choice latex-link remove
    sudo auto-multiple-choice latex-link
    

If you have any problem/remark regarding this formula, you can submit
an issue to https://github.com/maelvls/homebrew-amc.
pc43:~ cblanze$ auto-multiple-choice
Cairo.c: loadable library and perl binaries are mismatched (got handshake key 0xc400080, needed 0xfa80080)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.