From owner-freebsd-current@FreeBSD.ORG Sun Jul 4 02:37:16 2004 Return-Path: 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 259B016A4CE; Sun, 4 Jul 2004 02:37:16 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC48C43D45; Sun, 4 Jul 2004 02:37:15 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i642bCCZ025107; Sat, 3 Jul 2004 22:37:12 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B0A9251277; Sat, 3 Jul 2004 19:37:14 -0700 (PDT) Date: Sat, 3 Jul 2004 19:37:14 -0700 From: Kris Kennaway To: current@FreeBSD.org Message-ID: <20040704023714.GA73697@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i cc: obrien@FreeBSD.org Subject: Odd linker errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 02:37:16 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline A number of ports are starting to fail with errors like: net/clusterit: > cc -O -pipe -DCLUSTERS -o dsh dsh.o ../common/common.o > dsh.o(.text+0x86): In function `main': > : undefined reference to `malloc_options' net/mopd: > file.o(.text+0x623): In function `GetAOutFileInfo': > : undefined reference to `le32toh' > file.o(.text+0x63b): In function `GetAOutFileInfo': > : undefined reference to `le32toh' math/grace: > plotone.o(.text+0x19f): In function `do_hardcopy': > : warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() > pdfdrv.o(.text+0x2f1): In function `pdfinitgraphics': > : undefined reference to `PDF_open_fp' The oddness is the lack of anything before the second colon in the linker error; I don't remember seeing this before. Also, I'm not sure why clusterit and mopd are failing (grace is a port error). Kris --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA521aWry0BWjoQKURAiJKAJ9lorOX8Jdoj62Zou/li8/z3Jrc5gCg42bZ Zc84oFX1blPIjaO8M+r8H10= =efy5 -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV--