When using on Rawhide it gives the following error. BUILDSTDERR: /usr/lib/node_modules/ronn/lib/ronn.js:263 BUILDSTDERR: sys.debug("unrecognized inline tag: " + tag); where sys is 'util' var sys = require('util'); I think this could be due to deprecation of util.debug, see this on F30: when running this on > var sys = require('util'); undefined > sys.debug() DEBUG: undefined undefined > (node:28636) [DEP0028] DeprecationWarning: util.debug is deprecated. Use console.error instead.
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to '31'.
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to 31.
This is a dup of bz#1735361 - where I also submitted a patch. I made my cjdns project depending on nodejs-ronn build by making a local copy of nodejs-ronn in the cjdns build directory (which already had a node_modules as it does other node stuff during build) and patching it. Ugly, but works.
Thanks for the suggestion. There is also a rubygem ronn, I think I will just switch to that one.
FEDORA-2020-e25557eb2f has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2020-e25557eb2f
FEDORA-2020-4ca6565ae6 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-4ca6565ae6
FEDORA-2020-874c8d3f48 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-874c8d3f48
FEDORA-2020-4ca6565ae6 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-4ca6565ae6` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-4ca6565ae6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-874c8d3f48 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-874c8d3f48` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-874c8d3f48 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-e25557eb2f has been pushed to the Fedora 30 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-e25557eb2f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-e25557eb2f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-874c8d3f48 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-4ca6565ae6 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report.