From owner-freebsd-questions@FreeBSD.ORG Fri Jul 29 22:23:56 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F7E71065674 for ; Fri, 29 Jul 2011 22:23:56 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id C674A8FC15 for ; Fri, 29 Jul 2011 22:23:55 +0000 (UTC) Received: by qyk30 with SMTP id 30so117981qyk.13 for ; Fri, 29 Jul 2011 15:23:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+vPsn6aZx8mWJB0OxlxksZb10hRNooxE6z//kG8a9hM=; b=wrGGQ/YHAxDzJT9FIsza9/TTFmsKlYqv226/Qbcmbt9JbZS1z2QjWH6JfXwDXecYbu 7qiN/bs5P47hKMDjiaDtfO6h7FftSdT5GxDyGRtMiIP/m1BLjmHa9sBHH/XoNFodmMpq uYqVkmWWOetJV00Y//jil9ObenYAXHDBiLF6g= MIME-Version: 1.0 Received: by 10.224.211.5 with SMTP id gm5mr1521988qab.373.1311978233899; Fri, 29 Jul 2011 15:23:53 -0700 (PDT) Received: by 10.224.37.129 with HTTP; Fri, 29 Jul 2011 15:23:53 -0700 (PDT) In-Reply-To: References: Date: Fri, 29 Jul 2011 17:23:53 -0500 Message-ID: From: Antonio Olivares To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: problems with mplayer & teTeX-base after updating ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2011 22:23:56 -0000 @all I could not get tlgmr to remove texlive /*** try to removal of texlive *****/ tricorehome# tlmgr --uninstall Useless use of log in void context at /usr/local/bin/tlmgr line 536. Useless use of log in void context at /usr/local/bin/tlmgr line 636. Useless use of log in void context at /usr/local/bin/tlmgr line 644. Global symbol "$RelocPrefix" requires explicit package name at /usr/local/bin/tlmgr line 1132. Global symbol "$RelocTree" requires explicit package name at /usr/local/bin/tlmgr line 1132. Global symbol "$Archive" requires explicit package name at /usr/local/bin/tlmgr line 1488. BEGIN not safe after errors--compilation aborted at /usr/local/bin/tlmgr line 1910. http://www.tug.org/texlive/tlmgr.html /*** end of try *****/ , so I nuked /usr/local/texlive directory, I then cleaned out tex directories as explained here: http://people.freebsd.org/~hrs/tetex-upgrade.txt /* removed not needed */ test -r /usr/local/info//dir || install -o root -g wheel -m 444 ./../dir /usr/local/info/ install: /usr/local/info//dir: No such file or directory gmake[2]: *** [install-data] Error 71 gmake[2]: Leaving directory `/usr/ports/print/teTeX-base/work/tetex-src-3.0/texk/kpathsea' gmake[1]: *** [install] Error 1 gmake[1]: Leaving directory `/usr/ports/print/teTeX-base/work/tetex-src-3.0/texk' gmake: *** [install] Error 1 *** Error code 2 Stop in /usr/ports/print/teTeX-base. *** Error code 1 Stop in /usr/ports/print/teTeX. *** Error code 1 Stop in /usr/ports/print/teTeX. /***** end of error message ********/ [olivares@tricorehome ~/Documents]$ tex gentle.tex This is TeX, Version 3.141592 (Web2C 7.5.4) kpathsea: Running mktexfmt tex.fmt mktexfmt: No such file or directory I can't find the format file `tex.fmt'! [olivares@tricorehome ~/Documents]$ latex GSWLaTeX.tex bash: latex: command not found Documentation depends on teTeX/teTEX-base, etc. I left english documentation, but later removed it to avoid the error(s) :( According to portmaster, I just have mplayer update pending: tricorehome# portmaster -L --index-only | egrep '(ew|ort) version|total install' ===>>> New version available: mplayer-1.0.r20110329_2 ===>>> 621 total installed ports ===>>> 1 has a new version available , But I want to have working tex installation(with TeTEX, for documentation packages). Thanks, Antonio