Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I was unable to upgrade filesystem to latest version, /lib and /lib64 exists.

And I can't just remove the link, otherwise all binaries would fail to run,

Any thought?

# pacman -S filesystem
:: filesystem is in IgnorePkg/IgnoreGroup. Install anyway? [Y/n] 
resolving dependencies...
looking for inter-conflicts...

Targets (1): filesystem-2013.01-3

Total Installed Size:   0.31 MiB
Net Upgrade Size:       0.21 MiB

Proceed with installation? [Y/n] 
(1/1) checking package integrity                          [###############################] 100%
(1/1) loading package files                               [###############################] 100%
(1/1) checking for file conflicts                         [###############################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /lib exists in filesystem
filesystem: /lib64 exists in filesystem
Errors occurred, no packages were upgraded.
share|improve this question
4  
archlinux.org/news/… This should help. – schaiba Jan 30 at 7:12
1  
Partial upgrades are unsupported... – jasonwryan Jan 30 at 7:28
@schaiba that link does solved the problem! thanks! – warl0ck Jan 30 at 9:00

1 Answer

Okay, looks like upgrading glibc and filesystem together solved this problem,

Just do pacman -Syu

EDIT

I've put filesystem in IgnorePkg list in the old days, I have it removed now.

share|improve this answer
No: always run pacman -Syu and fully update your system... – jasonwryan Jan 30 at 9:11
@jasonwryan Ah, I put filesystem in the ignored package list .. that's the reason for pacman -S glibc filesystem, removed. – warl0ck Jan 30 at 9:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.