Description of problem: Package octave-symbolic fails to build from source in Fedora rawhide. Version-Release number of selected component (if applicable): 2.8.0-4.fc32 Steps to Reproduce: koji build --scratch f32 octave-symbolic-2.8.0-4.fc32.src.rpm Additional info: This package is tracked by Koschei. See: https://koschei.fedoraproject.org/package/octave-symbolic >>>>> processing /builddir/build/BUILDROOT/octave-symbolic-2.8.0-4.fc32.noarch/usr/share/octave/packages/symbolic-2.8.0/finiteset.m ***** test e = finiteset(); s = finiteset(sym(1)); s2 = e + s; assert (isequal (s, s2)) !!!!! test failed Python exception: TypeError: unsupported operand type(s) for +: 'Singleton' and 'FiniteSet' occurred at line 8 of the Python code block: return x + y This appears to have happened with the sympy 1.5 update.
Filed upstream: https://savannah.gnu.org/bugs/index.php?57737
*** Bug 1799823 has been marked as a duplicate of this bug. ***
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32.
Dear Maintainer, your package has not been built successfully in 32. Action is required from you. If you can fix your package to build, perform a build in koji, and either create an update in bodhi, or close this bug without creating an update, if updating is not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to acknowledge this. Following the latest policy for such packages [2], your package will be orphaned if this bug remains in NEW state more than 8 weeks. A week before the mass branching of Fedora 33 according to the schedule [3], any packages not successfully rebuilt at least on Fedora 31 will be retired regardless of the status of this bug. [1] https://fedoraproject.org/wiki/Updates_Policy [2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ [3] https://fedoraproject.org/wiki/Releases/33/Schedule
We are waiting for an upstream release that should resolve these issues.
Orion, if you can spare a moment to review upstream https://sourceforge.net/p/octave/package-releases/408/ we can get this out. After its official, I will patch the spec something like below, notably dropping the patch and the sed line. - - - - diff --git a/octave-symbolic.spec b/octave-symbolic.spec index ee2f2f2..0dd47d2 100644 --- a/octave-symbolic.spec +++ b/octave-symbolic.spec @@ -4,14 +4,12 @@ %global _python_bytecompile_extra 0 Name: octave-%{octpkg} -Version: 2.8.0 -Release: 5%{?dist} +Version: 2.9.0 +Release: 1%{?dist} Summary: Symbolic computations for Octave License: GPLv3+ URL: https://octave.sourceforge.io/%{octpkg} Source0: https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz -# in next upstream version -Patch0: solve-skip-some-nondeterministic-doctests.patch BuildArch: noarch BuildRequires: octave-devel @@ -33,8 +31,6 @@ variable precision arithmetic and other features. %prep %setup -q -n %{octpkg}-%{version} -sed -i "s/python = 'python'/python = 'python3'/" inst/private/defaultpython.m -%patch0 -p1 %build %octave_pkg_build @@ -79,6 +75,9 @@ popd %changelog +* Wed Mar 04 2020 Colin B. Macdonald <cbm.org> - 2.9.0-1 +- Update to 2.9.0 (bugz#1797854) + * Wed Jan 29 2020 Fedora Release Engineering <releng> - 2.8.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - - - -
FEDORA-2020-587e973600 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-587e973600
octave-symbolic-2.9.0-1.fc32 has been pushed to the Fedora 32 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-587e973600
octave-symbolic-2.9.0-1.fc32 has been pushed to the Fedora 32 stable repository. If problems still persist, please make note of it in this bug report.