Helmut Grohne <hel...@subdivi.de> writes: >> When I tried to build this with my build system I get: >> >> $ apt-get-build-depends --yes >> Reading package lists... Done >> Building dependency tree... Done >> Reading state information... Done >> E: Unable to locate package heimdal-multidev-bin >> E: Unable to locate package <cross> >> >> Is "heimdal-multidev-bin <cross>," correct syntax? If so, maybe >> apt-get-build-depends doesn't support it. > > The problem is not with the syntax, but with the package. Look closely > which package provides it. It comes from heimdal itself and is added by > my patch. So you first need to perform a native build and then once that > native build is accessible, you can perform a cross build.
Hmmm. Not entirely convinced here. If you look at the messages, it is clearly trying to locate a package called "<cross>" in addition to the correct package name. -- Brian May <b...@debian.org>