Hi all,
I've pushed out an initial F32 flatpak runtime/SDK and a few apps built against it. Would be awesome if people could give them a try:
flatpak remote-modify --enable fedora-testing flatpak install fedora-testing org.gnome.Maps (or anything else from the Bodhi update)
The Bodhi update is at https://bodhi.fedoraproject.org/updates/FEDORA-FLATPAK-2020-dfd7272b06 and if things seem to roughly work, please leave karma there.
More F32 based flatpaks are coming, this here is just an initial test batch. I'll work on rebuilding all of the flatpaks against F32 runtime if this looks good.
There's also a new gnome-extensions-app flatpak in the fedora-testing flatpak remote -- please give this a try as well (and then leave karma at https://bodhi.fedoraproject.org/updates/FEDORA-FLATPAK-2020-e4b1cea63b) if it works. Thanks Florian for all the hard work with this!
Thanks!
On 01/04/2020 09:37, Kalev Lember wrote:
I've pushed out an initial F32 flatpak runtime/SDK and a few apps built against it.
Being stuck with the F31-based LibreOffice flatpak (https://kojipkgs.fedoraproject.org//work/tasks/289/43470289/x86_64.log, something wrong with pcre2-syntax for whatever reason?), I thought I'd give a rebase to F32 a try, but already the initial
$ fedmod --dataset=f32 fetch-metadata Remote metadata: https://dl.fedoraproject.org/pub/fedora/linux/development/32/Everything/x86_... Cached metadata in /home/sbergman/.cache/fedmod/repos/f32--fedora/x86_64/repodata/repomd.xml Downloading https://dl.fedoraproject.org/pub/fedora/linux/development/32/Everything/x86_... [####################################] 100% Added /home/sbergman/.cache/fedmod/repos/f32--fedora/x86_64/repodata/c3cb1890802cea2af9ca7d6531f5f76879ef10e3ad1d18747f25b64621c9da66-filelists.xml.gz to cache Downloading https://dl.fedoraproject.org/pub/fedora/linux/development/32/Everything/x86_... [####################################] 100% Added /home/sbergman/.cache/fedmod/repos/f32--fedora/x86_64/repodata/91e572a6bac53662630ad9427337ef0ec365c4fb7e80a48b5fb091d9b7d14d86-primary.xml.gz to cache Remote metadata: http://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/so... ERROR:root:Unexpected exception: HTTPError('404 Client Error: Not Found for url: http://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/so...') Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/_fedmod/cli.py", line 35, in run rc = _cli_commands.main(sys.argv[1:], standalone_mode=False, File "/usr/lib/python3.8/site-packages/click/core.py", line 716, in main rv = self.invoke(ctx) File "/usr/lib/python3.8/site-packages/click/core.py", line 1136, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3.8/site-packages/click/core.py", line 955, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3.8/site-packages/click/core.py", line 554, in invoke return callback(*args, **kwargs) File "/usr/lib/python3.8/site-packages/_fedmod/cli.py", line 94, in fetch_metadata _fetchrepodata.download_repo_metadata(_repodata.dataset_name) File "/usr/lib/python3.8/site-packages/_fedmod/_fetchrepodata.py", line 473, in download_repo_metadata _download_metadata_files(repo_definition) File "/usr/lib/python3.8/site-packages/_fedmod/_fetchrepodata.py", line 209, in _download_metadata_files response.raise_for_status() File "/usr/lib/python3.8/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/so... Traceback (most recent call last): File "/usr/bin/fedmod", line 11, in <module> load_entry_point('fedmod==0.6.3', 'console_scripts', 'fedmod')() File "/usr/lib/python3.8/site-packages/_fedmod/cli.py", line 35, in run rc = _cli_commands.main(sys.argv[1:], standalone_mode=False, File "/usr/lib/python3.8/site-packages/click/core.py", line 716, in main rv = self.invoke(ctx) File "/usr/lib/python3.8/site-packages/click/core.py", line 1136, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3.8/site-packages/click/core.py", line 955, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3.8/site-packages/click/core.py", line 554, in invoke return callback(*args, **kwargs) File "/usr/lib/python3.8/site-packages/_fedmod/cli.py", line 94, in fetch_metadata _fetchrepodata.download_repo_metadata(_repodata.dataset_name) File "/usr/lib/python3.8/site-packages/_fedmod/_fetchrepodata.py", line 473, in download_repo_metadata _download_metadata_files(repo_definition) File "/usr/lib/python3.8/site-packages/_fedmod/_fetchrepodata.py", line 209, in _download_metadata_files response.raise_for_status() File "/usr/lib/python3.8/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/so...
fails with exit code 1.
desktop@lists.stg.fedoraproject.org