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 2704 - tdelibs FTBFS in debian/ubuntu if built without tdehwlib
Summary: tdelibs FTBFS in debian/ubuntu if built without tdehwlib
Status: RESOLVED WONTFIX
Alias: None
Product: TDE
Classification: Unclassified
Component: tdelibs (show other bugs)
Version: R14.1.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2016-10-02 00:51 CDT by Michele Calgaro
Modified: 2016-10-02 04:54 CDT (History)
2 users (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 Michele Calgaro 2016-10-02 00:51:19 CDT
If built with options
 -DWITH_TDEHWLIB="OFF" \
 -DWITH_TDEHWLIB_DAEMONS="OFF" \
tdelibs FTBFS in debian and ubuntu.
The code itself builds fine, but packages fail to build due to tdehwlib-related entries in tdelibs14-trinity.install and tdelibs14-trinity-dev.install.

Not a blocker, since disabling tdehwlib option already requires manual intervantion. Anyhow would be good to find a proper fix fot this bug.
Comment 1 Michele Calgaro 2016-10-02 04:54:43 CDT
After discussion with Slavek, we have decided to file ug 2706 to address this type of issue.