You are not logged in.
Pages: 1
[root@localhost wu]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
middle left out and so on
Proceed with installation? [Y/n] y
(276/276) checking package integrity [######################] 100%
(276/276) loading package files [######################] 100%
(276/276) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /etc/mtab exists in filesystem
Errors occurred, no packages were upgraded.
Last edited by sofaraway (2012-01-31 11:03:33)
Offline
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
completedly solved.
Thanks
Offline
sofaraway, please mark this thread as solved. The Forum Rules show how to accomplish this.
To know or not to know ...
... the questions remain forever.
Offline
I FIND A NEW PROBLEM:
[root@localhost wu]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra 1197.0 KiB 113K/s 00:11 [######################] 100%
community 1047.6 KiB 102K/s 00:10 [######################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (2): ibus-1.4.0-2 smbclient-3.6.3-1
Total Download Size: 8.26 MiB
Total Installed Size: 69.50 MiB
Net Upgrade Size: 0.16 MiB
Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
smbclient-3.6.3-1-x... 7.7 MiB 102K/s 01:17 [######################] 100%
:: Retrieving packages from community...
ibus-1.4.0-2-x86_64 587.3 KiB 89.9K/s 00:07 [######################] 100%
(2/2) checking package integrity [######################] 100%
(2/2) loading package files [######################] 100%
(2/2) checking for file conflicts [######################] 100%
(2/2) checking available disk space [######################] 100%
(1/2) upgrading ibus [######################] 100%
Updating gtk.immodules...
Cannot load module /usr/lib/gtk-2.0/2.10.0/immodules/im-yong.so: libpng12.so.0: cannot open shared object file: No such file or directory
/usr/lib/gtk-2.0/2.10.0/immodules/im-yong.so does not export GTK+ IM module API: libpng12.so.0: cannot open shared object file: No such file or directory
Done.
Cannot load module /usr/lib/gtk-3.0/3.0.0/immodules/im-yong.so: libpng12.so.0: cannot open shared object file: No such file or directory
/usr/lib/gtk-3.0/3.0.0/immodules/im-yong.so does not export GTK+ IM module API: libpng12.so.0: cannot open shared object file: No such file or directory
error: command failed to execute correctly
(2/2) upgrading smbclient [######################] 100%
Offline
Cannot load module /usr/lib/gtk-2.0/2.10.0/immodules/im-yong.so: libpng12.so.0:
do you have im-yong.so in the file system, and who owns it (query with pacman)? libpng12.so is an old libpng library (current is 1.4).
Offline
error: failed to find 'im-yong.so' in PATH: No such file or directory
Offline
Check first if it exists manually (e.g. ls /usr/lib/gtk...), if so give pacman -Qo the absolute path.
edit: it should be there, just run
pacman -Qo /usr/lib/gtk-2.0/2.10.0/immodules/im-yong.soLast edited by hokasch (2012-01-31 13:08:44)
Offline
[root@localhost wu]# pacman -Qo /usr/lib/gtk-2.0/2.10.0/immodules/im-yong.so
error: No package owns /usr/lib/gtk-2.0/2.10.0/immodules/im-yong.so
Offline
Hmm, any idea how it ended up there? Seems to be related with chinese character input, does your input method still work? If so, just move/delete it. It is not used atm anyway since it links to an non-existent library. If the update broke something, you would need to find out what software uses im-yong.so and update that to link to the new libpng version.
This is the only page that came up from google, but I can't read it ![]()
http://yong.uueasy.com/read-htm-tid-1-page-10.html
Offline
thanks
Offline
Pages: 1