! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
GIT Master: TPA plugin build not correctly detected during configure
Status:
RESOLVED: FIXED

Comments

Description Ali Akcaagac 2017-10-26 14:59:20 CEST
When checking out GIT Master of Thunar, then after running ./autogen.sh and then configure, the TPA detection is broken.

Neither "yes" or "no" will be print out during configure process... it stays "build TPA plugin..." and then proceeds with further plugin builds and detects yes or now.

Although the "Makefile" is being generated but the TPA plugin will not be build until you manually enter the TPA plugin directory and run "make". To build the TPA plugin.

Looks like some issue within the configure.ac file...
Comment 1 Git Bot editbugs 2017-10-29 03:30:41 CET
Andre Miranda referenced this bugreport in commit 8dedd2f8197c8cd14b5b8bfae7510e34f68abc0d

Fix TPA plugin build detection (Bug #13952)

https://git.xfce.org/xfce/thunar/commit?id=8dedd2f8197c8cd14b5b8bfae7510e34f68abc0d
Comment 2 Andre Miranda editbugs 2017-10-29 03:32:24 CET
This commit replaced the dependency of dbus-glib:
https://git.xfce.org/xfce/thunar/commit/?id=4ce7c649f248d90d063440ca8e6db06e64f94e69

So the DBUS_FOUND variable required by acinclude.m4 doesn't exists anymore.
Since dbus support is not optional anymore, it makes no sense the current check.

Thanks, nice catch, I swear I didn't notice this =)

Bug #13952

Reported by:
Ali Akcaagac
Reported on: 2017-10-26
Last modified on: 2017-10-29

People

Assignee:
Xfce Bug Triage
CC List:
3 users

Version

Attachments

Additional information