I tried to package cdparanoia by myself. This is what I get: checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... no checking for sys/types.h... no checking for sys/stat.h... no checking for stdlib.h... no checking for string.h... no checking for memory.h... no checking for strings.h... no checking for inttypes.h... no checking for stdint.h... no checking for unistd.h... no checking size of short... 0 checking size of int... 0 checking size of long... 0 checking size of long long... 0 checking for int16_t... no checking for int32_t... no configure: error: No 16 bit type found on this platform! Libc is uclibc.
(In reply to comment #0) > I tried to package cdparanoia by myself. In order for us to help us, you will need to give more information. * The .config you use; * The custom Config.in and cdparanoia.mk files you have made. BTW for this kind of question we prefer to use the mailing list rather than bugzilla. > This is what I get: > > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... no > checking for sys/types.h... no > checking for sys/stat.h... no > checking for stdlib.h... no There's clearly something wrong with the compiler. Check the settings of CC and CFLAGS that you add to the configure script. Did you use autotools-package?
There is no cdparanoia package in Buildroot itself, and after 3 months the user didn't give the requested details. Marking bug as invalid.