On Mon, Oct 18, 2010 at 05:02:12PM +0200, Martin Baehr wrote: > here is another puzzling behaviour: > > # conary rq uvcvideo-kernel > uvcvideo-kernel=0-0.2-1 > # conary update uvcvideo-kernel > No troves found matching: uvcvideo-kernel > # conary update uvcvideo-kernel=0-0.2-1 > No troves found matching: uvcvideo-kernel=0-0.2-1 > # conary install uvcvideo-kernel > No troves found matching: uvcvideo-kernel > # conary install uvcvideo-kernel=0-0.2-1 > No troves found matching: uvcvideo-kernel=0-0.2-1 > > uvcvideo-kernel is there. why can i not install it?
I expect because uvcvideo-kernel is not in the groups in your search path. "conary rq" searches the repository, not the current search path in your model. The model does not fall back to the installLabelPath (we considered that, but decided that it made models insufficiently portable), so if you want your installLabelPath to be available in the model, you need to add search lines for those labels. Something like this: search group-world=foresight.rpath....@fl:2-devel/someversion search foresight.rpath....@fl:2-devel search foresight.rpath....@fl:2-kernel-devel ... Does that make sense? _______________________________________________ Foresight-devel mailing list Foresight-devel@lists.rpath.org http://lists.rpath.org/mailman/listinfo/foresight-devel