Summary: | eix does not like symlinks | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Fab <netbox253> |
Component: | Current packages | Assignee: | Stefan Schweizer (RETIRED) <genstef> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | emilbeinroth |
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Fab
2006-05-25 13:20:33 UTC
Uh, this is completely wrong way to re-organize filesystems. Use mount -o bind or something more sane, this is just calling for trouble. It's not possible, because mount -o bind implies that I have 1 partition for /tmp and one for /var no ?
But I don't want this : I want only one partition for these directories, and, they must be separated from the root partition.
As I said, everything works fine for now, except some init scripts during booting sequence : little bash details.
Anyway, I'll see in the next hours if problems appears, but I am trustful :)
> something more sane
any idea ?
No, it doesn't require that. Anyway, eix should be fine with symlinks. Please set PORTDIR_CACHE_METHOD=metadata in your /etc/eixrc (or ~/.eixrc), and run update-eix. If you insist upon using "backport", try 'emerge --metadata && update-eix' and make sure you don't have a /etc/portage/modules. /etc/portage/modules doesn't exist, and # emerge --metadata && update-eix doesn't work, but with : PORTDIR_CACHE_METHOD="metadata" it works fine, but I don't understand where is the difference. Finally not a bug. Thanks. |