Package: emerillon Version: 0.1.1-2 Justification: FTBFS Severity: serious Tags: patch
*** Please type your report below this line *** Sorry for bothering. Due to twitter changes the authentication method from basic to OAuth, we have to upgrade librest 0.6 to 0.7. The result is emerillon doesn't build anymore. To solve this is not very hard. We just need to change "rest-0.6 >= 0.6" to "rest-0.7 >= 0.6" in configure.ac and then re-generate the configure. I've already well tested this by myself. I'll attach the reference patch as attachment. Many Thanks, Paul -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages emerillon depends on: ii gconf2 2.28.1-3 GNOME configuration database syste ii geoclue 0.12.0-1 Geographic information framework ii libatk1.0-0 1.30.0-1 The ATK accessibility toolkit ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libcairo2 1.8.10-4 The Cairo 2D vector graphics libra ii libchamplai 0.4.6-2+b1 C library providing ClutterActor t ii libchamplai 0.4.6-2+b1 A Gtk+ widget to display maps ii libclutter- 1.2.12-3 Open GL based interactive canvas l ii libclutter- 0.10.4-1 Open GL based interactive canvas l ii libdbus-1-3 1.2.24-3 simple interprocess messaging syst ii libdbus-gli 0.88-2 simple interprocess messaging syst ii libxcomposi 1:0.4.2-1 X11 Composite extension library ii libxdamage1 1:1.1.3-1 X11 damaged region extension libra ii libxext6 2:1.1.2-1 X11 miscellaneous extension librar ii libxfixes3 1:4.0.5-1 X11 miscellaneous 'fixes' extensio ii libxml2 2.7.7.dfsg-4 GNOME XML library emerillon recommends no packages. emerillon suggests no packages. -- no debconf information
Index: emerillon-0.1.1/configure.ac =================================================================== --- emerillon-0.1.1.orig/configure.ac 2010-08-28 22:22:23.226877016 +0800 +++ emerillon-0.1.1/configure.ac 2010-08-28 22:22:39.686891214 +0800 @@ -103,7 +103,7 @@ AC_SUBST(SEARCH_DEPS_LIBS) PKG_CHECK_MODULES(SEARCH_DEPS, [ - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 ] )
Index: emerillon-0.1.1/configure =================================================================== --- emerillon-0.1.1.orig/configure 2010-08-28 22:46:13.314876824 +0800 +++ emerillon-0.1.1/configure 2010-08-28 22:46:28.118890112 +0800 @@ -13209,18 +13209,18 @@ else if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 \""; } >&5 ($PKG_CONFIG --exists --print-errors " - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 ") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_SEARCH_DEPS_CFLAGS=`$PKG_CONFIG --cflags " - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 " 2>/dev/null` else @@ -13236,18 +13236,18 @@ else if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 \""; } >&5 ($PKG_CONFIG --exists --print-errors " - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 ") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_SEARCH_DEPS_LIBS=`$PKG_CONFIG --libs " - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 " 2>/dev/null` else @@ -13269,12 +13269,12 @@ fi if test $_pkg_short_errors_supported = yes; then SEARCH_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 "` else SEARCH_DEPS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 "` fi @@ -13282,7 +13282,7 @@ echo "$SEARCH_DEPS_PKG_ERRORS" >&5 as_fn_error "Package requirements ( - rest-0.6 >= 0.6 + rest-0.7 >= 0.6 ) were not met:
signature.asc
Description: OpenPGP digital signature