Package: opensync
Version: 0.34+r2932
Severity: important
Tags: patch
$ dpkg-buildpackage -rfakeroot
[...]
-- checking for one of the modules 'glib-2.0'
-- found glib-2.0, version 2.12.4
The end of a CMakeLists file was reached with an IF statement that was not
closed properly.
Within the directory: /usr/local/src/zzbad/opensync-0.34+r2932
The arguments are: _glib2_FOUND
The end of a CMakeLists file was reached with an IF statement that was not
closed properly.
Within the directory: /usr/local/src/zzbad/opensync-0.34+r2932
The arguments are: _glib2_FOUND
-- Configuring done
-- Generating done
-- Build files have been written to:
/usr/local/src/zzbad/opensync-0.34+r2932/debian/build-python2.4
[...]
dh_installdirs
/usr/bin/make -C
/usr/local/src/zzbad/opensync-0.34+r2932/debian/build-python2.4 install
DESTDIR=/usr/local/src/zzbad/opensync-0.34+r2932/debian/tmp
make[1]: Entering directory
`/usr/local/src/zzbad/opensync-0.34+r2932/debian/build-python2.4'
make[1]: *** No rule to make target `install'. Stop.
make[1]: Leaving directory
`/usr/local/src/zzbad/opensync-0.34+r2932/debian/build-python2.4'
make: *** [install-python2.4] Error 2
Here's a patch:
--- FindGLIB2.cmake 2007-12-10 18:12:06.000000000 +0100
+++ /usr/local/src/opensync/opensync-0.34+r2932/cmake/modules/FindGLIB2.cmake
2007-12-21 18:18:49.000000000 +0100
@@ -77,7 +77,7 @@
IF ( _glib2_FOUND )
SET ( GLIB2_INCLUDE_DIRS ${_glib2_include_DIR}
${_glibconfig_include_DIR} )
SET ( GLIB2_LIBRARIES ${_glib2_link_DIR} )
- ENDIF ( _gconf2_FOUND )
+ ENDIF ( _glib2_FOUND )
# Handle dependencies
# libintl
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-jh-1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]