Skip to content

Conversation

@znz
Copy link
Member

@znz znz commented Oct 19, 2021

I met a following problem on docs.ruby-lang.org:

Oct 18 00:18:21 docs-2020.ruby-lang.org bash[2852]: /var/rubydoc/rurema-search/shared/bundle/ruby/3.0.0/gems/rroonga-11.0.6/lib/groonga.rb:48:in `require': /snap/core18/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /lib/x86_64-linux-gnu/libldap_r-2.4.so.2) - /var/rubydoc/rurema-search/shared/bundle/ruby/3.0.0/gems/rroonga-11.0.6/lib/groonga.so (LoadError)
Oct 18 00:18:21 docs-2020.ruby-lang.org bash[2852]:         from /var/rubydoc/rurema-search/shared/bundle/ruby/3.0.0/gems/rroonga-11.0.6/lib/groonga.rb:48:in `<top (required)>'
Oct 18 00:18:21 docs-2020.ruby-lang.org bash[2852]:         from /var/rubydoc/rurema-search/releases/20210929005334/lib/rurema_search/groonga_database.rb:5:in `require'
Oct 18 00:18:21 docs-2020.ruby-lang.org bash[2852]:         from /var/rubydoc/rurema-search/releases/20210929005334/lib/rurema_search/groonga_database.rb:5:in `<top (required)>'
Oct 18 00:18:21 docs-2020.ruby-lang.org bash[2852]:         from /var/rubydoc/rurema-search/releases/20210929005334/lib/rurema_search.rb:7:in `require'
Oct 18 00:18:21 docs-2020.ruby-lang.org bash[2852]:         from /var/rubydoc/rurema-search/releases/20210929005334/lib/rurema_search.rb:7:in `<top (required)>'
Oct 18 00:18:21 docs-2020.ruby-lang.org bash[2852]:         from /var/rubydoc/rurema-search/current/bin/bitclust-indexer:23:in `require'
Oct 18 00:18:21 docs-2020.ruby-lang.org bash[2852]:         from /var/rubydoc/rurema-search/current/bin/bitclust-indexer:23:in `<main>'

So I want to update glibc linked by snap.ruby.

I think this will resolve #7 too.

@znz znz requested a review from hsbt October 19, 2021 02:23
znz added 2 commits October 19, 2021 11:29
https://github.com/ruby/snap.ruby/runs/3934171075?check_suite_focus=true#step:4:1861
```
Generating RDoc documentation
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:50:in `<class:Specification>': undefined method `rubyforge_project=' for class `Gem::Specification' (NameError)
	from /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:49:in `<top (required)>'
	from /home/runner/work/snap.ruby/snap.ruby/parts/ruby/build/lib/rubygems.rb:1348:in `require'
	from /home/runner/work/snap.ruby/snap.ruby/parts/ruby/build/lib/rubygems.rb:1348:in `<top (required)>'
	from /home/runner/work/snap.ruby/snap.ruby/parts/ruby/build/lib/rdoc/rdoc.rb:554:in `require'
	from /home/runner/work/snap.ruby/snap.ruby/parts/ruby/build/lib/rdoc/rdoc.rb:554:in `<top (required)>'
	from ./libexec/rdoc:16:in `require'
	from ./libexec/rdoc:16:in `<main>'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found

3 participants