[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#162637: libc: Some architectures missing functions lrint() lrintf().



> I am the author of libsndfile (I am not a Debian maintainer) which uses two
> functions from the C99 standard, lrint() and lrintf().
> 
> These functions exist on x86 and PowerPC Debian, but not on ia64, ARM and some 
> others. The libsndfile configure script detects the existance of these 
> functions as you can see from the Buildd logs here:
> 
>     http://buildd.debian.org/build.php?arch=&pkg=libsndfile

This bug is fixed in the current debian, for example:

	libsndfile_1.0.4-1_arm:
	
		checking for lrint... yes
		checking for lrintf... yes
	
	libsndfile_1.0.4-1_ia64:
	
		checking for lrint... yes
		checking for lrintf... yes

I checked and all architectures are ok.  Could I close this bug?

Regards,
-- gotom




Reply to: