Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1794292 - mlpack fails to build with gcc 10: internal compiler error: in nothrow_spec_p
Summary: mlpack fails to build with gcc 10: internal compiler error: in nothrow_spec_p
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mlpack
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ryan Curtin
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1794094
Blocks: F32FTBFS PYTHON39 GCC10
TreeView+ depends on / blocked
 
Reported: 2020-01-23 08:13 UTC by Miro Hrončok
Modified: 2020-01-28 09:36 UTC (History)
4 users (show)

Fixed In Version: gcc-10.0.1-0.6.fc32
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-01-28 09:36:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2020-01-23 08:13:10 UTC
mlpack fails to build with gcc 10:

[  2%] Building CXX precompiled header src/mlpack/cotire/mlpack_CXX_prefix.hxx.gch
cd /builddir/build/BUILD/mlpack-3.2.2/src/mlpack && /usr/bin/cmake -DCOTIRE_BUILD_TYPE:STRING= -DCOTIRE_VERBOSE:BOOL=1 -P /builddir/build/BUILD/mlpack-3.2.2/CMake/cotire.cmake precompile /builddir/build/BUILD/mlpack-3.2.2/src/mlpack/mlpack_CXX_cotire.cmake /builddir/build/BUILD/mlpack-3.2.2/src/mlpack/cotire/mlpack_CXX_prefix.hxx /builddir/build/BUILD/mlpack-3.2.2/src/mlpack/cotire/mlpack_CXX_prefix.hxx.gch /builddir/build/BUILD/mlpack-3.2.2/src/mlpack/bindings/cli/print_help.cpp
-- execute_process: /usr/bin/c++;-Dmlpack_EXPORTS;-DARMA_NO_DEBUG;-DNDEBUG;-DHAS_STB;-DBOOST_TEST_DYN_LINK;-DHAS_OPENMP;-O2;-g;-pipe;-Wall;-Werror=format-security;-Wp,-D_FORTIFY_SOURCE=2;-Wp,-D_GLIBCXX_ASSERTIONS;-fexceptions;-fstack-protector-strong;-grecord-gcc-switches;-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1;-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1;-m64;-mtune=generic;-fasynchronous-unwind-tables;-fstack-clash-protection;-fcf-protection;-Wall;-Wextra;-ftemplate-depth=1000;-Wno-unused-function;-O3;-fopenmp;-std=gnu++11;-fPIC;-I/builddir/build/BUILD/mlpack-3.2.2/src;-I/builddir/build/BUILD/mlpack-3.2.2/stb;-I/builddir/build/BUILD/mlpack-3.2.2/src/mlpack/..;-x;c++-header;-c;/builddir/build/BUILD/mlpack-3.2.2/src/mlpack/cotire/mlpack_CXX_prefix.hxx;-o;/builddir/build/BUILD/mlpack-3.2.2/src/mlpack/cotire/mlpack_CXX_prefix.hxx.gch
*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.
Event                            | Plugins
PLUGIN_FINISH_UNIT               | annobin: Generate final annotations
PLUGIN_START_UNIT                | annobin: Generate global annotations
PLUGIN_ALL_PASSES_START          | annobin: Generate per-function annotations
PLUGIN_ALL_PASSES_END            | annobin: Register per-function end symbol
In file included from /usr/include/armadillo:680,
                 from /builddir/build/BUILD/mlpack-3.2.2/src/mlpack/core/arma_extend/arma_extend.hpp:44,
                 from /builddir/build/BUILD/mlpack-3.2.2/src/mlpack/prereqs.hpp:108,
                 from /builddir/build/BUILD/mlpack-3.2.2/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
                 from /builddir/build/BUILD/mlpack-3.2.2/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
/usr/include/armadillo_bits/op_find_meat.hpp: In static member function 'static void arma::op_find::apply(arma::Mat<long long unsigned int>&, const arma::mtOp<long long unsigned int, T1, arma::op_find>&)':
/usr/include/armadillo_bits/op_find_meat.hpp:433:89: internal compiler error: in nothrow_spec_p, at cp/except.c:1247
  433 |       out = (k > 0 && k <= n_nz) ? indices.rows(0,      k-1   ) : indices.rows(0, n_nz-1);
      |             

This failure happened during our Python 3.9 rebuilds. While not related to Python 3.9, it still blocks it.

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/fedora-rawhide-x86_64/01173459-mlpack/

For all our attempts to build mlpack with Python 3.9, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.9/package/mlpack/

Comment 1 Miro Hrončok 2020-01-23 08:25:10 UTC
This is a gcc bug. Marking as blocked, changing to ASSIGNED to avoid automated emails. Nothing the package maintainer can do here, but please keep this open.


Note You need to log in before you can comment on or make changes to this bug.