You are not logged in.
ive read all the wiki about makepkg and pkgbuild etc..
i have a printer to install, i'm assuming its 32bit drivers, etc.. i change the arch in the pkgbuild to 64bit and it always fails to build, i have a few other pkgbuild installs so i know i'm going thru the right steps..
is there a way to d/l all the packages in one directory, and force the build EVEN if you change the arch to 64bit??
just wondering...
thanks
btw, its a canon MP210 pixma
right now i'm using it via virtual box via usb so i have to windows xp via virtualbox to use my printer..
any help would be most appreciated..
"Sometimes you comfort the afflicted, other times you AFFLICT the COMFORTABLE"
Offline
What is the actual error you're getting? What does your PKGBUILD look like?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
this is what's in the directory per directions and what's needed for makepkg -s
******
cnijfilter-common-2.80-1.tar.gz cnijfilter-mp210.tar.gz PKGBUILD
****************
this is the first output
makepkg -s
==> ERROR: is not available for the 'x86_64' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch=('x86_64').
so i change the line in pkgbuild to arch=('x86_64') and "save"
here's the output of makepkg -s (not that i know what 99per of this means..
(i dont know if you need the ENTIRE output it's HUGE) but here's the end..
make: *** [all] Error 2
==> ERROR: Build Failed.
Aborting...
for makepkg i have all dependencies satisfied, d/l all the files in the AUR section regarding that file i need, the switch is -s
changed arch to reflect the arch of my computer..
dont know what else I could do, couldve done to make this work?
do you need the entire output?
"Sometimes you comfort the afflicted, other times you AFFLICT the COMFORTABLE"
Offline
A bit more output before the error would be helpful. As would giving details of the package you are trying to build? Is it from the AUR and what is its name?
Edit: I guess it is cnijfilter-mp210. More output will help us determine whether it is really and i686 only package.
Offline
makepkg -s
==> Making package: cnijfilter-mp210 2.80-1 x86_64 (Sat Feb 20 11:02:07 EST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found cnijfilter-common-2.80-1.tar.gz in build dir
==> Validating source files with md5sums...
cnijfilter-common-2.80-1.tar.gz ... Passed
==> Extracting Sources...
-> Extracting cnijfilter-common-2.80-1.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
processing .
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
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 ...
Running autoconf ...
Running ./configure --prefix=/usr ...
checking for a BSD-compatible install... /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 for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /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 for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
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 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... 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
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bjexec/Makefile
config.status: creating buftool/Makefile
config.status: creating paramlist/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile buftool
processing .
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
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 ...
Running autoconf ...
Running ./configure --prefix=/usr --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /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 for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /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 for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
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 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... 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
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cngpij/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile
processing .
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
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 ...
Running autoconf ...
Running ./configure --prefix=/usr --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /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 for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /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 for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
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 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... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lbjexec... no
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
"Sometimes you comfort the afflicted, other times you AFFLICT the COMFORTABLE"
Offline
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
configure: creating ./config.status
config.status: creating Makefile
config.status: creating filter/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile
processing .
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
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 ...
src/Makefile.am:10: `CFLAGS' is a user variable, you should not override it;
src/Makefile.am:10: use `AM_CFLAGS' instead.
Running autoconf ...
Running ./configure --prefix=/usr --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /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 for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /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 for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
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 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... 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
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile
processing .
Running aclocal ...
Running automake --gnu ...
Running autoconf ...
Running ./configure --prefix=/usr ...
checking for a BSD-compatible install... /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
configure: creating ./config.status
config.status: creating Makefile
Now type `make' to compile
for dir in libs cngpij pstocanonij backend; do (cd $dir; make $target)|| exit 1; done
make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make all-recursive
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
Making all in bjexec
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'
Making all in paramlist
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'
Making all in buftool
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make all-recursive
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
Making all in cngpij
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make all-recursive
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
Making all in filter
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
make all-recursive
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
Making all in src
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
target=install; for dir in libs cngpij pstocanonij backend; do (cd $dir; make $target)|| exit 1; done
make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
Making install in bjexec
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'
Making install in paramlist
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'
Making install in buftool
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'
make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
Making install in cngpij
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'
test -z "/usr/bin" || /bin/mkdir -p "/home/binskipy2u/downloads/pkg/usr/bin"
/bin/sh ../libtool --mode=install /bin/install -c cngpij '/home/binskipy2u/downloads/pkg/usr/bin'
libtool: install: /bin/install -c cngpij /home/binskipy2u/downloads/pkg/usr/bin/cngpij
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'
make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
Making install in filter
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/cups/filter" || /bin/mkdir -p "/home/binskipy2u/downloads/pkg/usr/lib/cups/filter"
/bin/sh ../libtool --mode=install /bin/install -c pstocanonij '/home/binskipy2u/downloads/pkg/usr/lib/cups/filter'
libtool: install: /bin/install -c pstocanonij /home/binskipy2u/downloads/pkg/usr/lib/cups/filter/pstocanonij
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'
make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
Making install in src
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/cups/backend" || /bin/mkdir -p "/home/binskipy2u/downloads/pkg/usr/lib/cups/backend"
/bin/sh ../libtool --mode=install /bin/install -c cnij_usb '/home/binskipy2u/downloads/pkg/usr/lib/cups/backend'
libtool: install: /bin/install -c cnij_usb /home/binskipy2u/downloads/pkg/usr/lib/cups/backend/cnij_usb
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'
rm: cannot remove `/home/binskipy2u/downloads/pkg/usr/share/cups/model/canonip*': No such file or directory
rm: cannot remove `/home/binskipy2u/downloads/pkg/usr/share/cups/model/canonmp210.ppd': No such file or directory
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 ...
Running autoconf ...
Running ./configure --prefix=/usr --program-suffix=mp210 --enable-libpath=/usr/lib/bjlib --enable-binpath=/usr/bin ...
checking for a BSD-compatible install... /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... /bin/grep
checking for egrep... /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
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: config.h is unchanged
config.status: executing depfiles commands
Now type `make' to compile the package.
make all-recursive
make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cnijfilter'
Making all in src
make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cnijfilter/src'
gcc -O2 -L../../316/libs_bin -Wl,--hash-style=gnu -Wl,--as-needed -o cif bjferror.o bjfilter.o bjfimage.o bjfoption.o bjfpos.o bjfrcaccess.o getipc.o bjflist.o -lcnbpcmcm316 -lcnbpess316 -lm -ldl -ltiff -lpng -lcnbpcnclapi316 -lcnbpcnclbjcmd316 -lcnbpcnclui316 -lpopt
/usr/bin/ld: skipping incompatible ../../316/libs_bin/libcnbpcmcm316.so when searching for -lcnbpcmcm316
/usr/bin/ld: cannot find -lcnbpcmcm316
collect2: ld returned 1 exit status
make[2]: *** [cif] Error 1
make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cnijfilter/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cnijfilter'
make: *** [all] Error 2
==> ERROR: Build Failed.
Aborting...
"Sometimes you comfort the afflicted, other times you AFFLICT the COMFORTABLE"
Offline
Please use code tags when posting large bits of output.
Edit: looks like that package can only be built for i686 and the package maintainer has not done any lib32 compatibility work. Post a comment on the AUR page and they might be able to help.
Offline
i have no idea where I would begin to figure this out.. all the files were in the directory that were needed.. it originally says i686 for arch.. so i'm thinking its ONLY for that arch.. thats why my original post title was "is there any way to force makepkg -s"
just like rpm -f <packagename.rpm>
or dpkg -f
"Sometimes you comfort the afflicted, other times you AFFLICT the COMFORTABLE"
Offline
what are code tags?
"Sometimes you comfort the afflicted, other times you AFFLICT the COMFORTABLE"
Offline
what are code tags?
Click on BBCode on the bottom left of the write message window ...
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
i have no idea where I would begin to figure this out.. all the files were in the directory that were needed.. it originally says i686 for arch.. so i'm thinking its ONLY for that arch.. thats why my original post title was "is there any way to force makepkg -s"
just like rpm -f <packagename.rpm>
or dpkg -f
You can't force something that doesn't work. It's not like makepkg is refusing to do it's work, it's just that the code doesn't compile (or link). If the software can't be built there's no way you can force it to build.
Offline
i have no idea where I would begin to figure this out.. all the files were in the directory that were needed.. it originally says i686 for arch.. so i'm thinking its ONLY for that arch.. thats why my original post title was "is there any way to force makepkg -s"
The PKGBUILD maintainer has specified i686 only for a reason -- the software is 32-bit only so it will not compile on a 64-bit machine. As mentioned, you will need to do some lib32 work to create a 32-bit chroot for the software. Or reinstall with i686 instead of x86_64.
just like rpm -f <packagename.rpm> or dpkg -f
rpm and dpkg are binary package managers. Pacman will happily install a package from a different arch for you. Makepkg is a different tool to the package manager, so you can't compare makepkg to rpm or dpkg
Last edited by fukawi2 (2010-02-20 21:46:19)
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
makepkg can be compared to rpmbuild and dpkg-buildpkg, but not rpm/dpkg
Offline