You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the problem? (Here is where you provide a complete Traceback.)
GCC 10 was phased out for GCC 12 on debian 12 (bookworm) broken docker image build on arm:
Please provide some information about your environment.
At minimum we would like the following information on your platform and Python environment:
Platform: ofrak-core-dev.yml docker build on Mac (arm-based)
If you've discovered it, what is the root cause of the problem?
gcc-10-x86-64-linux-gnu is no longer available from apt repositories in debian 12. How often does the issue happen?
Everytime when building the docker image. What are the steps to reproduce the issue?
Ideally, give us a short script that reproduces the issue.
run make image on an arm based device.
How would you implement this fix?
chnage gcc-10-x86-64-linux-gnu -> gcc-12-x86-64-linux-gnu in the patchmaker dockerstub
Are there any (reasonable) alternative approaches?
Sure we can pull gcc 10 from backport repositories, although I'm not sure of the compatibility.
Are you interested in implementing it yourself?
yes
The text was updated successfully, but these errors were encountered:
What is the problem? (Here is where you provide a complete Traceback.)
GCC 10 was phased out for GCC 12 on debian 12 (bookworm) broken docker image build on arm:
Please provide some information about your environment.
At minimum we would like the following information on your platform and Python environment:
If you've discovered it, what is the root cause of the problem?
gcc-10-x86-64-linux-gnu is no longer available from apt repositories in debian 12.
How often does the issue happen?
Everytime when building the docker image.
What are the steps to reproduce the issue?
Ideally, give us a short script that reproduces the issue.
run
make image
on an arm based device.How would you implement this fix?
chnage gcc-10-x86-64-linux-gnu -> gcc-12-x86-64-linux-gnu in the patchmaker dockerstub
Are there any (reasonable) alternative approaches?
Sure we can pull gcc 10 from backport repositories, although I'm not sure of the compatibility.
Are you interested in implementing it yourself?
yes
The text was updated successfully, but these errors were encountered: