Activity log for bug #2038926

Date Who What changed Old value New value Message
2023-10-10 13:53:20 Mitchell Dzurick bug added bug
2023-10-10 13:54:09 Mitchell Dzurick description Mantic package FTBFS. At a minimu, this diff in debian/control.cuda is needed: diff --git a/debian/control.cuda b/debian/control.cuda index 0d0b6c61..4a8f9def 100644 --- a/debian/control.cuda +++ b/debian/control.cuda @@ -27,7 +27,7 @@ Build-Depends: cmake, libflatbuffers-dev (<< 2.0.9~), flatbuffers-compiler-dev, libfxdiv-dev (>= 0.0~git20200417.b408327~), - libgloo-cuda-dev (>= 0.0~git20230117.1090929~) [amd64 arm64 ppc64el], + libgloo-dev (>= 0.0~git20230117.1090929~) [amd64 arm64 ppc64el], libideep-dev (>= 0.0~git20230213.7bc3e12~) [amd64 arm64 ppc64el], liblapack-dev, libleveldb-dev, @@ -43,7 +43,7 @@ Build-Depends: cmake, libpthreadpool-dev (>= 0.0~git20210507.1787867~), libsleef-dev, libsnappy-dev, - libtensorpipe-cuda-dev (>= 0.0~git20220513.bb1473a~), + libtensorpipe-dev (>= 0.0~git20220513.bb1473a~), # libvulkan-dev, # libvulkan-memory-allocator-dev, libxnnpack-dev (>= 0.0~git20221221.51a9875~) [amd64 arm64], As the package names changed to remove the -cuda Mantic package 2.0.1+dfsg-4 FTBFS. At a minimum, this diff in debian/control.cuda is needed: diff --git a/debian/control.cuda b/debian/control.cuda index 0d0b6c61..4a8f9def 100644 --- a/debian/control.cuda +++ b/debian/control.cuda @@ -27,7 +27,7 @@ Build-Depends: cmake,                 libflatbuffers-dev (<< 2.0.9~),                 flatbuffers-compiler-dev,                 libfxdiv-dev (>= 0.0~git20200417.b408327~), - libgloo-cuda-dev (>= 0.0~git20230117.1090929~) [amd64 arm64 ppc64el], + libgloo-dev (>= 0.0~git20230117.1090929~) [amd64 arm64 ppc64el],                 libideep-dev (>= 0.0~git20230213.7bc3e12~) [amd64 arm64 ppc64el],                 liblapack-dev,                 libleveldb-dev, @@ -43,7 +43,7 @@ Build-Depends: cmake,                 libpthreadpool-dev (>= 0.0~git20210507.1787867~),                 libsleef-dev,                 libsnappy-dev, - libtensorpipe-cuda-dev (>= 0.0~git20220513.bb1473a~), + libtensorpipe-dev (>= 0.0~git20220513.bb1473a~),  # libvulkan-dev,  # libvulkan-memory-allocator-dev,                 libxnnpack-dev (>= 0.0~git20221221.51a9875~) [amd64 arm64], As the package names changed to remove the -cuda