serenity: configure: cannot find sources in or ..

I’m still on my quest to get a configure script to run under serenity using bash. I have tried a few different configure scripts for different programs. I change the hashbang to /usr/local/bin/bash first but they all only get as far as:

error: cannot find sources in  or ..

You’d expect that error to read:

error: cannot find sources in . or ..

Screenshot at 2020-11-11 21-20-12

About this issue

  • Original URL
  • State: open
  • Created 4 years ago
  • Comments: 15 (15 by maintainers)

Most upvoted comments

It’s a shame #2363 got abandoned, it seemed more or less complete and functional.

doesn’t LibJS already have some regex support?

No. It parses regex literals to not choke on scripts containing them, but doesn’t have any regex functionality beyond that.

I see our expr doesn’t support match yet and looks like configure autoHELL needs it.

I did mention that a while back, until we get a regex library, expr won’t have a working match

autohell

I’m glad it stuck