freecad-daily stuck on 0.19?

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
wesbrooks
Posts: 35
Joined: Thu Aug 13, 2015 8:10 am

freecad-daily stuck on 0.19?

Post by wesbrooks »

Morning all,

Heard a few others discussing freecad-daily 0.20, but mine seems to be stuck on 0.19. Just removed the apt repository, purged freecad daily. Tried to re-install freecad-daily and it is looking like it still wants to install 0.19?

Code: Select all

sudo apt-get install freecad-daily
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  freecad-daily-common freecad-daily-python3 libfreecad-daily-python3-0.19
The following NEW packages will be installed
  freecad-daily freecad-daily-common freecad-daily-python3
  libfreecad-daily-python3-0.19
0 to upgrade, 4 to newly install, 0 to remove and 0 not to upgrade.
Need to get 50.4 MB of archives.
After this operation, 192 MB of additional disk space will be used.
Do you want to continue? [Y/n] 

Code: Select all

lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.2 LTS
Release:	20.04
Codename:	focal

Code: Select all

OS: Ubuntu 20.04.2 LTS (ubuntu:GNOME/ubuntu)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.
Build type: Release
Branch: unknown
Hash: e8566f22bbeb0b7204e3c45519d0963e8881100b
Python version: 3.8.5
Qt version: 5.12.8
Coin version: 4.0.0
OCC version: 7.5.1
Locale: English/United Kingdom (en_GB)
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: freecad-daily stuck on 0.19?

Post by Syres »

wesbrooks wrote: Tue Jul 20, 2021 9:40 am but mine seems to be stuck on 0.19.
Please see https://forum.freecadweb.org/viewtopic. ... 64#p515386 Kurt is obviously very busy. If you've a working but old 0.19 Daily then you can compile 0.20 fairly easily as you've got all the dependencies ready to go which is a big step. See https://wiki.freecadweb.org/Compile_on_Linux for more info or you'll have to use the AppImage if you need some new functionality urgently https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds
wesbrooks
Posts: 35
Joined: Thu Aug 13, 2015 8:10 am

Re: freecad-daily stuck on 0.19?

Post by wesbrooks »

Ok, cheers. So my setup isn't hung up on some dependancy somehow and it will move to 0.20 once the ppa is updated?
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: freecad-daily stuck on 0.19?

Post by kkremitzki »

The last time I had some time to look at this I was able to get the FreeCAD daily builds fixed for every currently supported Ubuntu release except 20.04 for some reason. I was just now taking a look at things and it seems like Launchpad has been having some problems; the automatic import from Github has been disabled since July 9th because it timed out 5 days in a row... probably not related, but that has at least been pausing any updates for the versions that should be working. It doesn't look like my attempts right now to kick-start the import are working, so I may have to contact support for Launchpad.
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: freecad-daily stuck on 0.19?

Post by kkremitzki »

The automatic imports are fixed now, doing a little troubleshooting of the focal build itself this morning.
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: freecad-daily stuck on 0.19?

Post by kkremitzki »

This should be fixed now, surprisingly it was a problem with the version of pybind11-dev in Ubuntu 20.04, not sure how it was working previously though since I checked the git blame for changes in FreeCAD's CMake config regarding pybind11 and those changes were done in 2018/2019...
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
wesbrooks
Posts: 35
Joined: Thu Aug 13, 2015 8:10 am

Re: freecad-daily stuck on 0.19?

Post by wesbrooks »

Thanks, all working fine. Much appreciated.
User avatar
ragohix769
Posts: 565
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: freecad-daily stuck on 0.19?

Post by ragohix769 »

I'm having the same issue here: it's been a while* with no updates on the PPA for Freecad Daily.

I use this repository on my KDE_untu machine:

http://ppa.launchpad.net/freecad-mainta ... ily/ubuntu

Something has been changed?
I have to change something?

Code: Select all

OS: Ubuntu 18.04.6 LTS (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.20.
Build type: Release
Branch: unknown
Hash: 582c26ea8b5f9d85957a6cb1bf798839fa2ce94c
Python version: 3.6.9
Qt version: 5.9.5
Coin version: 4.0.0a
OCC version: 7.5.2
Locale: Italian/Italy (it_IT)
* I've seen that the last update was on 10 september 2021 (3 weeks ago):

=> https://launchpad.net/~freecad-maintain ... ecad-daily
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: freecad-daily stuck on 0.19?

Post by kkremitzki »

The build is set to run daily if the repo it's pointing at changes, but it looks like the automatic imports were suspended after failing several times in a row due to taking too long. This has happened before and usually indicates some issue with Launchpad itself, unfortunately.

https://code.launchpad.net/~freecad-mai ... it/freecad
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
Post Reply