Skip to content

Instantly share code, notes, and snippets.

@Alir3z4
Created August 11, 2012 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Alir3z4/3325235 to your computer and use it in GitHub Desktop.
Save Alir3z4/3325235 to your computer and use it in GitHub Desktop.
building cnijfilter-mp280
Comment by: jstitch on Mon, 16 Apr 2012 17:22:31 +0000
I've just bought a MP280 printer, but trying to use this package failed me because it was searching for the libcnbp*370*.so files. I had to edit the PKGBUILD to change the default 356 (which is the Printer Model ID for the mp250) with the 370 one (the Printer Model ID for the mp280...
Comment by: Alir3z4 on Tue, 17 Apr 2012 05:57:09 +0000
@jstitch So when you change the default 356 = 370, problem solved ? and the pkg installed successfully?
Comment by: jeremy33 on Fri, 20 Apr 2012 21:00:22 +0000
jstitch is right mp280 corresponds to 370
Comment by: Revelation60 on Wed, 08 Aug 2012 09:36:04 +0000
The build is stil failing. Please update the package.
Comment by: Alir3z4 on Wed, 08 Aug 2012 12:15:56 +0000
Updated and fixed.
Thank you @jstitch, @jeremy33 for you heads-up.
Also Thanks to @plv for the patch mentioned on https://aur.archlinux.org/packages.php?ID=46944
Comment by: Revelation60 on Sat, 11 Aug 2012 14:44:30 +0000
Alier3z4, thanks for the update. However, compilation is still failing for me. The error log is here: https://gist.github.com/3325011
First Submitted: Mon, 09 Jan 2012 10:26:27 +0000
cnijfilter-mp280 3.40.1-3
( Unsupported package: Potentially dangerous ! )
- ghostscript (already installed)
- libcups (already installed)
- cups (already installed)
- popt (already installed)
- gsfonts (already installed)
- atk>=1.9.0 (already installed)
- gtk2>=2.8.0 (already installed)
- pango>=1.12.3 (already installed)
- libpng>=1.2.8 (already installed)
- libtiff (already installed)
- cairo>=1.0.2 (already installed)
- libxml2>=2.6.24 (already installed)
- fontconfig>=2.3.0 (already installed)
- libxinerama (already installed)
- autoconf>=2.13 (already installed)
- automake>=1.6 (already installed)
- tar (already installed)
- make (already installed)
- gcc (already installed)
patching file backend/src/cnij_backend_common.c
patching file cngpijmon/src/bjcupsmon_cups.c
Hunk #1 succeeded at 18 with fuzz 1.
patching file cngpij/cngpij/bjcups.c
patch unexpectedly ends in middle of line
Hunk #1 succeeded at 21 with fuzz 1.
processing .
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal ...
Running autoheader...
Running automake --gnu ...
configure.in:11: installing './config.guess'
configure.in:11: installing './config.sub'
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am: Consider adding the COPYING file to the version control system
Makefile.am: for your code, to avoid questions about which license your project uses
buftool/Makefile.am: installing './depcomp'
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp280 ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for dup2... yes
checking for memset... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating buftool/Makefile
config.status: creating paramlist/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile buftool
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs'
Making all in paramlist
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/paramlist'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c -o paramlist.lo paramlist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c paramlist.c -fPIC -DPIC -o .libs/paramlist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c paramlist.c -o paramlist.o >/dev/null 2>&1
mv -f .deps/paramlist.Tpo .deps/paramlist.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -Wall -O2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o libparamlist.la paramlist.lo
libtool: link: ar cru .libs/libparamlist.a .libs/paramlist.o
libtool: link: ranlib .libs/libparamlist.a
libtool: link: ( cd ".libs" && rm -f "libparamlist.la" && ln -s "../libparamlist.la" "libparamlist.la" )
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/paramlist'
Making all in buftool
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/buftool'
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -MT buftool.o -MD -MP -MF .deps/buftool.Tpo -c -o buftool.o buftool.c
mv -f .deps/buftool.Tpo .deps/buftool.Po
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -MT buflist.o -MD -MP -MF .deps/buflist.Tpo -c -o buflist.o buflist.c
mv -f .deps/buflist.Tpo .deps/buflist.Po
rm -f libbuftool.a
ar cru libbuftool.a buftool.o buflist.o
ranlib libbuftool.a
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/buftool'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs'
Making install in paramlist
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/paramlist'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/paramlist'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/paramlist'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/paramlist'
Making install in buftool
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/buftool'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/buftool'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/buftool'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/buftool'
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs'
processing .
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal ...
Running 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.
Running automake --gnu ...
configure.in:20: installing './config.guess'
configure.in:20: installing './config.sub'
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
cngpij/Makefile.am: installing './depcomp'
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp280 --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lcups... yes
checking for main in -lparamlist... no
checking for main in -lpopt... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for socket... yes
checking for strdup... yes
checking for strrchr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cngpij/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij'
Making all in cngpij
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij/cngpij'
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -MT bjcups.o -MD -MP -MF .deps/bjcups.Tpo -c -o bjcups.o bjcups.c
bjcups.c: In function ‘main’:
bjcups.c:830:14: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
mv -f .deps/bjcups.Tpo .deps/bjcups.Po
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -MT getipc.o -MD -MP -MF .deps/getipc.Tpo -c -o getipc.o getipc.c
getipc.c: In function ‘GetIPCData’:
getipc.c:62:48: warning: passing argument 3 of ‘accept’ from incompatible pointer type [enabled by default]
In file included from /usr/include/netinet/in.h:24:0,
from /usr/include/arpa/inet.h:22,
from getipc.c:20:
/usr/include/sys/socket.h:213:12: note: expected ‘socklen_t * __restrict__’ but argument is of type ‘size_t *’
mv -f .deps/getipc.Tpo .deps/getipc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -MT bjutil.o -MD -MP -MF .deps/bjutil.Tpo -c -o bjutil.o bjutil.c
mv -f .deps/bjutil.Tpo .deps/bjutil.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -L../../libs/paramlist -Wl,-O1,--sort-common,--as-needed,-z,relro -o cngpij bjcups.o getipc.o bjutil.o -lpopt -lcups -lparamlist -lpopt -lcups
libtool: link: gcc -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o cngpij bjcups.o getipc.o bjutil.o -L../../libs/paramlist /tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/libs/paramlist/.libs/libparamlist.a -lpopt -lcups
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij/cngpij'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij'
Making install in cngpij
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij/cngpij'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij/cngpij'
/bin/mkdir -p '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c cngpij '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin/./cngpijmp280'
libtool: install: /usr/bin/install -c cngpij /tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin/./cngpijmp280
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij/cngpij'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij/cngpij'
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpij'
processing .
Running aclocal ...
Running 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.
Running automake --gnu ...
configure.in:27: installing './install-sh'
configure.in:27: installing './missing'
src/Makefile.am: installing './depcomp'
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp280 --enable-progpath=/usr/bin ...
configure: WARNING: unrecognized options: --enable-progpath
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for socket... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/cncl/Makefile
config.status: creating include/misc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --enable-progpath
Now type `make' to compile the package.
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter'
Making all in src
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/src'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT bjferror.o -MD -MP -MF .deps/bjferror.Tpo -c -o bjferror.o bjferror.c
mv -f .deps/bjferror.Tpo .deps/bjferror.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT bjfilter.o -MD -MP -MF .deps/bjfilter.Tpo -c -o bjfilter.o bjfilter.c
mv -f .deps/bjfilter.Tpo .deps/bjfilter.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT bjfimage.o -MD -MP -MF .deps/bjfimage.Tpo -c -o bjfimage.o bjfimage.c
bjfimage.c: In function ‘png_image_init’:
bjfimage.c:1589:16: warning: passing argument 3 of ‘png_get_IHDR’ from incompatible pointer type [enabled by default]
In file included from bjfimage.c:42:0:
/usr/include/png.h:2187:1: note: expected ‘png_uint_32 *’ but argument is of type ‘long int *’
bjfimage.c:1589:16: warning: passing argument 4 of ‘png_get_IHDR’ from incompatible pointer type [enabled by default]
In file included from bjfimage.c:42:0:
/usr/include/png.h:2187:1: note: expected ‘png_uint_32 *’ but argument is of type ‘long int *’
mv -f .deps/bjfimage.Tpo .deps/bjfimage.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT bjfoption.o -MD -MP -MF .deps/bjfoption.Tpo -c -o bjfoption.o bjfoption.c
bjfoption.c: In function ‘SetCmdOption’:
bjfoption.c:545:2: warning: passing argument 3 of ‘poptGetContext’ from incompatible pointer type [enabled by default]
In file included from bjfoption.c:29:0:
/usr/include/popt.h:261:13: note: expected ‘const char **’ but argument is of type ‘char **’
mv -f .deps/bjfoption.Tpo .deps/bjfoption.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT bjfpos.o -MD -MP -MF .deps/bjfpos.Tpo -c -o bjfpos.o bjfpos.c
mv -f .deps/bjfpos.Tpo .deps/bjfpos.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT bjfrcaccess.o -MD -MP -MF .deps/bjfrcaccess.Tpo -c -o bjfrcaccess.o bjfrcaccess.c
mv -f .deps/bjfrcaccess.Tpo .deps/bjfrcaccess.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT getipc.o -MD -MP -MF .deps/getipc.Tpo -c -o getipc.o getipc.c
getipc.c: In function ‘GetIPCData’:
getipc.c:66:32: warning: passing argument 3 of ‘accept’ from incompatible pointer type [enabled by default]
In file included from getipc.c:29:0:
/usr/include/sys/socket.h:213:12: note: expected ‘socklen_t * __restrict__’ but argument is of type ‘size_t *’
mv -f .deps/getipc.Tpo .deps/getipc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT bjflist.o -MD -MP -MF .deps/bjflist.Tpo -c -o bjflist.o bjflist.c
mv -f .deps/bjflist.Tpo .deps/bjflist.Po
gcc -O2 -L../../370/libs_bin64 -Wl,-O1,--sort-common,--as-needed,-z,relro -o cif bjferror.o bjfilter.o bjfimage.o bjfoption.o bjfpos.o bjfrcaccess.o getipc.o bjflist.o -lcnbpcmcm370 -lcnbpess370 -lm -ldl -ltiff -lpng -lcnbpcnclapi370 -lcnbpcnclbjcmd370 -lcnbpcnclui370 -lpopt
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/src'
Making all in include
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
Making all in cncl
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
Making all in misc
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/misc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/misc'
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter'
Making install in src
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/src'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/src'
/bin/mkdir -p '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin'
/usr/bin/install -c cif '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin/./cifmp280'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/src'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/src'
Making install in include
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
Making install in cncl
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
Making install in misc
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/misc'
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/misc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/misc'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include/misc'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter/include'
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cnijfilter'
processing .
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
Running aclocal ...
Running 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.
Running automake --gnu ...
configure.in:22: installing './config.guess'
configure.in:22: installing './config.sub'
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
filter/Makefile.am: installing './depcomp'
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp280 --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lcups... yes
checking for main in -lparamlist... no
checking for main in -lpopt... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for dup2... yes
checking for memset... yes
checking for socket... yes
checking for strdup... yes
checking for strrchr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating filter/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij'
Making all in filter
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij/filter'
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I../../libs/buftool -O2 -MT pstocanonij.o -MD -MP -MF .deps/pstocanonij.Tpo -c -o pstocanonij.o pstocanonij.c
pstocanonij.c: In function ‘get_ps_params’:
pstocanonij.c:248:3: warning: pointer targets in passing argument 1 of ‘buflist_new’ differ in signedness [-Wpointer-sign]
In file included from pstocanonij.c:34:0:
../../libs/buftool/buflist.h:38:10: note: expected ‘unsigned char *’ but argument is of type ‘char *’
pstocanonij.c:298:5: warning: value computed is not used [-Wunused-value]
pstocanonij.c:384:3: warning: pointer targets in passing argument 1 of ‘buflist_new’ differ in signedness [-Wpointer-sign]
In file included from pstocanonij.c:34:0:
../../libs/buftool/buflist.h:38:10: note: expected ‘unsigned char *’ but argument is of type ‘char *’
pstocanonij.c: In function ‘make_cmd_param’:
pstocanonij.c:919:6: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘char (*)[256]’ [-Wformat]
pstocanonij.c:920:6: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘char (*)[256]’ [-Wformat]
pstocanonij.c:949:6: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘char (*)[256]’ [-Wformat]
pstocanonij.c:950:6: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘char (*)[256]’ [-Wformat]
pstocanonij.c: In function ‘exec_filter’:
pstocanonij.c:1153:6: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
mv -f .deps/pstocanonij.Tpo .deps/pstocanonij.Po
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I../../libs/buftool -O2 -MT canonopt.o -MD -MP -MF .deps/canonopt.Tpo -c -o canonopt.o canonopt.c
mv -f .deps/canonopt.Tpo .deps/canonopt.Po
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I../../libs/buftool -O2 -MT paramlist.o -MD -MP -MF .deps/paramlist.Tpo -c -o paramlist.o paramlist.c
mv -f .deps/paramlist.Tpo .deps/paramlist.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -Wall -I../../libs/buftool -O2 -L../../libs/buftool -Wl,-O1,--sort-common,--as-needed,-z,relro -o pstocanonij pstocanonij.o canonopt.o paramlist.o -lcups ../../libs/buftool/libbuftool.a -lpopt -lcups
libtool: link: gcc -O2 -Wall -I../../libs/buftool -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o pstocanonij pstocanonij.o canonopt.o paramlist.o -L../../libs/buftool ../../libs/buftool/libbuftool.a -lpopt -lcups
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij/filter'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij'
Making install in filter
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij/filter'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij/filter'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/lib/cups/filter'
/bin/sh ../libtool --mode=install /usr/bin/install -c pstocanonij '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/lib/cups/filter/./pstocanonijmp280'
libtool: install: /usr/bin/install -c pstocanonij /tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/lib/cups/filter/./pstocanonijmp280
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij/filter'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij/filter'
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/pstocanonij'
processing .
Running aclocal ...
Running 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.
Running automake --gnu ...
configure.in:11: installing './install-sh'
configure.in:11: installing './missing'
src/Makefile.am: installing './depcomp'
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp280 --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for ranlib... ranlib
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.24.11)
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/cncl/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon'
Making all in src
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/src'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT bscc2sts.o -MD -MP -MF .deps/bscc2sts.Tpo -c -o bscc2sts.o bscc2sts.c
bscc2sts.c:216:3: warning: missing braces around initializer [-Wmissing-braces]
bscc2sts.c:216:3: warning: (near initialization for ‘modeltable[66].prnname’) [-Wmissing-braces]
bscc2sts.c:216:3: warning: initialization makes integer from pointer without a cast [enabled by default]
bscc2sts.c:216:3: warning: (near initialization for ‘modeltable[66].prnname[0]’) [enabled by default]
bscc2sts.c: In function ‘processofeachmodel’:
bscc2sts.c:250:13: warning: comparison between pointer and integer [enabled by default]
bscc2sts.c:250:35: warning: comparison between pointer and integer [enabled by default]
bscc2sts.c:250:3: warning: suggest parentheses around comparison in operand of ‘!=’ [-Wparentheses]
mv -f .deps/bscc2sts.Tpo .deps/bscc2sts.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT commonfunc.o -MD -MP -MF .deps/commonfunc.Tpo -c -o commonfunc.o commonfunc.c
mv -f .deps/commonfunc.Tpo .deps/commonfunc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT f9xxfunc.o -MD -MP -MF .deps/f9xxfunc.Tpo -c -o f9xxfunc.o f9xxfunc.c
mv -f .deps/f9xxfunc.Tpo .deps/f9xxfunc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT s300func.o -MD -MP -MF .deps/s300func.Tpo -c -o s300func.o s300func.c
mv -f .deps/s300func.Tpo .deps/s300func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT s500func.o -MD -MP -MF .deps/s500func.Tpo -c -o s500func.o s500func.c
mv -f .deps/s500func.Tpo .deps/s500func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 550ifunc.o -MD -MP -MF .deps/550ifunc.Tpo -c -o 550ifunc.o 550ifunc.c
mv -f .deps/550ifunc.Tpo .deps/550ifunc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 850ifunc.o -MD -MP -MF .deps/850ifunc.Tpo -c -o 850ifunc.o 850ifunc.c
850ifunc.c: In function ‘pixus850i_setoperate’:
850ifunc.c:85:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
mv -f .deps/850ifunc.Tpo .deps/850ifunc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 950ifunc.o -MD -MP -MF .deps/950ifunc.Tpo -c -o 950ifunc.o 950ifunc.c
950ifunc.c: In function ‘pixus950i_setoperate’:
950ifunc.c:127:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
mv -f .deps/950ifunc.Tpo .deps/950ifunc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 560ifunc.o -MD -MP -MF .deps/560ifunc.Tpo -c -o 560ifunc.o 560ifunc.c
560ifunc.c: In function ‘pixus560i_setoperate’:
560ifunc.c:85:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
mv -f .deps/560ifunc.Tpo .deps/560ifunc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 860ifunc.o -MD -MP -MF .deps/860ifunc.Tpo -c -o 860ifunc.o 860ifunc.c
860ifunc.c: In function ‘pixus860i_setoperate’:
860ifunc.c:85:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
mv -f .deps/860ifunc.Tpo .deps/860ifunc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 990ifunc.o -MD -MP -MF .deps/990ifunc.Tpo -c -o 990ifunc.o 990ifunc.c
990ifunc.c: In function ‘pixus990i_setoperate’:
990ifunc.c:127:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
mv -f .deps/990ifunc.Tpo .deps/990ifunc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip1000func.o -MD -MP -MF .deps/ip1000func.Tpo -c -o ip1000func.o ip1000func.c
mv -f .deps/ip1000func.Tpo .deps/ip1000func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip3100func.o -MD -MP -MF .deps/ip3100func.Tpo -c -o ip3100func.o ip3100func.c
ip3100func.c: In function ‘pixusip3100_setoperate’:
ip3100func.c:85:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
mv -f .deps/ip3100func.Tpo .deps/ip3100func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip4100func.o -MD -MP -MF .deps/ip4100func.Tpo -c -o ip4100func.o ip4100func.c
ip4100func.c: In function ‘pixusip4100_setoperate’:
ip4100func.c:85:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
mv -f .deps/ip4100func.Tpo .deps/ip4100func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip8600func.o -MD -MP -MF .deps/ip8600func.Tpo -c -o ip8600func.o ip8600func.c
ip8600func.c: In function ‘pixusip8600_setoperate’:
ip8600func.c:127:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
mv -f .deps/ip8600func.Tpo .deps/ip8600func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip2200func.o -MD -MP -MF .deps/ip2200func.Tpo -c -o ip2200func.o ip2200func.c
mv -f .deps/ip2200func.Tpo .deps/ip2200func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip4200func.o -MD -MP -MF .deps/ip4200func.Tpo -c -o ip4200func.o ip4200func.c
mv -f .deps/ip4200func.Tpo .deps/ip4200func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip6600dfunc.o -MD -MP -MF .deps/ip6600dfunc.Tpo -c -o ip6600dfunc.o ip6600dfunc.c
mv -f .deps/ip6600dfunc.Tpo .deps/ip6600dfunc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip7500func.o -MD -MP -MF .deps/ip7500func.Tpo -c -o ip7500func.o ip7500func.c
mv -f .deps/ip7500func.Tpo .deps/ip7500func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp500func.o -MD -MP -MF .deps/mp500func.Tpo -c -o mp500func.o mp500func.c
mv -f .deps/mp500func.Tpo .deps/mp500func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp510func.o -MD -MP -MF .deps/mp510func.Tpo -c -o mp510func.o mp510func.c
mv -f .deps/mp510func.Tpo .deps/mp510func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp600func.o -MD -MP -MF .deps/mp600func.Tpo -c -o mp600func.o mp600func.c
mv -f .deps/mp600func.Tpo .deps/mp600func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp160func.o -MD -MP -MF .deps/mp160func.Tpo -c -o mp160func.o mp160func.c
mv -f .deps/mp160func.Tpo .deps/mp160func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip2500func.o -MD -MP -MF .deps/ip2500func.Tpo -c -o ip2500func.o ip2500func.c
mv -f .deps/ip2500func.Tpo .deps/ip2500func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip90func.o -MD -MP -MF .deps/ip90func.Tpo -c -o ip90func.o ip90func.c
mv -f .deps/ip90func.Tpo .deps/ip90func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp210func.o -MD -MP -MF .deps/mp210func.Tpo -c -o mp210func.o mp210func.c
mv -f .deps/mp210func.Tpo .deps/mp210func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip100func.o -MD -MP -MF .deps/ip100func.Tpo -c -o ip100func.o ip100func.c
mv -f .deps/ip100func.Tpo .deps/ip100func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp240func.o -MD -MP -MF .deps/mp240func.Tpo -c -o mp240func.o mp240func.c
mv -f .deps/mp240func.Tpo .deps/mp240func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp630func.o -MD -MP -MF .deps/mp630func.Tpo -c -o mp630func.o mp630func.c
mv -f .deps/mp630func.Tpo .deps/mp630func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp540func.o -MD -MP -MF .deps/mp540func.Tpo -c -o mp540func.o mp540func.c
mv -f .deps/mp540func.Tpo .deps/mp540func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mg8100func.o -MD -MP -MF .deps/mg8100func.Tpo -c -o mg8100func.o mg8100func.c
mv -f .deps/mg8100func.Tpo .deps/mg8100func.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT f9xxtbl.o -MD -MP -MF .deps/f9xxtbl.Tpo -c -o f9xxtbl.o f9xxtbl.c
mv -f .deps/f9xxtbl.Tpo .deps/f9xxtbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT s300tbl.o -MD -MP -MF .deps/s300tbl.Tpo -c -o s300tbl.o s300tbl.c
mv -f .deps/s300tbl.Tpo .deps/s300tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT s500tbl.o -MD -MP -MF .deps/s500tbl.Tpo -c -o s500tbl.o s500tbl.c
mv -f .deps/s500tbl.Tpo .deps/s500tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 550itbl.o -MD -MP -MF .deps/550itbl.Tpo -c -o 550itbl.o 550itbl.c
mv -f .deps/550itbl.Tpo .deps/550itbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 850itbl.o -MD -MP -MF .deps/850itbl.Tpo -c -o 850itbl.o 850itbl.c
mv -f .deps/850itbl.Tpo .deps/850itbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 950itbl.o -MD -MP -MF .deps/950itbl.Tpo -c -o 950itbl.o 950itbl.c
mv -f .deps/950itbl.Tpo .deps/950itbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 560itbl.o -MD -MP -MF .deps/560itbl.Tpo -c -o 560itbl.o 560itbl.c
mv -f .deps/560itbl.Tpo .deps/560itbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 860itbl.o -MD -MP -MF .deps/860itbl.Tpo -c -o 860itbl.o 860itbl.c
mv -f .deps/860itbl.Tpo .deps/860itbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT 990itbl.o -MD -MP -MF .deps/990itbl.Tpo -c -o 990itbl.o 990itbl.c
mv -f .deps/990itbl.Tpo .deps/990itbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip1000tbl.o -MD -MP -MF .deps/ip1000tbl.Tpo -c -o ip1000tbl.o ip1000tbl.c
mv -f .deps/ip1000tbl.Tpo .deps/ip1000tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip3100tbl.o -MD -MP -MF .deps/ip3100tbl.Tpo -c -o ip3100tbl.o ip3100tbl.c
mv -f .deps/ip3100tbl.Tpo .deps/ip3100tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip4100tbl.o -MD -MP -MF .deps/ip4100tbl.Tpo -c -o ip4100tbl.o ip4100tbl.c
mv -f .deps/ip4100tbl.Tpo .deps/ip4100tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip8600tbl.o -MD -MP -MF .deps/ip8600tbl.Tpo -c -o ip8600tbl.o ip8600tbl.c
mv -f .deps/ip8600tbl.Tpo .deps/ip8600tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip2200tbl.o -MD -MP -MF .deps/ip2200tbl.Tpo -c -o ip2200tbl.o ip2200tbl.c
mv -f .deps/ip2200tbl.Tpo .deps/ip2200tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip4200tbl.o -MD -MP -MF .deps/ip4200tbl.Tpo -c -o ip4200tbl.o ip4200tbl.c
mv -f .deps/ip4200tbl.Tpo .deps/ip4200tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip6600dtbl.o -MD -MP -MF .deps/ip6600dtbl.Tpo -c -o ip6600dtbl.o ip6600dtbl.c
mv -f .deps/ip6600dtbl.Tpo .deps/ip6600dtbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip7500tbl.o -MD -MP -MF .deps/ip7500tbl.Tpo -c -o ip7500tbl.o ip7500tbl.c
mv -f .deps/ip7500tbl.Tpo .deps/ip7500tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp500tbl.o -MD -MP -MF .deps/mp500tbl.Tpo -c -o mp500tbl.o mp500tbl.c
mv -f .deps/mp500tbl.Tpo .deps/mp500tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp510tbl.o -MD -MP -MF .deps/mp510tbl.Tpo -c -o mp510tbl.o mp510tbl.c
mv -f .deps/mp510tbl.Tpo .deps/mp510tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp600tbl.o -MD -MP -MF .deps/mp600tbl.Tpo -c -o mp600tbl.o mp600tbl.c
mv -f .deps/mp600tbl.Tpo .deps/mp600tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp160tbl.o -MD -MP -MF .deps/mp160tbl.Tpo -c -o mp160tbl.o mp160tbl.c
mv -f .deps/mp160tbl.Tpo .deps/mp160tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip2500tbl.o -MD -MP -MF .deps/ip2500tbl.Tpo -c -o ip2500tbl.o ip2500tbl.c
mv -f .deps/ip2500tbl.Tpo .deps/ip2500tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip90tbl.o -MD -MP -MF .deps/ip90tbl.Tpo -c -o ip90tbl.o ip90tbl.c
mv -f .deps/ip90tbl.Tpo .deps/ip90tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp210tbl.o -MD -MP -MF .deps/mp210tbl.Tpo -c -o mp210tbl.o mp210tbl.c
mv -f .deps/mp210tbl.Tpo .deps/mp210tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT ip100tbl.o -MD -MP -MF .deps/ip100tbl.Tpo -c -o ip100tbl.o ip100tbl.c
mv -f .deps/ip100tbl.Tpo .deps/ip100tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp240tbl.o -MD -MP -MF .deps/mp240tbl.Tpo -c -o mp240tbl.o mp240tbl.c
mv -f .deps/mp240tbl.Tpo .deps/mp240tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp630tbl.o -MD -MP -MF .deps/mp630tbl.Tpo -c -o mp630tbl.o mp630tbl.c
mv -f .deps/mp630tbl.Tpo .deps/mp630tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mp540tbl.o -MD -MP -MF .deps/mp540tbl.Tpo -c -o mp540tbl.o mp540tbl.c
mv -f .deps/mp540tbl.Tpo .deps/mp540tbl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT mg8100tbl.o -MD -MP -MF .deps/mg8100tbl.Tpo -c -o mg8100tbl.o mg8100tbl.c
mv -f .deps/mg8100tbl.Tpo .deps/mg8100tbl.Po
rm -f libbscc2sts.a
ar cru libbscc2sts.a bscc2sts.o commonfunc.o f9xxfunc.o s300func.o s500func.o 550ifunc.o 850ifunc.o 950ifunc.o 560ifunc.o 860ifunc.o 990ifunc.o ip1000func.o ip3100func.o ip4100func.o ip8600func.o ip2200func.o ip4200func.o ip6600dfunc.o ip7500func.o mp500func.o mp510func.o mp600func.o mp160func.o ip2500func.o ip90func.o mp210func.o ip100func.o mp240func.o mp630func.o mp540func.o mg8100func.o f9xxtbl.o s300tbl.o s500tbl.o 550itbl.o 850itbl.o 950itbl.o 560itbl.o 860itbl.o 990itbl.o ip1000tbl.o ip3100tbl.o ip4100tbl.o ip8600tbl.o ip2200tbl.o ip4200tbl.o ip6600dtbl.o ip7500tbl.o mp500tbl.o mp510tbl.o mp600tbl.o mp160tbl.o ip2500tbl.o ip90tbl.o mp210tbl.o ip100tbl.o mp240tbl.o mp630tbl.o mp540tbl.o mg8100tbl.o
ranlib libbscc2sts.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT langmon.o -MD -MP -MF .deps/langmon.Tpo -c -o langmon.o langmon.c
langmon.c: In function ‘wait_forked_procs’:
langmon.c:183:6: warning: unused variable ‘child_sm’ [-Wunused-variable]
langmon.c: In function ‘print_normal’:
langmon.c:261:6: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
langmon.c: At top level:
langmon.c:52:14: warning: ‘data_end’ defined but not used [-Wunused-variable]
langmon.c:250:12: warning: ‘check_signal’ defined but not used [-Wunused-function]
mv -f .deps/langmon.Tpo .deps/langmon.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT lm_print.o -MD -MP -MF .deps/lm_print.Tpo -c -o lm_print.o lm_print.c
lm_print.c: In function ‘data_output_main’:
lm_print.c:248:8: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
mv -f .deps/lm_print.Tpo .deps/lm_print.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT lm_status.o -MD -MP -MF .deps/lm_status.Tpo -c -o lm_status.o lm_status.c
lm_status.c: In function ‘setup_bscc’:
lm_status.c:107:6: warning: unused variable ‘i’ [-Wunused-variable]
lm_status.c: In function ‘get_bst’:
lm_status.c:307:2: warning: pointer targets in passing argument 1 of ‘sscanf’ differ in signedness [-Wpointer-sign]
In file included from lm_status.c:30:0:
/usr/include/stdio.h:448:12: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned char *’
lm_status.c:313:2: warning: pointer targets in passing argument 1 of ‘sscanf’ differ in signedness [-Wpointer-sign]
In file included from lm_status.c:30:0:
/usr/include/stdio.h:448:12: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned char *’
lm_status.c: In function ‘check_deviceid_sta’:
lm_status.c:412:5: warning: pointer targets in passing argument 1 of ‘sscanf’ differ in signedness [-Wpointer-sign]
In file included from lm_status.c:30:0:
/usr/include/stdio.h:448:12: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned char *’
lm_status.c:418:5: warning: pointer targets in passing argument 1 of ‘sscanf’ differ in signedness [-Wpointer-sign]
In file included from lm_status.c:30:0:
/usr/include/stdio.h:448:12: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned char *’
lm_status.c: In function ‘PreparePrint’:
lm_status.c:448:8: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
mv -f .deps/lm_status.Tpo .deps/lm_status.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src -O2 -Wall -MT lm_sub.o -MD -MP -MF .deps/lm_sub.Tpo -c -o lm_sub.o lm_sub.c
lm_sub.c: In function ‘get_printer_status’:
lm_sub.c:475:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
mv -f .deps/lm_sub.Tpo .deps/lm_sub.Po
gcc -O2 -Wall -L../../370/libs_bin64 -Wl,-O1,--sort-common,--as-needed,-z,relro -o lgmon langmon.o lm_print.o lm_status.o lm_sub.o -lcnbpcnclapi370 libbscc2sts.a -lcnbpcmcm370 -lcnbpess370 -lcnbpcnclbjcmd370
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/src'
Making all in include
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
Making all in cncl
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include/cncl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include/cncl'
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon'
Making install in src
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/src'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/src'
/bin/mkdir -p '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin'
/usr/bin/install -c lgmon '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin/./lgmonmp280'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/src'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/src'
Making install in include
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
Making install in cncl
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include/cncl'
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include/cncl'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include/cncl'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include/cncl'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
make[3]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon/include'
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/lgmon'
processing .
Running aclocal ...
Running automake --gnu ...
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am: Consider adding the COPYING file to the version control system
Makefile.am: for your code, to avoid questions about which license your project uses
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp280 ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
Now type `make' to compile
make: Nothing to be done for `all'.
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/ppd'
make[1]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/share/cups/model'
/usr/bin/install -c -m 644 canonmp280.ppd '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/share/cups/model'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/ppd'
processing .
Running aclocal ...
Running 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.
Running automake --gnu ...
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
cnijnpr/Makefile.am: installing './depcomp'
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp280 --enable-progpath=/usr/bin LIBS=-ldl ...
configure: WARNING: unrecognized options: --enable-progpath
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for socket... yes
checking for strdup... yes
checking for strrchr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cnijnpr/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --enable-progpath
Now type `make' to compile
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
Making all in cnijnpr
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -MT cnijnpr.o -MD -MP -MF .deps/cnijnpr.Tpo -c -o cnijnpr.o cnijnpr.c
cnijnpr.c: In function ‘main’:
cnijnpr.c:233:7: warning: passing argument 1 of ‘bscc2sts’ discards ‘const’ qualifier from pointer target type [enabled by default]
In file included from cnijnpr.c:45:0:
bscc2sts.h:75:5: note: expected ‘char *’ but argument is of type ‘const char *’
mv -f .deps/cnijnpr.Tpo .deps/cnijnpr.Po
gcc -O2 -L../../../com/libs_bin64 -L../../../lgmon/src -Wl,-O1,--sort-common,--as-needed,-z,relro -o cnijnpr cnijnpr.o -lcnnet -lbscc2sts -ldl
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
Making install in cnijnpr
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
/bin/mkdir -p '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin'
/usr/bin/install -c cnijnpr '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin/./cnijnprmp280'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
processing .
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal ...
Running 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.
Running automake --gnu ...
configure.in:19: installing './config.guess'
configure.in:19: installing './config.sub'
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
src/Makefile.am: installing './depcomp'
src/Makefile.am:10: warning: 'CFLAGS' is a user variable, you should not override it;
src/Makefile.am:10: use 'AM_CFLAGS' instead
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp280 --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lcups... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for socket... yes
checking for strdup... yes
checking for strrchr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend'
Making all in src
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend/src'
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT cnij_backend_common.o -MD -MP -MF .deps/cnij_backend_common.Tpo -c -o cnij_backend_common.o cnij_backend_common.c
mv -f .deps/cnij_backend_common.Tpo .deps/cnij_backend_common.Po
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT cnij_usb.o -MD -MP -MF .deps/cnij_usb.Tpo -c -o cnij_usb.o cnij_usb.c
cnij_usb.c: In function ‘main’:
cnij_usb.c:99:7: warning: unused variable ‘port’ [-Wunused-variable]
cnij_usb.c:96:4: warning: unused variable ‘username’ [-Wunused-variable]
cnij_usb.c:95:4: warning: unused variable ‘hostname’ [-Wunused-variable]
cnij_usb.c:94:7: warning: unused variable ‘method’ [-Wunused-variable]
cnij_usb.c: In function ‘list_devices’:
cnij_usb.c:244:2: warning: unused variable ‘model’ [-Wunused-variable]
cnij_usb.c:243:2: warning: unused variable ‘make’ [-Wunused-variable]
cnij_usb.c:242:3: warning: unused variable ‘delim’ [-Wunused-variable]
cnij_usb.c:241:7: warning: unused variable ‘line’ [-Wunused-variable]
cnij_usb.c:240:8: warning: unused variable ‘probe’ [-Wunused-variable]
mv -f .deps/cnij_usb.Tpo .deps/cnij_usb.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro -o cnijusb cnij_backend_common.o cnij_usb.o -lcups -lcups
libtool: link: gcc -O2 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o cnijusb cnij_backend_common.o cnij_usb.o -lcups
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend/src'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend'
Making install in src
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend/src'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend/src'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/lib/cups/backend'
/bin/sh ../libtool --mode=install /usr/bin/install -c cnijusb '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/lib/cups/backend'
libtool: install: /usr/bin/install -c cnijusb /tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/lib/cups/backend/cnijusb
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend/src'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend/src'
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backend'
processing .
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal ...
Running 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.
Running automake --gnu ...
configure.in:30: installing './config.guess'
configure.in:30: installing './config.sub'
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
backend/Makefile.am: installing './depcomp'
backend/Makefile.am:10: warning: 'CFLAGS' is a user variable, you should not override it;
backend/Makefile.am:10: use 'AM_CFLAGS' instead
lmonitor/Makefile.am:9: warning: 'CFLAGS' is a user variable, you should not override it;
lmonitor/Makefile.am:9: use 'AM_CFLAGS' instead
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp280 --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lcups... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for socket... yes
checking for strdup... yes
checking for strrchr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating backend/Makefile
config.status: creating lmonitor/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet'
Making all in lmonitor
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/lmonitor'
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I. -I./common -MT cnijnetchk.o -MD -MP -MF .deps/cnijnetchk.Tpo -c -o cnijnetchk.o cnijnetchk.c
cnijnetchk.c: In function ‘get_packet_size’:
cnijnetchk.c:80:8: warning: unused variable ‘i’ [-Wunused-variable]
cnijnetchk.c: In function ‘sendData’:
cnijnetchk.c:172:49: warning: unused variable ‘rsize’ [-Wunused-variable]
cnijnetchk.c: In function ‘dispatchCommandIVEC’:
cnijnetchk.c:216:22: warning: unused variable ‘i’ [-Wunused-variable]
cnijnetchk.c:216:6: warning: unused variable ‘dispatch_repeat’ [-Wunused-variable]
cnijnetchk.c: In function ‘getStatusCode’:
cnijnetchk.c:313:16: warning: variable ‘bufsize’ set but not used [-Wunused-but-set-variable]
mv -f .deps/cnijnetchk.Tpo .deps/cnijnetchk.Po
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I. -I./common -MT cnijnetprn.o -MD -MP -MF .deps/cnijnetprn.Tpo -c -o cnijnetprn.o cnijnetprn.c
cnijnetprn.c: In function ‘_ij_network_print’:
cnijnetprn.c:259:1: warning: label ‘find_printer’ defined but not used [-Wunused-label]
cnijnetprn.c:217:6: warning: unused variable ‘ret’ [-Wunused-variable]
cnijnetprn.c:216:18: warning: unused variable ‘wlen’ [-Wunused-variable]
cnijnetprn.c:214:16: warning: unused variable ‘written_size’ [-Wunused-variable]
mv -f .deps/cnijnetprn.Tpo .deps/cnijnetprn.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -Wall -I. -I./common -L../../com/libs_bin64 -Wl,-O1,--sort-common,--as-needed,-z,relro -o cnijnetprn cnijnetchk.o cnijnetprn.o -lcnnet -lc -ldl -lcups
libtool: link: gcc -O2 -Wall -I. -I./common -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o cnijnetprn cnijnetchk.o cnijnetprn.o -L../../com/libs_bin64 -lcnnet -lc -ldl -lcups
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/lmonitor'
Making all in backend
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/backend'
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I. -MT cnijnetlm.o -MD -MP -MF .deps/cnijnetlm.Tpo -c -o cnijnetlm.o cnijnetlm.c
cnijnetlm.c: In function ‘_net_canon_bj’:
cnijnetlm.c:82:6: warning: unused variable ‘utilbyte’ [-Wunused-variable]
cnijnetlm.c: In function ‘net_lgmon_exec’:
cnijnetlm.c:195:5: warning: ‘ppdFindAttr’ is deprecated (declared at /usr/include/cups/ppd.h:407) [-Wdeprecated-declarations]
cnijnetlm.c:175:17: warning: unused variable ‘cmd_sh_path’ [-Wunused-variable]
cnijnetlm.c:255:9: warning: variable ‘child_pid’ set but not used [-Wunused-but-set-variable]
cnijnetlm.c:148:20: warning: unused variable ‘action’ [-Wunused-variable]
cnijnetlm.c: In function ‘data_write’:
cnijnetlm.c:362:8: warning: variable ‘pollst’ set but not used [-Wunused-but-set-variable]
mv -f .deps/cnijnetlm.Tpo .deps/cnijnetlm.Po
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -I. -MT cnijnet.o -MD -MP -MF .deps/cnijnet.Tpo -c -o cnijnet.o cnijnet.c
cnijnet.c: In function ‘main’:
cnijnet.c:102:7: warning: unused variable ‘port’ [-Wunused-variable]
cnijnet.c:99:4: warning: unused variable ‘username’ [-Wunused-variable]
cnijnet.c:98:4: warning: unused variable ‘hostname’ [-Wunused-variable]
cnijnet.c:97:7: warning: unused variable ‘method’ [-Wunused-variable]
mv -f .deps/cnijnet.Tpo .deps/cnijnet.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -Wall -I. -Wl,-O1,--sort-common,--as-needed,-z,relro -o cnijnet cnijnetlm.o cnijnet.o -lcups -lcups
libtool: link: gcc -O2 -Wall -I. -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o cnijnet cnijnetlm.o cnijnet.o -lcups
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/backend'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet'
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet'
Making install in lmonitor
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/lmonitor'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/lmonitor'
/bin/mkdir -p '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c cnijnetprn '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin'
libtool: install: /usr/bin/install -c cnijnetprn /tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/bin/cnijnetprn
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/lmonitor'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/lmonitor'
Making install in backend
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/backend'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/backend'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/lib/cups/backend'
/bin/sh ../libtool --mode=install /usr/bin/install -c cnijnet '/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/lib/cups/backend'
libtool: install: /usr/bin/install -c cnijnet /tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/pkg/usr/lib/cups/backend/cnijnet
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/backend'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet/backend'
make[1]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet'
make[2]: Entering directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet'
make[1]: Leaving directory `/tmp/yaourt-tmp-alireza/aur-cnijfilter-mp280/src/cnijfilter-source-3.40-1/backendnet'
==> Tidying install...
-> Purging unwanted files...
-> Compressing man and info pages...
-> Stripping unneeded symbols from binaries and libraries...
==> Creating package...
-> Generating .PKGINFO file...
-> Adding install file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cnijfilter-mp280 3.40.1-3 (Sat Aug 11 19:27:06 GST 2012)
==> Continue installing cnijfilter-mp280 ? [Y/n]
==> [v]iew package contents [c]heck package with namcap
==> ---------------------------------------------------
==> v
cnijfilter-mp280 /usr/
cnijfilter-mp280 /usr/bin/
cnijfilter-mp280 /usr/bin/cifmp280
cnijfilter-mp280 /usr/bin/cngpijmp280
cnijfilter-mp280 /usr/bin/cnijnetprn
cnijfilter-mp280 /usr/bin/cnijnprmp280
cnijfilter-mp280 /usr/bin/lgmonmp280
cnijfilter-mp280 /usr/lib/
cnijfilter-mp280 /usr/lib/bjlib/
cnijfilter-mp280 /usr/lib/bjlib/cifmp280.conf
cnijfilter-mp280 /usr/lib/bjlib/cnb_3700.tbl
cnijfilter-mp280 /usr/lib/bjlib/cnbpname370.tbl
cnijfilter-mp280 /usr/lib/cups/
cnijfilter-mp280 /usr/lib/cups/backend/
cnijfilter-mp280 /usr/lib/cups/backend/cnijnet
cnijfilter-mp280 /usr/lib/cups/backend/cnijusb
cnijfilter-mp280 /usr/lib/cups/filter/
cnijfilter-mp280 /usr/lib/cups/filter/pstocanonijmp280
cnijfilter-mp280 /usr/lib/libcnbpcmcm370.so
cnijfilter-mp280 /usr/lib/libcnbpcmcm370.so.8.0.1
cnijfilter-mp280 /usr/lib/libcnbpcnclapi370.so
cnijfilter-mp280 /usr/lib/libcnbpcnclapi370.so.3.5.0
cnijfilter-mp280 /usr/lib/libcnbpcnclbjcmd370.so
cnijfilter-mp280 /usr/lib/libcnbpcnclbjcmd370.so.3.3.0
cnijfilter-mp280 /usr/lib/libcnbpcnclui370.so
cnijfilter-mp280 /usr/lib/libcnbpcnclui370.so.3.6.0
cnijfilter-mp280 /usr/lib/libcnbpess370.so
cnijfilter-mp280 /usr/lib/libcnbpess370.so.3.3.3
cnijfilter-mp280 /usr/lib/libcnbpo370.so
cnijfilter-mp280 /usr/lib/libcnbpo370.so.1.0.2
cnijfilter-mp280 /usr/lib/libcnnet.so
cnijfilter-mp280 /usr/lib/libcnnet.so.1.2.0
cnijfilter-mp280 /usr/share/
cnijfilter-mp280 /usr/share/cups/
cnijfilter-mp280 /usr/share/cups/model/
cnijfilter-mp280 /usr/share/cups/model/canonmp280.ppd
cnijfilter-mp280 /usr/share/licenses/
cnijfilter-mp280 /usr/share/licenses/cnijfilter-mp280/
cnijfilter-mp280 /usr/share/licenses/cnijfilter-mp280/LICENSE-cnijfilter-3.40EN.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment