[SOLVED] Update for flatpak on Mageia 8?

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] Update for flatpak on Mageia 8?

Postby linuxbrad » Nov 9th, '21, 19:24

Hello,

I use flatpak to maintain certain applications on my Mageia 8 set-up. The last little while I have been seeing the following warning messages when I run an update on flatpak:

Code: Select all
Updating flatpak...
Looking for updates…
Info: org.freedesktop.Sdk//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Info: org.freedesktop.Platform.VAAPI.Intel//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Info: org.freedesktop.Platform.GL.default//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version


The last time this happened I was on Mageia 7 and it appeared to be corrected by an update to the flatpak software. Is there an update planned for flatpak? When will we see it?

Thanks,

Brad
Last edited by linuxbrad on Nov 11th, '21, 20:14, edited 1 time in total.
--
Brad Fonseca
IM: Find me on Signal (https://signal.org/) on phone or desktop [if you know the number]
IM: @bradfonseca:matrix.org
User avatar
linuxbrad
 
Posts: 42
Joined: May 1st, '13, 04:36

Re: Update for flatpak on Mageia 8?

Postby morgano » Nov 9th, '21, 21:33

I believe it tries to tell you to ask the developer of the *application* to update to use a newer runtime...?
Mandriva since 2006, Mageia 2011 at home & work. Thinkpad T40, T43, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1314
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Update for flatpak on Mageia 8?

Postby sturmvogel » Nov 9th, '21, 22:01

In this case you can fiind out which app is using the runtime:
Code: Select all
flatpak list --app-runtime=RUNTIME

Replace RUNTIME with the appropriate tag (eg: org.freedesktop.Sdk)
sturmvogel
 
Posts: 684
Joined: Jul 30th, '12, 00:39

Re: Update for flatpak on Mageia 8?

Postby linuxbrad » Nov 9th, '21, 22:10

Hi,

This is what I get:

Code: Select all
[###@linux ~]$ flatpak list --app-runtime=org.freedesktop.Sdk
Name            Application ID       Version      Branch      Installation
GNU Emacs       org.gnu.emacs        27.2         stable      system
[###@linux ~]$ flatpak list --app-runtime=org.freedesktop.Platform.VAAPI.Intel
[###@linux ~]$ flatpak list --app-runtime=org.freedesktop.Platform.GL.default


Is my install of Emacs at issue?

Thanks,

Brad
--
Brad Fonseca
IM: Find me on Signal (https://signal.org/) on phone or desktop [if you know the number]
IM: @bradfonseca:matrix.org
User avatar
linuxbrad
 
Posts: 42
Joined: May 1st, '13, 04:36

Re: Update for flatpak on Mageia 8?

Postby doktor5000 » Nov 10th, '21, 22:46

You may want to check if those older runtimes will be removed (without emacs itself) by

Code: Select all
flatpak uninstall --unused
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Update for flatpak on Mageia 8?

Postby linuxbrad » Nov 11th, '21, 17:09

Thanks for the advice, doktor5000! This is what I got when I ran that command:

Code: Select all
[###@linux ~]$ flatpak uninstall --unused


        ID                                         Branch          Op
 1. [-] org.freedesktop.Platform.openh264          19.08           r

Uninstall complete.
[###@linux ~]$


However, when I run the update again, I still get the same warning messages:

Code: Select all
[####@linux ~]$ flatpak update
Looking for updates…
Info: org.freedesktop.Sdk//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Info: org.freedesktop.Platform.VAAPI.Intel//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Info: org.freedesktop.Platform.GL.default//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Nothing to do.
[###@linux ~]$
--
Brad Fonseca
IM: Find me on Signal (https://signal.org/) on phone or desktop [if you know the number]
IM: @bradfonseca:matrix.org
User avatar
linuxbrad
 
Posts: 42
Joined: May 1st, '13, 04:36

Re: Update for flatpak on Mageia 8?

Postby doktor5000 » Nov 11th, '21, 17:54

You would have to ask that upstream to the emacs flatpak maintainers, as they would need to switch to a newer runtime version.
Check https://github.com/flathub/org.gnu.emacs/issues

Only thing relevant I could find was the update to the 19.08 version which was already 2 years ago: https://github.com/flathub/org.gnu.emacs/issues/22
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Update for flatpak on Mageia 8?

Postby linuxbrad » Nov 11th, '21, 18:44

I uninstalled Emacs from flatpak as Mageia 8 comes with 27.1 anyway. However, I still see the warnings:

Code: Select all
[###@linux ~]$ flatpak update
Looking for updates…
Info: org.freedesktop.Sdk//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Info: org.freedesktop.Platform.VAAPI.Intel//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Info: org.freedesktop.Platform.GL.default//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Nothing to do.
###@linux ~]$
--
Brad Fonseca
IM: Find me on Signal (https://signal.org/) on phone or desktop [if you know the number]
IM: @bradfonseca:matrix.org
User avatar
linuxbrad
 
Posts: 42
Joined: May 1st, '13, 04:36

Re: Update for flatpak on Mageia 8?

Postby linuxbrad » Nov 11th, '21, 18:46

I also did a couple of other flatpak queries:

Code: Select all
[###@linux ~]$ flatpak list --app-runtime=org.freedesktop.Sdk
[###@linux ~]$ flatpak uninstall --unused
Nothing unused to uninstall
[###@linux ~]$
--
Brad Fonseca
IM: Find me on Signal (https://signal.org/) on phone or desktop [if you know the number]
IM: @bradfonseca:matrix.org
User avatar
linuxbrad
 
Posts: 42
Joined: May 1st, '13, 04:36

Re: Update for flatpak on Mageia 8?

Postby linuxbrad » Nov 11th, '21, 19:04

I figured it out! I ran a "list" command on flatpak and found that a bunch of old runtimes were sitting in the flatpak container:

Code: Select all
[###@linux ~]$ flatpak list
Name                       Application ID                             Version        Branch       Installation
Discord                    com.discordapp.Discord                     0.0.16         stable       system
LBRY                       io.lbry.lbry-app                           0.51.2         stable       system
Freedesktop Platform       org.freedesktop.Platform                   20.08.15       20.08        system
Freedesktop Platform       org.freedesktop.Platform                   21.08.4        21.08        system
default                    org.freedesktop.Platform.GL.default                       19.08        system
Mesa                       org.freedesktop.Platform.GL.default        21.1.7         20.08        system
Mesa                       org.freedesktop.Platform.GL.default        21.2.2         21.08        system
Intel                      org.freedesktop.Platform.VAAPI.Intel                      19.08        system
Intel                      org.freedesktop.Platform.VAAPI.Intel                      20.08        system
Intel                      org.freedesktop.Platform.VAAPI.Intel                      21.08        system
openh264                   org.freedesktop.Platform.openh264          2.1.0          2.0          system
Freedesktop SDK            org.freedesktop.Sdk                        19.08.15       19.08        system
Freedesktop SDK            org.freedesktop.Sdk                        20.08.15       20.08        system
Freedesktop SDK            org.freedesktop.Sdk                        21.08.4        21.08        system
Signal Desktop             org.signal.Signal                          5.23.1         stable       system


I was able to uninstall the 19.08 version of the problematic runtimes as follows:

Code: Select all
[###@linux ~]$ flatpak uninstall org.fre
org.freedesktop.Platform              org.freedesktop.Platform.openh264     org.freedesktop.Sdk
org.freedesktop.Platform.GL.default   org.freedesktop.Platform.VAAPI.Intel 
[###@linux ~]$ flatpak uninstall org.freedesktop.Sdk//19.08


        ID                                            Branch          Op
 1. [-] org.freedesktop.Sdk                           19.08           r
 2. [-] org.freedesktop.Sdk.Locale                    19.08           r
 3. [-] org.freedesktop.Platform.GL.default           19.08           r
 4. [-] org.freedesktop.Platform.VAAPI.Intel          19.08           r

Uninstall complete.
[###@linux ~]$


Based on my previous query returning no entries:
Code: Select all
[###@linux ~]$ flatpak list --app-runtime=org.freedesktop.Sdk

I knew I could safely uninstall at least the 19.08 version.

Now, when I run the update command on flatpak I no longer get the warning messages:

Code: Select all
[###@linux ~]$ flatpak update
Looking for updates…
Nothing to do.
[###@linux ~]$


Thanks for all the help, everyone!
--
Brad Fonseca
IM: Find me on Signal (https://signal.org/) on phone or desktop [if you know the number]
IM: @bradfonseca:matrix.org
User avatar
linuxbrad
 
Posts: 42
Joined: May 1st, '13, 04:36

Re: Update for flatpak on Mageia 8?

Postby isadora » Nov 11th, '21, 19:48

Please, don't forget to mark the topic [SOLVED].
You can do so, by editing the subject/title in the first message in this topic.
Write [SOLVED] to the left of subject/title, thanks ahead. ;)
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2744
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: [SOLVED] Update for flatpak on Mageia 8?

Postby linuxbrad » Nov 11th, '21, 20:15

Thank you for the reminder!

I have done as instructed.

Thanks again to everyone for the help troubleshooting the issue.
--
Brad Fonseca
IM: Find me on Signal (https://signal.org/) on phone or desktop [if you know the number]
IM: @bradfonseca:matrix.org
User avatar
linuxbrad
 
Posts: 42
Joined: May 1st, '13, 04:36


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron