Your message dated Mon, 08 Nov 2010 19:47:06 +0000
with message-id <[email protected]>
and subject line Bug#594708: fixed in emerillon 0.1.1-3
has caused the Debian Bug report #594708,
regarding emerillon: FTBFS due to librest transition 0.6 -> 0.7
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
594708: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594708
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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:
 

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: emerillon
Source-Version: 0.1.1-3

We believe that the bug you reported is fixed in the latest version of
emerillon, which is due to be installed in the Debian FTP archive:

emerillon_0.1.1-3.debian.tar.gz
  to main/e/emerillon/emerillon_0.1.1-3.debian.tar.gz
emerillon_0.1.1-3.dsc
  to main/e/emerillon/emerillon_0.1.1-3.dsc
emerillon_0.1.1-3_amd64.deb
  to main/e/emerillon/emerillon_0.1.1-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville <[email protected]> (supplier of updated emerillon package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 08 Nov 2010 20:15:54 +0100
Source: emerillon
Binary: emerillon
Architecture: source amd64
Version: 0.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Mathieu Trudel <[email protected]>
Changed-By: Laurent Bigonville <[email protected]>
Description: 
 emerillon  - map viewer for the GNOME desktop
Closes: 580586 594708
Changes: 
 emerillon (0.1.1-3) unstable; urgency=low
 .
   [ Łukasz "DeeJay1" Jernaś ]
   * Update homepage url to new location. (Closes: #580586)
 .
   [ Laurent Bigonville ]
   * Fix FTBFS due to librest transition (Closes: #594708)
   * Bump Standards-Version to 3.9.1
Checksums-Sha1: 
 9ae9333bb01886adc5c8dc691ef547351a09e057 1913 emerillon_0.1.1-3.dsc
 b0869d2484f1a2efaac1c116c1466f11784887de 4343 emerillon_0.1.1-3.debian.tar.gz
 71665451e9a4ff487f0adaa5cd03831b70a631e4 86812 emerillon_0.1.1-3_amd64.deb
Checksums-Sha256: 
 2cd1870deb42a76e539904767f0f7a85e3b8e7d2d37614062d0475d407920c3b 1913 
emerillon_0.1.1-3.dsc
 c048ea81e868c9c0e07215f7610b4164ca81f85d870b5668e342eed65574ad63 4343 
emerillon_0.1.1-3.debian.tar.gz
 4c9a7e6171cc750044b669191124c4f23456e74f04bc1c9fa9d948d2e2c29a6b 86812 
emerillon_0.1.1-3_amd64.deb
Files: 
 c54376cc5b9d740b0970c0c6f39ced95 1913 utils optional emerillon_0.1.1-3.dsc
 c11d6a935a1dfab20b1b1671f98e6bf3 4343 utils optional 
emerillon_0.1.1-3.debian.tar.gz
 cf39aaa998f21229a86001aa127603fc 86812 utils optional 
emerillon_0.1.1-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBCAAGBQJM2FCcAAoJEB/FiR66sEPVCjIH/0pEdcBpF4t853dqK6rZm0cA
1cguWtuBiaBiPJUV61rtGnbOlZeiqJTUHosLamqR3DCMxkNdO5gh6QExMYs7DKB1
E/jJvEeMygexU2J2NKhfXVzqgSv7u0iyINs5XQK15yzCpbFfZAdAnR8pBKRX22uk
Qw/ZpUjvR3T20u11q0t/R+0ngMG+JtlUppYdfAq6c9v0cSWAmF9S2ZPdwUG2lw7w
Z6wxSA25J2oSkpGDUisv9We0U0ADUO+ZmakEZSQLioflS8yb4qj3eV4/cW7x0DUu
h3aJ/eC4xhquZT9tNMETQ+HIn38naR52t5x2ezKuOL0vy9aXDs4sZKqC4djCgDc=
=V9TJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to