[Debian-med-packaging] Bug#981753: COPY cannot find "/usr/share/nodejs/axios/dist/axios.min.js"

Mathieu Malaterre malat at debian.org
Wed Feb 3 15:42:32 GMT 2021


Source: orthanc-dicomweb
Version: 1.5+dfsg-1
Tags: patch

Looks like orthanc-dicomweb cannot be backported to buster. It fails with:

$ debuild -b
[...]
Switching to C++11 standard, as version of JsonCpp is >= 1.0.0
-- Found Boost: /usr/include (found version "1.67.0")
-- Found Boost: /usr/include (found version "1.67.0") found
components: filesystem thread system date_time regex chrono atomic
Orthanc framework include dir: /usr/include/orthanc-framework
Path to the Debian Google Test sources: /usr/src/gtest
Path to the Debian Google Test includes: /usr/include/gtest
CMake Error at debian/ThirdPartyDownloads/JavaScriptLibraries.cmake:10 (file):
  file COPY cannot find "/usr/share/nodejs/axios/dist/axios.min.js": No such
  file or directory.
Call Stack (most recent call first):
  CMakeLists.txt:83 (include)


CMake Error at debian/ThirdPartyDownloads/JavaScriptLibraries.cmake:22 (file):
  file COPY cannot find
  "/usr/share/nodejs/bootstrap/dist/css/bootstrap.min.css": No such file or
  directory.
Call Stack (most recent call first):
  CMakeLists.txt:83 (include)
[...]

On my system:

% dpkg -L node-axios  | grep axios.min.js
/usr/lib/nodejs/axios/dist/axios.min.js

Where:

% apt-cache policy node-axios
node-axios:
  Installed: 0.17.1+dfsg-2
  Candidate: 0.17.1+dfsg-2
  Version table:
 *** 0.17.1+dfsg-2 500
        500 http://deb.debian.org/debian buster/main amd64 Packages
        100 /var/lib/dpkg/status

I would update d/control Build-Depends of node-axiso to (>= 0.21.1+dfsg-1)

Thanks !



More information about the Debian-med-packaging mailing list