Re: ConTeXt configuration directories

2004-12-10 Thread Frank Küster
Thomas Esser [EMAIL PROTECTED] schrieb:

 On Thu, Dec 09, 2004 at 11:44:25AM +0100, Frank Küster wrote:
 is it really necessary that ConTeXt has two config directories,

 It has two directories which are named config. That's a fact. I don't
 know if users have to change the files in there. I guess that this does
 not really happen.

Does anybody know?

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



Re: 2.99.5 release

2004-12-10 Thread Roger
Hi everyone,

I tried to built tetex 2.99.5 on Debian Sarge and had errors while running make:

$ cd /tmp
$ tar xzvf tetex-src-2.99.5.20041207-beta.tar.gz
$ cd tetex-src-2.99.5.20041207-beta
$ ./configure --prefix=/usr/local/tetex --disable-multiplatform
$ make
..
terminal.o(.text+0xdf): In function `terminal_begin_using_terminal':
/tmp/tetex-src-2.99.5.20041207-beta/utils/texinfo/info/terminal.c:152:
undefined reference to `tputs'
terminal.o(.text+0xfb):/tmp/tetex-src-2.99.5.20041207-beta/
utils/texinfo/info/terminal.c:136: undefined reference to `tputs'
..
..
terminal.o(.text+0xcfc):/tmp/tetex-src-2.99.5.20041207-beta/
utils/texinfo/info/terminal.c:595: undefined reference to `tgetstr'
collect2: ld returned 1 exit status
make[4]: *** [ginfo] Error 1
make[4]: Leaving directory
/tmp/tetex-src-2.99.5.20041207-beta/utils/texinfo/info'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/tmp/tetex-src-2.99.5.20041207-beta/utils/texinfo/info'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/tmp/tetex-src-2.99.5.20041207-beta/utils/texinfo'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/tmp/tetex-src-2.99.5.20041207-beta/utils/texinfo'
make: *** [all] Error 1

Do you have any ideas? Thanks in advance.

Roger


Re: 2.99.5 release

2004-12-10 Thread Frank Küster
Roger [EMAIL PROTECTED] schrieb:

 Hi everyone,

 I tried to built tetex 2.99.5 on Debian Sarge and had errors while running 
 make:

 $ cd /tmp
 $ tar xzvf tetex-src-2.99.5.20041207-beta.tar.gz
 $ cd tetex-src-2.99.5.20041207-beta
 $ ./configure --prefix=/usr/local/tetex --disable-multiplatform
 $ make
 ..
 terminal.o(.text+0xdf): In function `terminal_begin_using_terminal':
 /tmp/tetex-src-2.99.5.20041207-beta/utils/texinfo/info/terminal.c:152:
 undefined reference to `tputs'
 terminal.o(.text+0xfb):/tmp/tetex-src-2.99.5.20041207-beta/
 utils/texinfo/info/terminal.c:136: undefined reference to `tputs'
[...]
 Do you have any ideas? Thanks in advance.

Since texinfo is in a separate package in Debian, I never tried
this. A look at what the texinfo package does to the sources will
probably solve this; or simply configure --without-texinfo.

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



Re: 2.99.5 release

2004-12-10 Thread Roger
Thomas Esser te at dbs.uni-hannover.de writes:

  utils/texinfo/info/terminal.c:136: undefined reference to `tputs'
 
 INSTALL says:
 For building texinfo, you need a curses library with header files,
 e.g.  ncurses.

I think I already have the ncurses in my system:

$ dpkg -l | grep ncurses
ii  libncurses55.4-4  Shared libraries for terminal handling
ii  libncursesw5   5.4-4  Shared libraries for terminal handling (wide
ii  libncursesw5-d 5.4-4  Developer's libraries for ncursesw
ii  ncurses-base   5.4-4  Descriptions of common terminal types
ii  ncurses-bin5.4-4  Terminal-related programs and man pages

What should I do now?

Regards,

Roger


2.99.6 beta release

2004-12-10 Thread Thomas Esser
This 2.99.6 fixes all issues that came up with the 2.99.5 release:
build problems with texinfo and dvipng (and dvipng should now even work
on ULTRIX) and updates pdftex to 1.20b-rc5.

As usual: please, send me feedback, even if it all just works :-)

Files (to appear soon):
  
ftp://cam.ctan.org/tex-archive/systems/unix/teTeX-beta/tetex-src-2.99.6.20041211-beta.tar.gz
  
ftp://cam.ctan.org/tex-archive/systems/unix/teTeX-beta/tetex-texmf-2.99.6.20041211-beta.tar.gz
  
ftp://cam.ctan.org/tex-archive/systems/unix/teTeX-beta/tetex-texmfsrc-2.99.6.20041211-beta.tar.gz
or
  
ftp://ftp.dante.de/tex-archive/systems/unix/teTeX-beta/tetex-src-2.99.6.20041211-beta.tar.gz
  
ftp://ftp.dante.de/tex-archive/systems/unix/teTeX-beta/tetex-texmf-2.99.6.20041211-beta.tar.gz
  
ftp://ftp.dante.de/tex-archive/systems/unix/teTeX-beta/tetex-texmfsrc-2.99.6.20041211-beta.tar.gz

Changes in the src area:
* dvipng update (1.3 - 1.4)
* update pdftex to 1.20b-rc5
* fix typo (== instead of =) in texk/dvipng/configure.in
* clean up --with-x-toolkit (split for mf / xdvi)
* texinfo 4.7.91 (pretest version)

Changes in the texmf area:
* update texdoc.php
* add context's .sty files for LaTeX support

Happy testing + have fun!

Thomas