[SOLVED] Make failing for Canon MG6400-series scanner driver

EDIT: ~~ Solution ~~ << Click this
Hello,
Been trying to install my scanner, Canon MG6450 (PSC, all-in-one),  however no package in repository nor AUR so downloaded the tarball from Canon's website, ran the autogen.sh and make. The make keep failing, been scratching my head and searching for hours but so far no luck.
Running the autogen.sh seems flawless, then time for make... and errors. Full log of make:
$ make
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/user/scangearmp-source-2.20-1/scangearmp/missing autoheader)
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory '/home/user/scangearmp-source-2.20-1/scangearmp'
Making all in po
make[2]: Entering directory '/home/user/scangearmp-source-2.20-1/scangearmp/po'
file=./`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -c -o $file de.po
de.po:6: warning: header field 'Language' missing in header
file=./`echo fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -c -o $file fr.po
fr.po:6: warning: header field 'Language' missing in header
file=./`echo ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -c -o $file ja.po
ja.po:6: warning: header field 'Language' missing in header
file=./`echo zh | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -c -o $file zh.po
zh.po:6: warning: header field 'Language' missing in header
make[2]: Leaving directory '/home/user/scangearmp-source-2.20-1/scangearmp/po'
Making all in backend
make[2]: Entering directory '/home/user/scangearmp-source-2.20-1/scangearmp/backend'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./include -DV_MAJOR=2 -DV_MINOR=2 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT libsane_canon_mfp_la-canon_mfp.lo -MD -MP -MF .deps/libsane_canon_mfp_la-canon_mfp.Tpo -c -o libsane_canon_mfp_la-canon_mfp.lo `test -f 'canon_mfp.c' || echo './'`canon_mfp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./include -DV_MAJOR=2 -DV_MINOR=2 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT libsane_canon_mfp_la-canon_mfp.lo -MD -MP -MF .deps/libsane_canon_mfp_la-canon_mfp.Tpo -c canon_mfp.c -fPIC -DPIC -o .libs/libsane_canon_mfp_la-canon_mfp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./include -DV_MAJOR=2 -DV_MINOR=2 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT libsane_canon_mfp_la-canon_mfp.lo -MD -MP -MF .deps/libsane_canon_mfp_la-canon_mfp.Tpo -c canon_mfp.c -o libsane_canon_mfp_la-canon_mfp.o >/dev/null 2>&1
mv -f .deps/libsane_canon_mfp_la-canon_mfp.Tpo .deps/libsane_canon_mfp_la-canon_mfp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./include -DV_MAJOR=2 -DV_MINOR=2 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT libsane_canon_mfp_la-canon_mfp_tools.lo -MD -MP -MF .deps/libsane_canon_mfp_la-canon_mfp_tools.Tpo -c -o libsane_canon_mfp_la-canon_mfp_tools.lo `test -f 'canon_mfp_tools.c' || echo './'`canon_mfp_tools.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./include -DV_MAJOR=2 -DV_MINOR=2 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT libsane_canon_mfp_la-canon_mfp_tools.lo -MD -MP -MF .deps/libsane_canon_mfp_la-canon_mfp_tools.Tpo -c canon_mfp_tools.c -fPIC -DPIC -o .libs/libsane_canon_mfp_la-canon_mfp_tools.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./include -DV_MAJOR=2 -DV_MINOR=2 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT libsane_canon_mfp_la-canon_mfp_tools.lo -MD -MP -MF .deps/libsane_canon_mfp_la-canon_mfp_tools.Tpo -c canon_mfp_tools.c -o libsane_canon_mfp_la-canon_mfp_tools.o >/dev/null 2>&1
mv -f .deps/libsane_canon_mfp_la-canon_mfp_tools.Tpo .deps/libsane_canon_mfp_la-canon_mfp_tools.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -DV_MAJOR=2 -DV_MINOR=2 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -version-info 2:2:0 -o libsane-canon_mfp.la -rpath /usr/lib libsane_canon_mfp_la-canon_mfp.lo libsane_canon_mfp_la-canon_mfp_tools.lo -lusb -ldl -lcncpnet -lpthread -lz -lusb
libtool: link: gcc -shared -fPIC -DPIC .libs/libsane_canon_mfp_la-canon_mfp.o .libs/libsane_canon_mfp_la-canon_mfp_tools.o -ldl -lcncpnet -lpthread -lz -lusb -O2 -Wl,-soname -Wl,libsane-canon_mfp.so.2 -o .libs/libsane-canon_mfp.so.2.0.2
libtool: link: (cd ".libs" && rm -f "libsane-canon_mfp.so.2" && ln -s "libsane-canon_mfp.so.2.0.2" "libsane-canon_mfp.so.2")
libtool: link: (cd ".libs" && rm -f "libsane-canon_mfp.so" && ln -s "libsane-canon_mfp.so.2.0.2" "libsane-canon_mfp.so")
libtool: link: ar cru .libs/libsane-canon_mfp.a libsane_canon_mfp_la-canon_mfp.o libsane_canon_mfp_la-canon_mfp_tools.o
libtool: link: ranlib .libs/libsane-canon_mfp.a
libtool: link: ( cd ".libs" && rm -f "libsane-canon_mfp.la" && ln -s "../libsane-canon_mfp.la" "libsane-canon_mfp.la" )
make[2]: Leaving directory '/home/user/scangearmp-source-2.20-1/scangearmp/backend'
Making all in src
make[2]: Entering directory '/home/user/scangearmp-source-2.20-1/scangearmp/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-main.o -MD -MP -MF .deps/scangearmp-main.Tpo -c -o scangearmp-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/scangearmp-main.Tpo .deps/scangearmp-main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-callbacks.o -MD -MP -MF .deps/scangearmp-callbacks.Tpo -c -o scangearmp-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c
mv -f .deps/scangearmp-callbacks.Tpo .deps/scangearmp-callbacks.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-interface.o -MD -MP -MF .deps/scangearmp-interface.Tpo -c -o scangearmp-interface.o `test -f 'interface.c' || echo './'`interface.c
mv -f .deps/scangearmp-interface.Tpo .deps/scangearmp-interface.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-support.o -MD -MP -MF .deps/scangearmp-support.Tpo -c -o scangearmp-support.o `test -f 'support.c' || echo './'`support.c
mv -f .deps/scangearmp-support.Tpo .deps/scangearmp-support.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-coloradjust.o -MD -MP -MF .deps/scangearmp-coloradjust.Tpo -c -o scangearmp-coloradjust.o `test -f 'coloradjust.c' || echo './'`coloradjust.c
mv -f .deps/scangearmp-coloradjust.Tpo .deps/scangearmp-coloradjust.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-coloradjust_bc.o -MD -MP -MF .deps/scangearmp-coloradjust_bc.Tpo -c -o scangearmp-coloradjust_bc.o `test -f 'coloradjust_bc.c' || echo './'`coloradjust_bc.c
mv -f .deps/scangearmp-coloradjust_bc.Tpo .deps/scangearmp-coloradjust_bc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-coloradjust_hg.o -MD -MP -MF .deps/scangearmp-coloradjust_hg.Tpo -c -o scangearmp-coloradjust_hg.o `test -f 'coloradjust_hg.c' || echo './'`coloradjust_hg.c
mv -f .deps/scangearmp-coloradjust_hg.Tpo .deps/scangearmp-coloradjust_hg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-coloradjust_tc.o -MD -MP -MF .deps/scangearmp-coloradjust_tc.Tpo -c -o scangearmp-coloradjust_tc.o `test -f 'coloradjust_tc.c' || echo './'`coloradjust_tc.c
mv -f .deps/scangearmp-coloradjust_tc.Tpo .deps/scangearmp-coloradjust_tc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-coloradjust_fr.o -MD -MP -MF .deps/scangearmp-coloradjust_fr.Tpo -c -o scangearmp-coloradjust_fr.o `test -f 'coloradjust_fr.c' || echo './'`coloradjust_fr.c
mv -f .deps/scangearmp-coloradjust_fr.Tpo .deps/scangearmp-coloradjust_fr.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-coloradjust_mc.o -MD -MP -MF .deps/scangearmp-coloradjust_mc.Tpo -c -o scangearmp-coloradjust_mc.o `test -f 'coloradjust_mc.c' || echo './'`coloradjust_mc.c
mv -f .deps/scangearmp-coloradjust_mc.Tpo .deps/scangearmp-coloradjust_mc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-com_gtk.o -MD -MP -MF .deps/scangearmp-com_gtk.Tpo -c -o scangearmp-com_gtk.o `test -f 'com_gtk.c' || echo './'`com_gtk.c
mv -f .deps/scangearmp-com_gtk.Tpo .deps/scangearmp-com_gtk.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-cnmsstr.o -MD -MP -MF .deps/scangearmp-cnmsstr.Tpo -c -o scangearmp-cnmsstr.o `test -f 'cnmsstr.c' || echo './'`cnmsstr.c
mv -f .deps/scangearmp-cnmsstr.Tpo .deps/scangearmp-cnmsstr.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-w1_main.o -MD -MP -MF .deps/scangearmp-w1_main.Tpo -c -o scangearmp-w1_main.o `test -f 'w1_main.c' || echo './'`w1_main.c
mv -f .deps/scangearmp-w1_main.Tpo .deps/scangearmp-w1_main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-w1_size.o -MD -MP -MF .deps/scangearmp-w1_size.Tpo -c -o scangearmp-w1_size.o `test -f 'w1_size.c' || echo './'`w1_size.c
mv -f .deps/scangearmp-w1_size.Tpo .deps/scangearmp-w1_size.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-w1_ui.o -MD -MP -MF .deps/scangearmp-w1_ui.Tpo -c -o scangearmp-w1_ui.o `test -f 'w1_ui.c' || echo './'`w1_ui.c
mv -f .deps/scangearmp-w1_ui.Tpo .deps/scangearmp-w1_ui.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-preference.o -MD -MP -MF .deps/scangearmp-preference.Tpo -c -o scangearmp-preference.o `test -f 'preference.c' || echo './'`preference.c
mv -f .deps/scangearmp-preference.Tpo .deps/scangearmp-preference.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-save_dialog.o -MD -MP -MF .deps/scangearmp-save_dialog.Tpo -c -o scangearmp-save_dialog.o `test -f 'save_dialog.c' || echo './'`save_dialog.c
mv -f .deps/scangearmp-save_dialog.Tpo .deps/scangearmp-save_dialog.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-prev_main.o -MD -MP -MF .deps/scangearmp-prev_main.Tpo -c -o scangearmp-prev_main.o `test -f 'prev_main.c' || echo './'`prev_main.c
mv -f .deps/scangearmp-prev_main.Tpo .deps/scangearmp-prev_main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-prev_sub.o -MD -MP -MF .deps/scangearmp-prev_sub.Tpo -c -o scangearmp-prev_sub.o `test -f 'prev_sub.c' || echo './'`prev_sub.c
mv -f .deps/scangearmp-prev_sub.Tpo .deps/scangearmp-prev_sub.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../include -I../backend -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -DV_MAJOR=1 -DV_MINOR=0 -O2 -D__GIMP_PLUGIN_ENABLE__ -D_FILE_OFFSET_BITS=64 -MT scangearmp-scanfile.o -MD -MP -MF .deps/scangearmp-scanfile.Tpo -c -o scangearmp-scanfile.o `test -f 'scanfile.c' || echo './'`scanfile.c
scanfile.c: In function ‘WritePnmHeader’:
scanfile.c:469:2: warning: incompatible implicit declaration of built-in function ‘strncpy’
strncpy( buf, "\0", 1 ); /* Buff Init */
^
scanfile.c:499:18: warning: incompatible implicit declaration of built-in function ‘strlen’
if( (len_type = strlen( str_type )) == 0 )
^
scanfile.c:501:2: warning: incompatible implicit declaration of built-in function ‘strncat’
strncat( buf+ptr, str_type, len_type);
^
scanfile.c: In function ‘Change_RAW_to_PNG’:
scanfile.c:643:54: error: ‘Z_BEST_SPEED’ undeclared (first use in this function)
plibpngapi->p_png_set_compression_level( write_ptr, Z_BEST_SPEED ); /* maximum speed */
^
scanfile.c:643:54: note: each undeclared identifier is reported only once for each function it appears in
Makefile:799: recipe for target 'scangearmp-scanfile.o' failed
make[2]: *** [scangearmp-scanfile.o] Error 1
make[2]: Leaving directory '/home/user/scangearmp-source-2.20-1/scangearmp/src'
Makefile:423: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/scangearmp-source-2.20-1/scangearmp'
Makefile:355: recipe for target 'all' failed
make: *** [all] Error 2
Any suggestions on how to make progress it would be appriciated. Will keep on trying to find a solution.
Thanks in advance.
PS.
I'm fairly new to Arch, comming from a long history with Ubuntu.
Oh, and btw, it's just scanner drivers that fails - found printer ones at AUR. Scanner drivers up to MG6300-series are at the AUR.
DS.
Last edited by am2del (2015-05-09 14:59:46)

~~ Solution ~~ (version numbers are current availible)
[As root]: Install the printer over network
Driver: Availible at AUR, cnijfilter-mg6400series 4.00-1
yaourt cnijfilter-mg6400series
Device url: (replace XX-XX-XX-XX-XX-XX with Printer MAC)
cnijbe://Canon/?port=net&serial=XX-XX-XX-XX-XX-XX
Make & model:
Canon MG6400 series Ver.4.00
[Download]: MG6400 series ScanGear MP driver RPM from Canon
[As root]: Install rpmextract
$ pacman -S rpmextract
[As user]: Extract RPM
$ rpmextract.sh scangearmp-common 2.20-1.rpm
$ rpmextract.sh scangearmp-mg6400series-2.20-1.x86_64.rpm
[As root]: Copy to folders
$ cp -r ~/etc/* /etc/
$ cp -r ~/usr/lib64/* /usr/lib64/
$ cp -r ~/usr/local/* /usr/local/
$ cp -r ~/usr/share/* /usr/share/
[As root]: Make symbolic links for lib64 files
$ ls -s /usr/lib64/libcn*
[As root]: Install GIMP & XSane
$ pacman -S gimp xsane-gimp
[As user]: Open GIMP
File > Create > XSane: Device dialog... [Scanning for devices...]
Ready to scan~ (and ofcourse over network, honestly never tried USB for this printer...)
Gonna see if I can figure out how to add this finished to AUR for automatic install... Might be beyond me still, but gonna try.
This reference << Helped a lot.
Last edited by am2del (2015-05-09 15:01:00)

Similar Messages

  • No driver for Canon Lide 80 scanner?

    I recently bought a Mac Mini with Lion installed to replace my old Windows PC and upgraded my late 2009 Imac to Lion to be able to use iCloud between my UK base and my second home in France. Everything went well until I realised that neither my Canon Lide 80 scanner or my Canoscan 4400F wwould work with Lion. I am waiting for a responsse from Canon but, meanwhile, any ideas for a workaround? My trusty old HP 920C printer is recognised as a generic printer and works fine but, it seems, there are no generic scanner drivers.

    Thank you John. Vuescan worked for my Canoscan 4400F but, in fact, led me back to Canon support where the driver and toolbox, formerly unavailable, had been updated to my scanner. A very satisfying solution.
    Motard

  • [SOLVED] make fails but makepkg works fine (when building zathura git)

    Hello,
    when I build the "zathura-girara-git" AUR package with makepkg everything works fine, but if I try to build zathura after cloning the git repo make fails with some errors.
    make output from makepkg:
    zathura build options:
    CFLAGS = -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
    LIBS = -lgirara-gtk2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread -lm
    DFLAGS = -g
    CC commands.c
    CC = cc
    CC document.c
    CC render.c
    CC zathura.c
    CC completion.c
    CC bookmarks.c
    CC utils.c
    CC shortcuts.c
    CC config.c
    CC callbacks.c
    CC print.c
    CC database-plain.c
    CC -o zathura
    installing executable file
    installing header files
    installing manual pages
    which: no rst2man in (/usr/lib/ccache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/local/bin/:/home/bexie/bin)
    installing desktop file
    installing pkgconfig file
    make output:
    zathura build options:
    CFLAGS = -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
    LIBS = -lgirara-gtk2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lsqlite3 -ldl -lpthread -lm
    DFLAGS = -g
    CC = cc
    CC commands.c
    In file included from commands.c:3:0:
    commands.h:7:20: fatal error: girara.h: No such file or directory
    compilation terminated.
    make: *** [commands.o] Error 1
    I tried exporting the enviroment variables from /etc/makepkg.conf, to no avail. I also tried adding the girara include files to CFLAGS, but it throws the same kind of error about some gtk dependency.
    I don't know if this is a general issue, but as I can compile it through makepkg I don't think this is due to zathura.
    Does anyone have a clue on what could be wrong here?
    Last edited by donbex (2012-01-22 12:56:59)

    In the PKGBUILD, they are cloning the repo by doing :
    _gitroot="git://pwmt.org/zathura.git"
    _gitname="zathura"
    git clone $_gitroot
    cd $_gitname && git checkout --track -b develop origin/develop
    Are you doing the same ?

  • Driver for Canon MF3200 Series?

    I have a PC, a newly-bought Mac and a Canon MF3240 printer. My PC prints well with Bonjour through AirPort Extreme. But there is no available driver of this printer for Mac...
    I would appreciate if Apple team can notice my message, and I am also waiting for discussion!.. because it is really an irony if I install a Windows on Mac(I just joined Mac....), and I don't want to transfer printing files manually from Mac to PC and then print them...
    Thanks!

    There is no Mac driver for your printer. This is not a problem for Apple. It's up to Canon to provide a driver. You should complain to them or exchange the printer for one that has a compatible printer driver.
    There is not Apple team at the Apple Discussions. This is strictly a user-to-user support site. You can leave feedback at Feedback. But it's entirely up to Canon to provide a driver. Apparently they chose not to for the model you have. There are other Canon printers that are compatible with Macs.

  • My Canon Pixma MX420 scanner driver is not conpatible with Windows 8 64 bit.

    I have tried all the drivers.  All I get is a window stating Cannot start MP Navigator EX.  Everything works except the scanner.  It just disappeared.  Are there any compatible drivers that actually work for my Windows 8 64bit?

    Hi rlhag,
    This means that the scanner driver was not installed correctly.  What we should do is try to reinstall the drivers while in Selective Startup to see if this helps.  What this will do is disable all background programs and should allow the scanner to install correctly.  Please perform the following:
     1.  Press the ‘Windows + R’ key on the keyboard. In the Run Windows’s ‘Open box:' type ’msconfig’ (Without the quotation marks) and click ‘OK’.
     2.  Click on Selective Startup, then uncheck the two boxes.
     3.  Click Apply, then OK.
     4.  Confirm the reboot.
    We can then perform the reinstall.  To do this, please follow these steps:
     1.  Put the PIXMA MX420's CDROM in the CDROM drive.  If the welcome screen appears, exit it. 
     2.  Click on Start and then Run.  If Run is not in your Start menu, please follow these steps to add it:
           2-1.  Click Start.
           2-2.  Right click the Start menu and left click on Properties.
           2-3.  Click on the Customize button next to 'Start Menu'.
           2-4.  In the Customize Start Menu window, place a checkmark next to 'Run Command'.
           2-5.  Click OK in the Customize Start Menu window.
           2-6.  Click OK in the Properties window.
     3.  Click Browse.  In the browse window, on the left hand side in the row of big icons, click on My Computer. 
     4.  In the window to the right, double click the CANON_IJ CDROM. 
     5.  Double click the folder named WIN.
     6.  Double click the folder named Driver.
     7.  Double click the folder named DrvSetup.
     8.  Double click the file named DELDRV64.  In the Run box click ok.  Follow the on-screen prompts to remove the driver.
    Once complete, please follow these steps:
     1.  Click on Start and then Run.
     2.  In the window to the right, double click the CANON_IJ CDROM. 
     3.  Double click the folder named WIN.
     4.  Double click the folder named Driver.
     5.  Double click the folder named LAN.
     6.  Double click the file named CNMNPU.exe.
     7.  In the Run box click ok.
     8.  Follow the prompts to uninstall.
     9.  Once complete, restart the computer.
    To install the unit for use over your network wirelessly, please follow these steps when the computer restarts:
     1.  Press the <Setup> button.
     2.  Use the up or down button to select Yes for Wireless LAN activate and press <OK>.  Once enabled, the Wi-Fi lamp lights blue.
     3.  Select Easy setup and press <OK>.
     4.  Select your access point name and press <OK>.
     5.  Enter your WEP key and press <OK>.  Please verify the WEP, as it is case sensitive and if entered incorrectly, will cause the printer and router to not communicate.  To switch between letters and numbers, press the * key.
     6.  Press <OK> on the confirmation screen.  The PIXMA MX420 will search for the access point.
     7.  When found, press <OK> on the Connected to the access point screen.
     8.  Take out and then reinsert the CDROM that came with the PIXMA MX420.  The setup program will start automatically.
     9.  If the Autoplay screen appears, click Run and then Continue.
    10.  Click on Easy Install.
    11.  When the Easy Install screen appears, click Install and then "Use the printer with wireless LAN connection" and follow the prompts to complete the installation.
    After it is installed, we need to return to Normal Startup.  To do this, press the ‘Windows + R’ key on the keyboard. In the Run Windows’s ‘Open box:' type ’msconfig’ (Without the quotation marks) and click ‘OK’.  Click Normal Startup and then try to use the printer.

  • CBS - Make Failed for SAP_ESS.sca file

    Hi All,
    We are trying to implement ESS package in NWDI. All the steps for installation and configuration are done. while importing the sca files in the development tab all the sca file like Jtechs, JEE, Buildt, PCUI are imported successfully.
    But SAP_ESS sca file alone is failing. when  i went through the log it says repository-import has been finished successfully. But the second step CBS it is failing. When i went through the log it says....
    Info:Starting Step CBS-make at 2007-02-26 17:43:05.0671 +5:00
    Info:wait until CBS queue of buildspace EPD_ESSTrack_D is completely processed, before starting the import
    Info:waiting for CBS queue activity
    Info:build process already running: waiting for another period of 30000 ms (1)
    Info:build process already running: waiting for another period of 30000 ms (2).....
    When i went through the CBS log the following is the erroe that i received.
    Integrate activities into active workspace(s)...
         Integration of activities in compartment "sap.com_SAP_ESS_1" started at 2006-09-30 07:16:40.703 GMT
         Integration of 1 activities in compartment "sap.com_SAP_ESS_1" finished at 2006-09-30 07:21:08.875 GMT and took 4 m 28 s 172 ms
    An incomplete integration in compartment "sap.com_SAP_ESS_1" of buildspace "EPC_ESSTRACK_D" has resulted because of errors during request processing!
    Request 169 has been created to re-initialize the compartment
    ===== Post-Processing =====  finished at 2006-09-30 07:21:09.140 GMT and took 6 m 47 s 859 ms
    Change request state from SUCCEEDED to FAILED
    ERROR! The following problem(s) occurred  during request processing:
    Communication error when performing integrations. Server error [500 Internal Server Error]. Request FAILED.
    REQUEST PROCESSING finished at 2006-09-30 07:21:19.000 GMT and took 25 m 9 s 500 ms
    I tried restarting the server also checked the CBS properties in Visual Admin. It looks everything is fine.
    Please help me in this regard.
    Thanks,
    Nagarajan.

    Dear Portal gurus,
    I too having the same problem . please provide  me the solution for this.
    how to check the default trace.
    regards
    prasad

  • Authentication Failed for my laptop fingerprint scanner??

    Hi, I recenelty had issues with the finger print scanning. I am perfectly able to register my finger print during the setup, But when I am promted to use it to log in, it keeps saying "Authentication Failed, try again" I have installed the latest updates for everything related to my scanner. What is wrong? It has been a big problem for me because it was working find when I just had it. 

    Contact iTunes for assistance
    Apple - Support - iTunes - Contact Us

  • Is there a compatible driver for canon  lide 500f scanner os 10.8.4 or Mavericks?

    Hi,
    I have an old ut reliable Canon Scaner, Canonscan LiDE 500f, and was wondering if it is no longer compatible with OS X 10.8.4 or Mavericks? I trid locating a driver or any downloadabl softwear online and was unable to find anything. The Canon site just says that my OS maynot need the driver, bout my compute wont even open the scanner and the CD that came with the scanner, that is now 10 years old, wont open on my mac. Any advice or help would be apprciated.
    Thanks,
    Matt

    Seems they no longer support newer than 10.6 Mac OSX...
    (Japanese site)
    http://cweb.canon.jp/cgi-bin/download/select-os.cgi

  • [solved] Upgrade failing for a package called device-mapper

    Hi All,
    I am using archlinux in a VirtualBox to get used to it. Now, I tried to upgrade (after a month or so) with following command
    pacman -Syu
    I get following errors
    error: failed to commit transaction (invalid or corrupted package)
    device-mapper-1.02.31-1-i686.pkg.tar.gz is invalid or corrupted
    Errors occurred, no packages were upgraded
    Any help is welcome.
    regards,
    rangalo
    Last edited by rangalo (2009-04-22 09:32:48)

    Hi,
    Thanks for the quick response... I am given the choice to remove the package but it still complains about it being corrupted..
    I also deleted it manually and running the update again gives following.
    :: File device-mapper-1.02.31-1-i686.pkg.tar.gz is corrupted. Do you want to delete it? [Y/n] Y
    error: failed to commit transaction (invalid or corrupted package)
    device-mapper-1.02.31-1-i686.pkg.tar.gz is invalid or corrupted
    Errors occurred, no packages were upgraded.
    Last edited by rangalo (2009-04-21 14:32:35)

  • [SOLVED] createAndInitRow fails for some attributes

    JDEV 10.1.3
    ADF BC
    ADF Faces
    I am inserting a new row using createAndInitRow() as follows:
    Row newRow = myView.createAndInitRow(pairs);
    where pairs is instance of NameValuePairs containing appropriate attribute names and values.
    The problem is: a couple of the attributes aren't being set in the newly created row.
    I can fix this manually by calling newRow.setAttribute("AttrNme", attrVal), which does set the value correctly.
    All the names/values are identical between the two different calls, but createAndInitRow is failing on some attributes. Anyone have a clue why this is?
    Thank you.
    Message was edited by:
    Rob Quinn

    UPDATE:
    I don't know why, but if I set the Default Value for the attribute in the entity object, then when I manually call newRow.setAttribute("AttrNme", attrVal) and then insertRow(newRow), the attribute is correctly inserted into the table. But when I remove the default value, the same code gives me an error, as stated in the first post.
    And no matter what I do, the createAndInitRow is failing to recognize/initialize those attributes that I pass in.
    Background Relevance?:
    The problem attributes were added to an existing entity object and view object, after we added new database columns.

  • Does somebody has a driver for canon IP4600 series which works on OS X Mavericks?

    Everytime I try to use my Printer apple tries to configurate first. After waiting some time they are telling me that the software-website is not online at the moment.
    Does somebody has an idea how to use the printer? Would be great
    Thanks
    Julius

    Have you looked at the other Canon posts here and tried to download the driver from the Australian Canon site? See in particular PAHU's posts.
    http://support-au.canon.com.au/contents/AU/EN/0100491502.html
    Hope this helps.

  • Cant get Canon Lide 50 Scanner Driver to install

    Am trying to connect my new imac with OS X 4.2.8 with a Canon scanner which had previously worked well on a windows pc. Have downloaded softwear from Canon but it will not open/run and I get an error message 10660. Is there a compatability issue here

    Thanks for your suggestion re Stuffit. Have used this and - yes the files were compressed - did not appreciate Tiger did not come with an expander so had to download. In any even unfortunately despite all this scanner still not working. When trying to open driver am told there is no file associated with it and scanner is not responding. Canon tool box will fire up but will not scan and scanner is not starting up when connected to usb although mac recognises it is plugged in. So the problem seems to be that the driver is installed but it does not know what it is there for and the scanner does not have a driver associated - any thoughts much appreciated

  • Canon 860 Series (Pixma) Printer Problems with OSX 10.8 (Mountain Lion) – links to Canon Support Site with Drivers and Software with install tips

    After spending several hours sorting out Canon Pixma OSX problems here are my thoughts:
    Canon 860 Series (Pixma 868) Printer Problems with OSX 10.8 (Mountain Lion) – links to Canon Support Site with Drivers and Software with install tips
    Problem:
    - New imac and MacBook Pro 2012 (OSX 10.8.2) had a problem using Canon Pixma 868 printer on network and would not scan or print using Canon Pixma software (Pixma MP Navigator 2.1 & Photo Print), which has advanced scanning and photo printing functions. 
    - When I connected the canon printer to my imac, OSX 10.8.2 automatically downloaded and installed drivers for Canon 860 series printer. I could then add the new printer (select ‘apple menu’ / ‘system preferences’ / ‘print and scan’ / “+”) and printer would work while connected via USB but could not get to print or scan over network wifi. 
    - The original Canon 860 Series CD does not work with 10.8 and the manual / online instructions did not make sense (as based on CD install). 
    Solution:
    1) Install Canon Printer Drivers and Software (from official Canon site)
    Go to canon support site, review FAQ, then download and install following Pixma 860 Series software & drivers for OSX 10.8 (links see below). The version I downloaded is in brackets but check for updated version. Full instructions are below.
    Canon 860 Series Drivers & Software  for OSX 10.8 Mountain Lion:
    The base software and drivers needed for using Canon 860 Series on Mac OS X 10.8 (USB) are
    1 Printer Driver
    (Canon MX860 series CUPS Printer Driver Ver. 10.67.1.0 (03-Aug-2012))
    2 Scanner Driver
    (Canon MX860 series Scanner Driver Ver. 14.11.4a (03-Aug-2012))
    3 Network Tool
    (Canon IJ Network Tool Ver. 4.1.0 for Intel Mac (27-Dec-2012)
    Canon Software for using advanced printing and scanning functions (while connected to network)
    4 Solution Menu
    (Canon Solution Menu Ver. 1.4.1 (27-Jul-2012 ))
    5 MP Navigator EX
    (Canon MP Nav EX Ver. 2.1.3 (02-Auf-2012))
    6 Easy-PhotoPrint EX
    (Canon Easy-PhotoPrint EX Ver. 4.1.6 (21-Jan-2013 ))
    Canon Support (HK) – check your local site
    http://www.canon.com.hk/en/download/main/index.do
    Select Product and drivers from support site eg http://support-hk.canon-asia.com/
    1. Choose a product category
    Multifunctional Printers
    2. Choose a product series
      Pixma
    3. Choose a product model
      Pixma MX868
    4. Choose type of document
    Downloads or FAQ
    If you have problems installing the software under 10.8, see the FAQ on Canon site. You will need to allow software installs from “unidentified developers by using “Control” Key or by changing your system preferences)
    2) Check Canon Printer and Software Working while connected via USB
    Once you have downloaded and installed drivers and software and restarted computer, check that the printer and Canon Pixma software (Pixma MP Navigator 2.1 & Photo Print) are working via USB.  Open the Canon IJ Network Tool App (Applications / Canon Utilities /IJ Network Tool / Canon IJ Network Tool App) and make sure you can see the Canon MX 860 series (xx.xx.xx.xx.xx.xx) and that it shows the correct SSID Wifi settings (under the Canon IJ Network Tool App ‘Setup menu’).  This is normally done as part of the automatic install but worth double checking
    3) Add new network printer using ‘apple menu’ / ‘system preferences’ / ‘print and scan’ / “+”).
    After you have checked USB printing turn off printer, unplug the USB cable and shutdown the Canon IJ Network Tool App.
    Then turn the printer back on and wait 30s. Then add a new printer using ‘apple menu’ / ‘system preferences’ / ‘print and scan’ / “+”). Once you select “+” (add new printer), wait 10-30s for the Wifi Networked Canon MX 860 Series printer to appear in the new window eg Canon MX 860 series (xx.xx.xx.xx.xx.xx) (Kind: “Canon IJ Network”)
    DO NOT ADD THE MX 860 SERIES BONJOUR SCANNER (the Bonjour Scanner is the built-in software, is not needed and often appears first on the add printer list).  The Canon scanner can be accessed used through the MP Nav EX Ver. 2.1.3 software (which has much better functions)
    You will now have two Printer Canon MX860 (USB) and Canon MX860 (Wifi / Network). Set the Canon MX860 (Wifi / Network) as default and test print and scan
    If the Wifi Networked Canon MX 860 Series printer does not appear, check the printer and make sure that the printer can see the wifi network. On the printer select Menu / Settings / Device Settings / Lan Settings / WLAN Setting List.  It should say WLAN Active, identify the SSID and have an IP address
    If the printer can not see the Wifi Network, plug the USB cable back in, then open the Canon IJ Network Tool App (Applications / Canon Utilities /IJ Network Tool / Canon IJ Network Tool App). Make sure you can see the Canon MX 860 series (xx.xx.xx.xx.xx.xx) and that it has your SSID settings (under setup), if it has this info, restart the computer and the printer and try again

    Hi, thaks for response, meant to post as a discussion (not question), wanted to save others time if they get the same problem

  • [SOLVED]Canon D1100 Series UFRII LT doesn't print, CUPS thinks it does

    Hello everyone,
    I have been struggling getting a network printer at work working with my laptop. I installed the driver from Canon's web site, and everything seems to be fine on my end, but the network printer doesn't print anything I give it. I can't find the issue in my log after running the following command:
    echo "This is a test. Hello world." | lpr -p
    Here's the output from the error log:
    D [30/Jan/2014:14:52:31 -0600] [Client 14] 2.0 Create-Job 2
    D [30/Jan/2014:14:52:31 -0600] Create-Job ipp://localhost:631/printers/Canon_D1150_D1170
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
    D [30/Jan/2014:14:52:31 -0600] add_job: requesting-user-name="yaro"
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Adding start banner page "none".
    D [30/Jan/2014:14:52:31 -0600] Discarding unused job-created event...
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Queued on "Canon_D1150_D1170" by "yaro".
    D [30/Jan/2014:14:52:31 -0600] [Client 14] Returning IPP successful-ok for Create-Job (ipp://localhost:631/printers/Canon_D1150_D1170) from localhost
    D [30/Jan/2014:14:52:31 -0600] [Client 14] Content-Length: 179
    D [30/Jan/2014:14:52:31 -0600] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=179, response=0x7f8adff8f1e0(IPP_IDLE), pipe_pid=0, file=-1
    D [30/Jan/2014:14:52:31 -0600] [Client 14] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
    D [30/Jan/2014:14:52:31 -0600] [Client 14] bytes=0, http_state=0, data_remaining=0
    D [30/Jan/2014:14:52:31 -0600] [Client 14] Waiting for request.
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [30/Jan/2014:14:52:31 -0600] [Client 14] POST /printers/Canon_D1150_D1170 HTTP/1.1
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [30/Jan/2014:14:52:31 -0600] [Client 14] No authentication data provided.
    D [30/Jan/2014:14:52:31 -0600] [Client 14] 2.0 Send-Document 3
    D [30/Jan/2014:14:52:31 -0600] Send-Document ipp://localhost:631/printers/Canon_D1150_D1170
    D [30/Jan/2014:14:52:31 -0600] cupsdIsAuthorized: requesting-user-name="yaro"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Auto-typing file...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Request file type is text/plain.
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    I [30/Jan/2014:14:52:31 -0600] [Job 15] File of type text/plain queued by "yaro".
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Adding end banner page "none".
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] time-at-processing=1391115151
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [30/Jan/2014:14:52:31 -0600] Discarding unused printer-state-changed event...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] 4 filters for job:
    D [30/Jan/2014:14:52:31 -0600] [Job 15] texttopdf (text/plain to application/pdf, cost 32)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] pdftops (application/vnd.cups-pdf to application/vnd.cups-postscript, cost 100)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] pstoufr2cpca (application/vnd.cups-postscript to printer/Canon_D1150_D1170, cost 0)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] job-sheets=none,none
    D [30/Jan/2014:14:52:31 -0600] [Job 15] argv[0]="Canon_D1150_D1170"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] argv[1]="15"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] argv[2]="yaro"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] argv[3]="(stdin)"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] argv[4]="1"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] argv[5]="finishings=3 number-up=1 prettyprint job-uuid=urn:uuid:9566668d-244b-32ad-4b26-afeeb081bd7f job-originating-host-name=localhost time-at-creation=1391115151 time-at-processing=1391115151"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] argv[6]="/var/spool/cups/d00015-001"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[7]="CUPS_STATEDIR=/run/cups"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[8]="HOME=/var/spool/cups/tmp"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[10]="SERVER_ADMIN=root@spike"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[11]="SOFTWARE=CUPS/1.7.1"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[12]="TMPDIR=/var/spool/cups/tmp"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[13]="USER=root"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[14]="CUPS_MAX_MESSAGE=2047"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[17]="IPP_PORT=631"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[18]="CHARSET=utf-8"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[19]="LANG=en.UTF-8"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[20]="PPD=/etc/cups/ppd/Canon_D1150_D1170.ppd"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[21]="RIP_MAX_CACHE=128m"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[22]="CONTENT_TYPE=text/plain"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[23]="DEVICE_URI=socket://192.168.2.51"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[24]="PRINTER_INFO=Canon D1150/D1170"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[25]="PRINTER_LOCATION="
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[26]="PRINTER=Canon_D1150_D1170"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[27]="PRINTER_STATE_REASONS=none"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[28]="CUPS_FILETYPE=document"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[29]="FINAL_CONTENT_TYPE=printer/Canon_D1150_D1170"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] envp[30]="AUTH_I****"
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Started filter /usr/lib/cups/filter/texttopdf (PID 5140)
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Started filter /usr/lib/cups/filter/pdftopdf (PID 5141)
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Started filter /usr/lib/cups/filter/pdftops (PID 5142)
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Started filter /usr/lib/cups/filter/pstoufr2cpca (PID 5143)
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Started backend /usr/lib/cups/backend/socket (PID 5144)
    D [30/Jan/2014:14:52:31 -0600] Discarding unused job-state-changed event...
    D [30/Jan/2014:14:52:31 -0600] [Client 14] Returning IPP successful-ok for Send-Document (ipp://localhost:631/printers/Canon_D1150_D1170) from localhost
    D [30/Jan/2014:14:52:31 -0600] [Client 14] Content-Length: 171
    D [30/Jan/2014:14:52:31 -0600] [Client 14] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=171, response=0x7f8adff825e0(IPP_IDLE), pipe_pid=0, file=-1
    D [30/Jan/2014:14:52:31 -0600] [Client 14] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
    D [30/Jan/2014:14:52:31 -0600] [Client 14] bytes=0, http_state=0, data_remaining=0
    D [30/Jan/2014:14:52:31 -0600] [Client 14] Waiting for request.
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
    D [30/Jan/2014:14:52:31 -0600] [Client 14] HTTP_STATE_WAITING Closing on EOF
    D [30/Jan/2014:14:52:31 -0600] [Client 14] Closing connection.
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Page = 612x792; 14,14 to 598,778
    D [30/Jan/2014:14:52:31 -0600] [Job 15] STATE: +connecting-to-device
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Looking up "192.168.2.51"...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] pstoufr2cpca start.
    D [30/Jan/2014:14:52:31 -0600] Discarding unused printer-state-changed event...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] pdftops - copying to temp print file "/var/spool/cups/tmp/0141652eb6fae"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] prtGeneralCurrentLocalization type is 5, expected 2!
    D [30/Jan/2014:14:52:31 -0600] [Job 15] backendWaitLoop(snmp_fd=5, addr=0x7f63fcee8c88, side_cb=0x7f63fb5631e0)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PID 5140 (/usr/lib/cups/filter/texttopdf) exited with no errors.
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PID 5141 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Printer make and model: Canon d1100
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Using image rendering resolution 600 dpi
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Started filter gs (PID 5149)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Started filter pstops (PID 5150)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Page = 612x792; 14,14 to 598,778
    D [30/Jan/2014:14:52:31 -0600] [Job 15] slow_collate=0, slow_duplex=0, slow_order=0
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Before copy_comments - %!PS-Adobe-3.0
    D [30/Jan/2014:14:52:31 -0600] [Job 15] %!PS-Adobe-3.0
    D [30/Jan/2014:14:52:31 -0600] [Job 15] %%BoundingBox: 0 0 612 792
    D [30/Jan/2014:14:52:31 -0600] [Job 15] %%HiResBoundingBox: 0 0 612.00 792.00
    D [30/Jan/2014:14:52:31 -0600] [Job 15] %%Creator: GPL Ghostscript 910 (ps2write)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] %%LanguageLevel: 2
    D [30/Jan/2014:14:52:31 -0600] [Job 15] %%CreationDate: D:20140130145231-06'00'
    D [30/Jan/2014:14:52:31 -0600] [Job 15] %%Pages: 1
    D [30/Jan/2014:14:52:31 -0600] [Job 15] %%EndComments
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Before copy_prolog - %%BeginProlog
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Before copy_setup - %%Page: 1 1
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Before page loop - %%Page: 1 1
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Copying page 1...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] pagew = 583.7, pagel = 763.7
    D [30/Jan/2014:14:52:31 -0600] [Job 15] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PageLeft = 14.2, PageRight = 597.8
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PageTop = 777.8, PageBottom = 14.2
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PageWidth = 612.0, PageLength = 792.0
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Wrote 1 pages...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PID 5150 (pstops) exited with no errors.
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PID 5149 (gs) exited with no errors.
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PID 5142 (/usr/lib/cups/filter/pdftops) exited with no errors.
    D [30/Jan/2014:14:52:31 -0600] [Job 15] opvpOpenPrinter(410)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] CStubOpenPrinter(349)
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Error Response:ReqNo=0, SeqNo=1,opvpErrorNo=-1
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Connecting to 192.168.2.51:9100
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Connecting to printer.
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Set job-printer-state-message to "Connecting to printer.", current level=INFO
    D [30/Jan/2014:14:52:31 -0600] Discarding unused job-progress event...
    D [30/Jan/2014:14:52:31 -0600] Discarding unused printer-state-changed event...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] STATE: -connecting-to-device
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
    D [30/Jan/2014:14:52:31 -0600] Discarding unused printer-state-changed event...
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Connected to printer.
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Set job-printer-state-message to "Connected to printer.", current level=INFO
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Connected to 192.168.2.51:9100...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] backendRunLoop(print_fd=0, device_fd=6, snmp_fd=5, addr=0x7f63fcee8c88, use_bc=1, side_cb=0x7f63fb5631e0)
    D [30/Jan/2014:14:52:31 -0600] Discarding unused job-progress event...
    D [30/Jan/2014:14:52:31 -0600] Discarding unused printer-state-changed event...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PID 5143 (/usr/lib/cups/filter/pstoufr2cpca) did not catch or ignore signal 13.
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Waiting for printer to finish.
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
    D [30/Jan/2014:14:52:31 -0600] [Job 15] Set job-printer-state-message to "Waiting for printer to finish.", current level=INFO
    D [30/Jan/2014:14:52:31 -0600] Discarding unused job-progress event...
    D [30/Jan/2014:14:52:31 -0600] Discarding unused printer-state-changed event...
    D [30/Jan/2014:14:52:31 -0600] [Job 15] PID 5144 (/usr/lib/cups/backend/socket) exited with no errors.
    D [30/Jan/2014:14:52:31 -0600] [Job 15] time-at-completed=1391115151
    D [30/Jan/2014:14:52:31 -0600] Discarding unused job-completed event...
    I [30/Jan/2014:14:52:31 -0600] [Job 15] Job completed.
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
    D [30/Jan/2014:14:52:31 -0600] Discarding unused printer-state-changed event...
    D [30/Jan/2014:14:52:31 -0600] cupsdMarkDirty(---J-)
    D [30/Jan/2014:14:52:31 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
    D [30/Jan/2014:14:52:32 -0600] [Job 15] Unloading...
    I [30/Jan/2014:14:53:02 -0600] Saving job.cache...
    D [30/Jan/2014:14:53:02 -0600] cupsdSetBusyState: newbusy="Not busy", busy="Printing jobs and dirty files"
    D [30/Jan/2014:14:53:02 -0600] Report: clients=0
    D [30/Jan/2014:14:53:02 -0600] Report: jobs=8
    D [30/Jan/2014:14:53:02 -0600] Report: jobs-active=0
    D [30/Jan/2014:14:53:02 -0600] Report: printers=1
    D [30/Jan/2014:14:53:02 -0600] Report: stringpool-string-count=2756
    D [30/Jan/2014:14:53:02 -0600] Report: stringpool-alloc-bytes=8744
    D [30/Jan/2014:14:53:02 -0600] Report: stringpool-total-bytes=49520
    I believe this is all the relevant information from the log. I've not had any success finding this issue in the wiki or in the forums. Google's turned up no help. I'd really like getting this printer to work. Any help would be greatly appreciated.
    Last edited by Yaro (2014-02-25 19:44:17)

    I can't find that printer on the canon eu support website (canon uses model numbers on that site, not series designations) , and canon printers are not easy to get to work well on archlinux.
    However there are 2 aur packages that provide the UFRII driver :
    - cndrvcups-lb (built from source)
    - cndrvcups-lb-bin (uses the binaries)

  • Need driver for canon mg 5250 as scanner is not working with version 10.7. Can you please help me to find the driver so scanner works with WIFI?

    need driver for canon mg 5250 as scanner is not working with version 10.7. Lion. Can you please help me to find the driver so scanner works with WIFI?

    Try with the latest Apple driver package for Canon (released 15th Feb):
    http://support.apple.com/kb/DL899
    This solved my problem with the printing.

Maybe you are looking for

  • Lost my iTunes library... can I get it back?

    My old computer was a Dell Inspiron 1520. I had my iPod Touch G2 (purchased new, in December 08) synched with my iTunes library on that computer (which consisted of something like 2000 songs). In April of this year, my Inspiron crashed... I saved all

  • Why Photos in "Events from my Mac" are not in order?

    I am currently running iOS 8.1.1 on an iPhone 6 with 128GB on AT&T.  My iMac is running OS X 10.10.1 and iPhoto is at version 9.6 (everything up to date). As you might be able to see, when I go to "Events from My Mac" in the Photos app on my iPhone,

  • Latest boot camp + wireless mighty mouse

    Hi, I was using boot camp 1.01, I just upgraded to the latest version of boot camp. Now, my wireless mighty mouse scroll doesn't work on the WinXP side. Does anyone know how to get it working again? In the bluetooth area in WinXP, it doesn't show the

  • Recently had a OS update to 10.9.2

    After the update when I open a application it seems to open underneath what is on the desktop (not always). I then have to locate the application, it used to open on top. The MacBook Pro also seems to be lagging. Is there a fix?

  • Flash or adobe application

    I would like to knw how I could get a flash or adobe player on my phone to let me watch videos online