Package Details: srecord 1.65.0-2

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: vicencb
Last Packager: vicencb
Votes: 34
Popularity: 0.088756
First Submitted: 2009-11-07 18:45 (UTC)
Last Updated: 2023-02-05 19:28 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

vicencb commented on 2013-04-18 20:58 (UTC)

Updated, thanks for the feedback.

kasbah commented on 2013-04-17 17:32 (UTC)

Nvermind, pkg/srecord should be there pkg/usr shouldn't. Updated PKGBUILD: https://gist.github.com/kasbah/5406196

kasbah commented on 2013-04-17 17:18 (UTC)

Actually, there is also a pkg/srecord directory that shouldn't be there.

kasbah commented on 2013-04-17 17:15 (UTC)

I am getting an empty package from this. Just a .PKGINFO and .MTREE file in there. The pkg/ directory looks fine.

drinkcat commented on 2012-08-19 17:15 (UTC)

The tarball was updated on the website (same filename, but different MD5): 3aca622576a95c8cdd2fe7de92dfccd3 Differences with the old tarball (6678752b24dd147cdf18ed61e5c18cb2) are minimal (I checked), and the changelog says: This change set fixes the problem of the Doxygen documentation missing from the web site.

kevincox commented on 2012-05-29 22:09 (UTC)

The new version is 1.60 and the md5 is 6678752b24dd147cdf18ed61e5c18cb2.

Tybo commented on 2012-04-14 14:45 (UTC)

Hi, The package fails to build, because the current version of srecord is now 1.59 and the archive corresponding to version 1.57 cannot be found using the link given in pkgbuild. The following change applied to PKGBUILD ought to produce an up-to-date package: --- PKGBUILD.orig 2012-04-14 16:35:51.674412106 +0200 +++ PKGBUILD.new 2012-04-14 16:42:31.997324644 +0200 @@ -1,5 +1,5 @@ pkgname=srecord -pkgver=1.57 +pkgver=1.59 pkgrel=1 pkgdesc="The SRecord package is a collection of powerful tools for manipulating EPROM load files." arch=('i686' 'x86_64') @@ -16,4 +16,4 @@ make || return 1 make DESTDIR="$startdir/pkg" install || return 1 } -md5sums=('2c371f75f05273fb05f587c1a36d98b7') +md5sums=('5e01ba19c4f3fb8b5beca47cb46665f2') Cheers!

vicencb commented on 2010-07-16 21:42 (UTC)

Removed again the parallel make option.

dimorphpromid commented on 2010-07-15 08:07 (UTC)

I have race conditions with current PKGBUILD, the makepkg aborts ... [code] /bin/install -c -m 644 tmp /tmp/yaourt-tmp-fricke/aur-srecord/pkg/usr/share/man/man1/srec_info.1 /bin/install -c -m 644 tmp /tmp/yaourt-tmp-fricke/aur-srecord/pkg/usr/share/man/man1/srec_examples.1 soelim -I. -Iman/man3 man/man3/srecord.3 > tmp soelim -I. -Iman/man3 man/man3/srecord_license.3 > tmp /bin/install -c -m 644 tmp /tmp/yaourt-tmp-fricke/aur-srecord/pkg/usr/share/man/man1/srec_input.1 /bin/install -c -m 644 tmp /tmp/yaourt-tmp-fricke/aur-srecord/pkg/usr/share/man/man1/srec_license.1 /bin/install: cannot stat `tmp': No such file or directory make: *** [/tmp/yaourt-tmp-fricke/aur-srecord/pkg/usr/share/man/man1/srec_input.1] Error 1 make: *** Waiting for unfinished jobs.... /bin/install: cannot stat `tmp': No such file or directory make: *** [/tmp/yaourt-tmp-fricke/aur-srecord/pkg/usr/share/man/man1/srec_license.1] Error 1 /bin/install -c -m 644 tmp /tmp/yaourt-tmp-fricke/aur-srecord/pkg/usr/share/man/man3/srecord.3 /bin/install -c -m 644 tmp /tmp/yaourt-tmp-fricke/aur-srecord/pkg/usr/share/man/man3/srecord_license.3 Aborting... [/code] with options=('!makeflags') I dont have this race ...

vicencb commented on 2010-03-27 00:04 (UTC)

Updated to version 1.55 Tested with -j2 make flag and worked ok