ODA File Converter Installation problems

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
maker
Posts: 192
Joined: Sun Apr 01, 2018 10:25 am

ODA File Converter Installation problems

Post by maker »

I tried to install the ODA File converter on my OS, but the install failed.
I downloaded the .rpm package from https://download.opendesign.com/guestfi ... 4.7dll.rpm

FC output on my installed system:

OS: openSUSE Leap 15.1 (KDE//usr/share/xsessions/default)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.Unknown
Build type: Release
Python version: 3.6.5
Qt version: 5.9.7
Coin version: 4.0.0a
OCC version: 7.4.0
Locale: German/Germany (de_DE)

I got the error message :

Code: Select all

linux-4t6d: # zypper install ODAFileConverter_QT5_lnxX64_4.7dll.rpm

Repository-Daten werden geladen...
Installierte Pakete werden gelesen...
Paketabhängigkeiten werden aufgelöst...

Problem: DbConstraints.tx()(64bit) benötigt von ODAFileConverter-20.8.0.0-1.x86_64 wird nirgends zur Verfügung gestellt
 Lösung 1: ODAFileConverter-20.8.0.0-1.x86_64 nicht installieren
 Lösung 2: ODAFileConverter-20.8.0.0-1.x86_64 durch Ignorieren einiger Abhängigkeiten brechen

Wählen Sie aus den obigen Lösungen mittels Nummer oder brechen Sie (a)b [1/2/a/d/?] (a): a
linux-4t6d: # 
so I aborted the installation. ;)

In the forum I found the related thread ODA converter will not install https://forum.freecadweb.org/viewtopic.php?t=35980.
But this seems to be different ...

What is and where to get the above mentioned:
DbConstraints.tx()(64bit) of ODAFileConverter-20.8.0.0-1.x86_64 package ?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: ODA File Converter Installation problems

Post by Kunda1 »

maker wrote: Sun Nov 03, 2019 11:05 am I tried to install the ODA File converter on my OS, but the install failed.
I downloaded the .rpm package from https://download.opendesign.com/guestfi ... 4.7dll.rpm
You may want to report this issue upstream, to whomever packaged ODA file converter RPM
Perhaps let the OpenSuSe folks know?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
maker
Posts: 192
Joined: Sun Apr 01, 2018 10:25 am

Re: ODA File Converter Installation problems

Post by maker »

@Kunda1

Thank you much for your advice. With regard to the repository ODAFileConverter_QT5_lnxX64_4.7dll.rpm I created an issue at the Open Design Alliance (JIRA).

Today I received the answer:
Re: [Contact ODA Webmaster] ODA File Converter - reference: repository ODAFileConverter_QT5_lnxX64_4.7dll.rpm

Hi,
We download new installers with fix. Please, clean browser cache and download installer again.
Regards.
Today I installed the new downloaded .rpm file successfully:

Code: Select all


linux-4t6d: # zypper install ODAFileConverter_QT5_lnxX64_4.7dll.rpm
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...
Paketabhängigkeiten werden aufgelöst...

Das folgende NEUE Paket wird installiert:
  ODAFileConverter

1 neues Paket zu installieren.
Gesamtgröße des Downloads: 41,9 MiB. Bereits im Cache gespeichert: 0 B. Nach der Operation werden zusätzlich 154,2 MiB belegt.
Fortfahren? [j/n/v/...? zeigt alle Optionen] (j): j
Paket ODAFileConverter-20.8.0.0-1.x86_64 abrufen                                                                                                        (1/1),  41,9 MiB (154,2 MiB entpackt)
ODAFileConverter_QT5_lnxX64_4.7dll.rpm:
    Paket ist nicht signiert!

ODAFileConverter-20.8.0.0-1.x86_64 (Einfacher Cache für RPM-Dateien): Fehler beim Überprüfen der Signatur [6-Datei ist unsigniert]
Abbrechen, wiederholen, ignorieren? [a/w/i] (a): i

Überprüfung auf Dateikonflikte läuft: ...............................................................................................................................................[fertig]
(1/1) Installieren: ODAFileConverter-20.8.0.0-1.x86_64 ..............................................................................................................................[fertig]
Zusätzliche rpm-Ausgabe:
find: '/home/*/Desktop': No such file or directory                                                                                                                                           
post completed                                                                                                                                                                               


linux-4t6d: #
==>

ODA converter has been installed to directory:

./usr/local/bin/ODAFileConverter_20.8.0.0 :D

The only fault during the install procedure the message came up:
>> Error at verification of signature (6-file is unsigned) <<

But thats another issue...
Post Reply