From owner-freebsd-current@FreeBSD.ORG Fri Jul 30 20:00:47 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 367D716A4CF for ; Fri, 30 Jul 2004 20:00:47 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1299D43D3F for ; Fri, 30 Jul 2004 20:00:41 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 4C5B6167522; Fri, 30 Jul 2004 21:59:47 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i6UJxj2l051177 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 30 Jul 2004 21:59:46 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: freebsd-current@FreeBSD.org Date: Fri, 30 Jul 2004 21:59:45 +0200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_xiqCBSW0jTZ8JIj"; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200407302159.45444.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: asa@gascom.ru Subject: Funky compile error with new gcc 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: Fri, 30 Jul 2004 20:00:47 -0000 --Boundary-02=_xiqCBSW0jTZ8JIj Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The cups-base port fails in a rather strange fashion since the recent gcc=20 import. Does anybody have a clue what might be the cause and how to fix it? cc -L../cups -L../filter =A0-L/usr/local/lib -Wl,-R/usr/local/lib -Wall=20 =2DfPIC =A0-o pdftops pdftops.o libxpdf.a -lcups =A0-lcrypt =A0 -lsupc++ -lm /usr/lib/libsupc++.a(eh_throw.o)(.text.__cxa_throw+0x1a): In function=20 `__cxa_throw': : undefined reference to `__cxxabiv1::__unexpected_handler' /usr/lib/libsupc++.a(eh_throw.o)(.text.__cxa_throw+0x22): In function=20 `__cxa_throw': : undefined reference to `__cxxabiv1::__terminate_handler' /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt9terminatev+0x8): In functio= n=20 `std::terminate()': : undefined reference to `__cxxabiv1::__terminate_handler' /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt10unexpectedv+0x8): In funct= ion=20 `std::unexpected()': : undefined reference to `__cxxabiv1::__unexpected_handler' /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt13set_terminatePFvvE+0x4): I= n=20 function `std::set_terminate(void (*)())': : undefined reference to `__cxxabiv1::__terminate_handler' /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt13set_terminatePFvvE+0xd): I= n=20 function `std::set_terminate(void (*)())': : undefined reference to `__cxxabiv1::__terminate_handler' /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt14set_unexpectedPFvvE+0x4): = In=20 function `std::set_unexpected(void (*)())': : undefined reference to `__cxxabiv1::__unexpected_handler' /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt14set_unexpectedPFvvE+0xd): = In=20 function `std::set_unexpected(void (*)())': : undefined reference to `__cxxabiv1::__unexpected_handler' gmake[1]: *** [pdftops] Error 1 gmake[1]: Leaving directory=20 `/tmp/a/ports/print/cups-base/work/cups-1.1.20/pdftops' gmake: *** [all] Error 1 *** Error code 2 =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_xiqCBSW0jTZ8JIj Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBCqixXhc68WspdLARAv2JAKCiN6mwtRNPvSDo2Zk6n0o/FR4oBACgl1cw U2E+lOLKKQAsDe7xk42vbCk= =Qo36 -----END PGP SIGNATURE----- --Boundary-02=_xiqCBSW0jTZ8JIj--