Re: Package Dependency Problem with glitz and X

2007-09-24 Thread Richard Toohey
The command you used works for me (well, no errors) on i386 - 4.1  
installed off CD.  X installed at install time, and definitely  
working on the machine.


What is your PKG_PATH / where are the packages that you are  
installing from?


# PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/
# export PKG_PATH
# echo $PKG_PATH
ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/

# pkg_add -nv xfwm4
parsing xfwm4-4.2.3.2p1
Dependencies for xfwm4-4.2.3.2p1 resolve to: libxfce4mcs-4.2.3p0,  
xfce-mcs-manager-4.2.3p2, libxfcegui4-4.2.3p3, gettext-0.14.6,  
libiconv-1.9.2p3 (todo: libxfce4mcs-4.2.3p0,libxfcegui4-4.2.3p3,xfce- 
mcs-manager-4.2.3p2)

xfwm4-4.2.3.2p1:parsing libxfce4mcs-4.2.3p0
Dependencies for libxfce4mcs-4.2.3p0 resolve to: glib2-2.10.3p0,  
gettext-0.14.6, libxfce4util-4.2.3.2, libiconv-1.9.2p3 (todo:  
libxfce4util-4.2.3.2)

xfwm4-4.2.3.2p1:parsing libxfce4util-4.2.3.2
Dependencies for libxfce4util-4.2.3.2 resolve to: glib2-2.10.3p0,  
gettext-0.14.6, libiconv-1.9.2p3

Pretending to add xfwm4-4.2.3.2p1:libxfce4util-4.2.3.2
Pretending to add xfwm4-4.2.3.2p1:libxfce4mcs-4.2.3p0
xfwm4-4.2.3.2p1:parsing libxfcegui4-4.2.3p3
Dependencies for libxfcegui4-4.2.3p3 resolve to: glib2-2.10.3p0,  
gettext-0.14.6, startup-notification-0.8p0, libiconv-1.9.2p3,  
libxfce4util-4.2.3.2, atk-1.10.3p2, pango-1.12.3p0, gtk+2-2.8.20p4  
(todo: startup-notification-0.8p0)

xfwm4-4.2.3.2p1:parsing startup-notification-0.8p0
Pretending to add xfwm4-4.2.3.2p1:startup-notification-0.8p0
found libspec cairo.5.0 in dependent package cairo-1.2.6p0
found libspec glitz.2.0 in dependent package glitz-0.5.6
found libspec png.5.1 in dependent package png-1.2.14p1
Pretending to add xfwm4-4.2.3.2p1:libxfcegui4-4.2.3p3
xfwm4-4.2.3.2p1:parsing xfce-mcs-manager-4.2.3p2
Dependencies for xfce-mcs-manager-4.2.3p2 resolve to:  
libxfce4mcs-4.2.3p0, libxfcegui4-4.2.3p3, gettext-0.14.6,  
libiconv-1.9.2p3

found libspec atk-1.0.1011.3 in dependent package atk-1.10.3p2
found libspec cairo.5.0 in dependent package cairo-1.2.6p0
found libspec gdk-x11-2.0.802.1 in dependent package gtk+2-2.8.20p4
found libspec glib-2.0.1000.3 in dependent package glib2-2.10.3p0
found libspec glitz.2.0 in dependent package glitz-0.5.6
found libspec pango-1.0.1200.3 in dependent package pango-1.12.3p0
found libspec png.5.1 in dependent package png-1.2.14p1
found libspec startup-notification-1.0.0 in dependent package startup- 
notification-0.8p0

found libspec xfce4util.1.9 in dependent package libxfce4util-4.2.3.2
Pretending to add xfwm4-4.2.3.2p1:xfce-mcs-manager-4.2.3p2
found libspec atk-1.0.1011.3 in dependent package atk-1.10.3p2
found libspec cairo.5.0 in dependent package cairo-1.2.6p0
found libspec gdk-x11-2.0.802.1 in dependent package gtk+2-2.8.20p4
found libspec glib-2.0.1000.3 in dependent package glib2-2.10.3p0
found libspec glitz.2.0 in dependent package glitz-0.5.6
found libspec pango-1.0.1200.3 in dependent package pango-1.12.3p0
found libspec png.5.1 in dependent package png-1.2.14p1
found libspec startup-notification-1.0.0 in dependent package startup- 
notification-0.8p0

found libspec xfce4util.1.9 in dependent package libxfce4util-4.2.3.2
Pretending to add xfwm4-4.2.3.2p1
/dev/wd0e: 1578 bytes
/dev/wd0g: 5075572 bytes

On 24/09/2007, at 5:10 PM, David wrote:


Yes I did, the X on the 4.1 cd.

Edd Barrett wrote:

Hi,

On 23/09/2007, David [EMAIL PROTECTED] wrote:

Can't install glitz-0.5.6: lib not found GL.4.0
Even by looking in the dependency tree:

Can't install glitz-0.5.6: lib not found X11.9.0


Did you instal the X distributions at install time?

Regards

Edd




Package Dependency Problem with glitz and X

2007-09-23 Thread David
Hi all, first post here...

Running obsd 4.1/i386, generic, fresh install, with all components and X
components installed
Did a
pkg_add -nv xfwm4
to get xfce 4 and all the dependencies on there, but the installed
failed because of glitz, specifically saying there was a library the
system could not find.

Can't install glitz-0.5.6: lib not found GL.4.0
Even by looking in the dependency tree:

Can't install glitz-0.5.6: lib not found X11.9.0


I read on the web that if you get this message it usually means X is not
installed, but I have X installed, and working correctly with the
basic/default windows manager, and I want to run xfce.  Even tried
upgrading on the install cd but to no avail.

Please help,
TIA
David



Re: Package Dependency Problem with glitz and X

2007-09-23 Thread Edd Barrett
Hi,

On 23/09/2007, David [EMAIL PROTECTED] wrote:
 Can't install glitz-0.5.6: lib not found GL.4.0
 Even by looking in the dependency tree:

 Can't install glitz-0.5.6: lib not found X11.9.0

Did you instal the X distributions at install time?

Regards

Edd



Re: Package Dependency Problem with glitz and X

2007-09-23 Thread David
Yes I did, the X on the 4.1 cd.

Edd Barrett wrote:
 Hi,
 
 On 23/09/2007, David [EMAIL PROTECTED] wrote:
 Can't install glitz-0.5.6: lib not found GL.4.0
 Even by looking in the dependency tree:

 Can't install glitz-0.5.6: lib not found X11.9.0
 
 Did you instal the X distributions at install time?
 
 Regards
 
 Edd