home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   linux.debian.bugs.dist      Ohh some weird Debian bug report thing      28,835 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 26,944 of 28,835   
   Santiago Vila to All   
   Bug#1127534: r-cran-tmb: FTBFS: dpkg-gen   
   09 Feb 26 19:20:02   
   
   From: sanvila@debian.org   
      
   Package: src:r-cran-tmb   
   Version: 1.9.19-1   
   Severity: serious   
   Tags: ftbfs forky sid   
      
   Dear maintainer:   
      
   During a rebuild of all packages in unstable, this package failed to build.   
      
   Below you will find the last part of the build log (probably the most   
   relevant part, but not necessarily). If required, the full build log   
   is available here:   
      
   https://people.debian.org/~sanvila/build-logs/202602/   
      
   About the archive rebuild: The build was made on virtual machines from AWS,   
   using sbuild and a reduced chroot with only build-essential packages.   
      
   If you cannot reproduce the bug please contact me privately, as I   
   am willing to provide ssh access to a virtual machine where the bug is   
   fully reproducible.   
      
   If this is really a bug in one of the build-depends, please use   
   reassign and add an affects on src:r-cran-tmb, so that this is still   
   visible in the BTS web page for this package.   
      
   Thanks.   
      
   ----------------------------------------------------------------   
   ---------------   
   [...]   
    debian/rules clean   
   dh clean --buildsystem R   
      dh_auto_clean -O--buildsystem=R   
      dh_autoreconf_clean -O--buildsystem=R   
      dh_clean -O--buildsystem=R   
    debian/rules binary   
   dh binary --buildsystem R   
      dh_update_autotools_config -O--buildsystem=R   
      dh_autoreconf -O--buildsystem=R   
      dh_auto_configure -O--buildsystem=R   
      dh_auto_build -O--buildsystem=R   
      dh_auto_test -O--buildsystem=R   
      create-stamp debian/debhelper-build-stamp   
      dh_testroot -O--buildsystem=R   
      dh_prep -O--buildsystem=R   
      
   [... snipped ...]   
      
         |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~   
   /usr/lib/R/site-library/RcppEigen/include/Eigen/src/Core/AssignE   
   aluator.h:890:49:   required from ‘void Eigen::internal::call_   
   ssignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Ei   
   en::Block, -1, -1, false>;    
   Src = Eigen::Block, const Eigen::CwiseNullaryOp, const   
   Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1,    
   false>; Func = sub_assign_op]’   
     890 |   Assignment::run(actualDst, src, func);   
         |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~   
   /usr/lib/R/site-library/RcppEigen/include/Eigen/src/Core/AssignE   
   aluator.h:858:27:   required from ‘void Eigen::internal::call_   
   ssignment(Dst&, const Src&, const Func&, typename enable_if<(! e   
   aluator_assume_aliasing::value), void*>::type) [with    
   Dst = Eigen::Block, -1, -1, false>; Src =   
   Eigen::Block,   
   const Eigen::CwiseNullaryOp, const Ei   
   en::Matrix >, const Eigen::   
   Block, -1, -1, false> >, -1, -1, false>; Func =   
   sub_assign_op; typename enable_if<(! evaluator_a   
   sume_aliasing::value), void*>::type = void*; typename evalu   
   tor_traits::Shape = Eigen::   
   DenseShape]’   
     858 |   call_assignment_no_alias(dst, src, func);   
         |   ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~   
   /usr/lib/R/site-library/RcppEigen/include/Eigen/src/Core/CwiseBi   
   aryOp.h:164:18:   required from ‘Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived =   
   Eigen::Block, const Eigen::Cwise   
   ullaryOp, const Eige   
   ::Matrix >, const Eigen::Block,   
   -1, -1, false> >, -1, -1, false>; Derived =    
   Eigen::Block, -1, -1, false>]’   
     164 |   call_assignment(derived(), other.derived(), internal::   
   ub_assign_op());   
         |   ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
   /usr/lib/R/site-library/RcppEigen/include/Eigen/src/Core/product   
   /TriangularMatrixMatrix.h:457:31:   [ skipping 21 instantiation contexts, use   
   -ftemplate-backtrace-limit=0 to disable ]   
   /usr/lib/R/site-library/RcppEigen/include/Eigen/src/Eigenvalues/   
   ridiagonalization.h:434:55:   required from ‘void Eigen::inter   
   al::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&,   
   CoeffVectorType&, bool) [with MatrixType =    
   Eigen::Matrix; DiagonalType = Eigen::Matrix;   
   SubDiagonalType = Eigen::Matrix; CoeffVectorType =   
   Eigen::Matrix]’   
     434 |   tridiagonalization_inplace_selector::run(mat, diag,   
   subdiag, hcoeffs, extractQ);   
         |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~   
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
   /usr/lib/R/site-library/RcppEigen/include/Eigen/src/Eigenvalues/   
   elfAdjointEigenSolver.h:458:39:   required from ‘Eigen::SelfAd   
   ointEigenSolver& Eigen::SelfAdjointEigenSolver<_Matr   
   xType>::compute(const Eigen::EigenBase&, int)    
   [with InputType = Eigen::Matrix; _MatrixType = E   
   gen::Matrix]’   
     458 |   internal::tridiagonalization_inplace(mat, diag, m_subdiag,   
   m_hcoeffs, computeEigenvectors);   
         |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~   
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
   /usr/lib/R/site-library/RcppEigen/include/Eigen/src/Eigenvalues/   
   elfAdjointEigenSolver.h:181:14:   required from ‘Eigen::SelfAd   
   ointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen   
   :EigenBase&, int) [with InputType = Eigen::   
   Matrix; _MatrixType = Eigen::Matrix]’   
     181 |       compute(matrix.derived(), options);   
         |       ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~   
      
   [continued in next message]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca