MtxRun | skipping configuration for /texmf-local/web2c from /home/diego/luatex-cache/context/fcf214085bb2c4fcd9a0f9a9f0d0aecf/trees/d80510d450a3fa2a64df4d3741825f1d MtxRun | skipping configuration for /texmf/web2c from /home/diego/luatex-cache/context/fcf214085bb2c4fcd9a0f9a9f0d0aecf/trees/3113242409ded67a0ad7bd508bd26609 MtxRun | using script: ./bin/mtx-update.luareport >> state: loaded report >> update: start ./bin/mtx-update.lua:181: bad argument #1 to 'pairs' (table expected, got nil)
For some reasons, os.currentplatform() returns "generic" under FreeBSD (tested on 7.0), which is not defined in the platforms table and creates this error. The workaround is to pass the platform name to first-setup.sh: ./first-setup.sh --platform=freebsd But near the end of the installation process, MtxRun fails to execute the binaries because it tries to find them in tex/texmf-generic. At this stage, I have used the source command to setup the environment and executed texexec --make --all to finish up the installation. So good so far, it seems to work, but I have no idea what's happening there. Bye, Dominique