Hello

I've been trying to install gramps without success. The error/problem seems to be at:

---

/bin/sh ./mkinstalldirs /sw/src/fink.build/root-gnome-python2- py23-2.0.0-16/sw/lib/pkgconfig mkdir -p -- /sw/src/fink.build/root-gnome-python2-py23-2.0.0-16/sw/ lib/pkgconfig /usr/bin/install -c -m 644 gnome-python-2.0.pc /sw/src/fink.build/ root-gnome-python2-py23-2.0.0-16/sw/lib/pkgconfig/gnome-python-2.0.pc /sw/bin/python2.3 setup.py install --prefix=/sw/src/fink.build/root- gnome-python2-py23-2.0.0-16/sw
Warning: Too old version of gnome-vfs-2.0
         Need 22.0.0, but 2.10.1 is installed
running install
running build
running build_py
running build_ext
running install_lib
Traceback (most recent call last):
  File "setup.py", line 346, in ?
    cmdclass={'install_lib': GnomePythonInstallLib,
File "/sw/src/fink.build/root-python23-2.3.5-13/sw/lib/python2.3/ distutils/core.py", line 149, in setup

---

I noticed that the version number 22.0.0 seems a little strange. Maybe the correct value is 2.2.0 which would mean v 2.10.1 should be fine.

I found the entries:

---

PYGTK_REQUIRED_VERSION              = '2.0.0'
PYORBIT_REQUIRED_VERSION            = '2.0.0'
LIBGNOME_REQUIRED_VERSION           = '2.0.0'
LIBGNOMEUI_REQUIRED_VERSION         = '2.0.0'
LIBGNOMECANVAS_REQUIRED_VERSION     = '2.0.0'
LIBGNOMEVFS_REQUIRED_VERSION        = '22.0.0'
LIBZVT_REQUIRED_VERSION             = '2.0.0'
GCONF_REQUIRED_VERSION              = '1.2.0'
BONOBO_ACTIVATION_REQUIRED_VERSION  = '1.0.0'
LIBBONOBO_REQUIRED_VERSION          = '2.0.0'
LIBBONOBOUI_REQUIRED_VERSION        = '2.0.0'
LIBNAUTILUS_REQUIRED_VERSION        = '2.0.0'
LIBPANELAPPLET_REQUIRED_VERSION     = '2.0.0'
GTKHTML2_REQUIRED_VERSION           = '2.0.0'
LIBGNOMEPRINT_REQUIRED_VERSION      = '2.2.0'
LIBGNOMEPRINTUI_REQUIRED_VERSION    = '2.2.0'

---

in /sw/src/fink.build/gnome-python2-py23-2.0.0-16/gnome-python-2.0.0/ setup.py

I changed the 22.0.0 to 2.2.0 locally but when I entered fink install gramps the download overwrote the change. Can this be changed at the source. Might this work?

Thanks, David Bourne


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to