FAb7D I would like to compile a libgphoto2 package (for personal use and test) with the latest snashot of the master branch, but normally to make a package it needs to point to tar.gz on github, how to do? To make some additional changes as well is it possible to use a tar.gz on the local disk? https://github.com/gphoto/libgphoto2 https://dev.getsol.us/source/libgphoto2/browse/master/package.yml
Staudey You can use git commits as a source too, with this form: source : - git|https://github.com/gphoto/libgphoto2.git : 3773ad1988bc80de811d8d4cbaea18efd21518b3 The latter part being the git commit hash
FAb7D Staudey Thanks, it worked. I still have a doubt, however, at the end of the compilation I have the following error, what does it mean? [Package] Building complete error: lstat /lib32: no such file or directory ⮞ Building succeeded
Staudey FAb7D Oh that happens with the regular build too. I'd have to check the code why it's lstating that directory (or trying to), but I'd guess that error pops up for every 32bit package build