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
When trying to build release/next, we are met with this problem:
rpm-ostree version: 2022.16
No previous commit for sodalite/next/x86_64/custom
NOTICE: Running rpm-ostree compose tree without --unified-core is deprecated.
Please add --unified-core to the command line and ensure your content
works with it. For more information, see https://github.com/coreos/rpm-ostree/issues/729
Enabled rpm-md repositories: fedora-updates copr_stsdc_monitor fedora copr_decathorpe_elementary-staging terra
Updating metadata for 'fedora-updates'... done
Updating metadata for 'copr_stsdc_monitor'... done
Updating metadata for 'fedora'... done
Updating metadata for 'copr_decathorpe_elementary-staging'... done
Updating metadata for 'terra'... done
Importing rpm-md... done
rpm-md repo 'fedora-updates'; generated: 2023-01-08T20:10:33Z solvables: 68278
rpm-md repo 'copr_stsdc_monitor'; generated: 2022-03-17T03:51:37Z solvables: 4
rpm-md repo 'fedora'; generated: 2023-01-08T20:10:33Z solvables: 68278
rpm-md repo 'copr_decathorpe_elementary-staging'; generated: 2022-07-30T15:15:25Z solvables: 61
rpm-md repo 'terra'; generated: 2023-01-09T22:19:48Z solvables: 861
Resolving dependencies... done
error: Could not depsolve transaction; 1 problem detected:
Problem: conflicting requests
- package elementary-photos-2.8.0-1.fc37.aarch64 does not have a compatible architecture
- nothing provides ld-linux-aarch64.so.1()(64bit) needed by elementary-photos-2.8.0-1.fc37.aarch64
- nothing provides ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) needed by elementary-photos-2.8.0-1.fc37.aarch64
- nothing provides libm.so.6(GLIBC_2.17)(64bit) needed by elementary-photos-2.8.0-1.fc37.aarch64
- nothing provides libraw.so.20()(64bit) needed by elementary-photos-2.8.0-1.fc37.aarch64
- nothing provides libraw.so.20()(64bit) needed by elementary-photos-2.8.0-1.fc37.x86_64
This was to be expected, as there is currently no f38 repos of Terra, so we had to hardcode 37 into terra.repo. However, this is causing severe issues resulting in an unbuildable tree, likely something we'll be unable to fix until f38 repos of Terra are created.
The text was updated successfully, but these errors were encountered:
When trying to build
release/next
, we are met with this problem:This was to be expected, as there is currently no f38 repos of Terra, so we had to hardcode 37 into
terra.repo
. However, this is causing severe issues resulting in an unbuildable tree, likely something we'll be unable to fix until f38 repos of Terra are created.The text was updated successfully, but these errors were encountered: