From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 5 04:48:51 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DB9516A468 for ; Sat, 5 Jan 2008 04:48:51 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id BA0B013C467 for ; Sat, 5 Jan 2008 04:48:50 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so11463630pyb.10 for ; Fri, 04 Jan 2008 20:48:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=hEng9U3Xf+rr8IZ1xcz+pWwnHLfO9r5WwqQIeyFD9fs=; b=D9A4a0lbMJC59RuZ0BH2W6NCsiq8mdUBV8vgJqMcJALTrcaQ1WnwG+MG+lxIoQ0J5j8AmJJA/frOiQGoFJjfMb3N1VXTIAL2dqPNlwcm15rTbnhPhzM7TBvozPILj5PFatMPaLMNuwo2eolhpps5Y3cphf+hDx1KfsDwQB0wF78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YjEYB0DLJioNFl4FzzJ2HC7pBz1+R4sVrSXxIY8x0MpPGg8ZmhMx1c81hIzBZBSBNLFf2zWAyR7OWEtkDB5Sa2UznX66LtKEW5MT6k1XmsdPrVJ6ltvJ4mnNGqi89ZKIjLpf14jwMFdJ/tUEqykZo0oUPSLNO9bAPp6ycct42cw= Received: by 10.65.204.7 with SMTP id g7mr36605254qbq.73.1199508529188; Fri, 04 Jan 2008 20:48:49 -0800 (PST) Received: from fortytwo.zapto.org ( [70.48.45.139]) by mx.google.com with ESMTPS id 36sm15248789nzk.29.2008.01.04.20.48.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 04 Jan 2008 20:48:48 -0800 (PST) Message-ID: <477F0C3A.2040601@gmail.com> Date: Fri, 04 Jan 2008 23:48:58 -0500 From: Jimmie James User-Agent: Thunderbird 2.0.0.4pre (X11/20071018) MIME-Version: 1.0 To: Jeremy Messenger References: <200801032336.m03Na7iE052315@freefall.freebsd.org> <477D7792.3010007@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: ports/119286: audio/pulseaudio (pulseaudio-0.9.6_4) (linker error) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:48:51 -0000 Jeremy Messenger wrote: > On Thu, 03 Jan 2008 18:02:26 -0600, Jimmie James > wrote: > >> mezz@FreeBSD.org wrote: >>> Synopsis: audio/pulseaudio (pulseaudio-0.9.6_4) (linker error) >>> State-Changed-From-To: open->feedback >>> State-Changed-By: mezz >>> State-Changed-When: Thu Jan 3 23:35:36 UTC 2008 >>> State-Changed-Why: Can you test this patch to see if it helps? Thanks. >>> http://people.freebsd.org/~mezz/diff/pulseaudio.diff >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=119286 >>> >> >> Looks like the same error, even moved make.conf out of the way to make >> sure there was nothing dirty. >> 320K script output here: >> http://fortytwo.zapto.org/pulseaudio_diff.mezz.txt > > Nevermind about my patch, thanks for test it. Christoph has posted a > complete solution with fixes. > > Cheers, > Mezz > > Not fixed on 6.3-PRERELEASE. I did a rm -rf /usr/ports/audio/pulseaudio, a csup around Fri Jan 4 23:43:03 EST 2008 and the errors are still there. http://fortytwo.zapto.org/pulseaudio-still.txt /usr/bin/ld: Warning: gc-sections option ignored^M .libs/libpulse_la-channelmap.o(.text+0x32): In function `pa_channel_map_init':^M : undefined reference to `__assert'^M .libs/libpulse_la-channelmap.o(.text+0x87): In function `pa_channel_map_init_mono':^M : undefined reference to `__assert'^M .libs/libpulse_la-channelmap.o(.text+0xd9): In function `pa_channel_map_init_stereo':^M ... etc... -- If you can't beat your computer at chess, try kickboxing. --- --- --- Solving Today's Problems Tomorrow