| Summary: | Build issue: kdenetwork 3.5.13, several FTBFS in kopete (rhel/fedora) | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Francois Andriot <albator78> |
| Component: | tdenetwork | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | bugwatch, darrella |
| Priority: | P5 | ||
| Version: | 3.5.13 [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: |
Fix jabber protocol compilation
Fix motionaway plugin compilation Fix msn protocol compilation Fix sms protocol compilation Missing 'dummy.cpp' file |
||
Created attachment 160 [details]
Fix motionaway plugin compilation
Created attachment 161 [details]
Fix msn protocol compilation
Created attachment 162 [details]
Fix sms protocol compilation
Created attachment 163 [details]
Missing 'dummy.cpp' file
Copy this file as 'kopete/protocols/msn/dummy.cpp'
Patches all build. kdenetwork will ftbfs with -DBUILD_KOPETE_PROTOCOL_JABBER=ON. Refer to bug report 700. Comment on attachment 160 [details]
Fix motionaway plugin compilation
kdenetwork-3.5.13-kopete_motionawayplugin_ftbfs.patch committed to GIT in hash f9d73bf.
Comment on attachment 161 [details]
Fix msn protocol compilation
kdenetwork-3.5.13-kopete_msn_protocol.patch committed to GIT in hash b874b93.
Comment on attachment 162 [details]
Fix sms protocol compilation
kdenetwork-3.5.13-kopete_sms_protocol.patch committed to GIT in hash 9d55f38.
Comment on attachment 163 [details]
Missing 'dummy.cpp' file
kdenetwork-3.5.13-dummy.cpp committed to GIT in hash 59cdd35.
(In reply to comment #0) > I guess nobody ever tried to build the entire kopete (all plugins, all > protocols) with CMAKE. Most likely not. I still use Autotools to build tdenetwork on Debian and Ubuntu. jabber fix committed to GIT in hash 3acd5cf. Thanks for reporting, and for the patches! |
Created attachment 159 [details] Fix jabber protocol compilation Hello, I found out that the CMAKE build of kdenetwork does NOT compile any Kopete protocol by default. So I activated them all. Then I got a lot of FTBFS. 1) Error during jabber protocol compilation (missing ldflags) 2) Error during MSN protocol compilation (missing include file, missing file 'dummy.cpp' generated by Makefile.am !) 3) Error during motionautoaway plugin compilation (missing V4L1 check) 4) Error during SMS protocol compilation (syntax error !) I guess nobody ever tried to build the entire kopete (all plugins, all protocols) with CMAKE.