@23ua Updated and fixed.
Thanks for the feedback ;)
Search Criteria
Package Details: cnijfilter-mp250 3.40.1-5.1
Package Actions
| 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: | |
| 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)
- atk>=1.9.0
- cairo>=1.0.2
- cups
- fontconfig>=2.3.0
- ghostscript
- gsfonts
- gtk2>=2.8.0
- libcups
- libpng>=1.2.8
- libtiff
- libxinerama
- libxml2>=2.6.24
- pango>=1.12.3
- popt
Required by (0)
Sources
- automake_fix.patch
- fix.patch
- http://gdlp01.c-wss.com/gds/0/0100003020/01/cnijfilter-source-3.40-1.tar.gz
- libpng.patch
Latest Comments
Comment by Alir3z4
Comment by 23ua
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
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
AHAHAH!! Nice one man!! :D
Comment by Alir3z4
UPDATED.
Now it will compile/build/* sweet as sweet Isabel.
Somebody can tell to his brother that the printer is ready ;)
Comment by Alir3z4
@alessiofachechi
Thank you to let me adopted it.
Comment by alessiofachechi
Good work Alir3z4!! :)
Comment by olive
See the cnijfilter-mp280 package (https://aur.archlinux.org/packages/cnijfilter-mp280/) for a better solution to the autogen problem.
Comment by olive
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
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