ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: Building and installing pdftex 1.30 on teTeX 3.0
Date: Wed, 30 Nov 2005 09:47:57 +0100	[thread overview]
Message-ID: <438D673D.5090101@elvenkind.com> (raw)
In-Reply-To: <438D62B5.4030200@wxs.nl>


Hi Hans and Hans,

Hans Hagen wrote:
> Hans van der Meer wrote:
> 
>> I use (as root: sudo) the following shell script to install the  
>> latest pdfetex. For me it works. It might be of use to you.
>>
>> #!/bin/sh
>> echo "Installing Pdftex..."
>> umask 022
>> unzip pdftex-1.30.4.zip
>> cd pdftex-1.30.4
>> sh ./Build
>> cp -f build/texk/web2c/pdftex `which pdftex`
>> cp -f build/texk/web2c/pdftex.pool `kpsewhich pdftex.pool`
> 
> 
> no need for pdftex, is kind of obsolete, and afaik pdfetex is always the 
> default

Yes. I will remove these two lines from the wiki page as well.

>> cp -f build/texk/web2c/pdfetex `which pdfetex`
> 
> 
> which -> kpsewhich

No, "which" is correct.  You want to replace the executable pdfetex
that is in the path.

On all distributions (except the minimal zips), the bin tree is
outside of kpsewhich scope.

>> cp -f build/texk/web2c/pdfetex.pool `kpsewhich pdfetex.pool`
>> chown -R root:wheel /usr/local/teTeX
> 
> 
> what is this wheel thing?

The "wheel" user group is a unix security measure (of sorts).

>> chmod -R u+w /usr/local/teTeX
>> chmod -R a+r /usr/local/teTeX
> 
> why not make that place independent as well?

Hans is chmodding the directory, not the executable.

I'm doubt these chown/chmod lines are really needed after
each update of pdfetex (the will only do something the first
time the script is run).

It looks to me like you had a rather peculiar umask in effect
when you installed teTeX 3.0.

Cheers, Taco

  reply	other threads:[~2005-11-30  8:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-28 18:03 Nikolai Weibull
2005-11-28 18:13 ` Taco Hoekwater
2005-11-28 20:05   ` Nikolai Weibull
2005-11-28 20:51     ` Thomas A. Schmitz
2005-11-29 19:39       ` Hans van der Meer
2005-11-29 20:04         ` VnPenguin
2005-11-30  8:28         ` Hans Hagen
2005-11-30  8:47           ` Taco Hoekwater [this message]
2005-11-28 18:17 ` Hans Hagen
2005-11-28 19:26 ` VnPenguin
2005-11-29 16:38 ` Jose Antonio Rodriguez
2005-11-29 18:43   ` Nikolai Weibull
2005-11-29 19:08     ` Jose Antonio Rodriguez
2005-11-29 19:15     ` Tobias Burnus

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=438D673D.5090101@elvenkind.com \
    --to=taco@elvenkind.com \
    --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).