From owner-cvs-ports@FreeBSD.ORG Fri Mar 18 12:04:04 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 02FA916A4CE; Fri, 18 Mar 2005 12:04:04 +0000 (GMT) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DC543D1F; Fri, 18 Mar 2005 12:04:03 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id BE63537BE9; Fri, 18 Mar 2005 13:04:01 +0100 (CET) Received: by icommerce.fr (Postfix, from userid 1001) id 8A7DB22836; Fri, 18 Mar 2005 13:04:01 +0100 (CET) Date: Fri, 18 Mar 2005 13:04:01 +0100 From: "Michael L. Hostbaek" To: Greg Lewis Message-ID: <20050318120401.GA99678@mich2.itxmarket.com> Mail-Followup-To: "Michael L. Hostbaek" , Greg Lewis , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200503171904.j2HJ4OoO001803@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503171904.j2HJ4OoO001803@repoman.freebsd.org> X-Operating-System: FreeBSD 5.3-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.9i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org 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 12:04:04 -0000 Greg Lewis (glewis) writes: > glewis 2005-03-17 19:04:24 UTC > > FreeBSD ports repository > > Modified files: > science/hdf Makefile distinfo pkg-plist > Added files: > science/hdf/files patch-hdf-src-Makefile.in > patch-hdf-src-cszip.c > patch-mfhdf-libsrc-Makefile.in [...] > Log: > . Update to 4.2r1. > . Convert to using the autoconf build infrastructure that is part of > the distribution rather than rolling our own build infrastructure. > . Take maintainership. [1] 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 System: FreeBSD mich2.xxx.xx 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 9 18:12:37 CET 2004 root@mich2.xxx.xx:/usr/src/sys/i386/compile/PICARD_4 i386 root@mich2 ~# gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 /mich