Am Mittwoch 19 November 2008 15:23:43 schrieb ext damian: > * When generating repository names cache at > '/usr/portage/.cache/names/gentoo': > * mkdir '/usr/portage/.cache/names' failed: No such file or > directory (paludis::FSError) > > I googled it, but I couldn't find a solution. What am I doing wrong?
I usually copy/paste that mkdir command and add -p:
mkdir -p /usr/portage/.cache/names
HTH...
Dirk
@Cirian: Would be a nice if paludis could create the whole path even if
intermediate directories were missing.
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68 | Web: http://www.capgemini.com
D-40468 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
