Package Details: cnijfilter-mp250 3.40.1-5.1

Package Base: cnijfilter-mp250
Description: Canon IJ Printer Driver (MP250 series)
Upstream URL: http://support-au.canon.com.au/contents/AU/EN/0100302002.html
Category: system
Licenses: custom
Submitter: alessiofachechi
Maintainer: Alir3z4
Last Packager: None
Votes: 16
First Submitted: 2009-12-31 09:29
Last Updated: 2014-04-21 13:47

Dependencies (14)

Required by (0)

Sources

Latest Comments

Comment by Alir3z4

2014-04-21 13:48

@23ua Updated and fixed.
Thanks for the feedback ;)

Comment by 23ua

2014-04-21 08:10

It stopped working.
----
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: `src/Makefile.in'
==> ERROR: A failure occurred in build().
Aborting...

Comment by Huulivoide

2013-05-29 08:57

Please, this PKGBUILD uses a really old format.
Please update to the new standards, which have been
around a long time already.

Move patches to prepare(){} function
Move all make installs and cps into package(){}
function. And remove all of the || return 1s

Is this a newer version?
http://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-3.80-1.tar.gz

Comment by alessiofachechi

2013-01-14 19:58

AHAHAH!! Nice one man!! :D

Comment by Alir3z4

2013-01-14 18:39

UPDATED.
Now it will compile/build/* sweet as sweet Isabel.
Somebody can tell to his brother that the printer is ready ;)

Comment by Alir3z4

2013-01-14 17:14

@alessiofachechi
Thank you to let me adopted it.

Comment by alessiofachechi

2013-01-14 17:13

Good work Alir3z4!! :)

Comment by olive

2013-01-12 22:34

See the cnijfilter-mp280 package (https://aur.archlinux.org/packages/cnijfilter-mp280/) for a better solution to the autogen problem.

Comment by olive

2013-01-05 16:59

Tjhe following workaround works for the Autogen problem: Install automake-1.11 from the AUR. Then modify the buildscript as follow:
---------
build() {
export CC="gcc -m32 -D_IPP_PRIVATE_STRUCTURES"
mkdir -p ${srcdir}/automake-path
ln -sfn /usr/bin/automake-1.11 ${srcdir}/automake-path/automake
ln -sfn /usr/bin/aclocal-1.11 ${srcdir}/automake-path/aclocal
export PATH="${srcdir}/automake-path:$PATH"
---------

We need also to do the soquel solution (see below).

This gives a package that compiles and works.

Comment by jleclanche

2013-01-05 14:06

Autogen fails, needs something like this to get a little further; gave up afterwards.

--- a/libs/configure.in 2010-02-23 05:57:49.000000000 +0200
+++ b/libs/configure.in 2013-01-05 18:00:25.439679811 +0200
@@ -1,7 +1,7 @@
AC_INIT(paramlist/paramlist.h)
AM_INIT_AUTOMAKE(buftool, 1.0.0)

-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)

# Checks for programs.
AC_PROG_CXX

All comments