Package Details: flashrom-git 1.2.1355.g9ccbf1cf-1

Git Clone URL: https://aur.archlinux.org/flashrom-git.git (read-only, click to copy)
Package Base: flashrom-git
Description: A utility to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI)
Upstream URL: https://github.com/flashrom/flashrom
Licenses: GPL-2.0-only
Conflicts: flashrom
Provides: flashrom
Submitter: Manouchehri
Maintainer: bitfehler
Last Packager: bitfehler
Votes: 24
Popularity: 0.000271
First Submitted: 2017-08-24 00:04 (UTC)
Last Updated: 2024-07-15 09:22 (UTC)

Dependencies (7)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

kasugano commented on 2022-05-15 20:40 (UTC)

New dependency needed: "cmocka"

bitfehler commented on 2022-04-04 19:33 (UTC)

Thanks, @belzebub40k! Fixed accordingly.

belzebub40k commented on 2022-04-04 16:12 (UTC)

When trying to build the package it prints the following error message.

$ makepkg -si
==> Making package: flashrom-git v1.2.r564.gdda19339-1 (Mo 04 Apr 2022 18:02:49 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning flashrom git repo...
Cloning into bare repository '/space1/Downloads/flashrom-git/flashrom'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
==> ERROR: Failure while downloading flashrom git repo
    Aborting...

This can easily be fixed by changing the source url from git:// to git+https://

bitfehler commented on 2021-12-14 13:51 (UTC)

The PKGBUILD still works, but does not build/install the shared library which is needed to use fwupd flashrom plugin. The regular Arch package is using meson now, which will just do the right thing (I suspect the regular Makefile might be unmaintained). I used this for build/package:

build() {
        cd "${srcdir}/${_gitname}"
        arch-meson ../build
        ninja -v -C ../build
}

package() {
        cd "${srcdir}"
        DESTDIR="${pkgdir}" ninja -C build install
}

Of course meson should then be added to build_deps also.

encounter commented on 2018-09-06 19:50 (UTC)

Patch removed, since it was applied upstream.

ilikenwf commented on 2018-09-06 16:15 (UTC)

Patch I suggested before @encounter no longer applies cleanly and isn't required. Thanks!

ilikenwf commented on 2018-07-07 20:02 (UTC)

Thanks!

encounter commented on 2018-06-26 18:53 (UTC)

Thanks, I noticed that patch had landed upstream, but the PKGBUILD was using the staging branch. I updated the branch to master, and submitted another patch for libusb upstream (included in PKGBUILD for now).

ilikenwf commented on 2018-06-26 02:24 (UTC)

Fixed PKGBUILD with patch to fix build:

http://ix.io/1eRg

ilikenwf commented on 2018-05-31 04:06 (UTC)

This fixes the build https://raw.githubusercontent.com/openwrt/packages/cb6e98ba44c9cc8406f4d312d5cb7cf463e339d7/utils/flashrom/patches/0003-ch341a_spi-avoid-deprecated-libusb-functions.patch