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 - Build issue: tdebindings FTBFS when jdk is not installed
Summary: Build issue: tdebindings FTBFS when jdk is not installed
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2968
  Show dependency treegraph
 
Reported: 2014-01-06 14:34 CST by Darrell
Modified: 2018-08-30 02:52 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.