From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 11 15:30:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E917B16A4E8 for ; Sat, 11 Sep 2004 15:30:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B633943D31 for ; Sat, 11 Sep 2004 15:30:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8BFUasn003540 for ; Sat, 11 Sep 2004 15:30:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8BFUafm003539; Sat, 11 Sep 2004 15:30:36 GMT (envelope-from gnats) Date: Sat, 11 Sep 2004 15:30:36 GMT Message-Id: <200409111530.i8BFUafm003539@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Handley Subject: Re: ports/68610: lcms upgrade from 1.12,1 -> 1.13,1 fails: "Coarse error! 16 on entry 1021" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Handley List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 15:30:37 -0000 The following reply was made to PR ports/68610; it has been noted by GNATS. From: Mark Handley To: freebsd-gnats-submit@FreeBSD.org, david@catwhisker.org Cc: Subject: Re: ports/68610: lcms upgrade from 1.12,1 -> 1.13,1 fails: "Coarse error! 16 on entry 1021" Date: Sat, 11 Sep 2004 16:29:15 +0100 I just hit the same problem. As far as I can see, it looks like the problem is that testcms (the inbuilt test suite) gets its header files from the installed lcms rather than the one in its source directory, and the two are not compatible. Obviously this doesn't happen with a fresh install, but does happen when using portupgrade. A simple crude workaround is to pkg_delete -f , before building and installing the new one. - Mark