Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Dec 2018 09:06:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233846] devel/libappindicator Doesn't build if CUPS option is OFF
Message-ID:  <bug-233846-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: list1@gjunka.com
             Flags: maintainer-feedback?(swills@FreeBSD.org)
          Assignee: swills@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 libappindic=
ator
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 explicit=
ly
in its Makefile/deps but which is installed when the CUPS option is enabled.

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



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