[pacman-dev] Strange (critical) bug with checkspace

2012-02-19 Thread Nagy Gabor
Hi! I've run into the following bug: $ df -h Filesystem Size Used Avail Use% Mounted on rootfs 44G 30G 13G 71% / /dev501M 0 501M 0% /dev /run503M 276K 503M 1% /run /dev/sda344G 30G 13G 71% / none503M 0 503M 0%

Re: [pacman-dev] Strange (critical) bug with checkspace

2012-02-19 Thread Nagy Gabor
Well, I did some good old printf debugging: pacman simply thinks that /etc/... files will be installed to /e. I think there is a string comparison bug somewhere in the code, but I am too tired to find it now (and fully read diskspace.c). NG

Re: [pacman-dev] Strange (critical) bug with checkspace

2012-02-19 Thread Dan McGee
On Sun, Feb 19, 2012 at 9:25 PM, Nagy Gabor wrote: > Hi! > > I've run into the following bug: > $ df -h > Filesystem      Size  Used Avail Use% Mounted on > rootfs           44G   30G   13G  71% / > /dev            501M     0  501M   0% /dev > /run            503M  276K  503M   1% /run > /dev/sda3