Search Criteria
Package Details: srecord 1.65.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/srecord.git (read-only, click to copy) |
---|---|
Package Base: | srecord |
Description: | The SRecord package is a collection of powerful tools for manipulating EPROM load files. |
Upstream URL: | https://srecord.sourceforge.net |
Licenses: | GPL3 |
Submitter: | vicencb |
Maintainer: | ejona86 |
Last Packager: | ejona86 |
Votes: | 33 |
Popularity: | 0.000005 |
First Submitted: | 2009-11-07 18:45 (UTC) |
Last Updated: | 2025-08-31 05:16 (UTC) |
Dependencies (7)
Required by (3)
- jlink-flush-gui-git
- minipro (optional)
- minipro-git (optional)
Latest Comments
1 2 3 Next › Last »
ejona86 commented on 2025-08-31 05:19 (UTC)
@bariton, I don't know what problem you were having, but it shouldn't conflict with the system string.h because it is prefixed with srecord/. It builds fine for me (now with cstdint fixed) from a clean chroot. You might want to provide the error message you see without your patch.
bariton commented on 2025-08-11 12:36 (UTC)
There is a new issue with the include file
srecord/string.h
which collides with the system include filestring.h
. It can be fixed by using the following patch (which also contains the fix for thecstdint
include issue reported earlier).cryolab commented on 2025-07-11 22:59 (UTC)
As mentioned by topongo the current version doesn't build. The following worked for me:
1) In the PKGBUILD add:
2) Create a patch file
patch1.patch
next to the PKGBUILD file with the contents from topongo:3) Build with
makepkg -si
topongo commented on 2025-05-27 15:59 (UTC)
hi, i had this error building the package using the latest version of libc++
applying this patch made it work:
ejona86 commented on 2024-01-22 20:31 (UTC)
@bigboi69: base-devel is an implicit build dependency for all AUR packages. base-devel depends on groff.
bigboi69 commented on 2024-01-22 19:56 (UTC)
I had an issue with dependencies on both an aur helper (yay) and cloning with
makepkg -si
Looks like I had to add
groff
to the dependencies list after a clonevicencb commented on 2023-02-05 19:31 (UTC)
Fixed the git makedepend. Thanks for the detailed report!
ejona86 commented on 2023-02-03 05:23 (UTC) (edited on 2023-02-03 05:28 (UTC) by ejona86)
I was getting this error (see in configure.cmake how it does run the git command):
I used this patch to workaround:
But it still failed later:
So it seems git really is a makedeps requirement. (I expect the copyright years is wrong when
makedeps=(git)
, and it is probably using the PKGBUILD's git repo for the years, but whatever...)vicencb commented on 2022-10-24 19:44 (UTC)
@xiretza: why? git is not mentioned in the documentation as a dependency and the PKGBUILD uses the packaged version, not the git version.
xiretza commented on 2022-10-23 19:03 (UTC)
Requires
makedepends=(git)
.1 2 3 Next › Last »