From owner-freebsd-questions@freebsd.org Sat Jun 10 08:13:34 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 15C2DD87F7C for ; Sat, 10 Jun 2017 08:13:34 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-wr0-x236.google.com (mail-wr0-x236.google.com [IPv6:2a00:1450:400c:c0c::236]) (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 A2A826F89B for ; Sat, 10 Jun 2017 08:13:33 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mail-wr0-x236.google.com with SMTP id v104so52029895wrb.0 for ; Sat, 10 Jun 2017 01:13:33 -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=lEDWhuANIFYpD2LT7D11SvueJG3Hcs7zFH7gXcKflDg=; b=KVaBp5odrn+jzZyGVM2QKfwhdI6LW8Z5Z6R6CuGOHh9fldTqhuMGSsufhzOQVzPMOw J0eqz+XPGhrHpnKh/kFlIjoO9PjCKVGlHy37AhsUsVDn31tLqUIuP0pt376A6s7aqHHp L+6t6ywPv3wfNEONvQDwPI1tSZMS1enC5HL09c42vG0m2fFFyqf7mKunGly+9bmJ+HSQ o8+k2ObnwLoiBrQqonDvKTVJge4PEBoRl1PgLVi3covIVSwel3Ye95w1FNVJRBVErd3N 1Zdl1djXhLC1hnHyZRrQCgjSm4n0xi76XwCXNVJ/Wtcv2BdqNQYbAl9PgtpHdnM9P08P pvIQ== 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=lEDWhuANIFYpD2LT7D11SvueJG3Hcs7zFH7gXcKflDg=; b=cUvo7nhZSU89/6v4bt8y/3Vvj/WAaGcP9c5N4gJiEtA/3QMHJftxKB1Y+k5Ub94yAn pHxcbbQaVqqgtAYB6Mbtq1UQce3SVRPnMypUS+QaPzaVhGn4Srlbchgp1xu4aeBH8pz3 ATKkCHqH0tdwoIrNNb4vTXjAVMgO3TaDQJ0nzue0N7Yha9fHDecnlTzcZiCyJXC19eCF HpU61VZSf68ytvxC9o1XuN20Tayb97TXnMiiuy4XHfG3g15BHXdAJfijV1ucG5Z0/LCg X7hBuJZVuqWetND7SsgoZa70cVsCenazekjGC/JH+y3/+VvIJEp5CCKisooTQW/rYrX2 3cEw== X-Gm-Message-State: AKS2vOxrW7DVsuPxEuIUxWViLWMVVWhKPrcDvE+2/YdfZrDsBczffDkm 5tSPU1fRR3bwNuPM+3pneS0+iRj/dArF X-Received: by 10.28.107.87 with SMTP id g84mr2245643wmc.63.1497082411315; Sat, 10 Jun 2017 01:13:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.176.244 with HTTP; Sat, 10 Jun 2017 01:12:50 -0700 (PDT) In-Reply-To: <20170610033515.981ad9de2abc76c93b3b4ea9@3dresearch.com> References: <20170610033515.981ad9de2abc76c93b3b4ea9@3dresearch.com> From: "Jack L." Date: Sat, 10 Jun 2017 01:12:50 -0700 Message-ID: Subject: Re: audio/audacity Abort trap To: Janos Dohanics Cc: FreeBSD Questions 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: Sat, 10 Jun 2017 08:13:34 -0000 Hi, there are a few ways to fix this and there's a PR with this issue. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218104 I've submitted a patch for wxgtk to not kill audacity here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219813 Ultimately, I want to get audacity to compile on clang and that's a work in progress but a few workarounds are available in those 2 PRs. On Sat, Jun 10, 2017 at 12:35 AM, Janos Dohanics wrote: > All, > > trying to start freshly built audio/audacity on 10.3-STABLE #0 r315269: > > $ /usr/local/bin/audacity > 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). > Abort trap (core dumped) > > # portversion -vR audacity-2.1.3 > [Reading data from pkg(8) ... - 915 packages found - done] > atk-2.24.0 = up-to-date with port > audacity-2.1.3 = up-to-date with port > desktop-file-utils-0.23 = up-to-date with port > expat-2.2.0_1 = up-to-date with port > ffmpeg-3.3.1,1 = up-to-date with port > flac-1.3.2 = up-to-date with port > gcc5-5.4.0_2 = up-to-date with port > gdk-pixbuf2-2.36.6 = up-to-date with port > gettext-runtime-0.19.8.1_1 = up-to-date with port > glib-2.50.2_2,1 = up-to-date with port > gtk-update-icon-cache-2.24.29 = up-to-date with port > ladspa-1.13_1 = up-to-date with port > lame-3.99.5_3 = up-to-date with port > libid3tag-0.15.1b_1 = up-to-date with port > libmad-0.15.1b_6 = up-to-date with port > libsndfile-1.0.28 = up-to-date with port > libvorbis-1.3.5_1,3 = up-to-date with port > pango-1.40.6 = up-to-date with port > shared-mime-info-1.8 = up-to-date with port > soundtouch-1.9.2_3 = up-to-date with port > twolame-0.3.13_4 = up-to-date with port > vamp-plugin-sdk-2.6 = up-to-date with port > wx30-gtk2-3.0.2_6 = up-to-date with port > > # portversion -vR wx30-gtk2-3.0.2_6 > [Reading data from pkg(8) ... - 915 packages found - done] > ORBit2-2.14.19_2 = up-to-date with port > atk-2.24.0 = up-to-date with port > expat-2.2.0_1 = up-to-date with port > gconf2-3.2.6_5 = up-to-date with port > gettext-runtime-0.19.8.1_1 = up-to-date with port > glib-2.50.2_2,1 = up-to-date with port > gstreamer-plugins-0.10.36_8,3 = up-to-date with port > gtk2-2.24.31 = up-to-date with port > jpeg-turbo-1.5.1 = up-to-date with port > libGLU-9.0.0_3 = up-to-date with port > libIDL-0.8.14_3 = up-to-date with port > libSM-1.2.2_3,1 = up-to-date with port > libX11-1.6.5,1 = up-to-date with port > libXinerama-1.1.3_3,1 = up-to-date with port > libXxf86vm-1.1.4_1 = up-to-date with port > libmspack-0.5 = up-to-date with port > libxml2-2.9.4 = up-to-date with port > pango-1.40.6 = up-to-date with port > png-1.6.29 = up-to-date with port > tiff-4.0.8 = up-to-date with port > webkit-gtk2-2.4.11_10 = up-to-date with port > wx30-gtk2-3.0.2_6 = up-to-date with port > > pkg_libchk shows no errors. > > What am I missing? Please advise. > > -- > Janos Dohanics > _______________________________________________ > 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"