Package Details: mkspiffs-git 0.2.3.r7.f248296-1

Git Clone URL: https://aur.archlinux.org/mkspiffs-git.git (read-only, click to copy)
Package Base: mkspiffs-git
Description: Tool to build and unpack SPIFFS images
Upstream URL: https://github.com/igrr/mkspiffs
Licenses: MIT
Conflicts: mkspiffs
Provides: mkspiffs
Submitter: chrishamm
Maintainer: thierer
Last Packager: thierer
Votes: 1
Popularity: 0.000000
First Submitted: 2016-07-27 18:52 (UTC)
Last Updated: 2024-01-11 20:59 (UTC)

Latest Comments

thierer commented on 2024-01-11 21:00 (UTC)

@Score_Under Fixed - thanks for the heads up!

Score_Under commented on 2024-01-09 13:49 (UTC)

This no longer builds because of git submodules -- see here for resolution:

https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules

thierer commented on 2022-10-08 10:37 (UTC)

@haxie Thanks for the report! Fixed.

haxie commented on 2022-10-02 14:03 (UTC)

Package no longer builds due to github removing unencrypted git:// access. (https://github.blog/2021-09-01-improving-git-protocol-security-github/)

thierer commented on 2019-07-07 16:04 (UTC)

Thanks, @chrishamm! I adopted the package and just pushed a new version.

chrishamm commented on 2019-06-18 09:24 (UTC)

I just disowned this package, feel free to adopt it and to make the required changes to fix it. I stopped using it a while back so I cannot say if it is broken or not.

thierer commented on 2019-06-13 19:27 (UTC)

The reason why the build fails is that the local copy of the spiffs source code in the mkspiffs repository was replaced by a git submodule since this PKGBUILD was created.

Until the maintainer responds I published my fixed version of the package at https://github.com/thierer/mkspiffs-git

uberGeek commented on 2018-08-28 01:20 (UTC)

Failed with mkspiffs-git 0.2.3.r2.4eae236-1:

==> Starting build()... g++ -std=gnu++11 -Os -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Itclap -Iinclude -Ispiffs/src -I. -D VERSION=\"0.2.3-2-g4eae236\" -D SPIFFS_VERSION=\"0.2.3-2-g4eae236\" -D BUILD_CONFIG=\"-D_FORTIFY_SOURCE=2\" -D BUILD_CONFIG_NAME=\"-generic\" -D NO_INLINE -D_FORTIFY_SOURCE=2 -c -o main.o main.cpp make: No rule to make target 'spiffs/src/spiffs_cache.o', needed by 'mkspiffs'. Stop. make: Waiting for unfinished jobs.... main.cpp:11:10: fatal error: spiffs.h: No such file or directory #include "spiffs.h" ^~~~~~~~~~ compilation terminated. make: *** [<builtin>: main.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... :: failed to build mkspiffs-git package(s)</builtin>