Skip to content

[Bioc-devel] Cannot reproduce "TeX capacity exceeded" error on build hosts (package messina)

2 messages · Mark Pinese, Hervé Pagès

#
Thank you both, with your help I managed to reproduce the error, and it's now fixed.

If anyone else runs into a similar issue:

  1.  The core issue was due to a deprecation warning (specifically regarding survival::survConcordance.fit). During vignette generation a very large number of deprecation warnings were thrown, which overloaded TeX. Changing the survival::survConcordance.fit call to the updated survival::concordancefit fixed the problem.
  2.  The cause of the reproducibility issue is less clear. I initially tested using Ubuntu 20.04 LTS running on Windows through WSL, which seemed to work. However, subsequent tests on a true Ubuntu 20.04 Linux machine failed. My tentative conclusion is that Ubuntu 20.04 LTS running through WSL is not the most reliable build host for BioC packages.

Best wishes,

Mark
#
Thanks Mark for the update and for the detailed explanations.

Best,
H.
On 13/05/2021 16:15, Mark Pinese wrote: