You are not logged in.

#1 2009-12-29 09:34:59

gjoellee
Member
Registered: 2008-12-12
Posts: 82

[SOLVED] Getting some annoying additional text after running pacman!

Take a look:

$ sudo pacman -S  amarok
Password:                                
resolving dependencies...                
looking for inter-conflicts...           

Targets (6): libmtp-0.3.7-1.1  qtscriptgenerator-0.1.0-1  taglib-extras-1.0.1-1  liblastfm-0.3.0-4  loudmouth-1.4.3-1  amarok-2.2.1.90-1  

Total Download Size:    19.87 MB
Total Installed Size:   63.71 MB

Proceed with installation? [Y/n] 
:: Retrieving packages from testing...
 amarok-2.2.1.90-1-x...    13.3M 1371.9K/s 00:00:10 [---------------------------------------------------------------------------------------------] 100%
:: Retrieving packages from extra...                                                                                                                    
 libmtp-0.3.7-1.1-x86_64  439.4K 1170.1K/s 00:00:00 [---------------------------------------------------------------------------------------------] 100%
 qtscriptgenerator-0...     5.9M  348.1K/s 00:00:17 [---------------------------------------------------------------------------------------------] 100%
 taglib-extras-1.0.1...    30.1K  449.0K/s 00:00:00 [---------------------------------------------------------------------------------------------] 100%
 liblastfm-0.3.0-4-x...   223.4K  999.7K/s 00:00:00 [---------------------------------------------------------------------------------------------] 100%
 loudmouth-1.4.3-1-x...    80.8K  695.2K/s 00:00:00 [---------------------------------------------------------------------------------------------] 100%
checking package integrity...                                                                                                                           
(6/6) checking for file conflicts                   [---------------------------------------------------------------------------------------------] 100%
(1/6) installing libmtp                             [---------------------------------------------------------------------------------------------] 100%
(2/6) installing qtscriptgenerator                  [---------------------------------------------------------------------------------------------] 100%
(3/6) installing taglib-extras                      [---------------------------------------------------------------------------------------------] 100%
(4/6) installing liblastfm                          [---------------------------------------------------------------------------------------------] 100%
(5/6) installing loudmouth                          [---------------------------------------------------------------------------------------------] 100%
(6/6) installing amarok                             [---------------------------------------------------------------------------------------------] 100%
/sbin/ldconfig: file /usr/lib/libicudata.so is truncated

/sbin/ldconfig: file /usr/lib/liblapack.so.3 is truncated

/sbin/ldconfig: file /usr/lib/libosp.so.5 is truncated

/sbin/ldconfig: file /usr/lib/libkritaimage.so.6 is truncated

/sbin/ldconfig: file /usr/lib/libosp.so is truncated

/sbin/ldconfig: file /usr/lib/libicudata.so.42.1 is truncated

/sbin/ldconfig: file /usr/lib/libgavl.so.1 is truncated

/sbin/ldconfig: file /usr/lib/libicudata.so.42 is truncated

/sbin/ldconfig: file /usr/lib/libkritaimage.so.6.0.0 is truncated

/sbin/ldconfig: file /usr/lib/libkspreadcommon.so.6.0.0 is truncated

/sbin/ldconfig: file /usr/lib/liblapack.so is truncated

/sbin/ldconfig: file /usr/lib/libkritaimage.so is truncated

/sbin/ldconfig: file /usr/lib/libkspreadcommon.so is truncated

/sbin/ldconfig: file /usr/lib/libkspreadcommon.so.6 is truncated

/sbin/ldconfig: file /usr/lib/libgavl.so is truncated

/sbin/ldconfig: file /usr/lib/libosp.so.5.0.0 is truncated

/sbin/ldconfig: file /usr/lib/libgavl.so.1.0.0 is truncated

Is there a way to not make all  /sbin/ldconfig: file /user/lib....... to appear?

Last edited by gjoellee (2009-12-29 10:24:27)


Entertain yourself in a stupid way: www.stupidreality.org

Offline

#2 2009-12-29 09:53:32

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: [SOLVED] Getting some annoying additional text after running pacman!

Find out what owns these files (pacman -Qo /usr/lib/*.so) and reinstal packages.

From a quick look at the output above I can see that the problem packages are icu, lapack, gavl and koffice-kspread. Probably some more.

Offline

#3 2009-12-29 10:23:49

gjoellee
Member
Registered: 2008-12-12
Posts: 82

Re: [SOLVED] Getting some annoying additional text after running pacman!

Ashren wrote:

Find out what owns these files (pacman -Qo /usr/lib/*.so) and reinstal packages.

From a quick look at the output above I can see that the problem packages are icu, lapack, gavl and koffice-kspread. Probably some more.

Thanks!


Entertain yourself in a stupid way: www.stupidreality.org

Offline

#4 2009-12-29 17:35:50

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: [SOLVED] Getting some annoying additional text after running pacman!

Since it wasn't mentioned, the usual way this gets broken is that you ran out of disk space while installing something. pacman is able to create the new files, but not put any content in them, therefore, they are "truncated".

Offline

Board footer

Powered by FluxBB