[Bug 233846] devel/libappindicator Doesn't build if CUPS option is OFF

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 7 09:06:37 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233846

            Bug ID: 233846
           Summary: devel/libappindicator Doesn't build if CUPS option is
                    OFF
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: swills at FreeBSD.org
          Reporter: list1 at gjunka.com
             Flags: maintainer-feedback?(swills at FreeBSD.org)
          Assignee: swills at FreeBSD.org

Disabling CUPS in x11-toolkits/gtk20 and x11-toolkits/gtk30 causes the
configure to fail:

configure: error: Package requirements (dbus-glib-1) were not met:
Package 'dbus-glib-1', required by 'virtual:world', not found

Steps to reproduce:

Create a new build environment with options:
  poudriere options -j 11rel2amd64 -p local -z libappindicator
devel/libappindicator

Navigate to create options:
  cd /usr/local/etc/poudriere.d/11rel2amd64-local-libappindicator-options/

Search for packages with option CUPS
  grep -ir cups * | grep -v COMPLETE_OPTIONS

Two packages will have that option enabled. Disable in both:
  poudriere options -c -j 11rel2amd64 -p local -z libappindicator
x11-toolkits/gtk20
  poudriere options -c -j 11rel2amd64 -p local -z libappindicator
x11-toolkits/gtk30

Start the build:
  /usr/bin/nice -n 20 poudriere bulk -j 11rel2amd64 -p local -z libappindicator
devel/libappindicator

About 212 packages will be build but the build will ultimately fail in
libappindicator with the error I gave above.
I suspect libappindicator depends on a library which is not listed explicitly
in its Makefile/deps but which is installed when the CUPS option is enabled.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list