I tried to solve the glibc/filesystem problem, but i'm kinda stuck in a deadlock...
So far, i've tried the following:
- updating all packages possible with ignoring glibc and filesystem.
When i want to try to update filesystem pacman tells me:
$this->bbcode_second_pass_code('', '
/bin exists in filesystem
/sbin exists in filesystem
/usr/sbin exists in filesystem
')
So i moved everything which was in it to /usr/bin and deleted the folders. Everything still worked, even without the symlinks to /usr/bin.
When i want to update filesystem now, pacman tells me:
$this->bbcode_second_pass_code('', '
/lib exists in filesystem
')
But lib is already just a symlink to /usr/lib...
I've tried lots of things to bypass it. Deleting /lib wasn't a good idea, because then, nothing worked anymore. Forcing the filesystem to install even with /lib worked, but when i tried to install glibc afterwards, thi installation succeeds but i get the following error message:
$this->bbcode_second_pass_code('', '
/usr/bin/pacman: no such file or directory
')
And this is for every executable in there.
Any ideas?
Greetings,
Markus