From owner-freebsd-ports@FreeBSD.ORG Sat Dec 27 00:03: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 600C6106567E for ; Sat, 27 Dec 2008 00:03:24 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id 333798FC1B for ; Sat, 27 Dec 2008 00:03:24 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so5187063rvf.43 for ; Fri, 26 Dec 2008 16:03:23 -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:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=StofT2iuFku9kb+AmwOsyaXfUjT97cY3mcus0ZuzpKA=; b=XGWSTJG6od3RbbnF6+bm52Cm4p3Hx/JKsG12XIFq10tYh1VcFfQYh0PqrKQSiwntlA ea8B/4GKOAgwjdXNM0b7J66hyHOlPgYUYKMVC869gnmh8xjMv8b5etPsTRIn4LgWCBJr /CTip1/1Z+umlYOk0T72wK5iOcz9P/zRJvYXw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=SJqanRDi4V21nxJfTVwEvnhy50dhvFnjrCMSxvrTa0Kc3kcHTwkR6R71TmIFSlvxRz a2y1NlIVlYa5oVbfKcMTkrZhhnpZcdk+ZpBzZCZarjF63qIa6Szte2rbjkYg7apfjtEZ ay688e+qZfy1CLL0QS4sWbBiBLhf7XDPoNXDA= Received: by 10.142.84.3 with SMTP id h3mr4618652wfb.149.1230336203900; Fri, 26 Dec 2008 16:03:23 -0800 (PST) Received: by 10.142.47.19 with HTTP; Fri, 26 Dec 2008 16:03:23 -0800 (PST) Message-ID: <89dbfdc30812261603y20f262a8g7f6d3cb52605ec24@mail.gmail.com> Date: Fri, 26 Dec 2008 19:03:23 -0500 From: "Kim Culhan" To: "Garrett Cooper" In-Reply-To: <54BC6DF8-BEC3-4133-8394-9FEF055E8A4A@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <89dbfdc30812261253sd13d85fn9d2c079d644818b@mail.gmail.com> <54BC6DF8-BEC3-4133-8394-9FEF055E8A4A@gmail.com> X-Mailman-Approved-At: Sat, 27 Dec 2008 00:11:16 +0000 Cc: 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: Sat, 27 Dec 2008 00:03:24 -0000 On Fri, Dec 26, 2008 at 4:42 PM, Garrett Cooper wrote: > 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? > > How did you initially install freebsd? What version did you install? What > versions were your ports compiled against? FreeBSD was newly installed directly from 7.1-RC2-i386-disc1.iso cvsup was installed as a package and was then run to bring the ports tree up to the latest. The gnome2-lite port was then installed, followed by /audio/x11amp x11amp was then run and returned the result above. An attempt was made previously where the same iso was installed followed by x11-wm/windowmaker. x11amp was installed next and run with the same result. thanks -kim --