Building RaySession fails on MXLinux / Debian

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Building RaySession fails on MXLinux / Debian

Post by lilith »

Last time I built RaySession on Manjaro without issues. Now I wanted to test it with MXLinux and what I get is:

Code: Select all

demo@mx1:~/make/raysessions/RaySession
$ ll
total 104K
-rw-r--r--  1 demo demo  16K Dec 27 17:55 CHANGELOG
drwxr-xr-x  4 demo demo 4.0K Dec 27 17:55 client_templates
-rw-r--r--  1 demo demo  15K Dec 27 17:55 COPYING
drwxr-xr-x  3 demo demo 4.0K Dec 27 17:55 data
drwxr-xr-x  2 demo demo 4.0K Dec 27 17:55 HoustonPatchbay
-rw-r--r--  1 demo demo 1.4K Dec 27 17:55 INSTALL.md
drwxr-xr-x  2 demo demo 4.0K Dec 27 17:55 locale
-rw-r--r--  1 demo demo 7.8K Dec 27 17:55 Makefile
drwxr-xr-x  3 demo demo 4.0K Dec 27 17:55 manual
drwxr-xr-x  2 demo demo 4.0K Dec 27 17:55 package_utils
-rw-r--r--  1 demo demo 3.8K Dec 27 17:55 plans.md
-rw-r--r--  1 demo demo 2.2K Dec 27 17:55 README.md
drwxr-xr-x  8 demo demo 4.0K Dec 27 17:55 resources
drwxr-xr-x  6 demo demo 4.0K Dec 27 17:55 session_scripts
drwxr-xr-x  5 demo demo 4.0K Dec 27 17:55 session_templates
drwxr-xr-x 10 demo demo 4.0K Dec 27 17:55 src
-rw-r--r--  1 demo demo  785 Dec 27 17:55 TODO
-rw-r--r--  1 demo demo  580 Dec 27 17:55 TRANSLATORS
drwxr-xr-x  2 demo demo 4.0K Dec 27 17:55 utility-scripts
demo@mx1:~/make/raysessions/RaySession
$ make
make[1]: Entering directory '/home/demo/make/raysessions/RaySession/HoustonPatchbay'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory '/home/demo/make/raysessions/RaySession/HoustonPatchbay'
make: *** [Makefile:35: PATCHBAY] Error 2
demo@mx1:~/make/raysessions/RaySession

I also installed all dependencies. The folder HoustonPatchbay is empty, so maybe that's the problem. Shouldn't make directly find the Makefile?

tseaver
Established Member
Posts: 398
Joined: Mon Mar 13, 2017 6:07 am
Has thanked: 11 times
Been thanked: 98 times

Re: Building RaySession fails on MXLinux / Debian

Post by tseaver »

@lilith

Looking at the Raysession Github page, the HoustonPatchbay subdir is a git sub-repository. Did you perchance download a tarball from Github? If so, the subrepository will not be present. Try cloning the repository instead:

Code: Select all

$ git clone https://github.com/Houston4444/RaySession

and then build from inside the clone, per the INSTALL.md file.

Tres.

Ubuntu, Mixbus32C; acoustic blues / country / jazz
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 140 times
Been thanked: 348 times

Re: Building RaySession fails on MXLinux / Debian

Post by LAM »

lilith wrote: Tue Dec 27, 2022 10:59 pm

I also installed all dependencies. The folder HoustonPatchbay is empty, so maybe that's the problem. Shouldn't make directly find the Makefile?

You should clone it with the submodules, like this:

Code: Select all

git clone --recurse-submodules https://github.com/Houston4444/RaySession.git

in mix, nobody can hear your screen

User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Building RaySession fails on MXLinux / Debian

Post by lilith »

artix_linux_user wrote: Wed Dec 28, 2022 3:37 pm

My DAW is my session manager.
take the long way home

and?

User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Building RaySession fails on MXLinux / Debian

Post by lilith »

LAM wrote: Wed Dec 28, 2022 3:45 pm
lilith wrote: Tue Dec 27, 2022 10:59 pm

I also installed all dependencies. The folder HoustonPatchbay is empty, so maybe that's the problem. Shouldn't make directly find the Makefile?

You should clone it with the submodules, like this:

Code: Select all

git clone --recurse-submodules https://github.com/Houston4444/RaySession.git

Thanks, that worked. I also had to install python3-pyqt5.qtsvg afterwards to make it running. Next time I know hopefully what to do. Still testing live systems ...

User avatar
GMaq
Established Member
Posts: 2774
Joined: Fri Sep 25, 2009 1:42 pm
Has thanked: 520 times
Been thanked: 555 times

Re: Building RaySession fails on MXLinux / Debian

Post by GMaq »

In case you didn't know Raysession and Patchance are now in the MX Repos

Post Reply