[Buildroot] [buildroot 0001415]: SVN buildroot does not build configuration package

bugs at busybox.net bugs at busybox.net
Mon Jul 2 11:58:07 UTC 2007


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1415 
====================================================================== 
Reported By:                bjdooks
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1415
Category:                   Other
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-02-2007 04:56 PDT
Last Modified:              07-02-2007 04:58 PDT
====================================================================== 
Summary:                    SVN buildroot does not build configuration package
Description: 
The new import of the package/config no longer builds even for the default
by using 'make'

The following fails building mconf.c.

/usr/bin/gcc -g -O2   -c -o mconf.o mconf.c
In file included from mconf.c:27:
lxdialog/dialog.h:32:10: error: #include expects "FILENAME" or <FILENAME>
In file included from mconf.c:27:
lxdialog/dialog.h:97: error: expected specifier-qualifier-list before
'chtype'

This seems to require the $(HOST_EXTRACFLAGS) to build. 

I tried adding:

%.o: %.c
        $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTCFLAGS) $(HOSTCFLAGS_$@) -c $<
-o $@

but this just then fails to link the project.

I do not have enough make expertise to try and fix this, as it is a
complicated piece of make.
====================================================================== 

---------------------------------------------------------------------- 
 bjdooks - 07-02-07 04:58  
---------------------------------------------------------------------- 
URL: svn://uclibc.org/trunk/buildroot
Repository Root: svn://uclibc.org
Repository UUID: 69ca8d6d-28ef-0310-b511-8ec308f3f277
Revision: 18991
Node Kind: directory
Schedule: normal
Last Changed Author: aldot
Last Changed Rev: 18991
Last Changed Date: 2007-07-02 10:54:18 +0100 (Mon, 02 Jul 2007) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-02-07 04:56  bjdooks        New Issue                                    
07-02-07 04:56  bjdooks        Status                   new => assigned     
07-02-07 04:56  bjdooks        Assigned To               => buildroot       
07-02-07 04:58  bjdooks        Note Added: 0002542                          
======================================================================




More information about the buildroot mailing list