From owner-freebsd-questions@freebsd.org Fri Jul 7 05:06:16 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC936D9A4B6 for ; Fri, 7 Jul 2017 05:06:16 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 885276798A for ; Fri, 7 Jul 2017 05:06:16 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 84B76D9A4B3; Fri, 7 Jul 2017 05:06:16 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84655D9A4B2 for ; Fri, 7 Jul 2017 05:06:16 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-wr0-x242.google.com (mail-wr0-x242.google.com [IPv6:2a00:1450:400c:c0c::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3727E67986 for ; Fri, 7 Jul 2017 05:06:16 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mail-wr0-x242.google.com with SMTP id z45so5001441wrb.2 for ; Thu, 06 Jul 2017 22:06:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=w+NUTc78qaaXOX+w4nNPfpHPwJtHAuRitaEnEuNruc8=; b=MSiMl5y4doN5TWeKAgW7OcA46Gxev1dtixOnHvDLNuq8KdgsgLcGQq1iPcC1eLZWPx 0m6AbiJuq9qTvgyGUGamdnk01XoygcOiTemoPPh6PzqtEi7jw5nZBQ2wxbW3mRgvWley aODLyQpIBQiS4U1k6i/Sqk8G5bE6ouS1o3Zs1Jq95/yCoWubGNJEXBfuI0NyI9x6CiMj z/CKagnrb82GWZj8fnJGoD2R6v/59xZHfHXo+RnweVHIhcP4EG1TDTfdRU5vbX60UKYv 5DSmjA9T9NexvtTWglXAqa5EzR+D1GoQltO/Uf9x+03cpvMfz8QylzpU3PNEqUlbBf3r AV6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=w+NUTc78qaaXOX+w4nNPfpHPwJtHAuRitaEnEuNruc8=; b=k8gdGYxJwABXXoeEwwoAXOZspYe6hi3ZeKLaqJvo4DCRy7OIe9IHPSvN/+rJ3AR/tt pfHtoR3y8Qda4RxYO160yqwCHFYKlhoNEqWj/n5GliMh72//JvAblbqeGvEkQfAgqsk1 q1ElSbDkoFBpmpzxn7fLeJxfnwwMbDqfp+ATazAEEMOV1bSbjPRtgyilhgvUwkv/Ykvy RIkzUuQ2UGioVvzdgcbIBHbr1yvNqtb0c7QSgvL9v9UrLYuz5TBmOHvsrgxZa7Rw88xr LSHEHXY1Kq+e9ZifQrgoDlK3Bo1SiUt/4LbrsMsMBWUAcuaHSPuDNdDEglw5J/OkT09U I7cA== X-Gm-Message-State: AIVw110C9syZJS/1Q558K0xcR4Kohf6NA1bK3iobf8tLQEZ4AKdWPrrD rdPHPcWqhPOeLNzCShbNGy9VJ+OgNA== X-Received: by 10.28.18.16 with SMTP id 16mr831801wms.93.1499403973233; Thu, 06 Jul 2017 22:06:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.176.241 with HTTP; Thu, 6 Jul 2017 22:05:32 -0700 (PDT) In-Reply-To: References: From: "Jack L." Date: Thu, 6 Jul 2017 22:05:32 -0700 Message-ID: Subject: Re: How to fix wx error ? To: Manish Jain Cc: "questions@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2017 05:06:17 -0000 On Thu, Jul 6, 2017 at 8:01 AM, Manish Jain wrote: > > > On Thu, Jul 6, 2017 at 11:40 AM, Jack L. wrote: > > There is a pending patch that fixes this. Issue is wxgtk was compiled with > clang and audacity was compiled with a newer gcc causing the issue. This > patch should make audacity compile with clang > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218104 On Wed, Jul 5, 2017 > at 3:13 PM, Manish Jain wrote: > > Hi, I am running FreeBSD 10.3 amd64. I had an internet outage for about 20 > days, and got network connectivity again yesterday. When I started the > system again yesterday, pkg conked out with the complaint that it was not > able to find packages for release 10 under quarterly. 'pkg update -f' did > not help; so I reinstalled the system : - ) The reinstall has consumed me > the last 24 hours, but I am pretty much done. Except for one error - > audacity refuses to start with this message : Fatal Error: Mismatch between > the program and library build versions detected. The library used 3.0 > (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with > 2.6,compatible with 2.8), and your program used 3.0 (wchar_t,compiler with > C++ ABI 1009,wx containers,compatible with 2.6,compatible with 2.8). Google > search suggests this error has something to do with wx widgets libraries. So > I deleted all wx packages and audacity, and built audacity from /usr/ports. > That however does not help. I continue to get the same error. > > > > Hi Jack, > > Thanks for letting me that there is a possible solution. > > I applied the patch. Running make under /usr/ports/audio/audacity now gets > me the following error : > > checking whether we are using gcc 4.9.0 or later... no > configure: error: Audacity requires at least GCC 4.9 > ===> Script "configure" failed unexpectedly. > > This is surprising because gcc5 as well as gcc6 are insalled on this box > (gcc5 from pkg, gcc6 from ports). > > Is there something I need to tweak further ? Thanks > Manish Jain > Looks like you applied the wrong patch https://bz-attachments.freebsd.org/attachment.cgi?id=183724 is the one that should fix the issue.