From owner-freebsd-current Thu Sep 12 7: 1:21 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F314737B400 for ; Thu, 12 Sep 2002 07:01:13 -0700 (PDT) Received: from smtp.estcard.ee (smtp.estcard.ee [194.204.11.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CCA43E77 for ; Thu, 12 Sep 2002 07:01:11 -0700 (PDT) (envelope-from vallo@estcard.ee) Received: from xyz.internal (xyz.internal [192.168.10.6]) by smtp.estcard.ee (8.9.3/8.9.3) with ESMTP id RAA48017 for ; Thu, 12 Sep 2002 17:01:09 +0300 (EEST) (envelope-from vallo@estcard.ee) Received: from myhakas.internal (myhakas.internal [192.168.10.128]) by xyz.internal (8.9.3/8.9.3) with ESMTP id RAA81969 for ; Thu, 12 Sep 2002 17:01:09 +0300 (EEST) (envelope-from vallo@estcard.ee) Received: from myhakas.internal (localhost [127.0.0.1]) by myhakas.internal (8.12.5/8.12.5) with ESMTP id g8CE18YY037171 for ; Thu, 12 Sep 2002 17:01:08 +0300 (EEST) (envelope-from vallo@myhakas.internal) Received: (from vallo@localhost) by myhakas.internal (8.12.5/8.12.5/Submit) id g8CE13fh037170 for freebsd-current@freebsd.org; Thu, 12 Sep 2002 17:01:03 +0300 (EEST) (envelope-from vallo) Date: Thu, 12 Sep 2002 17:01:03 +0300 From: Vallo Kallaste To: freebsd-current@freebsd.org Subject: lcms port cms testbed failure Message-ID: <20020912140103.GA37118@myhakas.internal> Reply-To: kalts@estpak.ee Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.0i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I'm getting lcms port build failure in cms testing phase. The system I'm building the port on (actually building kdegames3) is P4 with Intel i845 chipset. World and kernel are built with system gcc-3.2 with CPUTYPE=p4. The main goal is to build a set of packages for an old P2 system thus CPUTYPE is set to p2 for port building. Is it illegal to optimise system binaries to p4 and then build ports with p2 optimisation? cc -fpic -DPIC -O -pipe -march=pentium2 -march=pentium2 -I/usr/local/src/portbuild/usr/ports/graphics/lcms/work/lcms-1.08/src/../include -c cmscam97.c -o cmscam97.So building static lcms library ranlib liblcms.a building shared library liblcms.so.1 cd /usr/local/src/portbuild/usr/ports/graphics/lcms/work/lcms-1.08/src/../testbed && /usr/bin/env CFLAGS="-O -pipe -march=pentium2 -I../include" make -E CFLAGS test cc -O -pipe -march=pentium2 -I../include -c testcms.c cc -O -pipe -march=pentium2 -I../include testcms.o ../src/liblcms.a -o testcms -lm ./testcms little cms testbed. Ver 1.08 [build Sep 12 2002 16:41:45] Testing fixed point: 2.8848960205 = 2.8848 0.437499269828536 = 0.4374 Testing fixed scaling...pass. Testing linear interpolation ...pass. (66 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 sRGB built-in space.Coarse error: In=(0,0,7373) Out1=(1.23009,-126.672,-112.328) Out2=(0,-128,-128) *** Error code 1 Stop in /usr/local/src/portbuild/usr/ports/graphics/lcms/work/lcms-1.08/testbed. *** Error code 1 Stop in /usr/ports/graphics/lcms. *** Error code 1 Stop in /usr/ports/graphics/libmng. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt30. *** Error code 1 Stop in /usr/ports/games/kdegames3. -- Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message