From: Igor Vlasenko <vlasenko@imath.kiev.ua> To: devel@lists.altlinux.org Cc: "Дмитрий Кулик" <lnkvisitor.ts@gmail.com>, "Viacheslav Dubrovskyi" <dubrsl@gmail.com> Subject: [devel] current progress in node.js modules packaging Date: Sat, 27 Jul 2013 16:39:11 +0300 Message-ID: <20130727133910.GA23732@dad.imath.kiev.ua> (raw) Господа, несмотря на то, что по горло загруз в разворачивании роботокластера, не забываю и про упаковку модулей node.js. Проверяю toolchain, портируя пакеты из fedora. В настоящий момент проблем с noarch пакетами нет, подборку noarch nodejs-* пакетов выложил на autoimports. Проблемы, как и следовало ожидать, вылезли при попытке сборки arch пакетов. Для улучшения поддержки компилируемых расширений внес правки http://git.altlinux.org/people/viy/packages/?p=node.git;a=shortlog;h=refs/heads/my-addon-2 Дмитрий, прошу вас их смержить в node, ниже детальнее расскажу откуда они взялись. Итак, взялся собирать nodejs-pg (модуль к постгресу). Сходу verify-elf выбил сборку на i586, нашел TEXTREL. починил заменой в addon.gypi - [ 'OS=="freebsd" or OS=="openbsd" or OS=="solaris" or (OS=="linux" and target_arch!="ia32")', { + [ 'OS=="freebsd" or OS=="openbsd" or OS=="solaris" or OS=="linux"', { Да, без -fPIC код будет короче, но сама загрузка модуля будет гораздо дольше, так что здесь апстрим не прав. Поехали дальше. Собралось с кучей undefined symbols - решил подстраховаться и добавил явную линковку с libv8, + 'libraries': [ '-lv8' ], чтобы rpm set: зависимости смотрели, не сломалось ли чего. И чтобы гарантировать, что node слинкован с той же libv8, что и модули, спортировал из федоры nodejs_native.req. -- Dr. Igor Vlasenko -------------------- Topology Department Institute of Math Kiev, Ukraine -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
reply other threads:[~2013-07-27 13:39 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20130727133910.GA23732@dad.imath.kiev.ua \ --to=vlasenko@imath.kiev.ua \ --cc=devel@lists.altlinux.org \ --cc=dubrsl@gmail.com \ --cc=lnkvisitor.ts@gmail.com \ /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