You are not logged in.

#1 2006-07-16 00:25:34

gothicknight
Member
From: Portugal
Registered: 2006-04-08
Posts: 219

[FIXED]Problems installing python-numeric, pycairo and pygtk

I'm getting these errors when installing these dependencides for gimp:

[root@Darkstar ~]# pacman -Sf python-numeric

Targets: python-numeric-24.2-1

Total Package Size:   0.6 MB

Proceed with upgrade? [Y/n]

checking package integrity... done.
loading package data... done.
installing python-numeric... db_write: Input/output error

error updating database for python-numeric!

Without -f it says that already exists some files in system:



[root@Darkstar ~]# pacman -S python-numeric

Targets: python-numeric-24.2-1

Total Package Size:   0.6 MB

Proceed with upgrade? [Y/n]

checking package integrity... done.
loading package data... done.
checking for file conflicts...
error: the following file conflicts were found:
  python-numeric: /usr/include/python2.4/Numeric/arrayobject.h: exists in filesystem
  python-numeric: /usr/include/python2.4/Numeric/f2c.h: exists in filesystem
  python-numeric: /usr/include/python2.4/Numeric/ranlib.h: exists in filesystem
  python-numeric: /usr/include/python2.4/Numeric/ufuncobject.h: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric.pth: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/ArrayPrinter.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/ArrayPrinter.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/FFT/FFT.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/FFT/FFT.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/FFT/__init__.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/FFT/__init__.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/FFT/fftpack.so: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/LinearAlgebra.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/LinearAlgebra.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/MA/MA.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/MA/MA.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/MA/MA_version.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/MA/MA_version.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/MA/__init__.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/MA/__init__.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/MLab.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/MLab.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/Matrix.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/Matrix.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/Numeric.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/Numeric.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/Numeric_headers/__init__.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/Numeric_headers/__init__.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/Precision.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/Precision.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/RNG/RNG.so: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/RNG/Statistics.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/RNG/Statistics.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/RNG/__init__.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/RNG/__init__.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/RandomArray.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/RandomArray.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/UserArray.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/UserArray.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/_numpy.so: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/arrayfns.so: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/lapack_lite.so: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/multiarray.so: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/numeric_version.py: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/numeric_version.pyc: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/ranlib.so: exists in filesystem
  python-numeric: /usr/lib/python2.4/site-packages/Numeric/umath.so: exists in filesystem


errors occurred, no packages were upgraded.

This happened also to the other 2, pygtk i installed with pacman -Sdf pygtk and it installed but the others gave me that error.

Offline

#2 2006-07-16 00:48:57

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: [FIXED]Problems installing python-numeric, pycairo and pygtk

it looks like a database problem, like it has no record of the package being installed previously and cannot write to it again after the update. Anything irregular with your permissions to /var/lib/pacman/local? I would try deleting the offending database entries in /var/lib/pacman/local/<pkgname> and reinstalling each again.

Offline

#3 2006-07-16 02:39:28

gothicknight
Member
From: Portugal
Registered: 2006-04-08
Posts: 219

Re: [FIXED]Problems installing python-numeric, pycairo and pygtk

Fixed... the thing was, pacman-drive image was had it's FS all scwed, so i had to fix it. It's a nice script but should have the pass flag in fstab active for fsck on mount.

Offline

Board footer

Powered by FluxBB