Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2020 18:26:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 236155] [NEW PORT] devel/appmenu-gtk-module: GTK module for putting application menubar in a global menubar
Message-ID:  <bug-236155-6497-vhs7MnYtkT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236155-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236155-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236155

--- Comment #13 from Trenton Schulz <trueos@norwegianrockcat.com> ---
(In reply to Niclas Zeising from comment #12)

I took a look and it seems it's the cmakefile that wants to try and compile=
 the
current schemas (.build/data/cmake_install.cmake)

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT
CMAKE_INSTALL_COMPONENT)
  execute_process (COMMAND /usr/local/bin/glib-compile-schemas
/usr/local/share/glib-2.0/schemas/)
endif()

This is where the error shows up.

My cmake skills are rudimentary, but I'm wondering if this is incorrect as =
far
as staging goes (or at least could be skipped for the port, I'll have to
investigate more).

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236155-6497-vhs7MnYtkT>