From owner-freebsd-questions@FreeBSD.ORG Tue Apr 26 04:02:57 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 315E3106566B for ; Tue, 26 Apr 2011 04:02:57 +0000 (UTC) (envelope-from fred@blakemfg.com) Received: from web55.getnet.net (web55.getnet.net [216.19.223.55]) by mx1.freebsd.org (Postfix) with ESMTP id 010DB8FC08 for ; Tue, 26 Apr 2011 04:02:56 +0000 (UTC) Received: (qmail 794 invoked from network); 25 Apr 2011 20:05:15 -0700 Received: from 216-19-219-132.getnet.net (HELO ragnok.blakemfg.com) (216.19.219.132) by web55.getnet.net with SMTP; 25 Apr 2011 20:05:15 -0700 Message-ID: <4DB6970B.7020604@blakemfg.com> Date: Tue, 26 Apr 2011 02:57:31 -0700 From: Fred User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20110131 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4DB5CEF9.3070202@blakemfg.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: problem updating ports (latex-cjk) 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: Tue, 26 Apr 2011 04:02:57 -0000 Hi Fred, The make clean went ok. The make patch: ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for latex-cjk-4.8.2_4 ===> Extracting for latex-cjk-4.8.2_4 => SHA256 Checksum OK for cjk-4.8.2.tar.gz. ===> Patching for latex-cjk-4.8.2_4 ===> Applying FreeBSD patches for latex-cjk-4.8.2_4 # be compatible with Debian find: /usr/ports/print/latex-cjk/work/ccmap: No such file or directory *** Error code 1 Stop in /usr/ports/print/latex-cjk. *** Error code 1 Stop in /usr/ports/print/latex-cjk. In ~/latex-cjk/work is directory cjk-4.8.2 and file .extract_done.latex-cjk._user_local There is no ccmap directory in cjk-4.8.2 but the files look they are ready to be compiled. There is a Makefile. I just tried moving to that directory and running make install and clean. This was not successful either and I forgot to run script to capture the output. I ran make clean so I could start over and this failed with the following: ragnok# make clean make -C utils clean make -C Bg5conv clean bg5conv bg5conv:No such file or directory *** Error code 1 I think I may have a mess now and have no more time to work on it tonight. I will try again tomorrow. Best regards, Fred On 04/25/11 07:29, Frédéric Perrin wrote: > Hello Fred, > > Fred writes: >> I ran into a problem when updating ports on 8.1-RELEASE (i386). >> ~/print/latex-cjk doesn't want to build. >> >> ===> Patching for latex-cjk-4.8.2_4 >> ===> Applying FreeBSD patches for latex-cjk-4.8.2_4 >> Ignoring previously applied (or reversed) patch. >> 1 out of 1 hunks ignored--saving rejects to texinput/Bg5/c00bsmi.fd.rej >> => Patch patch-texinput-Bg5-c00bsmi.fd failed to apply cleanly. > Are you sure the work area is clean? Run `make clean', then `make patch' > again. >