Jaunty package broken and compile not functional

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
stedevil
Posts: 2
Joined: Mon Jul 20, 2009 11:16 pm

Jaunty package broken and compile not functional

Post by stedevil »

Hi :)

Yesterday I downloaded freecad_0.8.2237-1jaunty1_i386.deb
When trying to install it the package manager claimed the package was corrupt. A redownload gave the same result. Unfortunately there is no md5sum or similar to verify if it's a problem of the package or an error during download.

Anyway, I tried instead to compile from source. After a lot of installing missing packages both configure, make and make install finished successfully. However the software doesnt seem to work as it should. I cant seem to be able to actually modify (draw) in a scetch. Also the self test reports the two following errors.
-- Error
Traceback (most recent call last):
File "/usr/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/FreeCAD/Mod/Mesh/MeshTestsApp.py", line 114, in testPrimitiveCount
from pivy import coin, sogui; import FreeCADGui
ImportError: No module named pivy
-- Error
Traceback (most recent call last):
File "/usr/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/FreeCAD/Mod/Mesh/MeshTestsApp.py", line 90, in testRayPick
from pivy import coin, sogui; import FreeCADGui
ImportError: No module named pivy
-- Failure
Traceback (most recent call last):
File "/usr/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/FreeCAD/Mod/Test/Workbench.py", line 43, in testActivate
self.failUnless(FreeCADGui.activeWorkbench().name()==i, "Test on activating workbench failed")
File "/usr/lib/python2.6/unittest.py", line 325, in failUnless
if not expr: raise self.failureException, msg
AssertionError: Test on activating workbench failed
---

Also cmdline also mentiones the lack of pivy module.
The readme file doesnt seem to mention these errors or where to get the pivy module.

My system is a laptop with ATI Graphics running (x)ubuntu 9.04
wmayer
Founder
Posts: 20317
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Jaunty package broken and compile not functional

Post by wmayer »

Hi,

I have tested the package right now and it installed properly. Maybe you should choose another download mirror on SF.

Unfortunately, there is no official .deb package for pivy available. For Jaunty 32-bit I'm building one at the moment and will upload it ASAP.
However, at http://git.debian.org/?p=collab-maint/pivy.git you'll find the sources which must be adjusted to work on Jaunty because it uses different Coin/SoQt packages than Debian testing.

Werner
wmayer
Founder
Posts: 20317
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Jaunty package broken and compile not functional

Post by wmayer »

The pivy package for Jaunty is on the server now. You'll find it here: https://sourceforge.net/projects/free-c ... b/download
stedevil
Posts: 2
Joined: Mon Jul 20, 2009 11:16 pm

Re: Jaunty package broken and compile not functional

Post by stedevil »

Thanks a bunch for the Pivy deb :)

Didnt have time to test before now, but after installing it and Python-QT4 all selftests seem to complete. :)

Thanks for the great support and a great start of fixing a sorely missing black hole of LOSS, a proper Engineering CAD util :)
Post Reply