The regression reported doesn't seem related to the change.
There is another side of the issue: missing build for riscv64.
I was able to find there are some arch-specific dependencies missing on riscv64
(e.g. nodejs). I decided to add some architecture check to disable using npm on
riscv64:
in debian/control:
npm [!riscv64],
in debian/rules:
ifneq ($(DEB_HOST_ARCH),riscv64)
(cd src/cockpit/389-console && SKIP_AUDIT_CI=1 make -f node_modules.mk
install build-cockpit-plugin)
endif
I have tested it in my ppa (ppa:389-ds-riscv64-test) and with those
settings it works fine. I am reuploading the package with those changes
(2.0.15-1ubuntu2).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2008441
Title:
389 Directory Server Manager not show even cockpit-389-ds is installed
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/389-ds-base/+bug/2008441/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs