From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 14:24:59 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AD016A4B3 for ; Sun, 19 Oct 2003 14:24:59 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D521543FAF for ; Sun, 19 Oct 2003 14:24:57 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 59466 invoked from network); 19 Oct 2003 21:24:56 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 19 Oct 2003 21:24:56 -0000 Message-ID: <3F930128.9020408@liwing.de> Date: Sun, 19 Oct 2003 21:24:56 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031019 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20031019210336.GM49734@rot13.obsecurity.org> In-Reply-To: <20031019210336.GM49734@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Ports Subject: Re: id3v2-0.1.9_1 broken on 4.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 21:24:59 -0000 X-List-Received-Date: Sun, 19 Oct 2003 21:24:59 -0000 Kris Kennaway wrote: > http://bento.freebsd.org/errorlogs/i386-4-exp-latest/id3v2-0.1.9_1.log > > Can you please investigate? Ok, it looks at my machine: c++ -O -pipe -march=k6 -I/usr/local/include \ -DHAVE_DECL_GETOPT=1 -I/usr/local/include \ -c convert.cpp Your log has a c++-line: c++ -O -pipe -DLALALAANOTVALID=1 -c convert.cpp So I'm missing the additions to CPPFLAGS and LDFLAGS which are specified in Makefile. Portlint tells me, the Makefile looks fine, so I need some instructions to find out, what could going wrong. Best regards, Jens