[Pkg-javascript-devel] gulp 4 migration
Pirate Praveen
praveen at onenetbeyond.org
Tue Jan 14 17:59:10 GMT 2020
On തി, Jan 13, 2020 at 14:36, Paolo Greppi <paolo.greppi at libpf.com>
wrote:
> Il 13/01/20 10:04, Pirate Praveen ha scritto:
>>> ...
>>> What is the best oneliner to test a package targeting unstable
>>> with a mix of selected packages from experimental ?
>>>
>>> Preferably using https://salsa.debian.org/ruby-team/meta ...
>>> And what about telling salsa CI to do so for us ?
>>>
>> meta script mentioned above now takes packages from experimental if
>> build depends is satisfied only with versions from experimental. So
>> with a properly specified build depends, just calling build script
>> is enough for rebuilding reverse build dependencies (though that
>> does not yet work for autopkgtest, I want to do that some time soon,
>> if someone wants to try that before me that would be good too).
>
> I have see the recent commits to meta, and pulled them.
>
> But when I try to rebuild node-yarnpkg 1.21.1-2~exp1 which has in
> d/control:
>
> Build-Depends:
> ...
> , gulp (>= 4)
> ...
> , node-vinyl-fs (>= 3)
> ...
>
> it fails as per attached log. I tried installing those locally and I
> know it can build fine !
Forgot to attach the log I guess, also pristine-tar branch is missing
the latest version.
I was able to build from experimental branch and got this error. This
is probably a bug in gulp itself.
gulp build
[17:56:05] Local gulp not found in /<<PKGBUILDDIR>>
[17:56:05] Try running: npm install gulp
[17:56:05] Using globally installed gulp
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module 'get-value'
at Function.Module._resolveFilename
(internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous>
(/usr/share/nodejs/gulp/node_modules/array-sort/index.js:12:11)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js
(internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
make[1]: *** [debian/rules:26: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> Paolo
>
>
>
> --
> Pkg-javascript-devel mailing list
> Pkg-javascript-devel at alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
More information about the Pkg-javascript-devel
mailing list