Bug 1709405

Summary: Slicing hangs after upgrade to
Product: [Fedora] Fedora Reporter: Pete Zaitcev <zaitcev>
Component: cura-lulzbotAssignee: Miro Hrončok <mhroncok>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 30CC: mhroncok, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 3.6.8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-15 01:24:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Test STL in case it's relevant none

Description Pete Zaitcev 2019-05-13 14:11:52 UTC
Created attachment 1567983 [details]
Test STL in case it's relevant

Description of problem:

Slicing hangs after running "dnf update". The dnf installed versions:

  CuraEngine-lulzbot-1:3.6.3-1.fc29.x86_64
  cura-lulzbot-1:3.6.3-2.fc29.noarch
  lulzbot-marlin-firmware-1:1.1.9.34-1.fc29.noarch
  python3-uranium-lulzbot-3.6.3-1.fc29.noarch

Restored old version with:

rpm -U --oldpackage CuraEngine-lulzbot-3.2.32-1.fc29.x86_64.rpm cura-lulzbot-3.2.32-1.fc29.noarch.rpm python3-uranium-lulzbot-3.2.32-1.fc29.noarch.rpm 

This one works.

Version-Release number of selected component (if applicable):

3.6.3 (see specific versinos above, they are independent per rpm)

How reproducible:

Synchronous

Steps to Reproduce:
1. Load attached STL
2. Cura stays at "Slicing...." forever

Actual results:

Hangs

Expected results:

Works as before the update

Additional info:

Comment 1 Miro Hrončok 2019-05-13 14:13:29 UTC
Does 3.6.8 help?

https://bugzilla.redhat.com/show_bug.cgi?id=1707527

Comment 2 Pete Zaitcev 2019-05-13 17:47:55 UTC
Hmm, I thought I was on the latest, at least whatever "dnf update" provided.
I'm updating to F30 and will report. Keeping the needinfo set for now.

Comment 3 Miro Hrončok 2019-05-14 04:49:07 UTC
You are, that update is still in updates-testing.

Comment 4 Pete Zaitcev 2019-05-14 04:57:15 UTC
I pulled 3.6.8 from Koji, but it fails installations with:

[root@hermeneutic-one tmp]# rpm -U cura-lulzbot-3.6.8-1.fc30.noarch.rpm  python3-uranium-lulzbot-3.6.8-1.fc30.noarch.rpm lulzbot-marlin-firmware-1.1.9.34-5.fc30.noarch.rpm 
error: Failed dependencies:
        lulzbot-marlin-firmware-pro >= 1:2.0.0.110 is needed by cura-lulzbot-1:3.6.8-1.fc30.noarch
[root@hermeneutic-one tmp]# dnf search marlin
Last metadata expiration check: 0:20:12 ago on Mon 13 May 2019 11:34:38 PM CDT.
======================== Name & Summary Matched: marlin ========================
lulzbot-marlin-firmware.noarch : Marlin firmware files for the Lulzbot family of
                               : 3D printers
[root@hermeneutic-one tmp]# 

There's only lulzbot-marlin-firmware without -pro suffix.

Comment 5 Miro Hrončok 2019-05-14 05:08:04 UTC
I'm so sorry. I wanted to give you this link in comment #1 instead of the unrelated bugzilla (copy-paste error):

F30: https://bodhi.fedoraproject.org/updates/FEDORA-2019-f4800a5be1
F29: https://bodhi.fedoraproject.org/updates/FEDORA-2019-f22ff7e554

It includes the command that gives you the update, you should not need to fetch it from koji. The update includes lulzbot-marlin-firmware-pro.

Comment 6 Pete Zaitcev 2019-05-15 01:24:31 UTC
3.6.8 seems to work, closing (still needs some updates for other problems, but slicing works).