From owner-freebsd-questions@freebsd.org Thu Jul 6 06:11:04 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 35E50DA46A2 for ; Thu, 6 Jul 2017 06:11:04 +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 0DDE9833F9 for ; Thu, 6 Jul 2017 06:11:04 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 0D32BDA46A1; Thu, 6 Jul 2017 06:11:04 +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 0CDA8DA46A0 for ; Thu, 6 Jul 2017 06:11:04 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-wr0-x22a.google.com (mail-wr0-x22a.google.com [IPv6:2a00:1450:400c:c0c::22a]) (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 94441833F7 for ; Thu, 6 Jul 2017 06:11:03 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mail-wr0-x22a.google.com with SMTP id k67so13619494wrc.2 for ; Wed, 05 Jul 2017 23:11:03 -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=1Y96zNQA/Hbn2gz5nM+toDo1eZdDRWDNkkPvybfA1+4=; b=N5PzgzuBaDgPtyTTj1wzbs4UoDP2aYeWVUmcXzesNhtfKtR4PEY9MJTQqOn8dsecPW VdrbAPsZDKSSr5+rE+BiSrKaEs4gaWyL3+TcuVigResIK2Hr8+dsrrL4/VpVkNGY8Leh zEzZZp6sbI736ns3PIX3EZiPc+/vPtVR2Cg/yfnLNxQMBiaZM1xoDn1vg9GggHYy0Sdd CEwHrdLePST7M3aq2ZMkwNGrNt6O4UtIxp/f+KS2+6kF13OeAByVnuwjVxNx8wOni5zA ca6A80hSyKYusuEU+nKTq0IMlyv8TfLCCCd8A9O1TDDpO2kT3W7zn9MVgcswDtIe66cH Fm1g== 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=1Y96zNQA/Hbn2gz5nM+toDo1eZdDRWDNkkPvybfA1+4=; b=ZDI2WpGVsSCL2HBDYXBPvjCW+B0LKuA+ZLIdktz9TSHCwCOz7aLtDSuoIG6FasuWKv nDclownGjfpy8X6tvklgNHQHhLb6jg2/hvEEeS71Bjy2w/wwqNZ0oaFolZMJAQZHtrll JQp6NIUCMljLEaI/4AAGsyDbZ+/8stScTK4OEx0C5bV6li40AvkruVVBawzUEXFS2CVN UazsZ+uTf1Aa3HlXwABe34PBzjCCXKALNHVyq/H5ygc9Gb9hqP7feLNGnh0HP3bn6EcK 6JTHNOsgzL0cZjWNR5M3SCVO75OwvBLa2iCtCdW5WhTuiCom1SV6kWkTcSRmJjotiklO UGDQ== X-Gm-Message-State: AKS2vOw0/Vsf8gMvtDYte80b0oPqfpZJeUj2jOmwkSB2rjlmEYZWTM2t A4tIGxf1nHhkcQkgnlrreZ0C5vDsdg== X-Received: by 10.223.151.44 with SMTP id r41mr40161617wrb.6.1499321462030; Wed, 05 Jul 2017 23:11:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.176.241 with HTTP; Wed, 5 Jul 2017 23:10:21 -0700 (PDT) In-Reply-To: References: From: "Jack L." Date: Wed, 5 Jul 2017 23:10:21 -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: Thu, 06 Jul 2017 06:11:04 -0000 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. > > Thanks for any help on how to fix this. > Manish Jain > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"