LaTeX Error: File `scrreprt.cls' not found

I use scrreport for my latex-document. Is there something I do wrong? I have no problems compiling it using normal XeLatex just tectonic is complaining… Can somebody help how to avoid this?

I include it like this: \documentclass[12pt]{scrreprt}

Relevant logs are:
note: indexing https://purl.org/net/pkgwpub/tectonic-default

warning: open of input scrreprt.cls failed

caused by: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1230: (certificate has expired)

caused by: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1230: (certificate has expired)

caused by: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1230: (certificate has expired)

caused by: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1230:

error: something bad happened inside TeX; its output follows:

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

(main.tex

LaTeX2e <2018-04-01> patch level 4

Babel <3.20> and hyphenation patterns for 84 language(s) loaded.

! LaTeX Error: File `scrreprt.cls' not found.

This error is just triggered because Tectonic tries to download something new, but the problem is with purl, see https://github.com/tectonic-typesetting/tectonic/issues/131 for workaround, i.e. add to ~/.config/Tectonic/config.toml the following:

[[default_bundles]]
url = "https://tectonic.newton.cx/bundles/tlextras-2018.1r0/bundle.tar"

or use

--web-bundle "https://tectonic.newton.cx/bundles/tlextras-2018.1r0/bundle.tar"

on every tectonic call.

1 Like

Forgot to mentioned, that it works like that. Thanks :slight_smile: Hope to get this fixed soon

1 Like