Re: [NTG-context] luatex binary is too old

2018-01-15 Thread luigi scarso
On Mon, Jan 15, 2018 at 9:12 PM, Mojca Miklavec
 wrote:
> On 15 January 2018 at 20:54, luigi scarso  wrote:
>> Il 15 gen 2018 20:52, "Mojca Miklavec" ha scritto:
>> On 15 January 2018 at 15:26, Mojca Miklavec wrote:
>>> On 15 January 2018 at 14:56, Hans Hagen wrote:
 On 1/15/2018 2:47 PM, Roger Mason wrote:
>
> : Your luatex binary is too old, you need at least version 1.05!
>
> Where do I get the updated luatex binary?
>
> I'm running on FreeBSD 10.3, 32 bit.

 Does that binary come from the garden too?
>>>
>>> I can take a look.
>>>
>>> It's quite possible that FreeBSD didn't get updated after the problems
>>> with firewalls and networks being shifted around at both ends.
>>
>> I tried to compile it, but it fails with
>>
>> In file included from
>> ../../../source/libs/poppler/poppler-src/poppler/Annot.cc:62:
>> In file included from
>> ../../../source/libs/poppler/poppler-src/poppler/PDFDoc.h:53:
>> ../../../source/libs/poppler/poppler-src/poppler/Form.h:271:79: error:
>> unknown type name 'time_t'
>>   SignatureInfo *validateSignature(bool doVerifyCert, bool
>> forceRevalidation, time_t validationTime);
>>
>> ^
>> ../../../source/libs/poppler/poppler-src/poppler/Form.h:534:79: error:
>> unknown type name 'time_t'
>>   SignatureInfo *validateSignature(bool doVerifyCert, bool
>> forceRevalidation, time_t validationTime);
>>
>> ^
>> 2 errors generated.
>>
>> Hm, trunk ?
>
> Are you suggesting to distribute LuaTeX trunk for everyone?
I mean if it's  trunk or tags/1.06.3

trunk is aligned with texlive
and last time I have compiled TeX Live revision 46275 built
2018-01-10T10:00:19+00:00 UTC
was ok for Linux .




-- 
luigi
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] luatex binary is too old

2018-01-15 Thread Mojca Miklavec
On 15 January 2018 at 20:54, luigi scarso  wrote:
> Il 15 gen 2018 20:52, "Mojca Miklavec" ha scritto:
> On 15 January 2018 at 15:26, Mojca Miklavec wrote:
>> On 15 January 2018 at 14:56, Hans Hagen wrote:
>>> On 1/15/2018 2:47 PM, Roger Mason wrote:

 : Your luatex binary is too old, you need at least version 1.05!

 Where do I get the updated luatex binary?

 I'm running on FreeBSD 10.3, 32 bit.
>>>
>>> Does that binary come from the garden too?
>>
>> I can take a look.
>>
>> It's quite possible that FreeBSD didn't get updated after the problems
>> with firewalls and networks being shifted around at both ends.
>
> I tried to compile it, but it fails with
>
> In file included from
> ../../../source/libs/poppler/poppler-src/poppler/Annot.cc:62:
> In file included from
> ../../../source/libs/poppler/poppler-src/poppler/PDFDoc.h:53:
> ../../../source/libs/poppler/poppler-src/poppler/Form.h:271:79: error:
> unknown type name 'time_t'
>   SignatureInfo *validateSignature(bool doVerifyCert, bool
> forceRevalidation, time_t validationTime);
>
> ^
> ../../../source/libs/poppler/poppler-src/poppler/Form.h:534:79: error:
> unknown type name 'time_t'
>   SignatureInfo *validateSignature(bool doVerifyCert, bool
> forceRevalidation, time_t validationTime);
>
> ^
> 2 errors generated.
>
> Hm, trunk ?

Are you suggesting to distribute LuaTeX trunk for everyone?

Anyway, the same problem happens with the latest TeX Live sources as well.

I added
   #include 
to poppler-src/poppler/Form.h after which the build proceeds, but
later fails again building ICU.

../../../libs/icu/icu-src/source/i18n/coll.cpp:157:28: error: pasting
formed 'u"Collator"', an invalid preprocessing token
: ICULocaleService(UNICODE_STRING_SIMPLE("Collator"))
   ^

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] luatex binary is too old

2018-01-15 Thread luigi scarso
Il 15 gen 2018 20:52, "Mojca Miklavec"  ha
scritto:

On 15 January 2018 at 15:26, Mojca Miklavec wrote:
> On 15 January 2018 at 14:56, Hans Hagen wrote:
>> On 1/15/2018 2:47 PM, Roger Mason wrote:
>>>
>>> : Your luatex binary is too old, you need at least version 1.05!
>>>
>>> Where do I get the updated luatex binary?
>>>
>>> I'm running on FreeBSD 10.3, 32 bit.
>>
>> Does that binary come from the garden too?
>
> I can take a look.
>
> It's quite possible that FreeBSD didn't get updated after the problems
> with firewalls and networks being shifted around at both ends.

I tried to compile it, but it fails with

In file included from
../../../source/libs/poppler/poppler-src/poppler/Annot.cc:62:
In file included from
../../../source/libs/poppler/poppler-src/poppler/PDFDoc.h:53:
../../../source/libs/poppler/poppler-src/poppler/Form.h:271:79: error:
unknown type name 'time_t'
  SignatureInfo *validateSignature(bool doVerifyCert, bool
forceRevalidation, time_t validationTime);

  ^
../../../source/libs/poppler/poppler-src/poppler/Form.h:534:79: error:
unknown type name 'time_t'
  SignatureInfo *validateSignature(bool doVerifyCert, bool
forceRevalidation, time_t validationTime);

  ^
2 errors generated.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net

___

Hm ,trunk ?
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] luatex binary is too old

2018-01-15 Thread Mojca Miklavec
On 15 January 2018 at 15:26, Mojca Miklavec wrote:
> On 15 January 2018 at 14:56, Hans Hagen wrote:
>> On 1/15/2018 2:47 PM, Roger Mason wrote:
>>>
>>> : Your luatex binary is too old, you need at least version 1.05!
>>>
>>> Where do I get the updated luatex binary?
>>>
>>> I'm running on FreeBSD 10.3, 32 bit.
>>
>> Does that binary come from the garden too?
>
> I can take a look.
>
> It's quite possible that FreeBSD didn't get updated after the problems
> with firewalls and networks being shifted around at both ends.

I tried to compile it, but it fails with

In file included from
../../../source/libs/poppler/poppler-src/poppler/Annot.cc:62:
In file included from
../../../source/libs/poppler/poppler-src/poppler/PDFDoc.h:53:
../../../source/libs/poppler/poppler-src/poppler/Form.h:271:79: error:
unknown type name 'time_t'
  SignatureInfo *validateSignature(bool doVerifyCert, bool
forceRevalidation, time_t validationTime);
  ^
../../../source/libs/poppler/poppler-src/poppler/Form.h:534:79: error:
unknown type name 'time_t'
  SignatureInfo *validateSignature(bool doVerifyCert, bool
forceRevalidation, time_t validationTime);
  ^
2 errors generated.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] luatex binary is too old

2018-01-15 Thread Roger Mason
Hans Hagen  writes:


>> : Your luatex binary is too old, you need at least version 1.05!
>>
>> Where do I get the updated luatex binary?
>>
>> I'm running on FreeBSD 10.3, 32 bit.
> Does that binary come from the garden too?
>
> Hans

Yes, I did not compile it myself, if that is what you are asking.

Cheers,
Roger
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] luatex binary is too old

2018-01-15 Thread Mojca Miklavec
On 15 January 2018 at 14:56, Hans Hagen wrote:
> On 1/15/2018 2:47 PM, Roger Mason wrote:
>>
>> : Your luatex binary is too old, you need at least version 1.05!
>>
>> Where do I get the updated luatex binary?
>>
>> I'm running on FreeBSD 10.3, 32 bit.
>
> Does that binary come from the garden too?

I can take a look.

It's quite possible that FreeBSD didn't get updated after the problems
with firewalls and networks being shifted around at both ends.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] luatex binary is too old

2018-01-15 Thread Hans Hagen

On 1/15/2018 2:47 PM, Roger Mason wrote:

Hello,

I just updated ConTeXt:

context --version

resolvers   | trees | analyzing 'home:texmf'
resolvers   | globbing | confusing filename, name: 'README.txt', lower: 
'readme.txt', already: 'ReadMe.txt'
mtx-context | ConTeXt Process Management 1.02
mtx-context |
mtx-context | main context file: 
/opt/context/tex/texmf-context/tex/context/base/mkiv/context.mkiv
mtx-context | current version: 2018.01.14 15:55

When I try to compile a file:

context --mode=manuscript --result=MineralsGemsMS.pdf --purgeall
MineralsGems.tex

I get this error:

: Your luatex binary is too old, you need at least version 1.05!

Where do I get the updated luatex binary?

I'm running on FreeBSD 10.3, 32 bit.

Does that binary come from the garden too?

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___