ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* GLIBC 2.7 requirement for Standalone ConTeXt
@ 2013-05-23 11:46 Andreas Schneider
  2013-05-23 12:01 ` luigi scarso
  2013-05-23 12:43 ` Mojca Miklavec
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Schneider @ 2013-05-23 11:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 557 bytes --]

Hello,

I'm  running  a  build  server on an older box with CentOS 5. I didn't
update  ConTeXt  Standalone  in quite some time. Now I did since I had
some  problems  with  the  dated  version  in  use, and now I face the
following problem:

texlua: /lib/libc.so.6: version `GLIBC_2.7' not found (required by texlua)
texlua: /lib/libc.so.6: version `GLIBC_2.11' not found (required by texlua)

CentOS 5 still ships GLIBC 2.5. What can I do from here? Any chance on
running ConTeXt without upgrading the whole system?

-- 
Best Regards,
Andreas

[-- Attachment #1.2: Type: application/pgp-signature, Size: 224 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GLIBC 2.7 requirement for Standalone ConTeXt
  2013-05-23 11:46 GLIBC 2.7 requirement for Standalone ConTeXt Andreas Schneider
@ 2013-05-23 12:01 ` luigi scarso
  2013-05-23 12:43 ` Mojca Miklavec
  1 sibling, 0 replies; 5+ messages in thread
From: luigi scarso @ 2013-05-23 12:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 662 bytes --]

On Thu, May 23, 2013 at 1:46 PM, Andreas Schneider <aksdb@gmx.de> wrote:

> Hello,
>
> I'm  running  a  build  server on an older box with CentOS 5. I didn't
> update  ConTeXt  Standalone  in quite some time. Now I did since I had
> some  problems  with  the  dated  version  in  use, and now I face the
> following problem:
>
> texlua: /lib/libc.so.6: version `GLIBC_2.7' not found (required by texlua)
> texlua: /lib/libc.so.6: version `GLIBC_2.11' not found (required by texlua)
>
> CentOS 5 still ships GLIBC 2.5. What can I do from here? Any chance on
> running ConTeXt without upgrading the whole system?
>
>  can  you build luatex on CentOS 5 ?

--
luigi

[-- Attachment #1.2: Type: text/html, Size: 1142 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GLIBC 2.7 requirement for Standalone ConTeXt
  2013-05-23 11:46 GLIBC 2.7 requirement for Standalone ConTeXt Andreas Schneider
  2013-05-23 12:01 ` luigi scarso
@ 2013-05-23 12:43 ` Mojca Miklavec
  2013-05-23 13:22   ` Andreas Schneider
  1 sibling, 1 reply; 5+ messages in thread
From: Mojca Miklavec @ 2013-05-23 12:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Builders of TeX binaries

On Thu, May 23, 2013 at 1:46 PM, Andreas Schneider wrote:
> Hello,
>
> I'm  running  a  build  server on an older box with CentOS 5. I didn't
> update  ConTeXt  Standalone  in quite some time. Now I did since I had
> some  problems  with  the  dated  version  in  use, and now I face the
> following problem:
>
> texlua: /lib/libc.so.6: version `GLIBC_2.7' not found (required by texlua)
> texlua: /lib/libc.so.6: version `GLIBC_2.11' not found (required by texlua)
>
> CentOS 5 still ships GLIBC 2.5. What can I do from here? Any chance on
> running ConTeXt without upgrading the whole system?

Yes.

We need to make sure that someone with an older glibc builds the
binaries. Is this about the 32-bit or 64-bit linux?

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GLIBC 2.7 requirement for Standalone ConTeXt
  2013-05-23 12:43 ` Mojca Miklavec
@ 2013-05-23 13:22   ` Andreas Schneider
  2013-05-23 13:51     ` Mojca Miklavec
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Schneider @ 2013-05-23 13:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1449 bytes --]

On Thursday, May 23, 2013, at 14:43 Mojca Miklavec wrote:
> On Thu, May 23, 2013 at 1:46 PM, Andreas Schneider wrote:
>> Hello,
>>
>> I'm  running  a  build  server on an older box with CentOS 5. I didn't
>> update  ConTeXt  Standalone  in quite some time. Now I did since I had
>> some  problems  with  the  dated  version  in  use, and now I face the
>> following problem:
>>
>> texlua: /lib/libc.so.6: version `GLIBC_2.7' not found (required by texlua)
>> texlua: /lib/libc.so.6: version `GLIBC_2.11' not found (required by texlua)
>>
>> CentOS 5 still ships GLIBC 2.5. What can I do from here? Any chance on
>> running ConTeXt without upgrading the whole system?

> Yes.

> We need to make sure that someone with an older glibc builds the
> binaries. Is this about the 32-bit or 64-bit linux?

> Mojca

32bit.

As  per  Luigi's  hint/question  I  built  Luatex from SVN (apparently
./build.sh  was  all  there was to it :-)) and used that binary. As it
seems, that already did the trick. I haven't done extensive tests yet,
but that will follow.

If you tell me what the needed steps are to get you the binaries build
in  a  way that could be distributed, I would be willing to do that as
long as my/our CentOS 5 installation is still up and running :-)

(Depending on how often that needs to be done, since it's a machine on
my workplace, so I can't access it anytime I like ...)

-- 
Best Regards,
Andreas

[-- Attachment #1.2: Type: application/pgp-signature, Size: 224 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GLIBC 2.7 requirement for Standalone ConTeXt
  2013-05-23 13:22   ` Andreas Schneider
@ 2013-05-23 13:51     ` Mojca Miklavec
  0 siblings, 0 replies; 5+ messages in thread
From: Mojca Miklavec @ 2013-05-23 13:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Builders of TeX binaries

On Thu, May 23, 2013 at 3:22 PM, Andreas Schneider wrote:
> On Thursday, May 23, 2013, at 14:43 Mojca Miklavec wrote:
>> On Thu, May 23, 2013 at 1:46 PM, Andreas Schneider wrote:
>>>
>>> texlua: /lib/libc.so.6: version `GLIBC_2.7' not found (required by texlua)
>>> texlua: /lib/libc.so.6: version `GLIBC_2.11' not found (required by texlua)
>
>> Is this about the 32-bit or 64-bit linux?
>
> 32bit.

Thank you. Feel free to blame Alan then.

I kept compiling LuaTeX binaries on an old SuSE virtual machine
(version 8.x) until recently. Then the need came for a newer compiler
(to be able to compile cairo) and Luigi installed a new compiler to
the box. Then we started compiling XeTeX which needed a newer
fontconfig at which point I "gave up" with maintenance (I felt that
installing fontconfig was relatively non-trivial, even though it
should be doable) and outsourced the task to Alan who compiled the
first luatex binary on 5th April and this was the first complaint
since then.

> As  per  Luigi's  hint/question  I  built  Luatex from SVN (apparently
> ./build.sh  was  all  there was to it :-))

True.

> If you tell me what the needed steps are to get you the binaries build
> in  a  way that could be distributed, I would be willing to do that as
> long as my/our CentOS 5 installation is still up and running :-)

svn co http://svn.contextgarden.net/suite/build-binaries
./do_all.sh

(you also need the credentials to be able to submit binaries).

> (Depending on how often that needs to be done, since it's a machine on
> my workplace, so I can't access it anytime I like ...)

This needs to be done for every new release of LuaTeX. It's not that
often, but when it gets released, it's nice if the binaries are
committed soon(ish), particularly for the most common platforms
(i386-linux, x86_64-linux, *-darwin).

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-23 13:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-23 11:46 GLIBC 2.7 requirement for Standalone ConTeXt Andreas Schneider
2013-05-23 12:01 ` luigi scarso
2013-05-23 12:43 ` Mojca Miklavec
2013-05-23 13:22   ` Andreas Schneider
2013-05-23 13:51     ` Mojca Miklavec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).