Bug#666756: Toonloop compiled with -Werror and new clutter causes warnings

2012-04-29 Thread Jonas Smedegaard
On 12-04-29 at 02:47am, Michael Biebl wrote:
> I see this bug is pending since over 3 weeks. Any chance you can make 
> the upload anytime soon so toonloop won't FTBFS once we start the 
> clutter/cogl transition.

Yes.  Thanks for poking me: Finalizing (hopefully) the packaging now.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#666756: Toonloop compiled with -Werror and new clutter causes warnings

2012-04-28 Thread Michael Biebl
Hi Jonas,

I see this bug is pending since over 3 weeks. Any chance you can make
the upload anytime soon so toonloop won't FTBFS once we start the
clutter/cogl transition.

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#666756: Toonloop compiled with -Werror and new clutter causes warnings

2012-04-01 Thread Sjoerd Simons
Package: toonloop
Severity: normal
Tags: patch

Hey,

It seems toonloop compiles it releases with -Werror (bad, don't). When
testbuilding with clutter 1.10 there are several warnings because of
deprecations causing the compile to fail.

Toonloop compiles properly with new clutter when warning aren't treated as
errors. Example patch attached

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/configure.ac b/configure.ac
index 049c4e2..e7bfa60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,7 @@ AC_COMPILE_IFELSE(
 )
 
 #this doesn't appear to actually get used
-AC_SUBST(CXXFLAGS, " -O2 -Wall -Wextra -Werror -Wno-unused-result -Wfatal-errors") 
+AC_SUBST(CXXFLAGS, " -O2 -Wall -Wextra -Wno-unused-result -Wfatal-errors") 
 AC_CONFIG_FILES([
 Makefile
 src/Makefile