Bug 7826

Summary: Building of cdparanoia
Product: buildroot Reporter: prezi <mistepien>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Host: Target:
Build:

Description prezi 2015-01-23 17:00:47 UTC
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.
Comment 1 Arnout Vandecappelle 2015-01-24 22:47:11 UTC
(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?
Comment 2 Thomas Petazzoni 2015-04-09 13:11:44 UTC
There is no cdparanoia package in Buildroot itself, and after 3 months the user didn't give the requested details. Marking bug as invalid.