Package Details: epson-inkjet-printer-escpr 1.8.6-1

Git Clone URL: https://aur.archlinux.org/epson-inkjet-printer-escpr.git (read-only, click to copy)
Package Base: epson-inkjet-printer-escpr
Description: Epson Inkjet Printer Driver (ESC/P-R) for Linux
Upstream URL: http://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr.php
Licenses: GPL-2.0-or-later
Submitter: FFY00
Maintainer: hcartiaux
Last Packager: hcartiaux
Votes: 92
Popularity: 1.24
First Submitted: 2019-04-26 09:00 (UTC)
Last Updated: 2025-03-11 22:47 (UTC)

Pinned Comments

bjo commented on 2023-07-11 12:35 (UTC)

Building packages from AUR requires base-devel, see https://wiki.archlinux.org/title/Arch_User_Repository

base-devel depends among others on autoconf, automake and make.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

algrim commented on 2019-05-22 22:18 (UTC)

Thanks for updating, works fine now.

tuxiano commented on 2019-05-22 16:26 (UTC)

Hi Guys, here is a PKGBUILD with the correct url and sha512sum for the package https://pastebin.com/uj4HxdY0 with that the package is fully working, i tried to push the changes from my box, but i cant access the repo with write access.

kinoru commented on 2019-05-14 02:31 (UTC)

Thanks for managing this package. I was able to print nicely with it.

One problem: It now seems it needs to be updated. The URL

https://download3.ebz.epson.net/dsc/f/03/00/09/29/93/91d20550336b7a0350d6c5ac2fe460ec0125612b/epson-inkjet-printer-escpr-1.6.40-1lsb3.2.tar.gz

no longer works (404).

https://download3.ebz.epson.net/dsc/f/03/00/09/33/79/927867e2774c98c0fdedb15fc7712f363fe16f41/epson-inkjet-printer-escpr-1.6.41-1lsb3.2.tar.gz

is the new URL provided by EPSON Download Center. The version number in the PKGBUILD also needs to be incremented too (1.6.40 → 1.6.41) along with the file signature.

fernandopsilveir commented on 2019-05-08 14:10 (UTC)

doesn't work for my Epson Ecotank L396.

system-config-printer status says "Idle - File "/usr/lib/cups/filter/epson-escpr-wrapper" unavailable: No such file or directory

mgundogdu1 commented on 2019-04-30 06:08 (UTC) (edited on 2019-04-30 06:09 (UTC) by mgundogdu1)

I updated today successfully. Thank you for your great efforts @FF00

FFY00 commented on 2019-04-29 17:48 (UTC)

Running autoreconf isn't actually needed, but I'll do it anyway. As far as I'm concern automake 1.16.1 works perfectly, I always build my package in a clean chroot. You are probably missing the base-devel group which is presumed to be installed if you are building AUR packages. I would advise you to don't use AUR helpers as they are enablers for this kind of issues.

mgundogdu1 commented on 2019-04-29 10:24 (UTC) (edited on 2019-04-29 10:39 (UTC) by mgundogdu1)

My automake is version 1.16.1-1, I couldn' update because of:

cd . && /bin/sh /home/mgundogdu/Program_Files/AUR/pamac-build/epson-inkjet-printer-escpr/src/epson-inkjet-printer-escpr-1.6.40/missing automake-1.15 --gnu Makefile /home/mgundogdu/Program_Files/AUR/pamac-build/epson-inkjet-printer-escpr/src/epson-inkjet-printer-escpr-1.6.40/missing: line 81: automake-1.15: command not found WARNING: 'automake-1.15' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> make: *** [Makefile:378: Makefile.in] Error 127 ==> ERROR: A failure occurred in build(). Aborting...

mokkurkalve commented on 2019-04-27 14:55 (UTC)

Adding autoreconf -vfi before ./configure was all it took to build ok here.

Abrasion commented on 2019-04-27 13:12 (UTC) (edited on 2019-04-27 13:46 (UTC) by Abrasion)

autoreconf -vfi gave me an error about configure.ac configure.in required

i'd try again and now that work fine ... why ? no clue

<deleted-account> commented on 2019-04-27 12:57 (UTC)

@Abrasion, there's no need to call aclocal separately if you are calling autoreconf. autoreconf calls all the autotools (including aclocal) in the correct order. Just a single call of autoreconf -vfi before calling ./configure will suffice.

As for the checksums, if you install pacman-contrib, you can just run updpkgsums and that will auto-update all the checksums in the PKGBUILD, without needing to insert them manually.