From owner-cvs-ports@FreeBSD.ORG Fri Mar 18 15:32:32 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 635B916A4CE; Fri, 18 Mar 2005 15:32:32 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F88343D5F; Fri, 18 Mar 2005 15:32:31 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j2IFWUVd068033; Fri, 18 Mar 2005 08:32:30 -0700 (MST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j2IFWTnA068032; Fri, 18 Mar 2005 08:32:29 -0700 (MST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 18 Mar 2005 08:32:29 -0700 From: Greg Lewis To: "Michael L. Hostbaek" , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050318153229.GA67931@misty.eyesbeyond.com> References: <200503171904.j2HJ4OoO001803@repoman.freebsd.org> <20050318120401.GA99678@mich2.itxmarket.com> <20050318121601.GB99678@mich2.itxmarket.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050318121601.GB99678@mich2.itxmarket.com> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: ports/science/hdf Makefile distinfo pkg-plist ports/science/hdf/files Makefile patch-hdf-src-Makefile.in patch-hdf-src-cszip.c patch-mfhdf-libsrc-Makefile.in ports/science/hdf/files/hdf Makefile ports/science/hdf/files/hdf/src Makefile ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 15:32:32 -0000 On Fri, Mar 18, 2005 at 01:16:01PM +0100, Michael L. Hostbaek wrote: > Michael L. Hostbaek (mich) writes: > > This one seems b0rken: > > > > cc -O -pipe -std=c99 -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith > > -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings > > -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes > > -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls > > -Wnested-externs -Winline -Wno-long-long -Wfloat-equal > > -Wmissing-format-attribute -Wpadded -O3 -fomit-frame-pointer -o > > .libs/burst_szip burst_szip.o ../test/.libs/libmcgill.a > > ../src/.libs/libsz.so -Wl,--rpath -Wl,/usr/local/lib > > burst_szip.o(.text+0xa68): In function `random_float_scanline': > > : undefined reference to `sin' > > burst_szip.o(.text+0xb4c): In function `random_double_scanline': > > : undefined reference to `sin' > > burst_szip.o(.text+0xe1c): In function `main': > > : undefined reference to `sin' > > burst_szip.o(.text+0xf8a): In function `main': > > : undefined reference to `pow' > > burst_szip.o(.text+0xfa3): In function `main': > > : undefined reference to `pow' > > *** Error code 1 > > > > Actually it is the science/szip dependency that is b0rken. Hmm, works ok on 4.11, must be something to do with 5.x. I suspect a -lm will fix it. I'll work up a patch if you're willing to try it out. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org