ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: nico <nicolas.marsgui@libertysurf.fr>
Subject: Re: new release
Date: Thu, 11 May 2006 01:29:49 +0200	[thread overview]
Message-ID: <ops9czjzz49niby6@localhost> (raw)
In-Reply-To: <1147299107.10593.1.camel@pindar.homenetwork>

On Thu, 11 May 2006 00:11:47 +0200, Thomas A. Schmitz  
<thomas.schmitz@uni-bonn.de> wrote:

> Yes, that's strange. I just checked, and everything is golden on a linux
> system (gentoo, but I gues the same is true for other linux distros). So
> I really don't see why OS X should behave differently. Is there any
> debugging info that I could provide? How 'bout the other OS X users (I
> seem to recall there were quite a few of them): do you get the same
> error?

Strictly speaking it's not OSX, but i've a FreeBSD distro, which is close,  
and it works fine.

Are you sure you have the permission to write in any of these paths?

BTW, i find dangerous to do (kpse.formatpath method):

                 # locate writable path
                 if ! formatpath.empty? then
                     formatpath.split_path.each do |fp|
                         fp.gsub!(/\\/,'/')
                         # remove funny patterns
                         fp.sub!(/^!!/,'')
                         fp.sub!(/\/+$/,'')
                         fp.sub!(/unsetengine/,if enginepath then engine  
else '' end)
                         if ! fp.empty? && (fp != '.') then
                             # strip (possible engine) and test for  
writeability
                             fpp = fp.sub(/#{engine}\/*$/,'')
                             if FileTest.directory?(fpp) &&  
FileTest.writable?(fpp) then
                                 # use this path
                                 formatpath = fp.dup
                                 break
                             end
                         end
                     end
                 end
                 # needed !
                 begin File.makedirs(formatpath) ; rescue ; end ;

If none of the paths from formatpath is valid, we keep the whole concat  
path in this variable... that then is used to create a directory tree.  
Thomas, maybe that you have ugly directories created starting with an  
hidden directory named ".:". You should check that.

Regards,
BG

  parent reply	other threads:[~2006-05-10 23:29 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-08 11:04 Hans Hagen
2006-05-08 15:13 ` David Arnold
2006-05-08 15:53   ` Taco Hoekwater
2006-05-08 16:12   ` Hans Hagen
2006-05-08 15:18 ` Aditya Mahajan
2006-05-08 15:57 ` Thomas A. Schmitz
2006-05-08 16:14   ` Hans Hagen
2006-05-08 16:25   ` Hans Hagen
2006-05-27 13:47     ` Christopher Creutzig
2006-05-27 13:50       ` Hans Hagen
     [not found] ` <ops88uyujz9niby6@localhost>
     [not found]   ` <ops88v2di69niby6@localhost>
2006-05-09  8:55     ` nico
2006-05-09  9:09       ` Hans Hagen
2006-05-09 11:47         ` nico
2006-05-09 13:11           ` Hans Hagen
2006-05-09 14:33             ` nico
2006-05-09 15:15               ` Hans Hagen
2006-05-09 14:46             ` nico
2006-05-09 15:16               ` Hans Hagen
2006-05-09 16:32                 ` nico
2006-05-09 16:31                   ` Hans Hagen
2006-05-15 23:06             ` frantisek holop
2006-05-15 23:15               ` Hans Hagen
2006-05-15 23:19                 ` frantisek holop
2006-05-16 12:43               ` frantisek holop
2006-05-09 10:54 ` Thomas A.Schmitz
2006-05-09 11:44   ` Hans Hagen
2006-05-09 11:47   ` Hans Hagen
2006-05-09 11:25 ` nico
2006-05-10  1:02 ` Johannes Graumann
2006-05-10  7:02   ` Hans Hagen
2006-05-10 16:17     ` Johannes Graumann
2006-05-10 17:07       ` Hans Hagen
2006-05-10 23:21         ` Johannes Graumann
2006-05-10  7:10   ` Taco Hoekwater
2006-05-10 15:08     ` Thomas A. Schmitz
2006-05-10 17:10       ` Hans Hagen
2006-05-10 22:11         ` Thomas A. Schmitz
2006-05-10 22:21           ` Hans Hagen
2006-05-11  7:39             ` Uwe Koloska
2006-05-11  7:44             ` Thomas A. Schmitz
2006-05-11  8:39               ` Hans Hagen
2006-05-10 23:29           ` nico [this message]
2006-05-11  7:39             ` Hans Hagen
2006-05-10 17:13       ` Hans Hagen
2006-05-10 23:34     ` Johannes Graumann
2006-05-11  7:11       ` Taco Hoekwater
2006-05-11  8:43         ` Hans Hagen
2006-05-11 16:36           ` Johannes Graumann
2006-05-11 18:31             ` Hans Hagen
2006-05-11 18:34             ` Hans Hagen
2006-05-12  0:46               ` Johannes Graumann
2006-05-12  2:28                 ` David Arnold
2006-05-12  6:08                 ` Hans Hagen
2006-05-12  6:46                 ` ConTeXt template ? nm
2006-05-12  6:59                   ` Renaud AUBIN
  -- strict thread matches above, loose matches on Subject: below --
2007-12-05 22:40 new release Thomas A. Schmitz
2007-12-05 23:08 ` Idris Samawi Hamid
2007-12-06  6:55   ` Thomas A. Schmitz
2007-12-06  7:26     ` Arthur Reutenauer
2007-12-06  9:41       ` Hans Hagen
2007-12-06 14:03       ` Thomas A. Schmitz
2007-12-06 16:48         ` Taco Hoekwater
2007-12-06  8:37 ` Wolfgang Schuster
2007-12-06  9:50   ` Hans Hagen
2006-01-29 18:19 Short greek quote in otherwise english text Matthias Weber
2006-01-29 18:36 ` Alan Bowen
2006-01-30  0:01   ` Matthias Weber
2006-01-30  7:10     ` Thomas A. Schmitz
2006-01-31  1:04       ` Matthias Weber
2006-01-31 13:14         ` Thomas A. Schmitz
2006-01-31 14:42           ` Matthias Weber
2006-01-31 17:54             ` Thomas A. Schmitz
2006-01-31 18:26               ` Matthias Weber
2006-01-31 18:46                 ` new release Taco Hoekwater
2006-02-01 11:06                   ` Thomas A. Schmitz
2006-02-01 11:16                     ` Taco Hoekwater
2006-02-01 17:37                     ` VnPenguin
2006-02-01 20:07                       ` Thomas A. Schmitz
2006-02-02  9:09                         ` Thomas A. Schmitz
2006-02-02  9:20                         ` Taco Hoekwater
2005-05-28 20:37 Adam Lindsay
2005-05-29 18:10 ` Hans Hagen
2005-01-14  9:43 New release Taco Hoekwater
2004-10-26 15:18 new release Adam Lindsay
2004-10-26 15:41 ` Hans Hagen
2002-05-15 10:41 Hans Hagen

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=ops9czjzz49niby6@localhost \
    --to=nicolas.marsgui@libertysurf.fr \
    --cc=ntg-context@ntg.nl \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).