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 2495 - Build issue: K3B cannot be built without tdehwlib
Summary: Build issue: K3B cannot be built without tdehwlib
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Michele Calgaro
URL:
Depends on:
Blocks: R14.0.11
  Show dependency treegraph
 
Reported: 2015-08-01 16:44 CDT by Francois Andriot
Modified: 2021-05-03 00:43 CDT (History)
3 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 Francois Andriot 2015-08-01 16:44:00 CDT
Hello, the current K3B in TDE 14.0.1 can be built:
- either "--with-hal"
- or "--without-hal", which in activates the tdehwlib support

On RHEL 5, having HAL but no tdehwlib, I choose "with hal".

But I get FTBFS:

k3bhalconnection.moc: In member function ‘virtual bool K3bDevice::HalConnection::tqt_invoke(int, TQUObject*)’:
k3bhalconnection.moc:217: erreur: ‘TDEGenericDevice’ was not declared in this scope
k3bhalconnection.moc:217: erreur: expected primary-expression before ‘)’ token
k3bhalconnection.moc:217: erreur: ‘AddDeviceHandler’ was not declared in this scope
k3bhalconnection.moc:218: erreur: expected primary-expression before ‘)’ token
k3bhalconnection.moc:218: erreur: ‘RemoveDeviceHandler’ was not declared in this scope
k3bhalconnection.moc:219: erreur: expected primary-expression before ‘)’ token
k3bhalconnection.moc:219: erreur: ‘ModifyDeviceHandler’ was not declared in this scope
make[2]: *** [libk3bdevice_la.all_cpp.lo] Erreur 1
Comment 1 Michele Calgaro 2021-05-03 00:43:50 CDT
Fixed in commit cc51bb4 (R14.1) and 225d7c5 (R14.0).
Obviously if building without HAL and without tdehw, some of the functionality will not work, but at least now it will no longer FTBFS.