Package: gaim-extendedprefs
Version: 0.4-6
Severity: serious
Tags: patch

gaim-extendedprefs fails to build because it contains extra backslashes:

> libtool --mode=compile gcc -g -Wall -O2 -c extendedprefs.c -o 
> tmpextendedprefs.so.lo -I/usr/include/gaim -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include   -DXTHREADS -I/usr/include/gtk-2.0 
> -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 
> -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include   -DHAVE_CONFIG_H -DEP_VERSION=\\\"0.4\\\"
> mkdir .libs
>  gcc -g -Wall -O2 -c extendedprefs.c -I/usr/include/gaim 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DXTHREADS 
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
> -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_CONFIG_H 
> -DEP_VERSION=\\\"0.4\\\"  -fPIC -DPIC -o .libs/tmpextendedprefs.so.o
> extendedprefs.c: In function 'reset_theme':
> extendedprefs.c:92: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> extendedprefs.c: In function 'get_config_frame':
> extendedprefs.c:440: warning: passing argument 3 of 
> 'gaim_gtk_prefs_labeled_spin_button' discards qualifiers from pointer target 
> type
> extendedprefs.c:447: warning: passing argument 3 of 
> 'gaim_gtk_prefs_labeled_spin_button' discards qualifiers from pointer target 
> type
> extendedprefs.c:454: warning: passing argument 3 of 
> 'gaim_gtk_prefs_labeled_spin_button' discards qualifiers from pointer target 
> type
> extendedprefs.c:461: warning: passing argument 3 of 
> 'gaim_gtk_prefs_labeled_spin_button' discards qualifiers from pointer target 
> type
> extendedprefs.c:500: warning: passing argument 3 of 
> 'gaim_gtk_prefs_labeled_spin_button' discards qualifiers from pointer target 
> type
> extendedprefs.c: At top level:
> extendedprefs.c:533: error: stray '\' in program
> extendedprefs.c:533: error: missing terminating " character
> extendedprefs.c:533: error: syntax error before ',' token
> extendedprefs.c:538: warning: initialization from incompatible pointer type
> extendedprefs.c:541: warning: initialization from incompatible pointer type

-- 
Matt
only in patch2:
unchanged:
--- gaim-extendedprefs-0.4.orig/debian/patches/02_extra_backslashes.patch
+++ gaim-extendedprefs-0.4/debian/patches/02_extra_backslashes.patch
@@ -0,0 +1,12 @@
+diff -ru extendedprefs-0.4.orig/src/Makefile extendedprefs-0.4/src/Makefile
+--- extendedprefs-0.4.orig/src/Makefile        2005-10-12 15:24:55.000000000 
-0700
++++ extendedprefs-0.4/src/Makefile     2005-10-12 15:28:25.000000000 -0700
+@@ -52,7 +52,7 @@
+       cp $(EP).so $(DESTDIR)/$(LIB_INSTALL_DIR)
+ 
+ $(EP).so: $(EP).c
+-      $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o [EMAIL PROTECTED] 
$(GAIM_CFLAGS) $(GTK_CFLAGS) -DHAVE_CONFIG_H -DEP_VERSION=\\\"$(EP_VERSION)\\\"
++      $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o [EMAIL PROTECTED] 
$(GAIM_CFLAGS) $(GTK_CFLAGS) -DHAVE_CONFIG_H -DEP_VERSION=\"$(EP_VERSION)\"
+       $(LIBTOOL) --mode=link    $(CC) $(CFLAGS) -o [EMAIL PROTECTED] -rpath 
$(GAIM_LIBDIR) [EMAIL PROTECTED] $(GAIM_LIBS) $(GTK_LIBS) -module -avoid-version
+       rm -f [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
+       cp .libs/[EMAIL PROTECTED] $@

Attachment: signature.asc
Description: Digital signature

Reply via email to