Package: node-rollup-plugin-alias Version: 1.5.2-2 Severity: serious Tags: patch ftbfs Justification: fails to build from source (but built successfully in the past) User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch
Hi, node-rollup-plugin-alias currently FTBFS due to a missing build dependency on node-slash: https://buildd.debian.org/status/logs.php?arch=all&pkg=node-rollup-plugin-alias&ver=1.5.2-2 In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on node-slash to fix FTBFS. Thanks for considering the patch. Logan -- System Information: Debian Release: bullseye/sid APT prefers focal APT policy: (500, 'focal') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-14-generic (SMP w/8 CPU cores) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru node-rollup-plugin-alias-1.5.2/debian/control node-rollup-plugin-alias-1.5.2/debian/control --- node-rollup-plugin-alias-1.5.2/debian/control 2020-02-24 15:56:29.000000000 -0500 +++ node-rollup-plugin-alias-1.5.2/debian/control 2020-03-08 18:08:37.000000000 -0400 @@ -5,6 +5,7 @@ Uploaders: Pirate Praveen <prav...@debian.org> Build-Depends: debhelper-compat (= 12) + , node-slash , nodejs (>= 10) , rollup (>> 0.68.2+ds~) , pkg-js-tools (>= 0.9.16~),