| Summary: | sys-boot/grub-1.97.1 should depend on media-libs/freetype:2 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dennis Schridde <dschridde+gentoobugs> |
| Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Dennis Schridde
2010-01-03 23:24:20 UTC
If you use chroot please remember to reset your environment. (In reply to comment #1) > If you use chroot please remember to reset your environment. You mean like this? $ chroot /mnt/gentoo $ emerge sys-boot/grub # fails, but pulls in dev-lang/ruby $ env-update && source /etc/profile $ emerge sys-boot/grub # works this time, without installing dev-ruby/rubygems "q file" tries to prove me wrong though: dev-ruby/rubygems (/usr/lib64/ruby/site_ruby/auto_gem.rb) Ruby itself does not claim that file its own. use env -i chroot. RUBYOPT is set by rubygems itself. Ah, understood. The rubygems I have installed on my machine exports an envvar, which then confuses the chroot. Thanks for that tip! *** This bug has been marked as a duplicate of bug 275654 *** |