-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 4/22/10 3:00 PM, Nicolai Beuermann wrote: > Thanks for your hint and sorry for my late reply. > > I did install system-jack /sw/fink/dists/local/main/finkinfo/system-jack.info > just changed the version check to jackdmp 1.9.5. > I get system-jack installed: > $>fink list jack > Information about 8701 packages read in 1 seconds. > p jack [virtual package] > jack-bitmeter 1.2-3 Diagnosis tool for JACK audio software > p jack-dev [virtual package] > jack-doc 0.116.0-2 Low-latency audio server -- Documentation > jack-meterbridg 0.9.2-2 Configurable meterbridge for JACK > p jack-shlibs [virtual package] > jackbeat 0.7.2-2 Audio sequencer designed for ease of use > i system-jack 0.84-2 Fink support for Jack OS X > xmms-jack 0.19-2 JACK output plugin for XMMS > > But after that jack-meterbridge e.g. wants to install jack-dev and > jack-shlibs: > While trying to install: > jack-dev-0.116.0-2 > jack-shlibs-0.116.0-2 > > The following inconsistencies found: > system-jack conflicts with jack-shlibs, but jack-shlibs is installed > system-jack conflicts with jack-dev, but jack-dev is installed > > Trying to resolve dependencies... > Could not resolve inconsistent dependencies! > > How to fix this? > > ciao > Nico
You'll have to modify jack-meterbridge.info as well. You can use "fink dumpinfo -finfofile jack-meterbridge" to find that, and copy it to your local tree to work on. You might find http://finkers.wordpress.com/2009/07/24/creating-local-packages/ helpful. The issue is here: $ fink show-deps jack-meterbridge Information about 10071 packages read in 1 seconds. Package: jack-meterbridge (0.9.2-2) To install the compiled package... The following other packages (and their dependencies) must be installed: jack-shlibs (>= 0.116.0-2) ... Since jack-meterbridge has a versioned dependency, that must be satisfied by the _real_ jack package; there's no way within the existing tools to Provide anything with a version. I believe getting rid of the versioning would let your local system-jack package satisfy the dependency. Having Provides that overlap with real packages doesn't always do exactly what one wants. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvRXwUACgkQB8UpO3rKjQ/zSQCeIOhxi867ekS0bDOapXmlPmOb PGgAnjazpnOretiATxdinmAmwJ7AM1bE =/qpy -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
