df7f
![]() |
|
|
|
|
|||||||
| General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
The error message is:
Code:
configure: error: Package requirements (glib-2.0 >= 2.25.10 atk >= 1.29.2 pango >= 1.20 cairo >= 1.6 gdk-pixbuf-2.0 >= 2.21.0) were not met: Requested 'gdk-pixbuf-2.0 >= 2.21.0' but version of GdkPixbuf is 2.20.1 Code:
>pkg_info | grep -i "^glib" glib-1.2.10_13 Some useful routines of C programming (previous stable vers glib-2.26.1 Some useful routines of C programming (current stable versi >pkg_info | grep -i "^atk" atk-1.32.0 A GNOME accessibility toolkit (ATK) >pkg_info | grep -i "^pango" pango-1.28.3 An open-source framework for the layout and rendering of i1 >pkg_info | grep -i "^cairo" cairo-1.10.0_3,1 Vector graphics library with cross-device output support >pkg_info | grep -i gdk-pixbuf gdk-pixbuf-0.22.0_11 A graphic library for GTK+
__________________
e^(π.i) + 1 = 0 Last edited by DutchDaemon; November 23rd, 2010 at 13:56. |
|
#2
|
|||
|
|||
|
My ports tree isn't up to date, but here it is:
Code:
$ make search name=pixbuf Port: gdk-pixbuf-0.22.0_11 Path: /usr/ports/graphics/gdk-pixbuf Info: A graphic library for GTK+ Last edited by DutchDaemon; November 23rd, 2010 at 13:56. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#3
|
||||
|
||||
|
My portstree is up to date but i'm having this too.
Don't know what this is, but it has something to do with the latest gtk upgrade.
__________________
http://specs.tweak.to/4653 |
|
#4
|
||||
|
||||
|
Quote:
Code:
20101120: AFFECTS: users of x11-toolkits/gtk20 and x11-toolkits/gtkmm24 AUTHOR: FreeBSD GNOME Team <gnome@FreeBSD.org> In the GNOME 2.32 release. gdk-pixbuf2 has been split off from gtk20, and atkmm has been split off from gtkmm24. To upgrade please use the following instructions: ... |
|
#5
|
|||
|
|||
|
I got the same issue today, running:
Code:
# pkgdb -fF
# pkg_deinstall -fO gtkmm-2.20\* gtk-2.20\*
# portupgrade -aOW
Last edited by DutchDaemon; November 23rd, 2010 at 13:57. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#6
|
|||
|
|||
|
It is ok now. From now on i must pay attention to /usr/ports/UPDATING !
__________________
e^(π.i) + 1 = 0 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Upgrade just the dependencies of a port | loop | Installation and Maintenance of FreeBSD Ports or Packages | 12 | June 18th, 2010 05:07 |
| Port upgrade (update?) confusion | SeaHag | Installation and Maintenance of FreeBSD Ports or Packages | 2 | February 10th, 2010 22:40 |
| [Solved] Port upgrade | Giorgos | Installation and Maintenance of FreeBSD Ports or Packages | 4 | November 22nd, 2009 05:29 |
| How to upgrade only one port (not all of the ports collection) | aurora72 | Installation and Maintenance of FreeBSD Ports or Packages | 5 | August 8th, 2009 22:52 |
| Upgrade a single port | glenn | Installation and Maintenance of FreeBSD Ports or Packages | 6 | May 13th, 2009 17:35 |