Package Details: epson-inkjet-printer-201207w 1.0.0-10

Git Clone URL: https://aur.archlinux.org/epson-inkjet-printer-201207w.git (read-only, click to copy)
Package Base: epson-inkjet-printer-201207w
Description: Epson printer driver (L110, L210, L300, L350, L355, L550, L555)
Upstream URL: http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
Licenses: LGPL, custom:Epson Licence Agreement
Submitter: None
Maintainer: Misery
Last Packager: Misery
Votes: 29
Popularity: 0.67
First Submitted: 2013-01-15 14:18 (UTC)
Last Updated: 2021-02-26 14:50 (UTC)

Latest Comments

1 2 3 Next › Last »

Misery commented on 2024-05-30 21:06 (UTC)

Well, I need to adjust the over-all script instead this single PKGBUILD. As you can see I have all epson-inkjet-drivers. This is still a mercurial repository with git-aur-repos as sub-repos. I want to convert it to git and provide it on github. If you want to help here - you are welcome.

vitaliikuzhdin commented on 2024-05-21 10:28 (UTC) (edited on 2024-05-30 18:15 (UTC) by vitaliikuzhdin)

@enmaskarado @Misery

Here is my PKGBUILD based on source v1.0.1, which actually builds:

https://0.0g.gg/?0f373148c7e04ccb#H31yNVV5A6stR4ghhnZ1Ybwkk2LrZsh911xv1f8gDZyd

My version also fixes the error:

File "/usr/lib/cups/filter/epson_inkjet_printer_filter" not available: No such file or directory

simply by installing the binary to the directory the error suggests. I am not sure if a symlink should be used instead, but this solves the issue and works for me. I assume the same change should be applied to all of Epson's drivers' PKGBUILDs.

enmaskarado commented on 2024-05-10 13:55 (UTC)

Also there is a new version on Epson page

Ver. 1.0.1(03-2024)

enmaskarado commented on 2024-05-10 13:27 (UTC)

The building process is failing:

memory.c: In function 'eps_free_trace':
memory.c:73:9: error: implicit declaration of function 'debug_msg'; did you mean 'debuglog'? [-Wimplicit-function-declaration]
   73 |         debug_msg("%s:%d \t\t<<%s>>: Trace in \n", __FILE__, __LINE__, __FUNCTION__);
      |         ^~~~~~~~~
      |         debuglog
make[3]: *** [Makefile:388: memory.lo] Error 1

Sherlock3721 commented on 2022-09-22 16:08 (UTC)

For users with PKGBUILD error on the line 23 and 24:

pacman -S patch autoconf automake

msrd0 commented on 2021-09-07 18:27 (UTC)

This fails to compile with CC=clang environment variable:

err.c:107:2: error: void function 'debugt_msg' should not return a value [-Wreturn-type]
        return 0;
        ^      ~
1 error generated.

Misery commented on 2021-02-26 14:52 (UTC)

@eathtespagheti Thanks! I applied it to all PKGBUILDs.

jfcandidofilho commented on 2021-02-25 04:49 (UTC)

@Misery please, update de PKBUILD to fix errors - if possible. Thanks!

manzo commented on 2021-02-17 04:57 (UTC)

Hi, I had the same error as reported by @eathtespagheti and I can confirm that the changes in the repository he linked do work.