By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1873

Summary: Build issue: FTBFS Makefile.am INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde
Product: TDE Reporter: Darrell <darrella>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: bugwatch, darrella, michele.calgaro
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Darrell 2014-01-25 22:43:49 CST
I am unable to build the following packages:

gtk3-tqt-engine
kcmldap
kcmldapcontroller
kcmldapmanager
kerberostray

They all fail to build with the following error:

gcc: error: /tde: No such file or directory

I believe the problem is in the respective Makefile.am files:

INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde

$(KDE_INCLUDES) is not defined. The affected files:

applications/gtk3-tqt-engine/tdegtk/Makefile.am
applications/gtk3-tqt-engine/tests/Makefile.am
applications/kcmldap/cert-updater/Makefile.am
applications/kcmldap/cmdline/Makefile.am
applications/kcmldap/src/Makefile.am
applications/kcmldapcontroller/acl-updater/plugin/Makefile.am
applications/kcmldapcontroller/cert-updater/Makefile.am
applications/kcmldapcontroller/src/Makefile.am
applications/kcmldapcontroller/src/primaryrealmwizard/Makefile.am
applications/kcmldapcontroller/src/secondaryrealmwizard/Makefile.am
applications/kcmldapmanager/cmdline/Makefile.am
applications/kcmldapmanager/src/Makefile.am
applications/kerberostray/src/Makefile.am
Comment 1 Michele Calgaro 2014-03-07 02:33:31 CST
Darrell, is the bug still valid? I can build all those modules in Debian/jessie
Comment 2 Darrell 2014-03-07 14:43:47 CST
Yes, valid. Everybody else seems to be able to build these packages except me. There is either a configuration option or other presumption I am not aware.
Comment 3 Michele Calgaro 2014-03-08 00:33:04 CST
Could you attach a build log for at least one of those packages and the build option you use?
Comment 4 Darrell 2014-03-08 13:47:55 CST
>Could you attach a build log for at least one of those packages and the build 
>option you use?
The original problem description contains the necessary information. All of the modules fail the same way:

g++: error: /tde: No such file or directory

Build scripts use the same generic configuration for all:

CFLAGS=$CPUOPT \
CXXFLAGS=$CPUOPT \
./configure \
  --prefix=${PREFIX} \
  --sysconfdir=${SYSCONFDIR} \
  --libdir=${LIBDIR} \
  --mandir=${MANDIR} \
  --with-qt-dir=${QTDIR} \
  --with-qt-includes=${QT_INCLUDE_DIR} \
  --with-qt-libraries=${QT_LIB_DIR} \
  $DEBUG_AUTOTOOL_OPT || exit 1
Comment 5 Michele Calgaro 2018-08-01 09:51:40 CDT
All those modules seems to build fine in deb and rpm distros. Closing the bug.
Reopen if you can still replicate the problem :-)