| Summary: | Build issue: kdenetwork 3.5.13.1 does not detect wireless-tools 30 | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Francois Andriot <albator78> |
| Component: | tdenetwork | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | albator78, bugwatch, darrella, slavek.banko |
| Priority: | P5 | ||
| Version: | 3.5.13 [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: |
Fix FTBFS in protocols/msn/webcam/libmimic
Fix linker flags for wireless-tools cmake check |
||
|
Description
Francois Andriot
2012-09-30 04:56:47 CDT
I am not sure to what extent it is ready for kdenetwork building using cmake. On Precise are also wireless-tools 30 and building was successful - using autotools. (bad) workaround with:
export LDFLAGS="${LDFLAGS} -lm"
I'm building kdenetwork with cmake since 3.5.13 . It needed a lot of patch then, but now they are all integrated in 3.5.13.1 . FYI, I'm using: cmake \ -DBIN_INSTALL_DIR=/opt/trinity/bin \ -DINCLUDE_INSTALL_DIR=/opt/trinity/include/tde \ -DLIB_INSTALL_DIR=/opt/trinity/lib \ -DSHARE_INSTALL_PREFIX=/opt/trinity/share \ -DWITH_JINGLE=ON \ -DWITH_SPEEX=ON \ -DWITH_WEBCAM=ON \ -DWITH_GSM=OFF \ -DWITH_ARTS=ON \ -DBUILD_ALL=ON \ -DBUILD_KOPETE_PROTOCOL_ALL=ON \ -DBUILD_KOPETE_PLUGIN_ALL=ON \ .. This sounds the same as reported in bug report 598. Try the patch proposed there. Created attachment 922 [details]
Fix FTBFS in protocols/msn/webcam/libmimic
I try to build kdenetwork using cmake, but instead a problem with detection wireless-tools 30, for me causing FTBFS in protocols/msn with WITH_WEBCAM=ON - in webcam/libmimic. Apparently there is missing linking with glib2.
Please, can you try attached patch?
I have had no failures building tdenetwork R14 with WITH_WEBCAM=ON in cmake, but I have wireless tools 29 installed on all of my build systems, even the latest Slackware 14.0. Nonetheless I tested the patch using cmake and experienced no build failures. That does not help you know whether the patch works against wireless tools 30, but my test at least reveals no backwards compatibility issues. Sorry, patch (attachment 922 [details]) is not for problem with the wireless-tools 30, but only for kdenetworks with cmake build.
However, I was trying cmake build on Ubuntu Quantal == libiw 30~pre9-8ubuntu1. And problem with wireless-tools was not occurred.
Created attachment 925 [details] Fix linker flags for wireless-tools cmake check François, I tried to study the use CMake and prepare a patch to make it work in CMake manner. Can you test this attached patch? Note, is needed patch for common cmake module (for tde_save_and_set): http://git.trinitydesktop.org/cgit/cmake/commit/?id=caedf8323c45b376c824de343f31de78664b2511 It's building correctly with your patches. Fixed in GIT hash 93dc8723 |