You are not logged in.
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
community is up to date
warning: flashplugin-10.1.82.76-3 is up to date -- reinstalling
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-libstdc++5: requires lib32-gcc
I've also tried
sudo nspluginwrapper -v -a -i
and I get
Auto-install plugins from /usr/lib/mozilla/plugins
Looking for plugins in /usr/lib/mozilla/plugins
*** NSPlugin Viewer *** ERROR: /usr/lib/mozilla/plugins/libnpgoogletalk64.so: wrong ELF class: ELFCLASS64
Install plugin /usr/lib/mozilla/plugins/nppdf.so
into /usr/lib/mozilla/plugins/npwrapper.nppdf.so
*** NSPlugin Viewer *** ERROR: /usr/lib/mozilla/plugins/libvlcplugin.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer *** ERROR: /usr/lib/mozilla/plugins/libnpgtpo3dautoplugin.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer *** ERROR: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer *** ERROR: /usr/lib/mozilla/plugins/libnpsoplugin.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer *** ERROR: /usr/lib/mozilla/plugins/libnpjp2.so: wrong ELF class: ELFCLASS64
Auto-install plugins from /usr/lib/firefox/plugins
Looking for plugins in /usr/lib/firefox/plugins
*** NSPlugin Viewer *** ERROR: /usr/lib/firefox/plugins/libnpgoogletalk64.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer *** ERROR: /usr/lib/firefox/plugins/libnpgtpo3dautoplugin.so: wrong ELF class: ELFCLASS64
Auto-install plugins from /root/.mozilla/plugins
Looking for plugins in /root/.mozilla/plugins
any ideas?
Offline
It's normal to get ELF errors. ![]()
Check out:
http://wiki.archlinux.org/index.php/Ins … bit_System
NOTE: You will receive errors concerning wrong ELF class: ELFCLASS64 upon running nspluginwrapper -v -a -i. This is normal behavior and can be safely ignored.
Offline
https://bbs.archlinux.org/viewtopic.php … 31#p816731
you are not even suppose to run that nspluginwrapper command. just pacman -Syu flashplugin and done.
Last edited by wonder (2010-08-28 05:42:47)
Give what you have. To someone, it may be better than you dare to think.
Offline
I get this as well now since activating the new multilib.
~ $ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-libstdc++5: requires lib32-gcc
~ $
I would really like to be able to upgrade my system at some point in time and i kinda like the multilib thingy so does anyone have a clue as to what to do?
Offline
Had the same error. lib32-libstdc++5 is a depency of bin32-acroread, and was not updated to the new multilib feature. but now it is, you should update it from AUR.
Offline
The bin32-acroread still has the lib32-libstdc++5 dep afaik.
However reinstalling and removing seems to have solved it.
Offline
jenjohnson, dahankzter
Please use code tags to display your outputs etc. They are there for a reason. Makes for much easier reading
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
<code>
~ $ echo Will do!
Will do!
~ $
</code>
Offline
Ups! Not those tags?
~ $ echo Will do!
Will do!
~ $Offline