pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

outdated dependencies getting installed



Hello

Given you want to install a package A.

This package depends on another one (a library) b.

Using BUILDLINK_DEPENDS you can make sure that A only gets installed if
b is of a certain version.

But, before the check of b's version is done it gets installed -- even if
the version is wrong (e.g. too old).

Having a lot of such dependencies can be unpleasant, as you'll have to install
them again -- in the right version -- for your package A to get installed.

Now, of course, if you have a consistent pkgsrc tree this shouldn't happen,
but assume you haven't.

Is this simply by design or am I missing a point?

-- 
hernani


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index