Control: tag 769642 patch

Cyril Brulebois <k...@debian.org> (2014-11-15):
> Control: clone -1 -2
> Control: reassign -2 librep-dev 0.90.2-1.4
> Control: retitle -2 librep-dev points to i486-linux-gnu-gcc instead of 
> i586-linux-gnu-gcc
> Control: block -1 by -2
> 
> Lucas Nussbaum <lu...@lucas-nussbaum.net> (2014-11-12):
> > > /usr/lib/rep/i486-pc-linux-gnu/libtool --tag CC --mode=link --tag=CC gcc 
> > > -avoid-version -module     -rpath /usr/lib/rep/i486-pc-linux-gnu 
> > > -Wl,-z,relro -o gradient.la gradient.lo
> > > libtool: link: i486-linux-gnu-gcc -shared  .libs/gradient.o    -Wl,-z 
> > > -Wl,relro   -Wl,-soname -Wl,gradient.so -o .libs/gradient.so
> > > /usr/lib/rep/i486-pc-linux-gnu/libtool: line 7834: i486-linux-gnu-gcc: 
> > > command not found
> > > make[2]: *** [gradient.la] Error 127
> 
> The switch from 486 to 586 seems to be responsible, I'll try and see
> what happens with a possible 5th NMU…

Apparently, binNMUing librep on i386 might be sufficient to get rid of
the 486/586 mismatch, but then sawfish would still fail to build, due to:
| (jessie-i386-devel)kibi@wodi:~/hack/bsp/i386/sawfish-1.5.3$ make
| /bin/sh build-info i586-pc-linux-gnu 1.5.3 \
|   '/usr/share/sawfish' '/usr/share/sawfish/1.5.3/lisp' 
'/usr/lib/sawfish/1.5.3/i586-pc-linux-gnu' '/usr/share/locale'
| for dir in src lisp scripts themes sounds man po; do \
|   [ -d $dir ] && ( cd $dir && make all ) || exit 1; \
|       done
| make[1]: Entering directory '/home/kibi/hack/bsp/i386/sawfish-1.5.3/src'
| /bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -fno-strict-aliasing -I/usr/include/ 
-I/usr/lib/rep/i586-pc-linux-gnu/  -pthread -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include  -I/usr/include/freetype2   -pthread 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include 
-I/usr/include/freetype2  main.c \
| | sed '\''s/main\.o/& main.lo .main\.d/g'\'' > .main.d'
| gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -fno-strict-aliasing -I/usr/include/ 
-I/usr/lib/rep/i586-pc-linux-gnu/  -pthread -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include  -I/usr/include/freetype2   -pthread 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include 
-I/usr/include/freetype2  -o main.o main.c
| main.c: In function ‘main’:
| main.c:345:5: warning: ‘g_type_init’ is deprecated (declared at 
/usr/include/glib-2.0/gobject/gtype.h:679) [-Wdeprecated-declarations]
|      g_type_init();
|      ^
| /usr/lib/rep/i586-pc-linux-gnu/libtool --tag CC --mode=link --tag=CC gcc 
-export-dynamic -Wl,-z,relro \
|   -o sawfish colors.o cursors.o display.o events.o fonts.o frames.o 
functions.o images.o keys.o main.o multihead.o pixmap-cache.o property-cache.o 
server.o session.o stacking-list.o windows.o  -lrep -lcrypt -lgmp -lm  
-lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig 
-lfreetype -lXft  \
|   -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 
-lglib-2.0  -lX11 -lX11  -lXext -lXrender  -lICE -lSM -lXinerama -lXrandr -lXft 
-lXext -lnsl 
| libtool: link: gcc -Wl,-z -Wl,relro -o sawfish colors.o cursors.o display.o 
events.o fonts.o frames.o functions.o images.o keys.o main.o multihead.o 
pixmap-cache.o property-cache.o server.o session.o stacking-list.o windows.o 
-pthread -Wl,--export-dynamic  /usr/lib/librep.so -lcrypt -lgmp -lm 
-lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig 
/usr/lib/i386-linux-gnu/libfreetype.so -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 
-lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lX11 -lXrender -lICE -lSM -lXinerama 
-lXrandr -lXft -lXext -lnsl -pthread
| make[1]: Leaving directory '/home/kibi/hack/bsp/i386/sawfish-1.5.3/src'
| make[1]: Entering directory '/home/kibi/hack/bsp/i386/sawfish-1.5.3/lisp'
| set -e; for d in sawfish/wm; do \
|   SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC 
../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \
| done
| set -e; for d in sawfish/gtk sawfish/ui; do \
|   ( cd  $d && make all ); \
| done
| make[2]: Entering directory 
'/home/kibi/hack/bsp/i386/sawfish-1.5.3/lisp/sawfish/gtk'
| make[2]: Nothing to be done for 'all'.
| make[2]: Leaving directory 
'/home/kibi/hack/bsp/i386/sawfish-1.5.3/lisp/sawfish/gtk'
| make[2]: Entering directory 
'/home/kibi/hack/bsp/i386/sawfish-1.5.3/lisp/sawfish/ui'
| make[2]: Nothing to be done for 'all'.
| make[2]: Leaving directory 
'/home/kibi/hack/bsp/i386/sawfish-1.5.3/lisp/sawfish/ui'
| make[1]: Leaving directory '/home/kibi/hack/bsp/i386/sawfish-1.5.3/lisp'
| make[1]: Entering directory '/home/kibi/hack/bsp/i386/sawfish-1.5.3/scripts'
| REP_DL_LOAD_PATH=../src/.libexec REP_GTK_DONT_INITIALIZE=1 
REP_LOAD_PATH=../lisp:../lisp rep compiler -f compile-batch sawfish-menu.jl
| *** File error: No such file or directory, gui/gtk-2/gtk
| Makefile:41: recipe for target 'sawfish-menu.jlc' failed
| make[1]: *** [sawfish-menu.jlc] Error 1
| make[1]: Leaving directory '/home/kibi/hack/bsp/i386/sawfish-1.5.3/scripts'
| Makefile:33: recipe for target 'all' failed
| make: *** [all] Error 1

so I might only end up requesting the binNMU and let someone else dig
deeper into the sawfish bug.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature

Reply via email to