hi,
target system : OS X 10.4.11 with apple x11 (X11 1.1.3 - XFree86 4.4.0)
installed from 10.4.11 media
problem : install of pkg glut-shlibs (either as binary pkg [apt-get] or from
source [fink]) is failing citing missing dependency on libgl (+ x11-dev in the
case of source install), despite the system having virtual pkgs fulfilling
these requirements :
---
unknown-00-19-e3-d6-69-f5:/ root# fink list | egrep
"(libgl[^aw]|xfree|"$'\t'"x11)"
p libgl [virtual package]
p libgl-dev [virtual package]
p libgl-shlibs [virtual package]
i system-xfree86 2:4.4-2 [placeholder for user installed x11]
i system-xfree86-dev 2:4.4-2 [placeholder for user installed x11
development tools]
i system-xfree86-manual-install 2:4.4-2 Manually installed X11
components
i system-xfree86-shlibs 2:4.4-2 [placeholder for user installed x11
shared libraries]
p x11 [virtual package]
x11-app 1.1.3-2 Apple's X11.app X server
p x11-dev [virtual package]
x11-protocol-pm 0.56-2 X Window System Protocol, version 11
p x11-shlibs [virtual package]
x11-ssh-askpass 1.2.4.1-3 X11-based SSH passphrase dialog
xfree86 4.5.0-1045 Free X11 implementation
p xfree86-base-threaded [virtual package]
p xfree86-base-threaded-dev [virtual package]
p xfree86-base-threaded-shlibs [virtual package]
xfree86-shlibs 4.5.0-1045 Free X11 implementation
unknown-00-19-e3-d6-69-f5:/ root#
---
is this nominal ?
here are logs from fink and apt-get illustrating the failure :
---
unknown-00-19-e3-d6-69-f5:/ root# fink install glut-shlibs
Information about 9271 packages read in 0 seconds.
The package 'glut-shlibs' will be built and installed.
Reading dependency for glut-3.7-1026...
Reading build dependency for glut-3.7-1026...
Reading dependency for glut-shlibs-3.7-1026...
Reading dependency for glut-shlibs-3.7-1026...
Reading build dependency for glut-shlibs-3.7-1026...
Reading build conflict for glut-3.7-1026...
Reading build conflict for glut-shlibs-3.7-1026...
The following package will be installed or updated:
glut-shlibs
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-glut-3.7-1026
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-glut-3.7-1026' in
`/sw/src/fink.build/fink-buildlock-glut-3.7-1026_2009.09.07-15.32.00_darwin-i386.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-glut-3.7-1026_2009.09.07-15.32.00_darwin-i386.deb
Selecting previously deselected package fink-buildlock-glut-3.7-1026.
(Reading database ... 5579 files and directories currently installed.)
Unpacking fink-buildlock-glut-3.7-1026 (from
.../fink-buildlock-glut-3.7-1026_2009.09.07-15.32.00_darwin-i386.deb) ...
dpkg: dependency problems prevent configuration of fink-buildlock-glut-3.7-1026:
fink-buildlock-glut-3.7-1026 depends on libgl; however:
Package libgl is not installed.
fink-buildlock-glut-3.7-1026 depends on x11-dev; however:
Package x11-dev is not installed.
/sw/bin/dpkg: error processing fink-buildlock-glut-3.7-1026 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
fink-buildlock-glut-3.7-1026
### execution of /sw/bin/dpkg-lockwait failed, exit code 1
Can't set build lock for glut (3.7-1026)
If any of the above dpkg error messages mention conflicting packages or missing
dependencies -- for example, telling you that the package
fink-buildlock-glut-3.7-1026 conflicts with something else -- fink has probably
gotten
confused by trying to build many packages at once. Try building just this
current package glut (i.e, "fink build glut"). When that has completed
successfully, you could retry whatever you did that led to the present error.
Regardless of the cause of the lock failure, don't worry: you have not wasted
compiling time! Packages that had been completely built before this error
occurred will not have to be recompiled.
See http://wiki.finkproject.org/index.php/Fink:buildlocks for more information.
/sw/bin/dpkg-lockwait -r fink-buildlock-glut-3.7-1026 >/dev/null
Failed: buildlock failure
unknown-00-19-e3-d6-69-f5:/ root#
---
unknown-00-19-e3-d6-69-f5:/ root# apt-get install glut-shlibs
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
glut-shlibs
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/208kB of archives. After unpacking 717kB will be used.
Selecting previously deselected package glut-shlibs.
(Reading database ... 5579 files and directories currently installed.)
Unpacking glut-shlibs (from .../glut-shlibs_3.7-1025_darwin-i386.deb) ...
dpkg: dependency problems prevent configuration of glut-shlibs:
glut-shlibs depends on libgl; however:
Package libgl is not installed.
/sw/bin/dpkg: error processing glut-shlibs (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
glut-shlibs
E: Sub-process /sw/bin/dpkg returned an error code (1)
unknown-00-19-e3-d6-69-f5:/ root#
---
here is some further data that might be helpful :
---
unknown-00-19-e3-d6-69-f5:/ root# /usr/bin/sw_vers
ProductName: Mac OS X
ProductVersion: 10.4.11
BuildVersion: 8S2167
unknown-00-19-e3-d6-69-f5:/ root#
---
unknown-00-19-e3-d6-69-f5:/ root# grep ^Trees /sw/etc/fink.conf
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
unknown-00-19-e3-d6-69-f5:/ root#
---
unknown-00-19-e3-d6-69-f5:/ root# fink --version
Package manager version: 0.29.9
Distribution version: selfupdate-rsync Mon Sep 7 01:38:01 2009, 10.4, i386
Copyright (c) 2001 Christoph Pfisterer
Copyright (c) 2001-2009 The Fink Package Manager Team
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
unknown-00-19-e3-d6-69-f5:/ root#
---
unknown-00-19-e3-d6-69-f5:/ root# apt-get --version
apt 0.5.4 for darwin i386 compiled on Sep 7 2009 00:26:45
Supported Modules:
*Ver: Standard .deb
*Pkg: Debian dpkg interface (Priority 20)
S.L: 'deb' Standard Debian binary tree
S.L: 'deb-src' Standard Debian source tree
Idx: Debian Source Index
Idx: Debian Package Index
Idx: Debian dpkg status file
unknown-00-19-e3-d6-69-f5:/ root#
---
unknown-00-19-e3-d6-69-f5:/ root# dpkg --version
Debian GNU/Linux `/sw/bin/dpkg' package management program version 1.10.21
(darwin-i386).
This is free software; see the GNU General Public Licence version 2 or
later for copying conditions. There is NO warranty.
See /sw/bin/dpkg --licence for copyright and license details.
unknown-00-19-e3-d6-69-f5:/ root#
---
unknown-00-19-e3-d6-69-f5:/ root# fink-virtual-pkgs | sed -n '/xfree86/,$ p'
Package: system-xfree86
Status: install ok installed
Version: 2:4.4-2
description: [placeholder for user installed x11]
homepage: http://www.finkproject.org/faq/usage-general.php#virtpackage
provides: xserver, x11, libgl, xft2, fontconfig1, rman, xfree86-base-threaded
Package: system-xfree86-dev
Status: install ok installed
Version: 2:4.4-2
description: [placeholder for user installed x11 development tools]
homepage: http://www.finkproject.org/faq/usage-general.php#virtpackage
provides: x11-dev, libgl-dev, xft2-dev, fontconfig1-dev
builddependsonly: true
Package: system-xfree86-manual-install
Status: install ok installed
Version: 2:4.4-2
description: Manually installed X11 components
homepage: http://www.finkproject.org/faq/usage-general.php#virtpackage
provides: x11, xserver, libgl, xft1, xft2, fontconfig1,
xfree86-base-threaded,x11-shlibs, libgl-shlibs, xft1-shlibs, xft2-shlibs,
fontconfig1-shlibs, xfree86-base-threaded-shlibs,x11-dev, libgl-dev, xft1-dev,
xft2-dev, fontconfig1-dev, xfree86-base-threaded-dev
Package: system-xfree86-shlibs
Status: install ok installed
Version: 2:4.4-2
description: [placeholder for user installed x11 shared libraries]
homepage: http://www.finkproject.org/faq/usage-general.php#virtpackage
provides: x11-shlibs, libgl-shlibs, xft1-shlibs, xft2-shlibs,
fontconfig1-shlibs, xfree86-base-threaded-shlibs
Package: xcode
Status: install ok installed
Version: 2.4.1-1
homepage: http://www.finkproject.org/faq/usage-general.php#virtpackage
description: [virtual package representing the developer tools]
unknown-00-19-e3-d6-69-f5:/ root#
---
thanks,
Ed
_________________________________________________________________
What can you do with the new Windows Live? Find out
http://www.microsoft.com/windows/windowslive/default.aspx------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users