Linux AppImage missing

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
cooperised
Posts: 2
Joined: Mon Sep 21, 2020 9:29 am

Linux AppImage missing

Post by cooperised »

Hi,

The 0.18 Linux AppImage link on the FreeCAD download page at https://wiki.freecadweb.org/Download gives a 404, and the gihub page at https://github.com/FreeCAD/FreeCAD/releases/tag/0.18.4 shows assets only for Win32, Win64 and Mac. Is there an AppImage build for the current stable release, and if so, anyone know where it's hiding?

Thanks!
-cooperised
chrisb
Veteran
Posts: 54197
Joined: Tue Mar 17, 2015 9:14 am

Re: Linux AppImage missing

Post by chrisb »

The page is back, I would recommend anyway to have a look at the ver stable 0.19 prerelease.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
cooperised
Posts: 2
Joined: Mon Sep 21, 2020 9:29 am

Re: Linux AppImage missing

Post by cooperised »

Thanks, I'll take a look at 0.19.

I'm not sure what you mean by "the page is back" though - the link from https://wiki.freecadweb.org/Download (which points to https://github.com/FreeCAD/FreeCAD/rele ... 4.AppImage) is still dead, and there are still no appimage or other Linux binary builds listed on the github 0.18.4 page.

-cooperised
chrisb
Veteran
Posts: 54197
Joined: Tue Mar 17, 2015 9:14 am

Re: Linux AppImage missing

Post by chrisb »

cooperised wrote: Mon Sep 21, 2020 12:55 pm I'm not sure what you mean by "the page is back" though
I can open https://github.com/FreeCAD/FreeCAD/rele ... g/0.19_pre and download the files from there. Perhaps you have a local issue accessing Github. We have seen this before.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: Linux AppImage missing

Post by vocx »

chrisb wrote: Mon Sep 21, 2020 5:28 pm ...Perhaps you have a local issue accessing Github.
He's talking about the AppImage for 0.18.4.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
chrisb
Veteran
Posts: 54197
Joined: Tue Mar 17, 2015 9:14 am

Re: Linux AppImage missing

Post by chrisb »

vocx wrote: Mon Sep 21, 2020 5:35 pm He's talking about the AppImage for 0.18.4.
He wanted to try 0.19 anyway, so why look back?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Linux AppImage missing

Post by sgrogan »

vocx wrote: Mon Sep 21, 2020 5:35 pm He's talking about the AppImage for 0.18.4.
The problem is the way we have https://github.com/FreeCAD/FreeCAD-AppI ... travis.yml setup.
It packages the 0.18 releases branch in a cron job. It's good if a new tag is created on that branch it will auto deploy. It's bad because it keeps deploying the same build over and over and if there is a fault the working build get's trimmed. (The normal fault is an intermittent time out in Travis that causes the packaging to fail but the old asset is still pruned)

I think I know how to disable updating the stable release, but I might break both the stable and dev release doing this.
I may not be able to fix this in realtime.
So... Is it better to go for it, or wait until I have time to monitor and try to fix more quickly?
These timeout issues are becoming more frequent, I don't know if it's increased traffic or $MS takeover of GitHub or both.
"fight the good fight"
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: Linux AppImage missing

Post by vocx »

sgrogan wrote: Mon Sep 21, 2020 9:30 pm ...
So... Is it better to go for it, or wait until I have time to monitor and try to fix more quickly?
...
Personally, I think it's better to keep v0.19 alive rather than v0.18. If you can fix both that's good, but make v0.19 the priority.

And I do think the increased traffic is causing issues.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Linux AppImage missing

Post by sgrogan »

vocx wrote: Mon Sep 21, 2020 9:35 pm Personally, I think it's better to keep v0.19 alive rather than v0.18. If you can fix both that's good, but make v0.19 the priority.
I think I know how to hack it to just disable the automatic 0.18 builds. We will just need to trigger manual if we have a 0.18.5
But I will most likely break things first try and I don't have a good way to test locally. I'll wait till I can monitor the builds/packaging, probably on the weekend.
I don't see an obvious reason why the stable release is affected more by the timeouts, but they haven't been a problem for the .AppImage.
"fight the good fight"
User avatar
jae
Posts: 3
Joined: Fri Sep 25, 2020 8:32 pm

Re: Linux AppImage missing

Post by jae »

As a new user, here is my one post!

How often does the 0.19 app image update? It looks like the appimageupdatetool is updating, but ends up being the same rev 22492 (as of 25SEP). I dug around a little but decided to post here since I'm in new user jail.

thx.jae.
Post Reply