Search Criteria
Package Details: shpp-git 1.9.1.1.r10.gccee40c-1
Git Clone URL: | https://aur.archlinux.org/shpp-git.git (read-only, click to copy) |
---|---|
Package Base: | shpp-git |
Description: | preprocessor written for posix shell |
Upstream URL: | https://github.com/Thaodan/shpp |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Thaodan |
Maintainer: | Thaodan |
Last Packager: | Thaodan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2014-04-25 16:32 |
Last Updated: | 2020-08-01 02:03 |
Dependencies (6)
- bc (bc-gh)
- coreutils (coreutils-git, coreutils-selinux)
- sed (sed-git)
- sh (bash-devel-git, dashbinsh, bash-devel-static-git, bash)
- emacs (emacs-git-gtk2, guile-emacs-git, emacs-nox-24bit, emacs25-git, emacs-git-shallow, emacs-24bit, emacs26-git, emacs-lucid-git, emacs-gtk2, emacs-pretest, emacs-lucid, emacs27-git, emacs-xwidgets, emacs-git, emacs-native-comp-git, emacs-pgtk-native-comp-git, emacs-native-comp-git-enhanced, emacs-gcc-wayland-devel-bin, emacs-nox) (make)
- git (git-git) (make)
Required by (2)
- libsh-git (requires shpp) (make)
- usenew-git (requires shpp) (make)
Latest Comments
Thaodan commented on 2015-10-28 20:05
can you post which rights /dev/stdout in your system has? on mine the test runs just fine.
timofonic commented on 2015-10-23 22:58
Aur Targets (1): shpp-git
:: Proceed with installation? [Y/n]
[root@timostation timofonic]# apacman -S shpp-git
Aur Targets (1): shpp-git
:: Proceed with installation? [Y/n] y
Edit shpp-git PKGBUILD with $editor? [Y/n] n
==> Making package: shpp-git 33439b2-1 (Sat Oct 24 00:57:18 CEST 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Cloning shpp git repo...
Cloning into bare repository '/tmp/pkgbuild-0/shpp-git/shpp'...
remote: Counting objects: 2456, done.
remote: Total 2456 (delta 0), reused 0 (delta 0), pack-reused 2456
Receiving objects: 100% (2456/2456), 585.42 KiB | 433.00 KiB/s, done.
Resolving deltas: 100% (1509/1509), done.
Checking connectivity... done.
==> Validating source files with md5sums...
shpp ... Skipped
==> Extracting sources...
-> Creating working copy of shpp git repo...
Cloning into 'shpp'...
done.
==> Starting pkgver()...
==> Updated version: shpp-git 2017f00-1
==> Starting build()...
make -C src
make[1]: Entering directory '/tmp/pkgbuild-0/shpp-git/src/shpp/src'
sed -e "s|@GITREV@|2017f00|" \
-e "s|@VER@|1.8|"\
shpp.in.sh > shpp
chmod +x shpp
make[1]: Leaving directory '/tmp/pkgbuild-0/shpp-git/src/shpp/src'
make -C doc
make[1]: Entering directory '/tmp/pkgbuild-0/shpp-git/src/shpp/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/pkgbuild-0/shpp-git/src/shpp/doc'
==> Starting check()...
make -C tests
make[1]: Entering directory '/tmp/pkgbuild-0/shpp-git/src/shpp/src/tests'
./../shpp --stdout --errexit replace_var_recu_test.sh
cp: cannot create regular file ‘/dev/stdout’: Permission denied
Makefile:7: recipe for target 'replace_var_recu_test.sh' failed
make[1]: *** [replace_var_recu_test.sh] Error 1
make[1]: Leaving directory '/tmp/pkgbuild-0/shpp-git/src/shpp/src/tests'
Makefile:16: recipe for target 'tests' failed
make: *** [tests] Error 2
==> ERROR: A failure occurred in check().
Aborting...
==> ERROR: the build failed
-> Status failed (1): shpp-git