Worked pretty well on my L4160, as opposed to the package on Epson's official website (1.8.5-1).
Search Criteria
Package Details: epson-inkjet-printer-escpr 1.8.6-1
Package Actions
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: | GPL2 |
Submitter: | FFY00 |
Maintainer: | hcartiaux |
Last Packager: | hcartiaux |
Votes: | 90 |
Popularity: | 1.93 |
First Submitted: | 2019-04-26 09:00 (UTC) |
Last Updated: | 2024-10-29 10:21 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »
yTopHankz commented on 2024-05-25 03:12 (UTC) (edited on 2024-05-25 04:13 (UTC) by yTopHankz)
Nebulosa commented on 2024-05-16 18:13 (UTC)
Please add string in build()
function:
CFLAGS="${CFLAGS} -Wno-implicit-function-declaration"
for gcc 14
MasterDevX commented on 2024-05-09 21:07 (UTC)
For anyone getting implicit declaration
errors while building - easily fixable by appending -Wno-implicit-function-declaration
to the CFLAGS
variable in your /etc/makepkg.conf
.
Xyphon commented on 2024-05-08 20:52 (UTC)
Getting the following errors when trying to install from the AUR:
filter.c: In function ‘epsInitJob’:
filter.c:131:9: error: implicit declaration of function ‘obsClear’ [-Wimplicit-function-declaration]
131 | obsClear();
| ^~
filter.c: In function ‘main’:
filter.c:345:15: error: implicit declaration of function ‘SetupJobAttrib’ [-Wimplicit-function-declaration]
345 | err = SetupJobAttrib(&jobAttr);
| ^~
filter.c:373:15: error: implicit declaration of function ‘SendStartJob’; did you mean ‘epsStartJob’? [-Wimplicit-function-declaration]
373 | err = SendStartJob(FALSE);
| ^~
| epsStartJob
filter.c:536:33: error: implicit declaration of function ‘PrintBand’; did you mean ‘epsPrintBand’? [-Wimplicit-function-declaration]
536 | PrintBand (rever_buf, bandBmp.widthBytes,&printHeight);
| ^
| epsPrintBand
hcartiaux commented on 2024-04-22 21:29 (UTC)
The download links are here: http://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr.php
Anyway, epson removes the old versions when they release a new one, so there's no good solution...
bjo commented on 2024-04-14 18:05 (UTC)
@tiziodcaio:
I don't know any more, there seemed to be some issues with it.
tiziodcaio commented on 2024-04-14 10:18 (UTC)
why not use the old download link type? https://download3.ebz.epson.net/dsc/f/03/00/15/68/84/32dccbfab4681b057f432dcdb77b2f5e0fc26775/epson-inkjet-printer-escpr-1.8.5-1.x86_64.rpm
h4d10n0 commented on 2024-04-01 03:08 (UTC) (edited on 2024-04-15 02:19 (UTC) by h4d10n0)
[SOLVED]
Hi, updating the package through pamac manager into the new version, but got an error when compiling. The error is
/usr/include/stdint.h:41:10: fatal error: bits/stdint-least.h: No such file or directory
41 | #include <bits/stdint-least.h>
| ^
compilation terminated.
make[2]: *** [Makefile:585: epson_escpr_wrapper-wrapper.o] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: link: gcc -I../lib -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -flto=auto -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
make[2]: Leaving directory '/var/tmp/pamac-build-kris/epson-inkjet-printer-escpr/src/epson-inkjet-printer-escpr-1.8.5/src'
make[1]: *** [Makefile:448: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/pamac-build-kris/epson-inkjet-printer-escpr/src/epson-inkjet-printer-escpr-1.8.5'
make: *** [Makefile:375: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
How to fix this? [SOLVED] The problem was in my gcc and glib, after checking thoroughly, I found that is the stdint.h file is missing. by put it back in the place where its belong, it is solved the error.
bjo commented on 2024-02-13 14:34 (UTC)
@laecyo: Yes, it seems that epson's download website is broken atm.
laecyo commented on 2024-02-13 14:31 (UTC)
Hi, i was trying to install this package, but an error happened and i would like to report it for the community:
yay -S epson-inkjet-printer-escpr
AUR Explicit (1): epson-inkjet-printer-escpr-1.8.4-1 :: PKGBUILD up to date, skipping download: epson-inkjet-printer-escpr 1 epson-inkjet-printer-escpr (Installed) (Build Files Exist) ==> Packages to cleanBuild? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> 1 epson-inkjet-printer-escpr (Installed) (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> ==> Making package: epson-inkjet-printer-escpr 1.8.4-1 (ter 13 fev 2024 11:28:49) ==> Retrieving sources... -> Downloading epson-inkjet-printer-escpr-1.8.4-1.src.rpm... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 132 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 curl: (22) The requested URL returned error: 504 Warning: Problem : HTTP error. Will retry in 3 seconds. 3 retries left. 0 132 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 curl: (22) The requested URL returned error: 504 Warning: Problem : HTTP error. Will retry in 3 seconds. 2 retries left. 0 132 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 curl: (22) The requested URL returned error: 504 Warning: Problem : HTTP error. Will retry in 3 seconds. 1 retries left. 0 132 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 curl: (22) The requested URL returned error: 504 ==> ERROR: Failure while downloading https://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=JA&CN2=US&CTI=176&PRN=Linux%20src.rpm%20package&OSC=LX&DL Aborting... -> error downloading sources: /home/laecyo/.cache/yay/epson-inkjet-printer-escpr context: exit status 1
:: (1/1) Parsing SRCINFO: epson-inkjet-printer-escpr ==> Making package: epson-inkjet-printer-escpr 1.8.4-1 (ter 13 fev 2024 11:29:43) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading epson-inkjet-printer-escpr-1.8.4-1.src.rpm... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 132 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 curl: (22) The requested URL returned error: 504 Warning: Problem : HTTP error. Will retry in 3 seconds. 3 retries left. 0 132 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 curl: (22) The requested URL returned error: 504 Warning: Problem : HTTP error. Will retry in 3 seconds. 2 retries left. 0 132 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 curl: (22) The requested URL returned error: 504 Warning: Problem : HTTP error. Will retry in 3 seconds. 1 retries left. 0 132 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 curl: (22) The requested URL returned error: 504 ==> ERROR: Failure while downloading https://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=JA&CN2=US&CTI=176&PRN=Linux%20src.rpm%20package&OSC=LX&DL Aborting... -> error making: epson-inkjet-printer-escpr-exit status 1 -> Failed to install the following packages. Manual intervention is required: epson-inkjet-printer-escpr - exit status 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_Repositorybase-devel
depends among others onautoconf
,automake
andmake
.