From owner-freebsd-ports@FreeBSD.ORG Sat Jun 12 14:29:43 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6316116A4CE for ; Sat, 12 Jun 2004 14:29:43 +0000 (GMT) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 012F943D2D for ; Sat, 12 Jun 2004 14:29:43 +0000 (GMT) (envelope-from koziol@ncsa.uiuc.edu) X-Envelope-From: koziol@ncsa.uiuc.edu X-Envelope-To: Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i5CETPx17473 for ; Sat, 12 Jun 2004 09:29:25 -0500 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) i5CETQed056449 for ; Sat, 12 Jun 2004 09:29:26 -0500 (CDT) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.11/8.12.11/Submit) id i5CETQlU056448 for freebsd-ports@freebsd.org; Sat, 12 Jun 2004 09:29:26 -0500 (CDT) (envelope-from koziol) From: Quincey Koziol Message-Id: <200406121429.i5CETQlU056448@sleipnir.ncsa.uiuc.edu> In-Reply-To: <20040527190050.0199A16A4DB@hub.freebsd.org> To: freebsd-ports@freebsd.org Date: Sat, 12 Jun 2004 09:29:26 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Subject: Re: lcms upgrade ends with error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 14:29:43 -0000 > Date: Thu, 27 May 2004 15:22:08 +0900 > From: Rob > Subject: lcms upgrade ends with error > To: freebsd-ports@freebsd.org > Message-ID: <40B58910.7020108@users.sourceforge.net> > Content-Type: text/plain; charset=us-ascii; format=flowed > > > Hi, > > Portupgrade of lcms ends with an error. > All other ports on my system are up-to-date. > > > # portupgrade lcms > ---> Upgrading 'lcms-1.09_1,1' to 'lcms-1.12,1' (graphics/lcms) > ---> Building '/usr/ports/graphics/lcms' > > [...snip...] > > cc -O -pipe -L/usr/local/lib -o .libs/testcms -L/usr/local/lib testcms.o ../src/.libs/liblcms.so -lm -Wl,--rpath -Wl,/usr/local/lib > creating testcms > ./testcms > little cms testbed. Ver 1.12 [build May 27 2004 15:18:44] > > Testing fixed point: 2.8848960205 = 2.8848 > 0.437499269828536 = 0.4374 > Testing fixed scaling...pass. > Testing curves join ...pass. > Testing reversing of curves ... > dE: mean=0.00477642, SD=0.00723409, max=0.171206 pass. > Testing linear interpolation ...pass. (43 tics) > Testing descending tables (linear interpolation)...pass. > Testing reverse linear interpolation > on normal monotonic curve...pass. > on degenerated curve ...pass. > Testing 3D interpolation on LUT...pass. > Testing virtual profiles (Emulating sRGB)...pass. > Testing profile decoding (sRGB)....because 5 != 0 on index 1 > table dump follows: > 0) 0 > 1) 5 > 2) A > 3) F > 4) 14 > 5) 19 > 6) 1E > 7) 23 > 8) 28 > 9) 2D > > so, Gamma curves mismatch! > *** Error code 1 > > Stop in /usr/ports/graphics/lcms/work/lcms-1.12/testbed. > *** Error code 1 > > Stop in /usr/ports/graphics/lcms. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade65187.0 make > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! graphics/lcms (lcms-1.09_1,1) (unknown build error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > I've had the same problem for a few weeks. Is lcms working for anyone? Has anyone looked in this problem? Quincey