Hello,
I've been trying to update my system for some time, but I am getting the following error.
I have run:
$this->bbcode_second_pass_code('', '
pacman -Scc
')
Before trying to run the following command.
$this->bbcode_second_pass_code('', '
[root@keyboard ~]# pacman -Syyuf
:: Synchronizing package databases...
core 37.7 KiB 482K/s 00:00 [##################################] 100%
extra 418.3 KiB 1860K/s 00:00 [##################################] 100%
community 380.0 KiB 1870K/s 00:00 [##################################] 100%
aur 9.3 KiB 1868K/s 00:00 [##################################] 100%
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] Y
resolving dependencies...
looking for inter-conflicts...
:: kmod and module-init-tools are in conflict. Remove module-init-tools? [y/N] Y
error: failed to prepare transaction (could not satisfy dependencies)
:: gcc: requires gcc-libs=4.6.2-1
')
Is anyone else encountering the same problem?