ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: [dev-context] Luatex 1.09.0 announcement (Mojca Miklavec)
       [not found] <mailman.1.1540461601.14905.ntg-context@ntg.nl>
@ 2018-10-25 11:09 ` Damien Thiriet
  2018-10-25 11:20   ` luigi scarso
                     ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Damien Thiriet @ 2018-10-25 11:09 UTC (permalink / raw)
  To: ntg-context

Hi,


LuaJIT did not work on OpenBSD 6.3 texlive* packages.
I can live without it anyway. 
Does this mean that a ConTeXt live install will be available on OpenBSD 6.4?

As usual I would be highly interested, even more since I discovered that
using official packages (TL-2017 btw), you have to load everything to
get context, since texlive-texmf-full is a texlive-texmf-context dependency.

Greetings,


Damien Thiriet
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: [dev-context] Luatex 1.09.0 announcement (Mojca Miklavec)
  2018-10-25 11:09 ` [dev-context] Luatex 1.09.0 announcement (Mojca Miklavec) Damien Thiriet
@ 2018-10-25 11:20   ` luigi scarso
  2018-10-28  7:26   ` Mojca Miklavec
  2018-10-28 23:04   ` luigi scarso
  2 siblings, 0 replies; 4+ messages in thread
From: luigi scarso @ 2018-10-25 11:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 25, 2018 at 1:09 PM Damien Thiriet <damien@thiriet.web4me.fr>
wrote:

> Hi,
>
>
> LuaJIT did not work on OpenBSD 6.3 texlive* packages.
> I can live without it anyway.
> Does this mean that a ConTeXt live install will be available on OpenBSD
> 6.4?
>
> As usual I would be highly interested, even more since I discovered that
> using official packages (TL-2017 btw), you have to load everything to
> get context, since texlive-texmf-full is a texlive-texmf-context
> dependency.
>
> Greetings,
>
> *bsd support is scheduled, so I know that  I have to look at them.
It's a matter of find a free slot.

-- 
luigi

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [dev-context] Luatex 1.09.0 announcement (Mojca Miklavec)
  2018-10-25 11:09 ` [dev-context] Luatex 1.09.0 announcement (Mojca Miklavec) Damien Thiriet
  2018-10-25 11:20   ` luigi scarso
@ 2018-10-28  7:26   ` Mojca Miklavec
  2018-10-28 23:04   ` luigi scarso
  2 siblings, 0 replies; 4+ messages in thread
From: Mojca Miklavec @ 2018-10-28  7:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Edd Barrett

Dear Damien,

On Thu, 25 Oct 2018 at 13:09, Damien Thiriet wrote:
>
> LuaJIT did not work on OpenBSD 6.3 texlive* packages.

While it's not super important to have it, there's something super
suspicious about that. It did work until Luigi switched to the
experimental branch:
    http://build.contextgarden.net/builders/luatex.openbsd-amd64-6.2.prg/builds/217
and broke immediately after that:
    http://build.contextgarden.net/builders/luatex.openbsd-amd64-6.2.prg/builds/222

In TeX Live it broke for me some time ago. I checked the history, but
already the first build for OpenBSD 6.2 had luajittex build disabled
(in April 2018; according to git history I committed the change on the
29th of April 2018). I would say it must have worked in TeX Live 2017,
but I compiled that one with gcc on OpenBSD 6.0/6.1 rather than with
clang. Not that this is a valid excuse though: as shown above, clang
successfully compiled luajittex on OpenBSD 6.2 and 6.3 from the luatex
repository until very recently.

> I can live without it anyway.
> Does this mean that a ConTeXt live install will be available on OpenBSD 6.4?

I was not aware that OpenBSD 6.4 was out until you mentioned it. I'll
upgrade the machine on our build farm.

But just to make sure: did the minimals work correctly for you on 6.3?

> As usual I would be highly interested, even more since I discovered that
> using official packages (TL-2017 btw), you have to load everything to
> get context, since texlive-texmf-full is a texlive-texmf-context dependency.

I would try to talk to Edd or others packaging TeX Live if there's a
way to reduce the dependencies. We can help advise on what is (not)
needed.

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
___________________________________________________________________________________

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

* Re: [dev-context] Luatex 1.09.0 announcement (Mojca Miklavec)
  2018-10-25 11:09 ` [dev-context] Luatex 1.09.0 announcement (Mojca Miklavec) Damien Thiriet
  2018-10-25 11:20   ` luigi scarso
  2018-10-28  7:26   ` Mojca Miklavec
@ 2018-10-28 23:04   ` luigi scarso
  2 siblings, 0 replies; 4+ messages in thread
From: luigi scarso @ 2018-10-28 23:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 25, 2018 at 1:09 PM Damien Thiriet <damien@thiriet.web4me.fr>
wrote:

> Hi,
>
>
> LuaJIT did not work on OpenBSD 6.3 texlive* packages.
> I can live without it anyway.
> Does this mean that a ConTeXt live install will be available on OpenBSD
> 6.4?
>
>
I have modified  the openbsd6.3-amd64 from minimals
enough to get a context and contextjit that run ok on openbsd 6.4 amd64 .
I have no time now to go on with a complete minimal for openbsd6.3 and
6,4,
Alan & Mojca should have no problems at least with amd64.

-- 
luigi

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-10-28 23:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1540461601.14905.ntg-context@ntg.nl>
2018-10-25 11:09 ` [dev-context] Luatex 1.09.0 announcement (Mojca Miklavec) Damien Thiriet
2018-10-25 11:20   ` luigi scarso
2018-10-28  7:26   ` Mojca Miklavec
2018-10-28 23:04   ` luigi scarso

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).