From owner-freebsd-ports@FreeBSD.ORG Fri Dec 26 21:43:24 2008 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 74B94106567C for ; Fri, 26 Dec 2008 21:43:24 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 288F98FC14 for ; Fri, 26 Dec 2008 21:43:23 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by an-out-0708.google.com with SMTP id c2so1533298anc.13 for ; Fri, 26 Dec 2008 13:43:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=Lgqhy1bXdf7/+XKRPEFiaFg6Y/76qpj/LPy2YKzR2CE=; b=W1haKvxiymgth8RM4h46Hr/Of1GectMRiqmqqmdME9tS1JqRl7weK9UwncvpvFxFrI h6vB1x2PpdaGfQt5AGYdg745OHvwLz+lF1sCwyRNTQrbc7xLakX35tKZKcw5WveHMFtF cHHxX3UxvOQZipol62CAwoxIRDgAwQFPtrdi0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=bB1lj2tdL0osg1NU6KjjezcRG6Ymoo2R5klxKYT4ebzx3ttXL7QGA3vqCRiEXrmwC+ k2U9mADudKdZfPY4JprwYyhx/HmTVKYFc4NzAcDfU4GmO7Nj22GBdhdCmGl62YIVz0Tw cMNM089O9saiN3Syc8TaYyCOSkQFXZrWUVSJc= Received: by 10.100.122.8 with SMTP id u8mr6498186anc.131.1230327803248; Fri, 26 Dec 2008 13:43:23 -0800 (PST) Received: from ?10.91.161.171? ([32.157.26.69]) by mx.google.com with ESMTPS id b29sm15196657ana.53.2008.12.26.13.43.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Dec 2008 13:43:22 -0800 (PST) References: <89dbfdc30812261253sd13d85fn9d2c079d644818b@mail.gmail.com> Message-Id: <54BC6DF8-BEC3-4133-8394-9FEF055E8A4A@gmail.com> From: Garrett Cooper To: Kim Culhan In-Reply-To: <89dbfdc30812261253sd13d85fn9d2c079d644818b@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5F136) Mime-Version: 1.0 (iPhone Mail 5F136) Date: Fri, 26 Dec 2008 13:42:44 -0800 Cc: "freebsd-ports@freebsd.org" Subject: Re: 7.1-RC2 audio/x11amp missing symbol at startup 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, 26 Dec 2008 21:43:24 -0000 On Dec 26, 2008, at 12:53, "Kim Culhan" wrote: > Using the ports tree cvsup'd 12-26-08 running on FreeBSD 7.1-RC2 > > At startup audio/x11amp returns: > > /usr/local/lib/x11amp/Input/libwav.so: Undefined symbol > "effects_enabled" > /usr/local/lib/x11amp/Input/libmpg123.so: Undefined symbol > "effects_enabled" > /usr/local/lib/x11amp/Input/libmikmod.so: Undefined symbol > "effects_enabled" > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 82 error_code 8 request_code 2 minor_code 0 > > Anyone else seeing this? > > -kim How did you initially install freebsd? What version did you install? What versions were your ports compiled against? -Garrett