Search Criteria
Package Details: epson-inkjet-printer-escpr2 1.2.34-1
Package Actions
Dependencies (3)
- cups (cups-gitAUR, cups-gssapiAUR)
- ghostscript
- imagescanAUR (optional) – scanner support
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
atescula commented on 2020-07-25 09:18 (UTC)
bboozzoo commented on 2020-05-26 19:37 (UTC)
I've updated the package locally. Feel free to grab the patch: https://github.com/bboozzoo/pkgbuilds/commit/6b57599373e3ed8f6c4e229d14fe4e191a91dafa
buzo commented on 2020-05-12 10:11 (UTC)
test0: Why don't you just click on the upstream URL and see for yourself? See also here.
test0 commented on 2020-05-12 06:17 (UTC)
Does it work for my Epson WF-3725 printer? Any raccomandations to follow prior to install this package? Thanks.
enanone commented on 2020-04-03 09:18 (UTC)
@AngryUbuntuNerd I figured out what the problem was. My system (uname -r
--> 5.5.13-1-MANJARO
) has the following default LDFLAGS
configured in /etc/makepkg.conf
:
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now,-fuse-linker-plugin
Removing those flags gets the package to compile flawlessly. Kind of sad that the default flags fail just like that :(
Related post on manjaro forums: https://forum.manjaro.org/t/usr-bin-ld-f-may-not-be-used-without-shared/133289
enanone commented on 2020-03-06 13:11 (UTC)
@AngryUbuntuNerd thank you very much for the answer, I'll look into it
AngryUbuntuNerd commented on 2020-03-06 12:35 (UTC)
I just tried again with a freshly updated Arch Linux (x86_64) and it works:
checking whether the C compiler works... yes
Either a problem with your PC, or there is a dependency missing. Let me know.
enanone commented on 2020-03-06 07:54 (UTC) (edited on 2020-03-06 07:55 (UTC) by enanone)
makepkg
fails with
checking whether the C compiler works... no
configure: error: in `/home/alberto/build/epson-inkjet-printer-escpr2/src/epson-inkjet-printer-escpr2-1.1.9':
configure: error: C compiler cannot create executables
See `config.log' for more details
Is it a problem in the package or in my computer?
Interesting part of the config.log:
configure:3228: $? = 0
configure:3217: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pkgversion='Arch Linux 9.2.1+20200130-2' --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.1 20200130 (Arch Linux 9.2.1+20200130-2)
configure:3228: $? = 0
configure:3217: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3228: $? = 1
configure:3217: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3228: $? = 1
configure:3248: checking whether the C compiler works
configure:3270: gcc -march=native -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -flto=8 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now,-fuse-linker-plugin conftest.c >&5
/usr/bin/ld: -f may not be used without -shared
collect2: error: ld returned 1 exit status
configure:3274: $? = 1
configure:3312: result: no
violaian commented on 2020-03-05 03:35 (UTC)
Now up to 1.1.9
Pinned Comments
andit commented on 2025-05-16 16:36 (UTC)
In reply to ValdikSS comment:
Yes, which is why the Epson Inkjet printer driver 2 for ESC/P-R or "epson-inkjet-printer-escpr2" is only available as a PKGBUILD. Only the PKGBUILD is publicly available, not the driver itself, but with it everyone can easily obtain and build the driver for themselves. The license is not for the PKGBUILD. To uphold the Epson license however, the PKGBUILD references it correctly, and it is every ones own responsibility to respect Epson's license and to comply with it.
andit commented on 2023-10-24 17:22 (UTC) (edited on 2024-10-12 09:35 (UTC) by andit)
With every release I update the keywords (see Package Details above) containing a list of all Epson printer series supported by this driver. Additionally, SUPPORTED-PRINTERS at the GitLab repository gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2 also contains a list of supported printers.
Most Epson Inkjet printers are covered by either this package or epson-inkjet-printer-escpr. If your printer is not supported by this package, be sure to check the other one. You may also want to consult the Wiki, specifically CUPS and CUPS/Printer-specific problems#Epson.
Note: all packages from AUR require
base-devel
, please read Arch User Repository as a user or PKGBUILD#makedepends for details on PKGBUILD.