I updated today successfully. Thank you for your great efforts @FF00
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: | 91 |
Popularity: | 1.47 |
First Submitted: | 2019-04-26 09:00 (UTC) |
Last Updated: | 2024-10-29 10:21 (UTC) |
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »
mgundogdu1 commented on 2019-04-30 06:08 (UTC) (edited on 2019-04-30 06:09 (UTC) by mgundogdu1)
FFY00 commented on 2019-04-29 17:48 (UTC)
Running autoreconf
isn't actually needed, but I'll do it anyway. As far as I'm concern automake 1.16.1 works perfectly, I always build my package in a clean chroot. You are probably missing the base-devel
group which is presumed to be installed if you are building AUR packages. I would advise you to don't use AUR helpers as they are enablers for this kind of issues.
mgundogdu1 commented on 2019-04-29 10:24 (UTC) (edited on 2019-04-29 10:39 (UTC) by mgundogdu1)
My automake is version 1.16.1-1, I couldn' update because of:
cd . && /bin/sh /home/mgundogdu/Program_Files/AUR/pamac-build/epson-inkjet-printer-escpr/src/epson-inkjet-printer-escpr-1.6.40/missing automake-1.15 --gnu Makefile /home/mgundogdu/Program_Files/AUR/pamac-build/epson-inkjet-printer-escpr/src/epson-inkjet-printer-escpr-1.6.40/missing: line 81: automake-1.15: command not found WARNING: 'automake-1.15' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> make: *** [Makefile:378: Makefile.in] Error 127 ==> ERROR: A failure occurred in build(). Aborting...
mokkurkalve commented on 2019-04-27 14:55 (UTC)
Adding autoreconf -vfi before ./configure was all it took to build ok here.
Abrasion commented on 2019-04-27 13:12 (UTC) (edited on 2019-04-27 13:46 (UTC) by Abrasion)
autoreconf -vfi gave me an error about configure.ac configure.in required
i'd try again and now that work fine ... why ? no clue
<deleted-account> commented on 2019-04-27 12:57 (UTC)
@Abrasion, there's no need to call aclocal separately if you are calling autoreconf. autoreconf calls all the autotools (including aclocal) in the correct order. Just a single call of autoreconf -vfi before calling ./configure will suffice.
As for the checksums, if you install pacman-contrib, you can just run updpkgsums and that will auto-update all the checksums in the PKGBUILD, without needing to insert them manually.
Abrasion commented on 2019-04-27 12:35 (UTC)
@gun26 anytime
gun26 commented on 2019-04-27 12:28 (UTC)
@Chazza thanks, I uninstalled my F-ed up versions of automake. @Abrasion, thanks, I incorporated your changes in the PKGBUILD and it builds and installs fine here. For anyone not willing to edit the PKGBUILD themselves per Abrasion's instructions, I put my own modified PKGBUILD with just his changes up on Pastebin here: https://pastebin.com/z2z1tZPV
Abrasion commented on 2019-04-27 04:00 (UTC) (edited on 2019-04-27 07:14 (UTC) by Abrasion)
Add line : autoreconf --install Before : ./configure \
Add line : aclocal Before : make (the one with no arg)
Change : e278cf3db482aed862c2343a2ee5147fa0e53b14d80b9fdf6907e35eae0235a440b2dfe480cbae28dc4e00c0e7cf119e6b870480a69759a6df4e0c676aec5229
For : ff4f736ec884c4d2354a83c89ee535732cb414ef0c6443bdc8ec869f889f486b242d76e143ad59d61b182231697dfe3bdf68122cb8aae873a9776ce109a07dab
that should workd fine
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
.