Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278692 - header files missing for app-pda/libopensync-plugin-syncml-0.36
Summary: header files missing for app-pda/libopensync-plugin-syncml-0.36
Status: RESOLVED DUPLICATE of bug 269187
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Piotr Jaroszyński (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-22 14:19 UTC by niteblade
Modified: 2009-09-19 16:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description niteblade 2009-07-22 14:19:46 UTC
libopensync-plugin-syncml fails to compile due to the following missing header files:
libsyncml/obex_client.h
libsyncml/http_server.h
libsyncml/http_client.h

the corresponding error messages:
Scanning dependencies of target syncml-plugin
[ 20%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o
In file included from /var/tmp/portage/app-pda/libopensync-plugin-syncml-0.36/work/libopensync-plugin-syncml-0.36/src/syncml_plugin.c:23:
/var/tmp/portage/app-pda/libopensync-plugin-syncml-0.36/work/libopensync-plugin-syncml-0.36/src/syncml_common.h:47:35: error: libsyncml/obex_client.h: No such file or directory
/var/tmp/portage/app-pda/libopensync-plugin-syncml-0.36/work/libopensync-plugin-syncml-0.36/src/syncml_common.h:48:35: error: libsyncml/http_server.h: No such file or directory
/var/tmp/portage/app-pda/libopensync-plugin-syncml-0.36/work/libopensync-plugin-syncml-0.36/src/syncml_common.h:49:35: error: libsyncml/http_client.h: No such file or directory
In file included from /var/tmp/portage/app-pda/libopensync-plugin-syncml-0.36/work/libopensync-plugin-syncml-0.36/src/syncml_plugin.c:23:
/var/tmp/portage/app-pda/libopensync-plugin-syncml-0.36/work/libopensync-plugin-syncml-0.36/src/syncml_common.h:76: error: expected specifier-qualifier-list before 'SmlTransportObexClientType'
make[2]: *** [src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o] Error 1

The version of the installed libsyncml is libsyncml-0.5.2. Whatever is supposed to supply those header files either didnt do so or is not in the dependencys.

Reproducible: Always
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2009-09-19 16:13:19 UTC

*** This bug has been marked as a duplicate of bug 269187 ***