From owner-freebsd-ports@FreeBSD.ORG Fri Feb 5 00:43:30 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA438106566C for ; Fri, 5 Feb 2010 00:43:30 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [64.146.239.50]) by mx1.freebsd.org (Postfix) with ESMTP id C33008FC14 for ; Fri, 5 Feb 2010 00:43:30 +0000 (UTC) Received: from kstewart2.owt.com (kstewart2.owt.com [64.146.237.228]) (authenticated bits=0) by smtp.owt.com (8.13.8/8.13.8) with ESMTP id o150hTkk029326 for ; Thu, 4 Feb 2010 16:43:30 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=owt.com; s=default; t=1265330610; bh=Z9Kql6nniS+c8pNqDJ5srZ0UW+7LSY8SqfuVRnzUvrs=; h=From:To:Subject:Date:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id; b=PACW47mH8L3gS 5bt7vyTwVIxEzE8pLkGDBhrX/q+IQ6ZN835nwjMFBouYdUv6JBJVLQCyi+CAs10tw14 ijG6vnjNYqa6yAF4Ac3R85Kvw9m/U5L3kxaei/FxtQcne3wnZ3F1kqLEybDpO/xyesb G7cNwUs2ziOixRTNqOQeQl68= From: Kent Stewart To: freebsd-ports@freebsd.org Date: Thu, 4 Feb 2010 16:43:29 -0800 User-Agent: KMail/1.9.10 References: <201002041624.43699.kstewart@owt.com> In-Reply-To: <201002041624.43699.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201002041643.29469.kstewart@owt.com> Subject: Re: Libxine Error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2010 00:43:31 -0000 On Thursday 04 February 2010 04:24:43 pm Kent Stewart wrote: > I have been trying to get a traceback for kscd in kde4, which sig-11 > aborts everytime I try to run it. I am running 7-stable. In the > process, the kde people told me to rebuild everying in kde4 > with "WITH_DEBUG=3DYES" in /etc/make.conf. Each time it failed to give > me a traceback and the portupgrade got wider. It has not gone > smoothly. I finally did a "portupgrade -fR kde4". I am now stopped at > the point of building multimedia/libxine where I get the following > error > > libtool: compile: =A0cc -DHAVE_CONFIG_H -I. -I../../include -I../.. - > I../../include -I../../include -I../../src -I../../src/xine-engine - > I../../src/xine-engine -I../../src/xine-utils -I../../src/input - > I../../src/input -I../../lib -I../../lib -I/usr/local/include - > fvisibility=3Dhidden -D_REENTRANT -D_FILE_OFFSET_BITS=3D64 -DXINE_COMPILE > - mtune=3Di386 -O3 -pipe -fomit-frame-pointer -falign-functions=3D4 > -falign-loops=3D4 -falign-jumps=3D4 -fexpensive-optimizations > -fschedule-insns2 -ffast-math - finline-functions -Wpointer-arith > -pipe -g -fno-force-addr - I/usr/local/include > -I/usr/local/include/dvdread -Wall -Wchar-subscripts - > Wnested-externs -Wcast-align -Wmissing-declarations > -Wmissing-prototypes - Wmissing-format-attribute -Wno-pointer-sign > -Wformat=3D2 -Wno-format-zero-length -Wstrict-aliasing=3D2 > -Werror=3Dimplicit-function-declaration -DNDEBUG -MT > xineplug_decode_real_la-xine_real_video_decoder.lo -MD -MP -MF > .deps/xineplug_decode_real_la-xine_real_video_decoder.Tpo -c > xine_real_video_decoder.c =A0-fPIC -DPIC -o > .libs/xineplug_decode_real_la- xine_real_video_decoder.o > In file included from xine_real_video_decoder.c:49: > real_common.h:49: error: '__environ' defined both normally and as an > alias > real_common.h:59: error: 'stderr' defined both normally and as an > alias gmake[2]: *** > [xineplug_decode_real_la-xine_real_video_decoder.lo] Error 1 > gmake[2]: Leaving directory `/usr/ports/multimedia/libxine/work/xine- > lib-1.1.16.3/src/libreal' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/multimedia/libxine/work/xine- > lib-1.1.16.3/src' > gmake: *** [all-recursive] Error 1 > *** Error code 1 > > The old rule of building everything used by libxine didn't help. I > also get the same error on a 7-stable system that was not changed in > order to get a traceback. The last sentence is not correct. I was ssh'ed to the broken machine and=20 didn't notice. The other machine is still running kde3 and didn't have=20 any problem building libxine. It also hasn't been port updated since 22=20 Jan. Kent =2D-=20 Kent Stewart Richland, WA