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 1811

Summary: Build issue: tdebindings FTBFS when jdk is not installed
Product: TDE Reporter: Darrell <darrella>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: normal CC: bugwatch
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2968    

Description Darrell 2014-01-06 14:34:10 CST
With only jre installed the tdebindings configuration output indicates java related components will be compiled:

checking if dcopjava should be compiled... yes
checking if qtjava should be compiled... yes
checking if kdejava should be compiled... yes

Yet the build will fail with the following:

Making all in DCOP
make[6]: Entering directory `/dev/shm/tdebindings/dcopjava/binding/org/kde/DCOP'
CLASSPATH=../../../../../dcopjava/binding   -d ../../../ -cp ../../../ ../../../../../dcopjava/binding/org/kde/DCOP/DCOPRef.java
/bin/sh: -d: command not found


If jdk is a requirement to build tdebindings java components, then the configuration should reflect when jdk is not installed:

checking if dcopjava should be compiled... no
checking if qtjava should be compiled... no
checking if kdejava should be compiled... no

With possibly a configuration message that jdk is not found.

If jdk is not a requirement and jre is sufficient then the build should not fail.