From owner-freebsd-ports@FreeBSD.ORG Sat Dec 27 21:54:03 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 755221065675 for ; Sat, 27 Dec 2008 21:54:03 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 4E0D38FC18 for ; Sat, 27 Dec 2008 21:54:03 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so6309070wfg.7 for ; Sat, 27 Dec 2008 13:54:03 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=182MrnLnPE4UrW+zS3wUlIsxVy6nlQb5yAUv1cbl6ys=; b=HK4HNTkXqEYlVPdE/DBk/XulnGix30RhMiQwdZefrcTZMIDB/QZVPsYOiwBZ8FmeQP kEpPiFDqMF/WNLswgL4+YTvLcHjBecrzP6hnkP3cF3eGWP+jcwvWDV/mpJPcbkpGg49T aQ41S/Jxp96i5JNjvkGGEi51YYwgU8wRvd9is= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=o7Mq5Ye0SJ7mXi/2u+LmKvFc8Z/54N1T+OiNt06M/abOfgCcSL0bC5b7qJYrHKWK6p OzZS11C8D7hKZahad27S/qx4dIECH65L8soaWi2dIPqjo/wEZm2oW+ADM8q17MTtFUSD BcMzsCuvAIgq093WJEdNuyfuTJHL0ekRw/MkI= Received: by 10.142.191.5 with SMTP id o5mr1141644wff.129.1230414843046; Sat, 27 Dec 2008 13:54:03 -0800 (PST) Received: by 10.142.47.19 with HTTP; Sat, 27 Dec 2008 13:54:03 -0800 (PST) Message-ID: <89dbfdc30812271354x5ba2fffftcaf8464cf3463618@mail.gmail.com> Date: Sat, 27 Dec 2008 16:54:03 -0500 From: "Kim Culhan" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 21:54:03 -0000 On Fri, Dec 26, 2008 at 9:55 PM, Garrett Cooper wrote: >> On Fri, Dec 26, 2008 at 6:51 PM, Kim Culhan wrote: >> It looks like this is related to linking with -pthread which appears to >> be a problem in fbsd 7.1 > > -pthread should *not* be used. According to the gcc manpage it's > HP-alpha specific... Is it actually implemented in the author's > makefiles? > -Garrett One more datapoint: In FreeBSD ports, in multimedia, is an audio player: Audacious In many ways better than x11amp and the port compiles and installs with no problem. Also works with the OSS sound system, an audio hardware driver among other things, which compiles and installs on modern laptop hardware with no problem. Thanks for all your help -kim --