From: Alexey Tourbin <at@altlinux.ru> To: JoyLink <dicom@mail.ru> Cc: Sisyphus <sisyphus@altlinux.ru> Subject: [sisyphus] Re: Fwd: non-threaded perl (was: Зависимости пакетов и apt-get) Date: Thu, 2 Jun 2005 21:42:06 +0400 Message-ID: <20050602174206.GH5867@solemn.turbinal.org> (raw) In-Reply-To: <07100323.20050602191629@mail.ru> [-- Attachment #1: Type: text/plain, Size: 2069 bytes --] On Thu, Jun 02, 2005 at 07:16:29PM +0400, JoyLink wrote: > Здравствуйте, Алексей. > Насколько реально собрать non-threaded версию perl для ALM 2.4? > Своими силами не получается :( non-threaded сборка перла будет бинарно несовместима, т.е. придется пересобрать также все пакеты, которые зависят от libperl.so.5.8. Дело в том, что первый условный аргумент у всех функций из perl API/ABI -- это так называемый thread context. Например, av.c:Perl_av_len(pTHX_ register AV *av) Здесь pTHX_ раскрывается либо в ничто (non-threaded), либо в настоящий аргумент функции (threaded сборка перла). Некоторые подробности есть в perlguts. То есть у "системного пакета" в данном случае менять флаги компиляции крайне не рекомендуется. Можно собрать самому "не системный" перл и установить его в /usr/local. Читайте INSTALL. Интересно также узнать, в каких случаях может потребоваться именно non-threaded perl. > ---------- Пересылаемое письмо ---------- > От: Michael Shigorin <mike@osdn.org.ua> > К: community@altlinux.ru > А также к: JoyLink <dicom@mail.ru> > Время создания: Tue, 31 May 2005 12:37:42 +0300 > Тема: non-threaded perl (was: Зависимости пакетов и apt-get) > Прикрепленные файлы: <none> > > On Tue, May 31, 2005 at 10:23:30AM +0400, JoyLink wrote: > > > Наверное проще взять готовый спек от перла и собрать с новыми > > > исходниками. Если соберётся можете считать себя начинающим > > > майнтейнером :) > > Пытался. Не получилось. На самом деле нужна не threaded версия Perl > > Свяжитесь с майнтейнером (at@) и обсудите, как лучше > собрать такой вариант. При помощи hasher на установленном > (не разломанном) Master 2.4 это вполне можно сделать, > если нет принципиальных грабель. > > Обсуждения тредовости perl были, но помню просто как факт -- > бишь даже не туманно. > > -- > ---- WBR, Michael Shigorin <mike@altlinux.ru> > ------ Linux.Kiev http://www.linux.kiev.ua/ > > > ---------- Конец пересылаемого письма ---------- [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next parent reply other threads:[~2005-06-02 17:42 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-06-02 17:42 ` Alexey Tourbin [this message] 2005-06-04 1:02 ` Alexey Tourbin
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=20050602174206.GH5867@solemn.turbinal.org \ --to=at@altlinux.ru \ --cc=dicom@mail.ru \ --cc=sisyphus@altlinux.ru \ /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 Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git