savonet / liquidsoap

Liquidsoap is a statically typed scripting general-purpose language with dedicated operators and backend for all thing media, streaming, file generation, automation, HTTP backend and more.
http://liquidsoap.info
GNU General Public License v2.0
1.39k stars 128 forks source link

./configure: 41: cannot create liquidsoap/configure-with-options: Directory nonexistent #2319

Open Klikovskiy opened 2 years ago

Klikovskiy commented 2 years ago

Installing liquidsoap on Debian-11-x86_64

$ git clone https://github.com/savonet/liquidsoap-full.git liquidsoap
$ cd liquidsoap
$ make init
$ cp PACKAGES.minimal PACKAGES
$ ./bootstrap
$ ./configure --with-user=user --with-group=users

An error occurs at this stage:

./configure: 41: cannot create liquidsoap/configure-with-options: Directory nonexistent
./configure: 42: cd: can't cd to liquidsoap

Why is this happening? I tried to set the rights to the directory, it does not help. Install from root user https://i.ibb.co/qDzqhVT/test.png

toots commented 2 years ago

Thanks for this report. We have changed our build system recently and this most likely slipped through.

smimram commented 2 years ago

It's strange I just tested the exact above script and don't have any error. Moreover, the configure part should not have changed much with the latest changes. Can anyone reproduce?