From owner-freebsd-ports@freebsd.org Fri Sep 14 15:30:44 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10E7A108BE9E for ; Fri, 14 Sep 2018 15:30:44 +0000 (UTC) (envelope-from twasson@gmail.com) Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82C2C867ED; Fri, 14 Sep 2018 15:30:43 +0000 (UTC) (envelope-from twasson@gmail.com) Received: by mail-wm1-x334.google.com with SMTP id t25-v6so2362499wmi.3; Fri, 14 Sep 2018 08:30:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=M/1cUAs80BDW6JkmrhV9RcdFCItiM8GHlsHePG6BUMY=; b=GFKYJmpbAyVeGSGJhaFPL/qTgSoJZaiwNjtChGh3kTYSg9OWmV7issUTOyE1VCrnkc K1Ik1SxJeg9udr1JE0u7MuHCzhqg9uQswHGqczjmzNtjMIJtvzOxKQ95W4qYjuDrodDm T2cfPbGDhrZqnycF/WQ8sqGWuU+U3P4i2hgDuLPLp1QZEapV3pLQmEEfRSrK4dpp7vQV dsUmZx2N02kDlZSw9UkcVa0xR4ope3GSwqB8bYbVDG7B25IuPkH8/aGankI7Oufi10L+ J3+cE7pze1EfnpOv5ZJwa7zCNTPQ2t27uGD+mU//zCjT9ePcRuJddmX46tD4x816cjhq 09gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=M/1cUAs80BDW6JkmrhV9RcdFCItiM8GHlsHePG6BUMY=; b=oAn2Cbdquwj3JC5zCF8zPU004t1aC1mw5RjzrdKwnCO/rdMZ1HpQFxe1I/WNYwqLIL M/IOLsYHmeXUdB5bJD6h9jjeWBCUWyPD5oMKbJb0Hye1yOw8RRW1fmKaeN2D8h/tbmmV VVGT0pdA18NVorfbbYPA5wrEC0JJ717iMJZ4CRX7KNfUZNNNhTke2obEKm9e0WVdDj9S KQorsemFJxaxYV+DLq0JVXiGrr2h25lGStu9OVB65YpZeippTebjtfWo9Fma8B2FGuoy ZDH8KBkC4N10XN5+KDYJiUGXORfbXLCe2wINWFB3re4jWXpwEAOXbgjbAv3J8IUjD2JP eTLw== X-Gm-Message-State: APzg51CPAQqWkytIcRl+GvbgmSOjIrL91LhxufkYyLNrPtuuLCtn1U0A uk9TVunN1RbB+7F5TmqKkiF4MWRIL9mU+/RFFKCEjg== X-Google-Smtp-Source: ANB0VdaktJYHX7bWZbN+MLl/GRovXJl95EmGM6J5AKcaq9A/krREsFl5/Umwqatm+Sh3e+6oDr2+Ks7o1EdAltiTYMQ= X-Received: by 2002:a1c:7301:: with SMTP id d1-v6mr2685445wmb.34.1536939041909; Fri, 14 Sep 2018 08:30:41 -0700 (PDT) MIME-Version: 1.0 References: <5c159acf-0583-af09-2599-746325f8b318@FreeBSD.org> In-Reply-To: <5c159acf-0583-af09-2599-746325f8b318@FreeBSD.org> From: Todd Wasson Date: Fri, 14 Sep 2018 08:30:30 -0700 Message-ID: Subject: Re: weechat failing to load ruby.so after recent updates To: koobs@freebsd.org Cc: freebsd-ports@freebsd.org, Bernard Spil Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 15:30:44 -0000 Thanks, koobs, I reported the issue here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231361 I didn't see how to add you as a watcher or CC you on the bug, sorry. Thanks again for your help! Todd On Mon, Sep 10, 2018 at 6:47 PM Kubilay Kocak wrote: > On 11/09/2018 1:36 am, Todd Wasson wrote: > > Hi all, I recently restarted weechat for the first time in awhile (1-2 > > months), and now it can't load ruby.so because of: > > > > Error: unable to load plugin "/usr/local/lib/weechat/plugins/ruby.so" > > /usr/local/lib/weechat/plugins/ruby.so: Undefined symbol "ruby_version" > > > > `strings /usr/local/lib/weechat/plugins/ruby.so` reveals that > ruby_version > > is in the file. I first saw this with the binary pkg installation, but > > I've rebuilt weechat from source from the ports tree and that didn't > > resolve the problem. I also updated to 11.2-RELEASE after I first saw > > this, which also had no effect, incidentally. ktrace revealed nothing > > useful, and I'm not sure what I should look for with dtrace. > > > > Any thoughts? I suspect this is more likely to be a FreeBSD-specific > > problem than a general weechat problem, as I see no reports (other than a > > random pastebin paste) of this anywhere online. Any help would be > > appreciated! > > > > > > Todd > > Hi Todd, > > I can confirm the issue, also present on CURRENT using ports (so not > specific to packages or freebsd versions), after updating to weechat 2.2 > (and ruby 2.4.4). Rebuilding both does not resolve the issue. > > Best course of action is to report the issue so that at least the issue > is logged, and the maintainer (cc'd) can investigate: > > "irc/weechat: Fails to load ruby plugin after update to 2.2 (Undefined > symbol "ruby_version)" > > Feel free to CC me on it. > > ./koobs > > > >