freecad-daily fails to update more recently than build 20190708

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
bgoodr
Posts: 228
Joined: Sat Jun 14, 2014 9:40 pm

freecad-daily fails to update more recently than build 20190708

Post by bgoodr »

I used to be able to get daily updates into my Ubuntu systems of freecad-daily. Somehow my system is stuck on the 20190708 release, but it is now 20190722. The instructions I have used in the past were from https://www.freecadweb.org/wiki/Install ... th_console

Running those instructions from a terminal window says it is the latest:

Code: Select all

freecad-daily is already the newest version (0.19~pre1~201907080150~ubuntu19.04.1).
The full log is:

Code: Select all

$ (set -x; \
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily && \
sudo apt-get update && \
sudo apt-get install freecad-daily && \
sudo apt-get upgrade)
+ sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
[sudo] password for CENSORED: 
 Ubuntu daily builds of FreeCAD. These packages are generated by Launchpad's automatic system, and are untested.

Note: the ccx package brings CalculiX support to the FEM workbench, and needs to be installed separately.
 More info: https://launchpad.net/~freecad-maintainers/+archive/ubuntu/freecad-daily
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Get:1 http://security.ubuntu.com/ubuntu disco-security InRelease [97.5 kB]
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable Release
Hit:4 http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu disco InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu disco InRelease
Get:6 http://us.archive.ubuntu.com/ubuntu disco-updates InRelease [97.5 kB]
Hit:8 http://ppa.launchpad.net/freecad-maintainers/freecad-stable/ubuntu disco InRelease
Get:9 http://us.archive.ubuntu.com/ubuntu disco-backports InRelease [88.8 kB]
Hit:10 http://ppa.launchpad.net/system76-dev/stable/ubuntu disco InRelease
Fetched 284 kB in 1s (289 kB/s)
Reading package lists... Done
+ sudo apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu disco InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable Release
Get:4 http://us.archive.ubuntu.com/ubuntu disco-updates InRelease [97.5 kB]
Hit:5 http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu disco InRelease
Get:6 http://security.ubuntu.com/ubuntu disco-security InRelease [97.5 kB]
Hit:8 http://ppa.launchpad.net/freecad-maintainers/freecad-stable/ubuntu disco InRelease
Get:9 http://us.archive.ubuntu.com/ubuntu disco-backports InRelease [88.8 kB]
Hit:10 http://ppa.launchpad.net/system76-dev/stable/ubuntu disco InRelease
Fetched 284 kB in 1s (287 kB/s)
Reading package lists... Done
+ 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~pre1~201907080150~ubuntu19.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ date
Mon 22 Jul 2019 07:28:19 PM PDT
$ 
At https://launchpad.net/~freecad-maintain ... ecad-daily I see on the right side this:

Code: Select all

 freecad-daily 9 days ago
Failed to build: amd64 i386 
My host system info is:

Code: Select all

$ lsb_release -r -i
Distributor ID:	Ubuntu
Release:	19.04
$ 
Is that the problem, or do I have something disabled somehow on my system? nothing in the above log indicates as such. I've also tried uninstalling and reinstalling the packages and that does not produce an updated daily build.

Thanks
-bg
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: freecad-daily fails to update more recently than build 20190708

Post by jmaustpc »

bgoodr wrote: Tue Jul 23, 2019 2:44 am used to be able to get daily updates into my Ubuntu systems of freecad-daily. Somehow my system is stuck on the 20190708 release, but it is now 20190722.
that is because that is the last successful build
freecad-daily - 0.19~pre1~201907080150~ubuntu19.04.1 2019-07-08

since then all builds have failed.

in this link to launch pad I have filtered by 19.04 and superseded since the last "published" is also a build failure.

https://launchpad.net/~freecad-maintain ... lter=disco

So there is nothing wrong on your system, it seems to be working perfectly, it is just that the newer packages are not available because they failed to compile. Kurt is, I think, the only one now who can do much about it. If you want to discuss this, go to the install/compile-packaging sub forum, see if there is a topic discussing this already, if not create one. The failures have been for all supported versions of Ubuntu, not just 19.04.

Jim
User avatar
bgoodr
Posts: 228
Joined: Sat Jun 14, 2014 9:40 pm

Re: freecad-daily fails to update more recently than build 20190708

Post by bgoodr »

jmaustpc wrote: Tue Jul 23, 2019 3:48 am that is because that is the last successful build
freecad-daily - 0.19~pre1~201907080150~ubuntu19.04.1 2019-07-08

... If you want to discuss this, go to the install/compile-packaging sub forum, see if there is a topic discussing this already, if not create one. The failures have been for all supported versions of Ubuntu, not just 19.04.
Thanks Jim!

(I cannot find the "Move this thread to another forum" button. I'm going to have to repost over in Packaging.)
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: freecad-daily fails to update more recently than build 20190708

Post by jmaustpc »

bgoodr wrote: Tue Jul 23, 2019 2:31 pm
jmaustpc wrote: Tue Jul 23, 2019 3:48 am that is because that is the last successful build
freecad-daily - 0.19~pre1~201907080150~ubuntu19.04.1 2019-07-08

... If you want to discuss this, go to the install/compile-packaging sub forum, see if there is a topic discussing this already, if not create one. The failures have been for all supported versions of Ubuntu, not just 19.04.
Thanks Jim!

(I cannot find the "Move this thread to another forum" button. I'm going to have to repost over in Packaging.)
no worries! :)

you need Moderator or more powers to do that. usually its best to just create a new topic and post a link to the old if needed. If it really matters, you can as a Mod to move it for you, but its a bit of a pain so only bother if it really matters, like if the post contains relevant data or something.

Jim
User avatar
bgoodr
Posts: 228
Joined: Sat Jun 14, 2014 9:40 pm

Re: freecad-daily fails to update more recently than build 20190708

Post by bgoodr »

jmaustpc wrote: Tue Jul 23, 2019 2:53 pm ... usually its best to just create a new topic and post a link to the old if needed. ...
Gotcha. I thus have posted into Packaging subforum at: freecad-daily builds: Ubuntu: Broken since 201907080347
Post Reply