Fixed URL in the PKGBUILD, should work again.
Search Criteria
Package Details: epson-inkjet-printer-escpr 1.8.5-2
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.73 |
First Submitted: | 2019-04-26 09:00 (UTC) |
Last Updated: | 2024-09-22 10:23 (UTC) |
hcartiaux commented on 2024-09-22 10:24 (UTC)
Arup commented on 2024-09-21 19:25 (UTC)
Unfortunately package install fails with ==> 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
stueja commented on 2024-09-19 12:12 (UTC)
Unfortunately, the download URL seems to have changed, and the new one returns 403:
makepkg -si
==> Making package: epson-inkjet-printer-escpr 1.8.5-2 (Thu 19 Sep 2024 02:04:20 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading epson-inkjet-printer-escpr-1.8.5-1.src.rpm...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 403
==> ERROR: Failure while downloading https://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=JA&CN2=US&CTI=176&PRN=Linux%20rpm%2064bit%20package&OSC=LX&DL
Aborting...
yTopHankz commented on 2024-05-25 03:12 (UTC) (edited on 2024-05-25 04:13 (UTC) by yTopHankz)
Worked pretty well on my L4160, as opposed to the package on Epson's official website (1.8.5-1).
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
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
.