NormandC wrote:You did not do what I asked.
I specifically asked you to report your FreeCAD info as explained in the Read first topic ...
My apologies. You are correct; I did not follow your directions.
Code: Select all
OS: Ubuntu 16.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.8469 (Git)
Build type: None
Branch: master
Hash: 40c79f18e4d63c86fa865c43f0276ee1cff00abb
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
NormandC wrote:
The FreeCAD PPAs have up-to-date versions 1:0.16.6707-1ppa1~ubuntu16.04.1 and 0.17~alpha1+git201702181913~ubuntu16.04.1.
The only way that you could be not up-to-date is that you disabled both PPA sources on your system.
I'm not sure I know how I could have disabled both PPA sources in my system. The only files that refer to anything regarding "freecad" under /etc/apt/ is in /etc/apt/sources.list.d/freecad-maintainers-ubuntu-freecad-daily-xenial.list which has:
Code: Select all
deb http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu xenial main
# deb-src http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu xenial main
# deb-src http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu xenial main
Carefully re-reading
IMPORTANT: Please read first before asking for help I see:
We offer a FreeCAD Stable Releases PPA repository with the latest "release" version or better still use the "daily" PPA which compiles a new version almost every day from the official FreeCAD repository master branch FreeCAD Daily Releases PPA repository.
Which eventually leads me to
https://www.freecadweb.org/wiki/index.p ... A_Packages and from there I see:
Code: Select all
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install freecad-daily freecad-daily-doc
The instructions at
https://launchpad.net/~freecad-maintain ... ecad-daily was where I was going off of, and it does NOT show the upgrade command, so that is one missing peice of the puzzle. Only issuing both of these commands gave me the new package:
Code: Select all
sudo apt-get upgrade
sudo apt-get install freecad-daily freecad-daily-doc
Finally, the Help/About results gives the version you had indicated:
Code: Select all
OS: Ubuntu 16.04.2 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.10150 (Git)
Build type: None
Branch: master
Hash: 978978f7dd1814083d7b9c9fc4267dba25f58a80
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
And "dpkg --list freecad\*" now returns:
Code: Select all
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============================================-============================-============================-==================================================================================================
ii freecad 1:0.16.6707-1ppa2~ubuntu16.0 amd64 Extensible Open Source CAx program (beta)
ii freecad-daily 0.17~alpha1+git201702181913~ amd64 Extensible Open Source CAx program (beta)
ii freecad-daily-doc 0.17~alpha1+git201702181913~ all FreeCAD documentation
ii freecad-doc 1:0.16.6707-1ppa2~ubuntu16.0 all FreeCAD documentation
Now that freecad-daily is up-to-date, I'll go back in and do some more testing to see if I can reproduce what I was seeing, and report back.
Thanks for your help!!