Search found 88 matches

by jobermayr
Mon Mar 27, 2017 6:57 pm
Forum: Path/CAM
Topic: Improvements to Tool Handling (and other fixes) #628
Replies: 35
Views: 7633

Re: Improvements to Tool Handling (and other fixes) #628

God morning sliptonic, that sounds great, as soon as it is in the repo i will try :) :) I assume you won't get any updates on Packman anymore: After openSUSE guys captured Packman and disabled my maintainer status[1] I decided it is better to stop working on things for openSUSE, switching to anothe...
by jobermayr
Sun Jan 29, 2017 3:51 pm
Forum: Install / Compile
Topic: OpenSUSE Xfce unresolvable dependencies
Replies: 2
Views: 1221

Re: OpenSUSE Xfce unresolvable dependencies

After I saw a few bug reports here about issues with FreeCAD and an incompatible VTK package I decided with last snapshot to force the VTK package FreeCAD got built against: https://pmbs.links2linux.de/package/rdiff/Extra/FreeCAD?linkrev=base&rev=525 This way zypper should tell user errors when ...
by jobermayr
Wed Jan 25, 2017 7:04 pm
Forum: Install / Compile
Topic: netgen cmake error
Replies: 4
Views: 1569

Re: netgen cmake error

Please ask NETGEN developers since they are not willing to make others able to contribute code nor to provide a working build system. There are some private emails about a discussion with the main developer (Joachim Schöberl) and the CMake maintainer (Matthias Hochsteger): After some discussion I to...
by jobermayr
Sun Jan 22, 2017 6:02 pm
Forum: Forum in Deutsch
Topic: gelöst FC Abstürze unter OpenSuse 42.2
Replies: 6
Views: 2068

Re: gelöst FC Abstürze unter OpenSuse 42.2

Hallo jobermayer, bei mir stürzt FreeCAD regelmässig ab wenn ich in der Path WB eine "3D Facing" Operation ausführen möchte.. FreeCAD aus der Konsole gestartet gibt folgende Fehlermeldung aus: ** Abort *** an exception was raised, but no catch was found. ... The exception is:SIGSEGV 'segm...
by jobermayr
Wed Jan 18, 2017 7:18 pm
Forum: Forum in Deutsch
Topic: Plugin Manager offline?
Replies: 5
Views: 1930

Re: Plugin Manager offline?

Ich kann auch nix dafür, dass die Webbrowser die kostenlosen Zertifikate nicht standardmäßig installieren und nur kommerziellen Anbietern vertrauen. D. h. solche Meldungen einfach ignorieren ...
by jobermayr
Wed Jan 18, 2017 6:44 pm
Forum: Forum in Deutsch
Topic: Plugin Manager offline?
Replies: 5
Views: 1930

Re: Plugin Manager offline?

Ich hab den Pluginmanager soeben auf den neueren localdirs-Zweig aktualisiert:
https://pmbs.links2linux.de/package/rdi ... base&rev=3
by jobermayr
Sun Dec 25, 2016 9:19 am
Forum: Install / Compile
Topic: FreeCAD will not launch after installing last update
Replies: 4
Views: 1282

Re: FreeCAD will not launch after installing last update

It is because FreeCAD got built against Qt5 but old Shiboken and Pivy.
I am on it ...
by jobermayr
Thu Dec 22, 2016 2:03 pm
Forum: Install / Compile
Topic: Incomplete FreeCAD info for Linux packages based on Github source tarball
Replies: 9
Views: 4100

Re: Incomplete FreeCAD info for Linux packages based on Github source tarball

I wonder if they're even aware of the missing FreeCAD info in their package, or maybe they don't care I use two scripts for openSUSE/Packman packages: checkout/snapshot script: $ sed -i -e "s;Version:.*;Version: 0.16.99+git$(date --utc --date "Jan 1, 1970 00:00:00 +0000 + $(git log origin...
by jobermayr
Thu Dec 01, 2016 5:20 am
Forum: Help on using FreeCAD
Topic: Problems with FEM module on OpenSuse
Replies: 3
Views: 1485

Re: Problems with FEM module on OpenSuse

I need output of: $ rpm -q FreeCAD vtk FreeCAD-0.16.99+git20161128.1707-3.1.x86_64 vtk-7.1.0-70.1.x86_64 [...] $ readelf --wide -s /usr/lib64/vtk/libvtkCommonCore.so.1 | grep "vtkDataArrayTemplate.*WritePointer" Does not return anything FreeCAD gets built against vtk-7.0.0-1.17 in Packman...
by jobermayr
Wed Nov 30, 2016 6:59 pm
Forum: Help on using FreeCAD
Topic: Problems with FEM module on OpenSuse
Replies: 3
Views: 1485

Re: Problems with FEM module on OpenSuse

I need output of:

Code: Select all

$ rpm -q FreeCAD vtk
$ ldd /usr/lib64/FreeCAD/lib/libSMDS.so
$ readelf --wide -s /usr/lib64/FreeCAD/lib/libSMDS.so | grep "vtkDataArrayTemplate.*WritePointer"
$ readelf --wide -s /usr/lib64/vtk/libvtkCommonCore.so.1 | grep "vtkDataArrayTemplate.*WritePointer"