for orangepi-zero doesn't work :(
There are still build issues, I'm gonna try to iron them out hopefully by next week.
Git Clone URL: | https://aur.archlinux.org/wiringop-git.git (read-only, click to copy) |
---|---|
Package Base: | wiringop-git |
Description: | This is a modified WiringPi for OrangePi. We call it WiringOP (built for orangepipcplus) |
Upstream URL: | https://github.com/orangepi-xunlong/wiringOP |
Licenses: | LGPL3 |
Conflicts: | wiringop, wiringop-orangepipcplus, wiringpi |
Provides: | wiringop, wiringop-orangepipcplus, wiringpi |
Submitter: | patlux |
Maintainer: | None |
Last Packager: | depau |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-15 00:43 (UTC) |
Last Updated: | 2020-09-24 17:10 (UTC) |
for orangepi-zero doesn't work :(
There are still build issues, I'm gonna try to iron them out hopefully by next week.
for orangepi-zero doesn't work :(
DO NOT FLAG GIT PACKAGES AS OUT OF DATE.
Bug; doesnt include any headers from the wiringPi or devLib directories.
Great, thanks for the hint to use the updated version!
Looks fine for me. Thank you :)
Alright, I've updated the package to use the official Xunlong sources, but since I've basically rewritten it I'd like you to review it before pushing to the AUR.
I pushed the package to a temporary GitHub repo: https://github.com/Depau/aur-wiringop-git/commit/90d6b95b7789bab2baddb1a56a4d75ce56174ea5
Hi Depau, thanks for the info. I added you as co-maintainer (I didn't found a option to add you as a maintainer).
Hi, this package doesn't build properly since it doesn't include all the libraries.
Plus, installing it the way it does would currently perform sudo make install
at build-time since upstream wrote the build script while drunk.
If you're not willing to maintain it any more you can add me as maintainer, I'm gonna build subpackages for each supported board since they also added a bunch of ifdefs for that.
EDIT: I just noticed you're using another repo than the one I'm referring to, OrangePi themselves maintain their own fork: https://github.com/orangepi-xunlong/wiringOP
Hello Patrick!
The default (LD_LIBRARY_)PATH variable doesn't have the /usr/local/lib/ value and the libraries are stored there (libwiringPi.so and libwiringPiDev.so) at least on my system. Would you mind: - create symlinks to /usr/lib in the PKBUILD or, - remove the "PREFIX?=/local" line from both Makefile on the devLib and wiringPI directories? Btw, this ./build is not so package manager friendly the make just installs the files to the destination.
Regards
Pinned Comments
depau commented on 2021-01-15 16:00 (UTC)
DO NOT FLAG GIT PACKAGES AS OUT OF DATE.