Attempt at fixing makeappimage tool for new boost
using https://github.com/monero-project/monero/pull/9305/commits/de9c461a98f5e1fe3... as example. you can try to apply patch with "git am path_to_patch_file" command it hopefully also works with older boost versions. I tested on termux, where boost at 1.83.0 level and it compiles and shows help info.
Den 20.09.2024 22:08, skrev Andrew Randrianasulu:
using
https://github.com/monero-project/monero/pull/9305/commits/de9c461a98f5e1fe3...
as example.
you can try to apply patch with "git am path_to_patch_file" command
it hopefully also works with older boost versions.
I tested on termux, where boost at 1.83.0 level and it compiles and shows help info.
My attempt: # mv 0001-Fix-build-in-makeappimage-for-boost-1.85.patch /home/cinelerra/cinelerra-5.1 # cd /home/cinelerra/cinelerra-5.1 # git am /home/cinelerra/cinelerra-5.1/0001-Fix-build-in-makeappimage-for-boost-1.85.patch Applying: Fix build in makeappimage for boost 1.85 Then continue on the first thread
Den 20.09.2024 23:36, skrev Terje J. Hanssen:
Den 20.09.2024 22:08, skrev Andrew Randrianasulu:
using
https://github.com/monero-project/monero/pull/9305/commits/de9c461a98f5e1fe3...
as example.
you can try to apply patch with "git am path_to_patch_file" command
it hopefully also works with older boost versions.
I tested on termux, where boost at 1.83.0 level and it compiles and shows help info.
My attempt:
# mv 0001-Fix-build-in-makeappimage-for-boost-1.85.patch /home/cinelerra/cinelerra-5.1 # cd /home/cinelerra/cinelerra-5.1 # git am /home/cinelerra/cinelerra-5.1/0001-Fix-build-in-makeappimage-for-boost-1.85.patch Applying: Fix build in makeappimage for boost 1.85
Then continue on the first thread
Thanks for the patch: # mv 0002-makeappimage-tool-add-algorithm-incl-into-core.cpp.patch /home/cinelerra/cinelerra-5.1 # cd /home/cinelerra/cinelerra-5.1 # git am 0002-makeappimage-tool-add-algorithm-incl-into-core.cpp.patch Applying: makeappimage tool: add <algorithm> incl into core.cpp I continue on the first thread further again.
Den 21.09.2024 14:31, skrev Mat via Cin:
Hi Terje,
what OS are you using? OpenSuse Tumbleweed?
MatN
openSUSE Slowroll, a new more stabilisized version of Tumbleweed (fastroll) with kernel-longterm and extended multimedia libs, apps and codecs from Open Build Service and Packman (ffmpeg) https://en.opensuse.org/Portal:Slowroll https://en.opensuse.org/File:Slowroll-vs-tumbleweed-updates.svg
try also this patch on top of first one? пт, 20 сент. 2024 г., 23:08 Andrew Randrianasulu <[email protected]>:
using
https://github.com/monero-project/monero/pull/9305/commits/de9c461a98f5e1fe3...
as example.
you can try to apply patch with "git am path_to_patch_file" command
it hopefully also works with older boost versions.
I tested on termux, where boost at 1.83.0 level and it compiles and shows help info.
Andrew, question about the 2 patches for tools/makeappimagetool. I applied them here locally and reviewed the changes and it looks good. And you tested these yourself, BUT I have not because I use my own custom script based on MatN's work from when he initially created this for us. Question : "should I check this into GIT?" -- I am assuming so and thank you! On Fri, Sep 20, 2024 at 9:03 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
try also this patch on top of first one?
пт, 20 сент. 2024 г., 23:08 Andrew Randrianasulu <[email protected]
:
using
https://github.com/monero-project/monero/pull/9305/commits/de9c461a98f5e1fe3...
as example.
you can try to apply patch with "git am path_to_patch_file" command
it hopefully also works with older boost versions.
I tested on termux, where boost at 1.83.0 level and it compiles and shows help info.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
вс, 22 сент. 2024 г., 04:32 Phyllis Smith <[email protected]>:
Andrew, question about the 2 patches for tools/makeappimagetool. I applied them here locally and reviewed the changes and it looks good. And you tested these yourself, BUT I have not because I use my own custom script based on MatN's work from when he initially created this for us. Question : "should I check this into GIT?" -- I am assuming so and thank you!
I think sooner or later at least Arch will hit same problem, so as long as makeappimagetool still builds on older distros I think we better to add those two.
On Fri, Sep 20, 2024 at 9:03 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
try also this patch on top of first one?
пт, 20 сент. 2024 г., 23:08 Andrew Randrianasulu <[email protected]
:
using
https://github.com/monero-project/monero/pull/9305/commits/de9c461a98f5e1fe3...
as example.
you can try to apply patch with "git am path_to_patch_file" command
it hopefully also works with older boost versions.
I tested on termux, where boost at 1.83.0 level and it compiles and shows help info.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
participants (4)
-
Andrew Randrianasulu -
Mat -
Phyllis Smith -
Terje J. Hanssen