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

--- Comment #18 from Corey Halpin <chal...@cs.wisc.edu> ---
(In reply to jakub_lach from comment #17)

Thank you for the additional information - it is very helpful.

Unfortunately, I'm still not able to replicate the error your are getting. I
created a 14.0 jail, pulled ports from git, applied the patches from this bug,
and added the following to make.conf:

```
OPTIONS_UNSET+= ATK_BRIDGE
OPTIONS_UNSET+= DBUS

accessibility_at-spi2-core_SET+= ATKONLY
```

With these settings in place, portmaster correctly builds
`x11-toolkits/qt5-gui`.

I suspect that either 1) there's something installed on your system that's
confusing `configure` so that it depends on dbus despite `-DQT_NO_DBUS` in the
build, or 2) there's some other port on your system built against dbus that
implicitly forces the dbus dependency.

Can you do (as root):
```
cd /usr/ports/x11-toolkits/qt5-gui
make clean
make configure | tee ~/qt5-gui-config.log
```

Then please attach the `qt5-gui-config.log` from root's homedir to this bug?

Thank you.

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

Reply via email to