Package Details: wiringpi-git 136.093e0a1-1

Git Clone URL: https://aur.archlinux.org/wiringpi-git.git (read-only, click to copy)
Package Base: wiringpi-git
Description: Arduino wiring-like library written in C for RaspberryPi.
Upstream URL: http://wiringpi.com/
Licenses: LGPL3
Conflicts: wiringpi
Submitter: SRChiP
Maintainer: SRChiP
Last Packager: SRChiP
Votes: 7
Popularity: 0.000000
First Submitted: 2014-09-20 03:34 (UTC)
Last Updated: 2019-10-13 13:58 (UTC)

Latest Comments

1 2 Next › Last »

brhiggins commented on 2021-08-12 19:09 (UTC)

The Makefiles chown some files to root:root, which causes problems when installing as a non-root user with a helper such as yay.

I needed to patch the gpio and wiringPiD Makefiles with the following line, added once under cd ../gpio and once under cd ../wiringPiD

sed -i "/chown root.root/d" Makefile.

keithspg commented on 2020-09-26 04:41 (UTC)

Built for armv6,7 and aarch64 with gcc 9.x. Gcc 10.x causes this linker error error. I messed a bit with the source but still get nowhere. https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common

akvavit01 commented on 2020-06-05 10:30 (UTC)

got an error [Link (Dynamic)] /usr/bin/ld: wpiExtensions.o:(.bss+0x0): multiple definition of `comDat'; drcNet.o:(.bss+0x0): first defined here

SRChiP commented on 2019-10-13 14:06 (UTC)

Updated the source to the github repo

xqdzn commented on 2019-08-08 12:31 (UTC) (edited on 2019-08-08 12:34 (UTC) by xqdzn)

http://wiringpi.com/wiringpi-deprecated/
Since Gordon stopped support with his git server (git.drogon.net), I changed vew lines to make it work.

_gitname=WiringPi source=('git://github.com/WiringPi/WiringPi')


Anyway, thanks Gordon. And SRChiP.

jsnlry commented on 2018-09-21 21:29 (UTC)

makepkg reports

==> ERROR: wiringpi-git is not available for the 'aarch64' architecture.

running ArchlinuxARM on Raspberry Pi 3 Model B V1.2

Viper_Scull commented on 2015-10-11 22:55 (UTC)

works perfect now. Thnks SRChiP.

SRChiP commented on 2015-10-08 18:53 (UTC)

Updated package. It now uses the provided WIRINGPI_SUDO env variable to prevent sudo from running.

Viper_Scull commented on 2015-10-03 17:26 (UTC) (edited on 2015-10-11 22:53 (UTC) by Viper_Scull)

There's an error in line 126 of src/wiringPi/build The line contains just a $ and it gives an error. It has to do with the line in the original build file being: $sudo make uninstall and the sed command in the PKGBUILD looks for make uninstall. Changing $sudo make uninstall fixes that part, but then it complains about not being able to create /etc/ld.so.cache. Changing the second sed line to sed -i 's|$sudo|sudo|g' build fixed this problem and lets the package be installed. It still complains that it can't load libfakeroot.so, but it looks like it builds the package alright. As the make install in the temporary usr directory is done as root now, it won't be able to remove those files at the end when cleaning up.

SRChiP commented on 2015-02-08 12:40 (UTC)

Added the 'armv7h' architecture and updated pkgver.