One of my users is experiencing the following problem with the
`file-find' command of tla 1.3.2.

,----
| tla file-find emacs-wiki-colors.el
| 
| Error during call to `vu_chdir' for ./1 (No such file or directory)
| PANIC: I/O error
`----

My archive is available at http://www.mwolson.org/archives/2005, and
the branch is [EMAIL PROTECTED]/emacs-wiki--main--1.0.

It works fine, however, if he does (for example):

tla file-find contrib/htmlize.el

Here's the last tidbits of strace when calling 'tla file-find
emacs-wiki-colors.el':

,----
| ...
| munmap(0x4019a000, 135168)              = 0
| close(3)                                = 0
| brk(0)                                  = 0x8136000
| brk(0x8137000)                          = 0x8137000
| brk(0)                                  = 0x8137000
| brk(0x8138000)                          = 0x8138000
| brk(0)                                  = 0x8138000
| brk(0x8139000)                          = 0x8139000
| brk(0)                                  = 0x8139000
| brk(0x813a000)                          = 0x813a000
| chdir("/Users/saint/Archives/Emacs/[EMAIL PROTECTED]") = 0
| open(".", O_RDONLY)                     = 3
| chdir("./1")                            = -1 ENOENT (No such file or 
directory)
| write(2, "Error during call to `vu_chdir\' "..., 36Error during call to 
`vu_chdir' for ) = 36
| write(2, "./1", 3./1)                      = 3
| write(2, " (", 2 ()                       = 2
| write(2, "No such file or directory", 25No such file or directory) = 25
| write(2, ")\n", 2)
| )                      = 2
| write(2, "PANIC: ", 7PANIC: )                  = 7
| write(2, "I/O error", 9I/O error)                = 9
| write(2, "\n", 1
| )                       = 1
| exit_group(2)                           = ?
`----

He has tested this on two different systems (both with a variant of
GNU/Linux), and both show the same problem.

I'm currently using tla 1.3.1 (from Debian), and I don't see this
error.  Any help or advice would be appreciated.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: anime, Debian, XHTML, wiki, Emacs Lisp
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #pulug
 |_] | \| |_| Jabber: mwolson_at_hcoop.net

Attachment: pgpIybGdbx4Tp.pgp
Description: PGP signature

_______________________________________________
Gnu-arch-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-arch-users

GNU arch home page:
http://savannah.gnu.org/projects/gnu-arch/

Reply via email to