haikuporter icon indicating copy to clipboard operation
haikuporter copied to clipboard

haikuporter needs to check for dependency compat higher than version

Open kallisti5 opened this issue 7 years ago • 1 comments

We saw this on the luajit port: The recipe technically translated to:

   luajit = 2.0.4 compat > 5.1

That technically doesn't make any sense. The recipe still builds, however, but if anything attempts to use it we get a nonsense "requires "luajit == 2.0.4" of package "luajit_devel-2.0.4-1" could not be resolved"

kallisti5 avatar Apr 01 '17 15:04 kallisti5

I think a part of the problem might be using > instead of >= for the compat string.

korli avatar Apr 09 '17 12:04 korli