Thanks a lot, speps!
Search Criteria
Package Details: luppp 1.0.1-1
Package Actions
| Package Base: | luppp |
|---|---|
| Description: | A live looping tool (OpenAV) |
| Upstream URL: | http://openavproductions.com/luppp/ |
| Category: | multimedia |
| Licenses: | |
| Groups: | |
| Submitter: | speps |
| Maintainer: | speps |
| Last Packager: | speps |
| Votes: | 2 |
| First Submitted: | 2013-12-12 02:47 |
| Last Updated: | 2014-09-26 15:39 |
Required by (0)
Sources
Latest Comments
Comment by coderkun
Comment by coderkun
Hi speps, version 1.0.1 has been released over a month ago (August 30). Do you have time to update this packages?
Comment by hollunder
Still fails to build.
Comment by meegobit
doesn't build, right at the start:
[ 5%] Building CXX object src/CMakeFiles/luppp.dir/trackoutput.cxx.o
/tmp/yaourt-tmp-xxx/aur-luppp/src/openAV-Luppp-release-1.0/src/timemanager.cxx: In member function 'void TimeManager::process(Buffers*)':
/tmp/yaourt-tmp-xxx/aur-luppp/src/openAV-Luppp-release-1.0/src/timemanager.cxx:160:38: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if ( beatFrameCountdown < buffers->nframes )
^
cc1plus: all warnings being treated as errors
src/CMakeFiles/luppp.dir/build.make:80: recipe for target 'src/CMakeFiles/luppp.dir/timemanager.cxx.o' failed
make[2]: *** [src/CMakeFiles/luppp.dir/timemanager.cxx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:78: recipe for target 'src/CMakeFiles/luppp.dir/all' failed
make[1]: *** [src/CMakeFiles/luppp.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build luppp.
the https://aur.archlinux.org/packages/luppp-git/ one outputs the same error, but works, probably you need to remove the "cc1plus: all warnings being treated as errors" flag somewhere, or upstream should fix the warning