Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jan 2024 21:06:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271581] x11-toolkits/qt5-gui: fails to package when ATKONLY=on in accessibility/at-spi2-core
Message-ID:  <bug-271581-7788-tv80jkQZEH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271581-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271581-7788@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=3D271581

--- Comment #18 from Corey Halpin <chalpin@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 b=
ug,
and added the following to make.conf:

```
OPTIONS_UNSET+=3D ATK_BRIDGE
OPTIONS_UNSET+=3D DBUS

accessibility_at-spi2-core_SET+=3D 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.

--=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-271581-7788-tv80jkQZEH>