From owner-svn-ports-head@freebsd.org Mon Nov 16 12:27:49 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C6592EE2D3; Mon, 16 Nov 2020 12:27:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZSyX6mJzz3KmL; Mon, 16 Nov 2020 12:27:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6E2957DE; Mon, 16 Nov 2020 12:27:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AGCRmEx021577; Mon, 16 Nov 2020 12:27:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AGCRmBL021576; Mon, 16 Nov 2020 12:27:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011161227.0AGCRmBL021576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 16 Nov 2020 12:27:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555469 - head/x11/wcm X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/wcm X-SVN-Commit-Revision: 555469 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2020 12:27:49 -0000 Author: jbeich Date: Mon Nov 16 12:27:48 2020 New Revision: 555469 URL: https://svnweb.freebsd.org/changeset/ports/555469 Log: x11/wcm: explicitly require wayfire to be installed $ wcm [src/file.cpp:441] Failed to open XML directory /usr/local/share/wayfire/metadata [src/file.cpp:441] Failed to open XML directory /usr/local/share/wayfire/metadata/wf-shell Process 91210 stopped * thread #1, name = 'wcm', stop reason = signal SIGSEGV: invalid address (fault address: 0x8) frame #0: 0x0000000801164ea5 libwf-config.so.1`std::__1::unique_ptr >::operator->(this=0x0000000000000008) const at memory:2587:19 2584 } 2585 _LIBCPP_INLINE_VISIBILITY 2586 pointer operator->() const _NOEXCEPT { -> 2587 return __ptr_.first(); 2588 } 2589 _LIBCPP_INLINE_VISIBILITY 2590 pointer get() const _NOEXCEPT { (lldb) bt * thread #1, name = 'wcm', stop reason = signal SIGSEGV: invalid address (fault address: 0x8) * frame #0: 0x0000000801164ea5 libwf-config.so.1`std::__1::unique_ptr >::operator->(this=0x0000000000000008) const at memory:2587:19 frame #1: 0x00000008011647ec libwf-config.so.1`wf::config::section_t::get_option_or(this=0x0000000000000000, name="plugins") at section.cpp:37:9 frame #2: 0x00000008011648a7 libwf-config.so.1`wf::config::section_t::get_option(this=0x0000000000000000, name="plugins") at section.cpp:46:19 frame #3: 0x0000000000217453 wcm`init(wcm=0x000000080251b320) at main.cpp:221:29 frame #4: 0x00000000002172e2 wcm`main(argc=1, argv=0x00007fffffffeb70) at main.cpp:257:5 frame #5: 0x0000000000216750 wcm`_start(ap=, cleanup=) at crt1.c:76:7 Modified: head/x11/wcm/Makefile (contents, props changed) Modified: head/x11/wcm/Makefile ============================================================================== --- head/x11/wcm/Makefile Mon Nov 16 11:55:09 2020 (r555468) +++ head/x11/wcm/Makefile Mon Nov 16 12:27:48 2020 (r555469) @@ -3,6 +3,7 @@ PORTNAME= wcm DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org @@ -17,6 +18,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ LIB_DEPENDS= libevdev.so:devel/libevdev \ libwf-config.so:devel/wf-config \ libwayland-client.so:graphics/wayland +RUN_DEPENDS= wayfire>0:x11-wm/wayfire CONFLICTS_INSTALL= wcmcommander # bin/wcm