From: Vitaly Lipatov <lav@altlinux.ru> To: ALT Linux Team development discussions <devel@lists.altlinux.org> Cc: Alexey Shabalin <a.shabalin@gmail.com> Subject: Re: [devel] Policy по упаковке модулей Node.js Date: Tue, 03 Mar 2020 20:37:27 +0300 Message-ID: <c26c26c12d4d6767ffb3b1844bf3b4ef@altlinux.ru> (raw) In-Reply-To: <CAEdvWkTgpKw_PZJ1ZRvb6g++=eT+mjeBgoejDE8khYA+=fhxfg@mail.gmail.com> Alexey Shabalin писал 3.3.20 20:01: ... >> А вот пакеты для nodejs, использующие нативные библиотеки, паковать >> нужно обязательно, иначе невозможно обеспечить сборку бинарной части >> такого пакета. > > Что имеется ввиду под "нативные"? библиотеки на c/c++ ? Да. > Если да, то почему в качестве пример выбран node-webpack, в нем нет > бинарных библиотек. Обновлю примеры. У меня пока не было хороших примеров :) > 2) Как использовать эти пакеты (sass, node-gyp) при сборке своих > пакетов? > Я пока другого способа, как в %prep сделать симлинки, не придумал: > %prep > %setup -q > %patch -p1 > ln -sf %nodejs_sitelib/node-gyp node_modules/node-gyp > ln -sf %nodejs_sitelib/node-sass node_modules/node-sass > ln -sf %nodejs_sitelib/npm node_modules/npm Зависит от того, как они используются. В идеале лучше не делать ссылки. > Получается не совсем удобная схема. > Вот собираю я grafana. > запустил в своём бранче > yarn install --pure-lockfile > в получившемся node_modules поудалял node-sass, node-gyp, что бы потом > в %prep сделать симлинки на системные. > Может есть рекомендации, как это сделать лучше? Я предлагаю собирать любым способом, чтобы стало понятно, как этом можно сделать удобно. Из изложенного такие выводы: 1. не должны требоваться симлинки в node_modules, node и так отлично загрузит эти модули, а скрипты — запустят команды (node-gyp и npm) 2. удаление ненужных модулей сделать важно, а в случае, если там бинарники — и необходимо -- С уважением, Виталий Липатов, ALT Linux Team
prev parent reply other threads:[~2020-03-03 17:37 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-02-27 21:27 Vitaly Lipatov 2020-02-28 3:46 ` Anton Farygin 2020-02-28 7:15 ` Ivan A. Melnikov 2020-02-28 8:33 ` Скрылевъ Малъ 2020-03-03 17:01 ` Alexey Shabalin 2020-03-03 17:37 ` Vitaly Lipatov [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=c26c26c12d4d6767ffb3b1844bf3b4ef@altlinux.ru \ --to=lav@altlinux.ru \ --cc=a.shabalin@gmail.com \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git