Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] [External] : How to avoid failure "No such file or directory - mplus1mn-regular-ascii-conums.ttf not found in GEM_FONTS_DIR -> [Help 1]"?

Hi,

On 06.03.2024 19:59, Scott Marlow via jakartaee-tck-dev wrote:
Hi,

I get the following failure locally when building the Platform TCK tckrefactor branch latest changes:

"
Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:3.0.0:process-asciidoc(generate-pdf-doc)on project jakarta.persistence-tck-user-guide: Execution generate-pdf-doc of goal org.asciidoctor:asciidoctor-maven-plugin:3.0.0:process-a sciidoc failed: org.jruby.exceptions.SystemCallError: (ENOENT) No such file or directory - mplus1mn-regular-ascii-conums.ttf not found in GEM_FONTS_DIR-> [Help 1]
"

I haven't seen this particular error on my end yet. Based on the dir not being found, it could be env related (are files available & readable? docker? docker in docker? some caching?), there some tips about what to check in https://github.com/asciidoctor/docker-asciidoctor/issues/214



I get the same failure with the e271968837ea7342e26dca9362fd5b6d0c1477b8
  commit which is a clue that this is likely an environmental issue.

I tried deleting the ~/.m2/repository/org/asciidoctor folder but that didn't help.

The workaround seems to be using a different local Maven repository:

   mvn clean package -Dmaven.repo.local=/tmp/repo

Any suggestions for what might be in a bad state in my local ~/.m2/repository/ that I should delete?

I'd try to disable the build cache I saw under .mvn - I have it disabled by default on my end; maybe try to use mvnd (maven daemon) in order to speed up local build instead of that?

thanks,
--lukas


Scott

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev__;!!ACWV5N9M2RV99hQ!KX09KV_eQSCL1bm60nAHYbaWA6bSdlqsGh5KEg7PJkn-GJJ9lOTM9jh2QGP-OCVk3QHcrTlJ1_NHw8RzUcPOMVWqkSOh9esu$



Back to the top