Project

General

Profile

Bug #46659

ceph-14.2.10 fails to build on alpine linux 3.12: HTTP Error 404: Not Found

Added by Natanael Copa over 3 years ago. Updated almost 2 years ago.

Status:
Won't Fix - EOL
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

I'm trying to update (build from source) the ceph package to 14.2.10 due to CVE-2020-10753 in alpine 3.12, but build fails due to some resource is missing.

...
Collecting appdirs<2,>=1.4.3
  Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
WARNING: Url 'file:///home/ncopa/aports/community/ceph/src/ceph-14.2.10/build/src/pybind/mgr/dashboard/wheelhouse' is ignored: it is neither a file nor a directory.
Collecting distlib<1,>=0.3.1
  Using cached distlib-0.3.1-py2.py3-none-any.whl (335 kB)
WARNING: Url 'file:///home/ncopa/aports/community/ceph/src/ceph-14.2.10/build/src/pybind/mgr/dashboard/wheelhouse' is ignored: it is neither a file nor a directory.
Collecting pyparsing>=2.0.2
  Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Installing collected packages: six, appdirs, distlib, filelock, virtualenv, pyparsing, packaging, pluggy, toml, py, tox
Successfully installed appdirs-1.4.4 distlib-0.3.1 filelock-3.0.12 packaging-20.4 pluggy-0.13.1 py-1.9.0 pyparsing-2.4.7 six-1.15.0 toml-0.10.1 tox-3.17.1 virtualenv-20.0.27
Collecting nodeenv
  Using cached nodeenv-1.4.0-py2.py3-none-any.whl (21 kB)
Installing collected packages: nodeenv
Successfully installed nodeenv-1.4.0
 * Install prebuilt node (10.13.0) .
Traceback (most recent call last):
  File "/home/ncopa/aports/community/ceph/src/ceph-14.2.10/build/src/pybind/mgr/dashboard/node-env/bin/nodeenv", line 8, in <module>
    sys.exit(main())
  File "/home/ncopa/aports/community/ceph/src/ceph-14.2.10/build/src/pybind/mgr/dashboard/node-env/lib/python3.8/site-packages/nodeenv.py", line 1046, in main
    create_environment(env_dir, opt)
  File "/home/ncopa/aports/community/ceph/src/ceph-14.2.10/build/src/pybind/mgr/dashboard/node-env/lib/python3.8/site-packages/nodeenv.py", line 935, in create_environment
    install_node(env_dir, src_dir, opt)
  File "/home/ncopa/aports/community/ceph/src/ceph-14.2.10/build/src/pybind/mgr/dashboard/node-env/lib/python3.8/site-packages/nodeenv.py", line 700, in install_node
    install_node_wrapped(env_dir, src_dir, opt)
  File "/home/ncopa/aports/community/ceph/src/ceph-14.2.10/build/src/pybind/mgr/dashboard/node-env/lib/python3.8/site-packages/nodeenv.py", line 722, in install_node_wrapped
    download_node_src(node_url, src_dir, opt)
  File "/home/ncopa/aports/community/ceph/src/ceph-14.2.10/build/src/pybind/mgr/dashboard/node-env/lib/python3.8/site-packages/nodeenv.py", line 553, in download_node_src
    dl_contents = io.BytesIO(urlopen(node_url).read())
  File "/home/ncopa/aports/community/ceph/src/ceph-14.2.10/build/src/pybind/mgr/dashboard/node-env/lib/python3.8/site-packages/nodeenv.py", line 585, in urlopen
    return urllib2.urlopen(req)
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
make[2]: *** [src/pybind/mgr/dashboard/CMakeFiles/mgr-dashboard-nodeenv.dir/build.make:83: src/pybind/mgr/dashboard/node-env/bin/npm] Error 1
make[1]: *** [CMakeFiles/Makefile2:4151: src/pybind/mgr/dashboard/CMakeFiles/mgr-dashboard-nodeenv.dir/all] Error 2
make: *** [Makefile:161: all] Error 2

History

#1 Updated by Greg Farnum almost 3 years ago

  • Project changed from Ceph to Dashboard
  • Category deleted (build)

#2 Updated by Ernesto Puerta almost 2 years ago

  • Status changed from New to Won't Fix - EOL

Please retry with a newer version (v15 or v16).

Also available in: Atom PDF