Re: tetex installation bug

1998-05-21 Thread Thomas Vaughan
> "GM" == Gergely Madarasz <[EMAIL PROTECTED]> writes:

 GM> On 20 May 1998, Thomas Vaughan wrote:
 >> No, that doesn't solve the problem, which has something to do
 >> with an environment variable, TEXMFMAIN.  Apparently there is a
 >> bug somewhere that causes TEXMFMAIN to be unset when it should be
 >> set.  I don't really know where to look, though.  Everything was
 >> installed just fine before I tried to update this morning, and so
 >> I suspect that others have seen this, too.

 GM> TEXMFMAIN is set in /etc/texmf/texmf.cnf and if you do an
 GM> upgrade somehow the texmf.cnf which is there is from the old
 GM> package which doesnt have TEXMFMAIN, the new is
 GM> /etc/texmf/texmf.cfn.dpkg-new ... i moved it manually, it then
 GM> configured...

Thanks.  I copied by hand

texmf.cnf   ->  texmf.cnf.dpkg-old
texmf.cnf.dpkg-new  ->  texmf.cnf

in that order and then ran the configure option from dselect's main
menu.

Here is an excerpt from dselect's output.

: running dpkg --pending --configure ...
: Setting up tetex-base (0.9-6) ...
: config_replace: file './texmf.cnf' not found.
: texhash: Updating /usr/lib/texmf/local/ls-R...
: texhash: Updating /var/lib/texmf/ls-R...
: texhash: Done.
: Running initex. This may take some time. ...
: Output of initex is in /tmp/tex02208aaa

"file './texmf.cnf' not found" appears here and at least at one other
place in the output.

In any event, one should not have to copy files by hand during
installation.  Has anybody reported this as a bug?

-- 
Thomas E. Vaughan[EMAIL PROTECTED]
Dept. of Physics & Astronomy home: (303) 750-7864
University of Oklahoma, Norman   work: (405) 325-3961x36403


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: tetex installation bug (way around)

1998-05-21 Thread Cesar Talon

On 20-May-98 Thomas Vaughan wrote:

>: $ dpkg --configure tetex-base tetex-bin
>: Setting up tetex-base (0.9-6) ...
>: /usr/bin/texconfig: No $TEXMFMAIN; set the environment variable or in
>: texmf.cnf.
> No, that doesn't solve the problem, which has something to do with an
> environment variable, TEXMFMAIN.  Apparently there is a bug somewhere
> that causes TEXMFMAIN to be unset when it should be set.  I don't
> really know where to look, though.  Everything was installed just
> fine before I tried to update this morning, and so I suspect that
> others have seen this, too.

Exactly. The problem can be solved setting TEXMFMAIN to /usr/lib/texmf before
you install the new packages. Once you do this everything should be fine
(tetex-base will claim that VARTEXFONTS isn't set, but it won't stop
the installation).

The TeX *.cnf files have changed, so if you are updating it'd be a good thing to
make a copy of the old ones and install the new ones that provide the new
installation.

Regards

--
Cesar Talon <[EMAIL PROTECTED]>
Laboratorio de Bajas Temperaturas
Universidad Autonoma de Madrid

Why do they call a fast a fast, when it goes so slow?

--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: tetex installation bug

1998-05-20 Thread Gergely Madarasz
On 20 May 1998, Thomas Vaughan wrote:

>  
> No, that doesn't solve the problem, which has something to do with an
> environment variable, TEXMFMAIN.  Apparently there is a bug somewhere
> that causes TEXMFMAIN to be unset when it should be set.  I don't
> really know where to look, though.  Everything was installed just
> fine before I tried to update this morning, and so I suspect that
> others have seen this, too.

TEXMFMAIN is set in /etc/texmf/texmf.cnf and if you do an upgrade somehow
the texmf.cnf which is there is from the old package which doesnt have
TEXMFMAIN, the new is /etc/texmf/texmf.cfn.dpkg-new ... i moved it
manually, it then configured...

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: tetex installation bug

1998-05-20 Thread Thomas Vaughan
> "MCV" == M C Vernon <[EMAIL PROTECTED]> writes:

 MCV> Thomas, You need to configure tetex-bin and -base at the same
 MCV> time -

 MCV> dpkg --configure tetex-base tetex-bin

: $ dpkg --configure tetex-base tetex-bin
: Setting up tetex-base (0.9-6) ...
: /usr/bin/texconfig: No $TEXMFMAIN; set the environment variable or in 
texmf.cnf.
: dpkg: error processing tetex-base (--configure):
:  subprocess post-installation script returned error exit status 1
: dpkg: dependency problems prevent configuration of tetex-bin:
:  tetex-bin depends on tetex-base (>= 0.9-1); however:
:   Package tetex-base is not configured yet.
: dpkg: error processing tetex-bin (--configure):
:  dependency problems - leaving unconfigured
: Errors were encountered while processing:
:  tetex-base
:  tetex-bin
 
No, that doesn't solve the problem, which has something to do with an
environment variable, TEXMFMAIN.  Apparently there is a bug somewhere
that causes TEXMFMAIN to be unset when it should be set.  I don't
really know where to look, though.  Everything was installed just
fine before I tried to update this morning, and so I suspect that
others have seen this, too.

-- 
Thomas E. Vaughan[EMAIL PROTECTED]
Dept. of Physics & Astronomy home: (303) 750-7864
University of Oklahoma, Norman   work: (405) 325-3961x36403


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: tetex installation bug

1998-05-20 Thread M.C. Vernon
Thomas,

You need to configure tetex-bin and -base at the same time - 

dpkg --configure tetex-base tetex-bin


HTH,

Matthew

> 
> I just this morning updated my hamm system with dselect but found the
> following problem:
> 
> : Setting up tetex-base (0.9-6) ...
> : Installing new version of config file /etc/texmf/language.dat ...
> : /usr/bin/texconfig: No $TEXMFMAIN; set the environment variable or in 
> texmf.cnf.
> : dpkg: error processing tetex-base (--install):
> :  subprocess post-installation script returned error exit status 1
> : dpkg: dependency problems prevent configuration of tetex-nonfree:
> :  tetex-nonfree depends on tetex-base (>= 0.9-1); however:
> :   Package tetex-base is not configured yet.
> : dpkg: error processing tetex-nonfree (--install):
> :  dependency problems - leaving unconfigured
> : Setting up lapack-dev (2.0.1-2.1) ...
> : Setting up ncurses3.4-dev (1.9.9g-8.3) ...
> : Setting up ncurses-term (1.9.9g-8.3) ...
> : 
> : Setting up ncurses-bin (1.9.9g-8.3) ...
> : dpkg: dependency problems prevent configuration of tetex-extra:
> :  tetex-extra depends on tetex-base (>= 0.9-1)
> etc.
> 
> Has anybody else seen this?
> 
> -- 
> Thomas E. Vaughan[EMAIL PROTECTED]
> Dept. of Physics & Astronomy home: (303) 750-7864
> University of Oklahoma, Norman   work: (405) 325-3961x36403
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 

--
Elen sila lumenn' omentielvo

Steward-elect of the Cambridge Tolkien Society
Selwyn College Computer Support
http://www.geocities.com/Area51/Chamber/8841/
http://www.cam.ac.uk/CambUniv/Societies/tolkien/
http://pick.sel.cam.ac.uk/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


tetex installation bug

1998-05-20 Thread Thomas Vaughan

I just this morning updated my hamm system with dselect but found the
following problem:

: Setting up tetex-base (0.9-6) ...
: Installing new version of config file /etc/texmf/language.dat ...
: /usr/bin/texconfig: No $TEXMFMAIN; set the environment variable or in 
texmf.cnf.
: dpkg: error processing tetex-base (--install):
:  subprocess post-installation script returned error exit status 1
: dpkg: dependency problems prevent configuration of tetex-nonfree:
:  tetex-nonfree depends on tetex-base (>= 0.9-1); however:
:   Package tetex-base is not configured yet.
: dpkg: error processing tetex-nonfree (--install):
:  dependency problems - leaving unconfigured
: Setting up lapack-dev (2.0.1-2.1) ...
: Setting up ncurses3.4-dev (1.9.9g-8.3) ...
: Setting up ncurses-term (1.9.9g-8.3) ...
: 
: Setting up ncurses-bin (1.9.9g-8.3) ...
: dpkg: dependency problems prevent configuration of tetex-extra:
:  tetex-extra depends on tetex-base (>= 0.9-1)
etc.

Has anybody else seen this?

-- 
Thomas E. Vaughan[EMAIL PROTECTED]
Dept. of Physics & Astronomy home: (303) 750-7864
University of Oklahoma, Norman   work: (405) 325-3961x36403


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]