[NTG-context] Minimals and FreeBSD [almost-panic]

2009-11-01 Thread Mojca Miklavec
Hello guys, esp Yue and Diego,

while trying to update binaries from TeX Live repository ... I have
discovered that FreeBSD has disappeared completely
(http://www.tug.org/svn/texlive/trunk/Master/bin/).

http://www.tug.org/pipermail/tex-live/2009-October/023003.html

What has happened to the binary builders?

Mojca

(Sorry, but I'll be saving the world tomorrow. If any file disapears
by then ... please wait patiently.)
___
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
___


Re: [NTG-context] Minimals and FreeBSD [almost-panic]

2009-11-01 Thread Diego Depaoli
On Sun, Nov 1, 2009 at 11:40 PM, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 Hello guys, esp Yue and Diego,

 while trying to update binaries from TeX Live repository ... I have
 discovered that FreeBSD has disappeared completely
There was before?

 http://www.tug.org/pipermail/tex-live/2009-October/023003.html

 What has happened to the binary builders?
Sorry I don'know it, I never cared Texlive.

Cheers
-- 
Diego Depaoli
___
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
___


[NTG-context] Minimals and FreeBSD

2008-06-08 Thread Dominique Dutoit
  MtxRun | skipping configuration for /texmf-local/web2c from
  
 /home/diego/luatex-cache/context/fcf214085bb2c4fcd9a0f9a9f0d0aecf/trees/d80510d450a3fa2a64df4d3741825f1d
  MtxRun | skipping configuration for /texmf/web2c from
  
 /home/diego/luatex-cache/context/fcf214085bb2c4fcd9a0f9a9f0d0aecf/trees/3113242409ded67a0ad7bd508bd26609
  MtxRun | using script: ./bin/mtx-update.luareport  state: loaded
  report  update: start
  ./bin/mtx-update.lua:181: bad argument #1 to 'pairs' (table expected,  
 got nil)

For some reasons, os.currentplatform() returns generic under FreeBSD  
(tested on 7.0), which is not defined in the platforms table and creates  
this error.

The workaround is to pass the platform name to first-setup.sh:

./first-setup.sh --platform=freebsd

But near the end of the installation process, MtxRun fails to execute the  
binaries because it tries to find them in tex/texmf-generic.

At this stage, I have used the source command to setup the environment and  
executed texexec --make --all to finish up the installation.

So good so far, it seems to work, but I have no idea what's happening  
there.

Bye,
Dominique

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Minimals and FreeBSD

2008-06-08 Thread Mojca Miklavec
On Sun, Jun 8, 2008 at 9:30 AM, Dominique Dutoit wrote:

 For some reasons, os.currentplatform() returns generic under FreeBSD
 (tested on 7.0), which is not defined in the platforms table and creates
 this error.

 The workaround is to pass the platform name to first-setup.sh:

./first-setup.sh --platform=freebsd

 But near the end of the installation process, MtxRun fails to execute the
 binaries because it tries to find them in tex/texmf-generic.

 At this stage, I have used the source command to setup the environment and
 executed texexec --make --all to finish up the installation.

 So good so far, it seems to work, but I have no idea what's happening
 there.

Hello Dominique,

First of all - I'm impressed by the number of FreeBSD users :) Nobody
has ever requested the standalone distribution for ages since it
existed.

LuaTeX needs to support the platform (there's a fixed set of platform
names predefined, but I thought that the issue has been resolved
already). Taco seems to have applied a patch to resolve the issue on
20th May, but that's more recent than the latest luatex beta.

Diego or Yue - maybe you should submit a more recent luatex binary to
current to support FreeBSD on minimals?

Thanks,
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Minimals and FreeBSD

2008-06-08 Thread Mojca Miklavec
On Sun, Jun 8, 2008 at 9:30 AM, Dominique Dutoit wrote:

 For some reasons, os.currentplatform() returns generic under FreeBSD
 (tested on 7.0), which is not defined in the platforms table and creates
 this error.

Hello Dominique,

can you please try if it works now? Diego commited the new luatex for FreeBSD.

Thanks,
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___