Open ctecamp opened 1 year ago
Confirmed here.
Fixed in f36fdc5. Please test!
Can you instruct me on how to load that into an existing install or how to install it?
Thanks Tim
On Wed, Jun 21, 2023 at 2:44 PM Fred Gleason @.***> wrote:
Fixed in f36fdc5 https://github.com/ElvishArtisan/rivendell/commit/f36fdc573d6ec856448b220236bdd353ed21fc4f. Please test!
— Reply to this email directly, view it on GitHub https://github.com/ElvishArtisan/rivendell/issues/892#issuecomment-1601573148, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVZLQLAHEID3NMVWCD56OLXMNFLTANCNFSM6AAAAAAZPDMHJU . You are receiving this because you authored the thread.Message ID: @.***>
It involves downloading the code from GitHub and doing a build from source, which is not something you want to do on an on-air system. Do you have an 'offline' system that you could dedicate to this? I'd be glad to explain how.
Ok, I can do that. Does the zipped code on git hub contain the changes or do I replace rdcatch.cpp.
Tim
On Thu, Jun 22, 2023 at 9:40 AM Fred Gleason @.***> wrote:
It involves downloading the code from GitHub and doing a build from source, which is not something you want to do on an on-air system. Do you have an 'offline' system that you could dedicate to this? I'd be glad to explain how.
— Reply to this email directly, view it on GitHub https://github.com/ElvishArtisan/rivendell/issues/892#issuecomment-1602761111, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVZLQO5LWIVQRNRUELSBLLXMRKOXANCNFSM6AAAAAAZPDMHJU . You are receiving this because you authored the thread.Message ID: @.***>
When trying to compile from source make exits with a error status 1 while trying to compile caed after a series of remarks about undefined reference to MusicBrainz5
Tim
On Thu, Jun 22, 2023 at 9:52 AM Tim Camp @.***> wrote:
Ok, I can do that. Does the zipped code on git hub contain the changes or do I replace rdcatch.cpp.
Tim
On Thu, Jun 22, 2023 at 9:40 AM Fred Gleason @.***> wrote:
It involves downloading the code from GitHub and doing a build from source, which is not something you want to do on an on-air system. Do you have an 'offline' system that you could dedicate to this? I'd be glad to explain how.
— Reply to this email directly, view it on GitHub https://github.com/ElvishArtisan/rivendell/issues/892#issuecomment-1602761111, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVZLQO5LWIVQRNRUELSBLLXMRKOXANCNFSM6AAAAAAZPDMHJU . You are receiving this because you authored the thread.Message ID: @.***>
collect2: error: ld returned 1 exit status
On Thu, Jun 22, 2023 at 2:43 PM Tim Camp @.***> wrote:
When trying to compile from source make exits with a error status 1 while trying to compile caed after a series of remarks about undefined reference to MusicBrainz5
Tim
On Thu, Jun 22, 2023 at 9:52 AM Tim Camp @.***> wrote:
Ok, I can do that. Does the zipped code on git hub contain the changes or do I replace rdcatch.cpp.
Tim
On Thu, Jun 22, 2023 at 9:40 AM Fred Gleason @.***> wrote:
It involves downloading the code from GitHub and doing a build from source, which is not something you want to do on an on-air system. Do you have an 'offline' system that you could dedicate to this? I'd be glad to explain how.
— Reply to this email directly, view it on GitHub https://github.com/ElvishArtisan/rivendell/issues/892#issuecomment-1602761111, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVZLQO5LWIVQRNRUELSBLLXMRKOXANCNFSM6AAAAAAZPDMHJU . You are receiving this because you authored the thread.Message ID: @.***>
Ok, you've finally pushed me to do something I've been meaning to do for awhile now -- namely, formally document how to build Rivendell from the GitHub sources.
So, here they are. Please let me know if you find anything unclear, confusing or (gasp!) inaccurate.
Make runs fine. make install stops at following
/bin/bash: ../../../py-compile: No such file or directory make[4]: *** [Makefile:408: install-rivendellPYTHON] Error 127
Tim
On Thu, Jun 22, 2023 at 3:25 PM Fred Gleason @.***> wrote:
Ok, you've finally pushed me to do something I've been meaning to do for awhile now -- namely, formally document how to build Rivendell from the GitHub sources.
So, here they are https://wiki.rivendellaudio.org/index.php/Building_Rivendell_from_source. Please let me know if you find anything unclear, confusing or (gasp!) inaccurate.
— Reply to this email directly, view it on GitHub https://github.com/ElvishArtisan/rivendell/issues/892#issuecomment-1603269637, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVZLQOWZOVUKFIYDYL6WOLXMSS2FANCNFSM6AAAAAAZPDMHJU . You are receiving this because you authored the thread.Message ID: @.***>
Revisiting this ... now that v4.1.0, can you confirm that this issue has been fixed for you?
This issue still exists here running version 4.2.2
Rivendell ver 4.0.1 Using the RML RS to start a recording on a local or remote machine will cause rdcatch to lockup ceasing all recording and playback on the target machine. Restarting of the daemons is required to clear the issue.