From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23935 Path: news.gmane.org!not-for-mail From: VnPenguin Newsgroups: gmane.comp.tex.context Subject: Re: Building and installing pdftex 1.30 on teTeX 3.0 Date: Tue, 29 Nov 2005 21:04:44 +0100 Message-ID: References: <20051128180353.GB8826@puritan.petwork> <438B48E7.8080507@elvenkind.com> <20051128200525.GA8827@puritan.petwork> <545ED0D8-266F-492D-856F-CB5D79F6B452@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1133294995 10024 80.91.229.2 (29 Nov 2005 20:09:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2005 20:09:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 29 21:09:52 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhBik-0007sS-85 for gctc-ntg-context-518@m.gmane.org; Tue, 29 Nov 2005 21:04:58 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 97EF512811; Tue, 29 Nov 2005 21:04:56 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26692-09; Tue, 29 Nov 2005 21:04:52 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 43206127B5; Tue, 29 Nov 2005 21:04:52 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BD921127B5 for ; Tue, 29 Nov 2005 21:04:49 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26795-02-2 for ; Tue, 29 Nov 2005 21:04:48 +0100 (CET) Original-Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by ronja.ntg.nl (Postfix) with ESMTP id 9A850127A3 for ; Tue, 29 Nov 2005 21:04:45 +0100 (CET) Original-Received: by zproxy.gmail.com with SMTP id 40so782817nzk for ; Tue, 29 Nov 2005 12:04:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o/MeSK2A3puqN4aF0Urlc/sJm/jH3EDqvw5TYr9yb33Qf/EpAYdo7cG9zPlwSMX5B9zXn9q0LqzwmoSaxSxtKpftGL4mWLKd3Or+wosvKQLxleNanzLLqflLiuJ4VuCMSDklMj19jQtrNYdKtSFD+FTavpy2Xcw5aLXiG+eF8YU= Original-Received: by 10.36.108.14 with SMTP id g14mr4711621nzc; Tue, 29 Nov 2005 12:04:44 -0800 (PST) Original-Received: by 10.37.22.42 with HTTP; Tue, 29 Nov 2005 12:04:44 -0800 (PST) Original-To: mailing list for ConTeXt users In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23935 Archived-At: On 11/29/05, 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` > cp -f build/texk/web2c/pdfetex `which pdfetex` > cp -f build/texk/web2c/pdfetex.pool `kpsewhich pdfetex.pool` ok > chown -R root:wheel /usr/local/teTeX > chmod -R u+w /usr/local/teTeX > chmod -R a+r /usr/local/teTeX > umask 027 I can not understand these commands. Why need that ? > cd .. > echo "Installing Pdftex done." > exit Why not add command "fmtutil-sys --refresh" at end of your script ? -- http://vnoss.org Vietnamese Open Source Software Community