Jason Gunthorpe escribió::
On Wed, 15 Jan 2003, Asier Llano Palacios wrote:
If I understand the source code properly (maybe I am wrong) when we call:
apt-get build-dep whatever
It ignores the OR Build-Dependencies.
It treats these dependencies as being the same:
Build-Depends: a, b | c, d
and
Build-Depends: a, b, c, d
Might do, are you looking at CVS or the released source? I know some
fixing was done after the fact.
I don't think anyone else is trying to fix this.
Jason
I'm working with the CVS code.
I've improved a little bit apt-get and by now it works with the building
dependencies of
more packages (i.e.: xfree86), but it is still not complete, so I can
send you the patch as
soon as it works with every well formed package I try.
¿What format do you prefer for the patch?
i.e.:
cvs diff
diff --context oldapt-get.cc newapt-get.cc
I have not seen any try to work around the OR operation in building
dependencies in
the apt-get (in the CVS code I've received by the checkout), so please,
let me know
if I am wrong.
Asier Llano