Page MenuHomePureOS Tracker

gnome-software fails to install FreeCAD
Open, NormalPublic

Description

After clicking install, only freecad-common package is isntalled:

dwaff@ayers2:~$ dpkg -l | grep freecad
ii freecad-common 0.18~pre1+dfsg1-5

And of course, FreeCAD can't be run, even though gnome-software lists is as installed.

workaround: apt-get install freecad

installed packages after executing the workaround:
root@ayers2:/home/dwaff# dpkg -l | grep freecad
ii freecad 0.18~pre1+dfsg1-5 all Extensible Open Source CAx program
ii freecad-common 0.18~pre1+dfsg1-5 all Extensible Open Source CAx program - common files
ii freecad-python2 0.18~pre1+dfsg1-5 amd64 Extensible Open Source CAx program - Python 2 binaries
ii freecad-runtime 0.18~pre1+dfsg1-5 all Extensible Open Source CAx program - runtime files
ii libfreecad-python2-0.18 0.18~pre1+dfsg1-5 amd64 Extensible Open Source CAx program - Python 2 library files
[and a lot of dependencies]

No idea how to fix this. Any pointers to relevant docs please? Is it a bug in gnome-software, its configuration files, or a FreeCAD packaging?

PureOS amber:
root@ayers2:/home/dwaff# uname -a
Linux ayers2 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64 GNU/Linux
root@ayers2:/home/dwaff# cat /etc/debian_version
buster/sid
root@ayers2:/home/dwaff# cat /etc/pu
pulse/ purebrowser/ purism-power-optimisations/
root@ayers2:/home/dwaff# cat /etc/os-release
ID=pureos
NAME=PureOS
PRETTY_NAME=PureOS

VERSION_ID=9.0
VERSION_CODENAME=amber

HOME_URL="https://pureos.net/"
SUPPORT_URL="https://puri.sm/faq/#faq-WherecanIfindoutmoreaboutPureOS"
BUG_REPORT_URL="https://tracker.pureos.net/"

LOGO=pureos-logo-icon
root@ayers2:/home/dwaff# cat /etc/apt/sources.list
deb https://repo.puri.sm/pureos amber main
deb https://repo.pureos.net/pureos/ amber-security main
deb https://repo.pureos.net/pureos/ amber-updates main
deb-src https://repo.puri.sm/pureos amber main
root@ayers2:/home/dwaff#

Event Timeline

Dwaff created this task.Nov 26 2020, 06:42
Dwaff updated the task description. (Show Details)Nov 26 2020, 06:50

Thanks for filing the bug. I'm not sure of the issue - can you install freecad via the command line?

jeremiah.foster triaged this task as Normal priority.Nov 30 2020, 17:37
Dwaff added a comment.Nov 30 2020, 17:42

I can install freecad via the command line. apt-get install freecad gives a functional installation. Clicking install button in gnome-software results in only freecad-common package being installed, which is not enough to run freecad.

jeremiah.foster added a comment.EditedNov 30 2020, 17:43

Ah, okay. That is a good catch, I've never seen that behavior before. I'll have to investigate and it may be a bug in GNOME-SOFTWARE, or, as you point out, it may be in the packaging.