From owner-freebsd-ports@freebsd.org Sun Jun 11 16:07:40 2017 Return-Path: Delivered-To: freebsd-ports@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 52D74D89D57 for ; Sun, 11 Jun 2017 16:07:40 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pg0-x236.google.com (mail-pg0-x236.google.com [IPv6:2607:f8b0:400e:c05::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 214286E4B7 for ; Sun, 11 Jun 2017 16:07:40 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-pg0-x236.google.com with SMTP id v18so38275765pgb.1 for ; Sun, 11 Jun 2017 09:07:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=JAPfSzZHm0Zm8nOqQRZyvyjRow+qfwEK/8UgSQVtMhQ=; b=mJXTvbKXP206lmJphRgfFeq1xusYrEYWkytseI6dRe2/HBlanF34Nmf7Iwa8Hd7EbG rSYeKcfkUlln2JJSGhMptjH/y7c+O5lwVZdD4b6siUwNgVv73EEdoROR0PdZSi6V1VNM xpWzB59IZviKyDy0bIu4zrnWewK1b+PsWQjqUwaBpx1lkyQDkpIbvVitnCzRSqL3MqBI HwtOUJbPEZOrW6TN4YgOIO3Mzd2IvVCyIZOl8aZzihqzrmfEq/Qnp8kinmt8QlOQQBL4 3leyxkdkemd7m3OyLdcGvbdQdXkmwsS1r/SLtXVsAy+geCDHdmh7+3TlLeEKhQ1rKICU Sm+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=JAPfSzZHm0Zm8nOqQRZyvyjRow+qfwEK/8UgSQVtMhQ=; b=SOGvXESJ180fnTJObWjM8Lm2r7OSmHtPc+rYu5tBRoqgQddALpHoGvCKyyLsXOELdD Agy0lUd4kxKGGEbWQlyhaN2WqGDQ97Mb11Vi6QLgS1HlyzKzjIYYv6/ahqtmGjDfMt7X QJvgIQJThJbCmvqhOebV2dhmL3tYkiW/JM/TV4pHKOY2ivwbJhPTwHjCvZuLPi/8GExZ coj0UJz+yX98zCu8E0oIChI2krDa5sYe3EnHrhiz/TGZMtAHTQFKwhIe+42e8vB9BgRD 8xEYedReL2zGJavqa7fScoBYt+UtjJVLiEels0UffgOKXEz5LUCA+6VaQMxHNufRQz79 8pzw== X-Gm-Message-State: AKS2vOw1ylKXXOjzJJWviWDAaxcI/lv8iiThAj10m95R3fLHc7K3eX93 NyrkUIs+geXpSKATmu4Px2d853jCxRAdTN8= X-Received: by 10.84.174.67 with SMTP id q61mr6889670plb.60.1497197259574; Sun, 11 Jun 2017 09:07:39 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.100.140.202 with HTTP; Sun, 11 Jun 2017 09:07:39 -0700 (PDT) In-Reply-To: <1497165712.80401.10.camel@optushome.com.au> References: <1497165712.80401.10.camel@optushome.com.au> From: Kevin Oberman Date: Sun, 11 Jun 2017 09:07:39 -0700 X-Google-Sender-Auth: _RUTnZwUBC1QsJlfM7zI2ciyyfI Message-ID: Subject: Re: Audacity program appears to be dead To: Andrew Johnson Cc: FreeBSD Ports ML Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2017 16:07:40 -0000 On Sun, Jun 11, 2017 at 12:21 AM, Andrew Johnson wrote: > It builds nicely but Audacity has ceased working and produces the > following message: > > % 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 (core dumped) > > > == It is possible that this began with my first update that included an > edit in audacity/Makefile that was done back on 1/April. > > There's been a couple more updates in audacity during the past week but > the program continues to die with the same Fatal Error message. > > FreeBSD 10.3-STABLE FreeBSD 10.3-STABLE Sun Jun 4 18:11:09 2017 > GENERIC amd64 > I see the same error. I have nor run it is a while, so I have no idea when it started. Have you notified the maintainer? That and opening a bug report should be your first actions. You can find the maintainer (if any) by running "make maintainer" in the port's directory. In this case the maintainer is xxjack12xx@gmail.com. A bug report can be filed at https://bugs.freebsd.org/bugzilla/. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683