Daily PPA for 0.19

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
easyw-fc
Veteran
Posts: 3629
Joined: Thu Jul 09, 2015 9:34 am

Re: Daily PPA for 0.19

Post by easyw-fc »

kkremitzki wrote: Sun May 12, 2019 10:58 pm Ok, it looks like my manual import of the changes I pushed to the ppa/daily branch failed, so when I re-triggered a build those changes weren't picked up. There are builds underway for today right now, and those should contain the fixes.
Solved. Thanks a lot! :D
Renato Rebelo
Posts: 255
Joined: Mon May 19, 2014 1:14 pm
Location: Vouzela - Portugal

Re: Daily PPA for 0.19

Post by Renato Rebelo »

Solved, here too.
thank you
my native language is not English, please excuse me any incorrectness, I apologize for any inconvenience caused, thank you
chrisb
Veteran
Posts: 53919
Joined: Tue Mar 17, 2015 9:14 am

Re: Daily PPA for 0.19

Post by chrisb »

Is there any chance to get it for Ubuntu 16.04 as well? Currently I can install freecad-daily, which runs 0.18.16093. There are further packages

freecad-common
freecad-python2
freecad-runtime
libfreecad-python2-0.18

which have dependencies among themselves, but they don't change the daily situation.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: Daily PPA for 0.19

Post by kkremitzki »

Yep, it's on my to-do list, it's just that 16.04 requires its own packaging recipe and I haven't gotten to working on it just yet.
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.
chrisb
Veteran
Posts: 53919
Joined: Tue Mar 17, 2015 9:14 am

Re: Daily PPA for 0.19

Post by chrisb »

Thanks for the feedback. It's done when it's done.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: Daily PPA for 0.19

Post by kkremitzki »

There's a test build going right now: https://code.launchpad.net/~kkremitzki/ ... ngle-build

If this succeeds I'll move it over to the Daily PPA.
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.
chrisb
Veteran
Posts: 53919
Joined: Tue Mar 17, 2015 9:14 am

Re: Daily PPA for 0.19

Post by chrisb »

kkremitzki wrote: Thu May 16, 2019 6:30 pm There's a test build going right now: https://code.launchpad.net/~kkremitzki/ ... ngle-build

If this succeeds I'll move it over to the Daily PPA.
Great! It's highly appreciated, what you have done for the packaging.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: Daily PPA for 0.19

Post by kkremitzki »

It looks like there's a bug in the Material module which breaks without PySide 2 present:

Code: Select all

make -f src/Mod/Material/CMakeFiles/Material.dir/build.make src/Mod/Material/CMakeFiles/Material.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/debian/build-py2'
cd "/<<PKGBUILDDIR>>/debian/build-py2" && /usr/bin/cmake -E cmake_depends "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/src/Mod/Material" "/<<PKGBUILDDIR>>/debian/build-py2" "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material" "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material/CMakeFiles/Material.dir/DependInfo.cmake" --color=
Scanning dependencies of target Material
make[4]: Leaving directory '/<<PKGBUILDDIR>>/debian/build-py2'
make -f src/Mod/Material/CMakeFiles/Material.dir/build.make src/Mod/Material/CMakeFiles/Material.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/debian/build-py2'
[ 44%] Copying /<<PKGBUILDDIR>>/src/Mod/Material/Init.py to /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/Init.py
cd "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material" && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/src/Mod/Material/Init.py /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/Init.py
[ 44%] Copying /<<PKGBUILDDIR>>/src/Mod/Material/InitGui.py to /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/InitGui.py
cd "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material" && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/src/Mod/Material/InitGui.py /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/InitGui.py
[ 44%] Copying /<<PKGBUILDDIR>>/src/Mod/Material/Material.py to /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/Material.py
cd "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material" && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/src/Mod/Material/Material.py /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/Material.py
[ 44%] Copying /<<PKGBUILDDIR>>/src/Mod/Material/importFCMat.py to /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/importFCMat.py
cd "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material" && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/src/Mod/Material/importFCMat.py /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/importFCMat.py
[ 44%] Copying /<<PKGBUILDDIR>>/src/Mod/Material/MaterialEditor.py to /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/MaterialEditor.py
cd "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material" && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/src/Mod/Material/MaterialEditor.py /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/MaterialEditor.py
[ 44%] Copying /<<PKGBUILDDIR>>/src/Mod/Material/materials-editor.ui to /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/materials-editor.ui
cd "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material" && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/src/Mod/Material/materials-editor.ui /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/materials-editor.ui
[ 44%] Copying /<<PKGBUILDDIR>>/src/Mod/Material/Templatematerial.yml to /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/Templatematerial.yml
cd "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material" && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/src/Mod/Material/Templatematerial.yml /<<PKGBUILDDIR>>/debian/build-py2/Mod/Material/Templatematerial.yml
[ 44%] Generating Material_rc.py
cd "/<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material" && PYSIDE2RCCBINARY-NOTFOUND /<<PKGBUILDDIR>>/src/Mod/Material/Resources/Material.qrc -o /<<PKGBUILDDIR>>/debian/build-py2/src/Mod/Material/Material_rc.py
/bin/sh: 1: PYSIDE2RCCBINARY-NOTFOUND: not found
src/Mod/Material/CMakeFiles/Material.dir/build.make:92: recipe for target 'src/Mod/Material/Material_rc.py' failed
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.
PaulG
Posts: 39
Joined: Mon Feb 25, 2019 5:38 pm

Re: Daily PPA for 0.19

Post by PaulG »

Any chance there will be daily 0.19 PPA for xenial any time soon? I'm building from git at home but can't run on Travis-ci.
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: Daily PPA for 0.19

Post by kkremitzki »

Not until the bug mentioned in my previous post is fixed.
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