FreeCAD Daily

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
keithsloan52
Veteran
Posts: 2764
Joined: Mon Feb 27, 2012 5:31 pm

FreeCAD Daily

Post by keithsloan52 »

My FreeCAD Daily does not seem to be updating

sudo apt-get update

Code: Select all

sudo apt-get update
.....
Hit:4 http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu bionic InRelease
....
sudo apt-get install freecad-daily

Code: Select all

 sudo apt-get install freecad-daily
Reading package lists... Done
Building dependency tree       
Reading state information... Done
freecad-daily is already the newest version (0.19~pre2~202003181352~ubuntu18.04.1).
0 to upgrade, 0 to newly install, 0 to remove and 56 not to upgrade.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: FreeCAD Daily

Post by triplus »

keithsloan52 wrote: Thu Mar 19, 2020 5:06 am My FreeCAD Daily does not seem to be updating

Code: Select all

20200318
It's daily not hourly? ;)
keithsloan52
Veteran
Posts: 2764
Joined: Mon Feb 27, 2012 5:31 pm

Re: FreeCAD Daily

Post by keithsloan52 »

triplus wrote: Thu Mar 19, 2020 5:25 am
keithsloan52 wrote: Thu Mar 19, 2020 5:06 am My FreeCAD Daily does not seem to be updating

Code: Select all

20200318
It's daily not hourly? ;)
so

Code: Select all

20200318
Is the latest? So year | month | day

@wmayer was suggesting that the problem I was seeing was fixed in the latest version,
but does not appear to be the case for me.
reox
Posts: 929
Joined: Sat Aug 13, 2016 10:06 am
Contact:

Re: FreeCAD Daily

Post by reox »

yes it is all in the version string:
0.19~pre2~202003181352~ubuntu18.04.1

was build at 18.03.2020 13:52

The latest commit might not been in that version, for example if it was commited after 13:52 on that day.
But you can check in the version info and compare the git commit with the latest git commit at https://github.com/FreeCAD/FreeCAD
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: FreeCAD Daily

Post by vocx »

keithsloan52 wrote: Thu Mar 19, 2020 8:02 am ...
@wmayer was suggesting that the problem I was seeing was fixed in the latest version,
but does not appear to be the case for me.
Can you please link to your other thread? It's really annoying that you open threads, talk about a problem from another thread, but don't provide a link to it.

And a fix could take several days to propagate to the daily build. If you can compile the software yourself, then you can get new commits immediately as they are being pushed to GitHub, but if not you have to wait. Usually the daily lags one day, but it may lag several days if for some reason the package is not built one day.
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.
keithsloan52
Veteran
Posts: 2764
Joined: Mon Feb 27, 2012 5:31 pm

Re: FreeCAD Daily

Post by keithsloan52 »

vocx wrote: Thu Mar 19, 2020 8:28 am
keithsloan52 wrote: Thu Mar 19, 2020 8:02 am ...
@wmayer was suggesting that the problem I was seeing was fixed in the latest version,
but does not appear to be the case for me.
Can you please link to your other thread? It's really annoying that you open threads, talk about a problem from another thread, but don't provide a link to it.

And a fix could take several days to propagate to the daily build. If you can compile the software yourself, then you can get new commits immediately as they are being pushed to GitHub, but if not you have to wait. Usually the daily lags one day, but it may lag several days if for some reason the package is not built one day.
Because I thought it was a separate issue not related to the original problem.
https://forum.freecadweb.org/viewtopic.php?f=22&t=44156
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: FreeCAD Daily

Post by vocx »

keithsloan52 wrote: Thu Mar 19, 2020 8:47 am Because I thought it was a separate issue not related to the original problem.
https://forum.freecadweb.org/viewtopic.php?f=22&t=44156
Of course it's a separate issue. But if you are going to mention, "in my other conversation", or thread, or post, or whatever, the least you could do is provide a link to it.
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.
Post Reply