You are not logged in.

#1 2012-01-31 06:15:15

sofaraway
Member
Registered: 2012-01-31
Posts: 6

[SOLVED]upgrade failed

[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

#2 2012-01-31 06:28:27

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: [SOLVED]upgrade failed


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

#3 2012-01-31 07:33:18

sofaraway
Member
Registered: 2012-01-31
Posts: 6

Re: [SOLVED]upgrade failed

completedly solved.
Thanks

Offline

#4 2012-01-31 08:11:47

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: [SOLVED]upgrade failed

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

#5 2012-01-31 12:27:16

sofaraway
Member
Registered: 2012-01-31
Posts: 6

Re: [SOLVED]upgrade failed

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

#6 2012-01-31 12:50:05

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: [SOLVED]upgrade failed

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

#7 2012-01-31 12:57:01

sofaraway
Member
Registered: 2012-01-31
Posts: 6

Re: [SOLVED]upgrade failed

error: failed to find 'im-yong.so' in PATH: No such file or directory

Offline

#8 2012-01-31 13:03:59

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: [SOLVED]upgrade failed

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.so

Last edited by hokasch (2012-01-31 13:08:44)

Offline

#9 2012-02-01 01:25:39

sofaraway
Member
Registered: 2012-01-31
Posts: 6

Re: [SOLVED]upgrade failed

[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

#10 2012-02-01 12:36:36

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: [SOLVED]upgrade failed

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 wink
http://yong.uueasy.com/read-htm-tid-1-page-10.html

Offline

#11 2012-02-02 05:41:49

sofaraway
Member
Registered: 2012-01-31
Posts: 6

Re: [SOLVED]upgrade failed

thanks

Offline

Board footer

Powered by FluxBB