ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] current progress in node.js modules packaging
@ 2013-07-27 13:39 Igor Vlasenko
  0 siblings, 0 replies; only message in thread
From: Igor Vlasenko @ 2013-07-27 13:39 UTC (permalink / raw)
  To: devel
  Cc: Дмитрий
	Кулик,
	Viacheslav Dubrovskyi

Господа,
несмотря на то, что по горло загруз в разворачивании роботокластера,
не забываю и про упаковку модулей 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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-27 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-27 13:39 [devel] current progress in node.js modules packaging Igor Vlasenko

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