Failed to serve site
- Vorherrschende Sprache
- Ruby
- Sterne
- 1.9k
- Forks
- 360
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Before submitting an issue, please be sure to
- [X] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/docs/CONTRIBUTING.md#contributing-to-the-github-pages-gem)
- [X] Update to the latest Gem version (run `bundle update github-pages`)
### This issue affects
- [ ] The site generated by GitHub Pages
- [X] Building sites locally
*The GitHub Pages Gem is intended to help users replicate the GitHub Pages build environment locally. If your issue affects both the hosted version and the version previewed locally, you may be better suited reporting [seeking support in other forums](https://github.com/github/pages-gem/blob/master/docs/SUPPORT.md).*
### What did you do (e.g., steps to reproduce)
I followed the installation steps up and including 'bundle exec jekyll serve'.
### What did you expect to happen?
The site to be served.
### What happened instead?
I got the following error and the site did not serve.
/var/lib/gems/3.1.0/gems/sass-embedded-1.69.5-x86_64-linux/lib/sass/embedded/connection.rb:41: warning: /var/lib/gems/3.1.0/gems/sass-embedded-1.69.5-x86_64-linux/ext/sass/dart-sass/src/dart: error while loading shared libraries: /lib/x86_64-linux-gnu/libc.so: invalid ELF header
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/main.scss':
end of file reached
bundler: failed to load command: jekyll (/usr/local/bin/jekyll)
### Additional information
* Link to the live site (if applicable):
* Link to the source repo (if applicable):
Beitragsleitfaden
Rechercherichtung
Beginne damit, den gemeldeten Fehler bei `bundle exec jekyll serve` zu reproduzieren, und untersuche die Konvertierung von `assets/main.scss`. Der Fehler verweist auf die `connection.rb` von sass-embedded und auf einen ungültigen ELF-Header in der gebündelten ausführbaren Datei von Dart Sass; als erledigt gilt die Aufgabe, wenn die Website lokal ohne den SCSS-Konvertierungsfehler bereitgestellt wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- jekyll, ruby, scss
- Bereich
- build-system
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100