Project

General

Profile

action #156769

Updated by okurz 2 months ago

## Observation 
 https://app.circleci.com/pipelines/github/os-autoinst/openQA/13086/workflows/c5beef2e-d0f1-4516-93cd-552ea903e83f/jobs/122001 

 ``` 
 Building native extensions. This could take a while... 
 ERROR:    Error installing asciidoctor-pdf: 
     
	 ERROR: Failed to build gem native extension. 

     current directory: /home/squamata/project/.gem/gems/bigdecimal-3.1.6/ext/bigdecimal 
 /usr/bin/ruby.ruby2.5 -r ./siteconf20240306-923-t3r9gw.rb extconf.rb 
 mkmf.rb can't find header files for ruby at /usr/lib64/ruby/include/ruby.h 

 extconf failed, exit code 1 

 Gem files will remain installed in /home/squamata/project/.gem/gems/bigdecimal-3.1.6 for inspection. 
 Results logged to /home/squamata/project/.gem/extensions/x86_64-linux/2.5.0/bigdecimal-3.1.6/gem_make.out 

 Exited with code exit status 1 
 ``` 

 I think I have seen that reproducing over the past days 

 ## Suggestions 
 * Check where ruby2.5 is pulled in which is possibly outdated and ensure to use a current version 
 * Consider quick fixes or dropping PDF support at all but also keep in mind references in "gh-pages" itself 
 * Consider updating the stack but then the base of Leap is a problem, so maybe switch to a different container base, e.g. Tumbleweed or use pandoc or something else to generate the PDF or headless web-browser

Back