From owner-freebsd-ports@freebsd.org Mon Sep 10 15:36:42 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 F39C410936AC for ; Mon, 10 Sep 2018 15:36:41 +0000 (UTC) (envelope-from twasson@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (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 5B51887069 for ; Mon, 10 Sep 2018 15:36:41 +0000 (UTC) (envelope-from twasson@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id t25-v6so21890399wmi.3 for ; Mon, 10 Sep 2018 08:36:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Nn4iWN43NERAuZYCAacTG1NX81vUmWBAY+3JygUxcJ0=; b=MeDqgu25zbHySLL8GAKwQsg0RFAO2Av4ZoVFENVLSJsITzLaPlF/94O3NGaJeyN36s 608WSerZTcvT1RyduTUgTBMX27/A9HagojCXcYrw9piyiewOH2J4CI5vcqPcT8Wq0GXo MOA5BRcxv/+LLAU4kD2YJK7+6MGmnFtqFyn9I+q1jSWQkutNWBoqSJHH7KizvR/CB7LN 8G8P85o4MlczcEgVeaVz9ApG1yEnLCPKhS/IsnwaRsr0hyFD3RPmALezErufQ8z+V3b/ xqgze0N/B1ALe6JxolsM5DegveDBlIgqVWypU0TiQZZ7+IX4MvfqOFvvP6QrNg2foDa4 VWgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Nn4iWN43NERAuZYCAacTG1NX81vUmWBAY+3JygUxcJ0=; b=g3juw6JBZpb607reEkIzkh6C6YUC+7zLSu/3HupMi63vdNvUJ9JTS6OBGTPdDskpcY B+aDpEsOsbBe+pQavogjH3WjOSHGDlcwBljYs0fBtTnRC3NHaGzZSmrP/1uKvEPMaRP9 zqJTII458ViBelQbrSu18q8GzBqKJZJbEu7LNZrmPw6kKELf/ZYm4lH1nEBW3+qm6GSk sk4CqrnIaCRr+/MQAyIxv/7Vsc77W4iT0gT1p3aORgPRcxtBpwDbu70YyqXx1fd7Q2W6 riJP7cbMjqDtMnnBWYGP5Dgyqy31JdfG+VlGiZxUEd45rHvk7c+jp6pf1kCP10Sv+1SW jK2g== X-Gm-Message-State: APzg51C6DUNIrERmGxTpMDBWVUIDYXlbQ6DtNWgrYgB0Zb+ZwdFrdE8x ENJoysvh6h6vVEnAK1Xyhu3ZgxVGH8tQg643H8QDHA== X-Google-Smtp-Source: ANB0VdZ2Ghqd6w4aQaxN9hvOUr6EoMDtSP5YNO/V8zXpiMky0urhAx7mMEmOUPAcpvfqHSpYkLcuqcZM7iXCMmQ0Ndk= X-Received: by 2002:a1c:8145:: with SMTP id c66-v6mr1069352wmd.139.1536593799525; Mon, 10 Sep 2018 08:36:39 -0700 (PDT) MIME-Version: 1.0 From: Todd Wasson Date: Mon, 10 Sep 2018 08:36:27 -0700 Message-ID: Subject: weechat failing to load ruby.so after recent updates To: freebsd-ports@freebsd.org 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: Mon, 10 Sep 2018 15:36:42 -0000 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