<div dir="ltr">How do I unsubscribe from this list? <div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jan 10, 2021 at 6:00 PM <<a href="mailto:jackaudio-request@lists.linuxaudio.org">jackaudio-request@lists.linuxaudio.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Send JackAudio mailing list submissions to<br>
        <a href="mailto:jackaudio@lists.linuxaudio.org" target="_blank">jackaudio@lists.linuxaudio.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.linuxaudio.org/listinfo/jackaudio" rel="noreferrer" target="_blank">https://lists.linuxaudio.org/listinfo/jackaudio</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:jackaudio-request@lists.linuxaudio.org" target="_blank">jackaudio-request@lists.linuxaudio.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:jackaudio-owner@lists.linuxaudio.org" target="_blank">jackaudio-owner@lists.linuxaudio.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of JackAudio digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Jack Copilot : JackPilot revival on macOS 64 bits systems<br>
      (Filipe Coelho)<br>
   2. Re: Jack Copilot : JackPilot revival on macOS 64 bits systems<br>
      (BAVU Eric)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 9 Jan 2021 19:23:50 +0000<br>
From: Filipe Coelho <<a href="mailto:falktx@falktx.com" target="_blank">falktx@falktx.com</a>><br>
To: "<a href="mailto:jackaudio@lists.linuxaudio.org" target="_blank">jackaudio@lists.linuxaudio.org</a>" <<a href="mailto:jackaudio@lists.linuxaudio.org" target="_blank">jackaudio@lists.linuxaudio.org</a>><br>
Subject: Re: [Jackaudio] Jack Copilot : JackPilot revival on macOS 64<br>
        bits systems<br>
Message-ID: <<a href="mailto:009b38bf-2fba-df20-9b47-98ad1f6bec94@mailbox.org" target="_blank">009b38bf-2fba-df20-9b47-98ad1f6bec94@mailbox.org</a>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Hey so, a few little reports<br>
<br>
1. xcodebuild fails with:<br>
<br>
error: This Copy Files build phase contains a reference to a missing <br>
file 'AMCoreAudio.framework'. (in target 'JackCoPilot' from project <br>
'JackCoPilot')<br>
<br>
So something extra is needed to be installed?<br>
Arquiving also fails, but I can just removed the CLI options for that.<br>
<br>
There is <a href="https://github.com/dwarvesf/AMCoreAudio" rel="noreferrer" target="_blank">https://github.com/dwarvesf/AMCoreAudio</a> but no idea on what to <br>
do regarding installing for development use.<br>
Could it be added to your project as git submodule, so it is easier to <br>
build the full thing?<br>
<br>
<br>
2. patchage is x64 only. it references Jackmp.framework which does not <br>
exist in the new jack2 installer, so it cannot run<br>
<br>
<br>
3. JackCoPilot is seen as universal binary, but crashes right on start <br>
with "trace trap" message.<br>
Trying to run with rosetta/x64 mode also crashes on start, this time <br>
with "illegal hardware instruction".<br>
<br>
On 07/01/2021 16:07, BAVU Eric wrote:<br>
> Hi all,<br>
><br>
> I just pushed to the repository an update of Jack Copilot with some minor (but needed) improvements :<br>
><br>
> - check at startup is jackdmp is installed where expected (at /usr/local/bin/jackdmp)<br>
> - check at startup if jackdmp is already running<br>
> - check after launch if all went well<br>
><br>
> If you cloned an hour ago with the 1.2 version, please update to 1.2.1 version (i left a bug with my tests on jackdmp executable). It’s fixed in 1.2.1 version available both with sources and dmg installer.<br>
><br>
> Best Regards,<br>
> _______________________________________________<br>
> JackAudio mailing list<br>
> <a href="mailto:JackAudio@lists.linuxaudio.org" target="_blank">JackAudio@lists.linuxaudio.org</a><br>
> <a href="https://lists.linuxaudio.org/listinfo/jackaudio" rel="noreferrer" target="_blank">https://lists.linuxaudio.org/listinfo/jackaudio</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 10 Jan 2021 00:13:40 +0000<br>
From: BAVU Eric <<a href="mailto:eric.bavu@lecnam.net" target="_blank">eric.bavu@lecnam.net</a>><br>
To: Filipe Coelho <<a href="mailto:falktx@falktx.com" target="_blank">falktx@falktx.com</a>><br>
Cc: "<a href="mailto:jackaudio@lists.linuxaudio.org" target="_blank">jackaudio@lists.linuxaudio.org</a>" <<a href="mailto:jackaudio@lists.linuxaudio.org" target="_blank">jackaudio@lists.linuxaudio.org</a>><br>
Subject: Re: [Jackaudio] Jack Copilot : JackPilot revival on macOS 64<br>
        bits systems<br>
Message-ID: <<a href="mailto:55AF4607-0360-4371-87A9-33AF6F28DAD1@lecnam.net" target="_blank">55AF4607-0360-4371-87A9-33AF6F28DAD1@lecnam.net</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hey Filipe, <br>
<br>
Thanks a lot for your reports. <br>
<br>
> 1. xcodebuild fails with:<br>
> <br>
> error: This Copy Files build phase contains a reference to a missing file 'AMCoreAudio.framework'. (in target 'JackCoPilot' from project 'JackCoPilot')<br>
<br>
I think this is related to the way I (badly) configured the build phases in JackCopilot.xcodeproj. <br>
<br>
AMCoreAudio.xcodeproj is ideed included in JackCopilot.xcodeproj so it should build as a dependancy, but that was not the case.<br>
<br>
It dit not cause any problem on my computer since I already compiled AMCoreAudio separately, my bad for that. I will modify that in JackCopilot.xcodeproj so that you can (hopefully) build it without this error.<br>
<br>
> So something extra is needed to be installed?<br>
<br>
See my answer above.<br>
<br>
> Arquiving also fails, but I can just removed the CLI options for that.<br>
<br>
I do not understand what you say here.<br>
<br>
> There is <a href="https://github.com/dwarvesf/AMCoreAudio" rel="noreferrer" target="_blank">https://github.com/dwarvesf/AMCoreAudio</a> but no idea on what to do regarding installing for development use.<br>
> Could it be added to your project as git submodule, so it is easier to build the full thing?<br>
<br>
AMCoreAudio comes from rnine (see README in my repository), and the full rnine AMCoreAudio source code is already included in my git (even more than needed I think since I have put the entire clone of rnine’s AMCoreAudio git repo).<br>
<br>
<br>
> 2. patchage is x64 only. it references Jackmp.framework which does not exist in the new jack2 installer, so it cannot run<br>
<br>
This may be related to the fact that I compiled it using waf on my x64 computer. The fact it references Jackmp.framework is also related to the fact that it was built using the current jack libraries I have (I’m still happy with sletz’s 0.92b3 and I did not install the new Jack). <br>
<br>
As also explained in the README, Patchage can be built by getting the sources at <a href="https://gitlab.com/drobilla/patchage/-/tree/master" rel="noreferrer" target="_blank">https://gitlab.com/drobilla/patchage/-/tree/master</a> . <br>
<br>
<br>
> 3. JackCoPilot is seen as universal binary, but crashes right on start with "trace trap" message.<br>
> Trying to run with rosetta/x64 mode also crashes on start, this time with "illegal hardware instruction".<br>
<br>
Since the build did not succeeded on your computer, I assume you tried by installing JackCopilot 1.2.1 .app using the .dmg installer ? <br>
<br>
Would be interesting to know if it’s related to the fact it was built on my computer ? <br>
<br>
I will try to modify the build phases configuration so that you can build it on you Mac Mini M1.<br>
<br>
PS : do you have access to the xcode gui to compile, or is it a headless server ? <br>
<br>
<br>
> <br>
> On 07/01/2021 16:07, BAVU Eric wrote:<br>
>> Hi all,<br>
>> <br>
>> I just pushed to the repository an update of Jack Copilot with some minor (but needed) improvements :<br>
>> <br>
>> - check at startup is jackdmp is installed where expected (at /usr/local/bin/jackdmp)<br>
>> - check at startup if jackdmp is already running<br>
>> - check after launch if all went well<br>
>> <br>
>> If you cloned an hour ago with the 1.2 version, please update to 1.2.1 version (i left a bug with my tests on jackdmp executable). It’s fixed in 1.2.1 version available both with sources and dmg installer.<br>
>> <br>
>> Best Regards,<br>
>> _______________________________________________<br>
>> JackAudio mailing list<br>
>> <a href="mailto:JackAudio@lists.linuxaudio.org" target="_blank">JackAudio@lists.linuxaudio.org</a><br>
>> <a href="https://lists.linuxaudio.org/listinfo/jackaudio" rel="noreferrer" target="_blank">https://lists.linuxaudio.org/listinfo/jackaudio</a><br>
> _______________________________________________<br>
> JackAudio mailing list<br>
> <a href="mailto:JackAudio@lists.linuxaudio.org" target="_blank">JackAudio@lists.linuxaudio.org</a><br>
> <a href="https://lists.linuxaudio.org/listinfo/jackaudio" rel="noreferrer" target="_blank">https://lists.linuxaudio.org/listinfo/jackaudio</a><br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
JackAudio mailing list<br>
<a href="mailto:JackAudio@lists.linuxaudio.org" target="_blank">JackAudio@lists.linuxaudio.org</a><br>
<a href="https://lists.linuxaudio.org/listinfo/jackaudio" rel="noreferrer" target="_blank">https://lists.linuxaudio.org/listinfo/jackaudio</a><br>
<br>
<br>
------------------------------<br>
<br>
End of JackAudio Digest, Vol 14, Issue 5<br>
****************************************<br>
</blockquote></div>