Package Details: epson-inkjet-printer-escpr 1.8.5-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://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
Licenses: GPL2
Submitter: FFY00
Maintainer: hcartiaux
Last Packager: bjo
Votes: 87
Popularity: 1.29
First Submitted: 2019-04-26 09:00 (UTC)
Last Updated: 2024-03-16 20:13 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

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 2 3 4 5 6 7 8 .. 11 Next › Last »

leocmpro commented on 2023-07-11 05:13 (UTC)

This package require autoconf, automake and make to build without problems.

barnabedikartola commented on 2023-07-09 04:59 (UTC)

I tried to do a clean chroot build, I got the message "error "/build/PKGBUILD: line 30: autoreconf: command not found", I think it is necessary to include makedepends=('autoreconf')

TimTomTwo commented on 2023-06-12 20:19 (UTC)

Hi, I'm just a bit confused. Why are there 2 "Epson Inkjet Printer Driver" here in AUR? What's the difference between these two?

hcartiaux commented on 2023-05-22 16:11 (UTC)

After 8 years of maintenance, I give up, my epson printer is broken and I will probably buy another brand...

hcartiaux commented on 2023-02-10 08:28 (UTC)

Completely normal phenomenon. Before building packages, you must install base-devel with pacman.

Erizo commented on 2023-02-10 05:02 (UTC) (edited on 2023-02-10 05:08 (UTC) by Erizo)

  -> Extracting epson-inkjet-printer-escpr-1.7.23-1lsb3.2.tar.gz with bsdtar
==> Starting prepare()...
/home/andy/.cache/yay/epson-inkjet-printer-escpr/PKGBUILD: line 28: patch: order not found
==> ERROR: An error occurred in prepare().
    Canceling...
 -> error compiling: epson-inkjet-printer-escpr

The line is:

  patch -p1 < ../bug_x86_64.patch

hcartiaux commented on 2023-02-07 08:25 (UTC)

@msrd0: why do you build with clang ? Have you changed the variable CC in /etc/makepkg.conf ?

In all cases, I cannot fix all bugs and I have no clue how to report an issue to upstream, I never got any answer from linux-printer@epson.jp.

msrd0 commented on 2022-09-14 11:37 (UTC)

Looking at the directory, it looks like ../lib/.libs/libescpr.so and ../lib/.libs/libescpr.so.1 exist and are symbolic links to libescpr.so.1.0.0 but that file doesn't exist anywhere in the directory.

msrd0 commented on 2022-09-14 11:32 (UTC)

The package fails to compile:

/bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/clang -Wall -DCUPS_FILTER_NAME=\"epson-escpr\" -DCUPS_FILTER_PATH=\"/usr/lib/cups/filter\"  -march=x86-64 -mtune=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -lpthread -fuse-ld=mold -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o epson-escpr-wrapper epson_escpr_wrapper-wrapper.o  -lcupsimage -lcups
7 warnings generated.
libtool: link: /usr/bin/clang -Wall -DCUPS_FILTER_NAME=\"epson-escpr\" -DCUPS_FILTER_PATH=\"/usr/lib/cups/filter\" -march=x86-64 -mtune=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fuse-ld=mold -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o epson-escpr-wrapper epson_escpr_wrapper-wrapper.o  -lpthread -lcupsimage -lcups
mv -f .deps/epson_escpr-filter.Tpo .deps/epson_escpr-filter.Po
/bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/clang -I../lib -march=x86-64 -mtune=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -lpthread -fuse-ld=mold -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o epson-escpr epson_escpr-filter.o epson_escpr-debug.o epson_escpr-str.o epson_escpr-err.o epson_escpr-mem.o epson_escpr-linux_cmn.o epson_escpr-xfifo.o ../lib/libescpr.la -lcupsimage -lcups
libtool: link: /usr/bin/clang -I../lib -march=x86-64 -mtune=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fuse-ld=mold -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/epson-escpr epson_escpr-filter.o epson_escpr-debug.o epson_escpr-str.o epson_escpr-err.o epson_escpr-mem.o epson_escpr-linux_cmn.o epson_escpr-xfifo.o  -lpthread ../lib/.libs/libescpr.so -lcupsimage -lcups
clang-14: error: no such file or directory: '../lib/.libs/libescpr.so'
make[2]: *** [Makefile:438: epson-escpr] Error 1
make[2]: Leaving directory '/home/msrd0/.cache/yay/epson-inkjet-printer-escpr/src/epson-inkjet-printer-escpr-1.7.21/src'
make[1]: *** [Makefile:448: all-recursive] Error 1
make[1]: Leaving directory '/home/msrd0/.cache/yay/epson-inkjet-printer-escpr/src/epson-inkjet-printer-escpr-1.7.21'
make: *** [Makefile:375: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: epson-inkjet-printer-escpr

pipes80 commented on 2022-08-25 00:09 (UTC)

no work on sx410