Package: rr
Version: 4.2.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> [ 43%] Building CXX object CMakeFiles/rr.dir/src/Scheduler.cc.o
> /usr/bin/c++   -DRR_VERSION=\"4.2.0\" -I/<<PKGBUILDDIR>>/include 
> -I/<<PKGBUILDDIR>>/build  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -D__USE_LARGEFILE64 
> -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -std=c++0x -pthread -O0 -g3 
> -Wall -Wextra -Werror     -o CMakeFiles/rr.dir/src/Scheduler.cc.o -c 
> /<<PKGBUILDDIR>>/src/Scheduler.cc
> /<<PKGBUILDDIR>>/src/Scheduler.cc: In function 'void sleep_time(double)':
> /<<PKGBUILDDIR>>/src/Scheduler.cc:262:30: error: 'floor' was not declared in 
> this scope
>    ts.tv_sec = (time_t)floor(t);
>                               ^
> /<<PKGBUILDDIR>>/src/Scheduler.cc: In member function 'void 
> Scheduler::maybe_reset_high_priority_only_intervals(double)':
> /<<PKGBUILDDIR>>/src/Scheduler.cc:293:65: error: 'pow' was not declared in 
> this scope
>        pow(high_priority_only_duration_step_factor, duration_step);
>                                                                  ^
> /<<PKGBUILDDIR>>/src/Scheduler.cc: In member function 'bool 
> Scheduler::in_high_priority_only_interval(double)':
> /<<PKGBUILDDIR>>/src/Scheduler.cc:313:56: error: 'fmod' was not declared in 
> this scope
>                      high_priority_only_intervals_period);
>                                                         ^
> /<<PKGBUILDDIR>>/src/Scheduler.cc: In member function 'double 
> Scheduler::interrupt_after_elapsed_time() const':
> /<<PKGBUILDDIR>>/src/Scheduler.cc:484:53: error: 'floor' was not declared in 
> this scope
>                   high_priority_only_intervals_period) +
>                                                      ^
> CMakeFiles/rr.dir/build.make:1041: recipe for target 
> 'CMakeFiles/rr.dir/src/Scheduler.cc.o' failed
> make[3]: *** [CMakeFiles/rr.dir/src/Scheduler.cc.o] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
> CMakeFiles/Makefile2:11120: recipe for target 'CMakeFiles/rr.dir/all' failed
> make[2]: *** [CMakeFiles/rr.dir/all] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
> Makefile:163: recipe for target 'all' failed
> make[1]: *** [all] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

Reply via email to