You are not logged in.

#1 2004-03-29 22:21:19

Luis Q. R.
Member
Registered: 2003-02-20
Posts: 106

getcwd

I get this message while trying to install packages with pacman:

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing libglade... done.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory

Looks like some upgrade went bad. Which package does getcwd belong to, if I have to reinstall it?

Offline

#2 2004-03-30 16:08:20

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: getcwd

You ran pacman from a directory that doesn't exist anymore.  To recreate it, try this:

$ mkdir ~/a
$ cd ~/a
(in another window)
$ rm -r ~/a
(original window)
$ sudo pacman -S <some package>


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

Board footer

Powered by FluxBB