You are not logged in.

#1 2007-10-08 01:16:46

anthonyclark
Member
From: WA,USA
Registered: 2007-10-07
Posts: 48

uhh please Help me install packages =[ [SOLVED]

ok im running arch 2007, the newest, and im basically an arch n00b. I've been using linux for years, but never came across this error ....(while trying to install banshee, amarok,totem....)

[anthony@Barton ~]$ sudo pacman -S totem
warning: current locale is invalid; using default "C" locale
resolving dependencies... done.
looking for inter-conflicts... done.

Targets: pcre-7.3-2  glib2-2.14.1-1  gstreamer0.10-0.10.14-1  liboil-0.3.12-1  
         gstreamer0.10-base-0.10.14-1  gstreamer0.10-good-0.10.6-1  
         libidl2-0.8.9-1  orbit2-2.14.9-1  gconf-2.18.0.1-4  
         gstreamer0.10-gconf-0.10.6-1  gcc-libs-4.2.1-2  libdaemon-0.12-1  
         nss-mdns-0.10-1  avahi-0.6.20-1  gnome-mime-data-2.18.0-3  
         gnome-vfs-2.18.1-2  totem-plparser-2.18.3-1  libgnomecanvas-2.14.0-2  
         libbonobo-2.18.0-2  libgnome-2.18.0-2  libbonoboui-2.18.0-2  
         gnome-keyring-0.8.1-2  libgnomeui-2.18.1-2  gnome-desktop-2.18.3-1  
         totem-2.18.3-1  

Total Package Size:   16.23 MB

Proceed with installation? [Y/n] y
checking package integrity... done.
cleaning up... done.
(25/25) checking for file conflicts                 [#######################] 100%
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
gcc-libs: /usr/lib/libgcc_s.so exists in filesystem
gcc-libs: /usr/lib/libgcc_s.so.1 exists in filesystem
gcc-libs: /usr/lib/libgomp.a exists in filesystem
gcc-libs: /usr/lib/libgomp.so exists in filesystem
gcc-libs: /usr/lib/libgomp.so.1 exists in filesystem
gcc-libs: /usr/lib/libgomp.so.1.0.0 exists in filesystem
gcc-libs: /usr/lib/libgomp.spec exists in filesystem
gcc-libs: /usr/lib/libmudflap.a exists in filesystem
gcc-libs: /usr/lib/libmudflap.so exists in filesystem
gcc-libs: /usr/lib/libmudflap.so.0 exists in filesystem
gcc-libs: /usr/lib/libmudflap.so.0.0.0 exists in filesystem
gcc-libs: /usr/lib/libmudflapth.a exists in filesystem
gcc-libs: /usr/lib/libmudflapth.so exists in filesystem
gcc-libs: /usr/lib/libmudflapth.so.0 exists in filesystem
gcc-libs: /usr/lib/libmudflapth.so.0.0.0 exists in filesystem
gcc-libs: /usr/lib/libssp.a exists in filesystem
gcc-libs: /usr/lib/libssp.so exists in filesystem
gcc-libs: /usr/lib/libssp.so.0 exists in filesystem
gcc-libs: /usr/lib/libssp.so.0.0.0 exists in filesystem
gcc-libs: /usr/lib/libssp_nonshared.a exists in filesystem
gcc-libs: /usr/lib/libstdc++.a exists in filesystem
gcc-libs: /usr/lib/libstdc++.so exists in filesystem
gcc-libs: /usr/lib/libstdc++.so.6 exists in filesystem
gcc-libs: /usr/lib/libstdc++.so.6.0.9 exists in filesystem
gcc-libs: /usr/lib/libsupc++.a exists in filesystem
gcc-libs: /usr/share/locale/de/LC_MESSAGES/libstdc++.mo exists in filesystem
gcc-libs: /usr/share/locale/fr/LC_MESSAGES/libstdc++.mo exists in filesystem

errors occurred, no packages were upgraded.

any ideas.... this is semi-urgent.. thanks smile

-AnthonyClark

Last edited by anthonyclark (2007-10-08 19:20:43)

Offline

#2 2007-10-08 01:23:19

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: uhh please Help me install packages =[ [SOLVED]

first off set locale

/etc/locale.gen

uncomment your choice save changes run

locale-gen

try

pacman -Sy totem

as last resort

pacman -Sf totem

Offline

#3 2007-10-08 06:29:42

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: uhh please Help me install packages =[ [SOLVED]

This is due to how the gcc package got split into gcc and gcc-libs. You should run an update (pacman -Syu) to fix this.  Read the posts about the move to the core repository on the homepage.

Otherwise try to use "pacman -S gcc gcc-libs".  If that still gives errors use "-Sf".

Offline

#4 2007-10-08 10:11:08

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: uhh please Help me install packages =[ [SOLVED]

As a general rule, always sync (-Sy) when installing new sotfware. pacman -S is only OK if you're sure your system is completely up to date.

Offline

#5 2007-10-08 19:20:14

anthonyclark
Member
From: WA,USA
Registered: 2007-10-07
Posts: 48

Re: uhh please Help me install packages =[ [SOLVED]

wow! thanks all.
All of your suggestions worked smile

Offline

Board footer

Powered by FluxBB