On Sat, 15 Aug 2009 14:10:00 +0100, Guy Dalziel <[email protected]> 
wrote:
> On Sat, Aug 15, 2009 at 06:57:50AM -0600, Matthew Burgess wrote:
>> That missing [0] reference is:
>> 
>> http://www.mail-archive.com/[email protected]/
> 
> Ah, I've already looked through that, a project mailing list is usually
> the first place I look. Since it compiles for me, there doesn't appear to
> be a report on the list, and Gentoo marked it as invalid then I'm not
> entirely convinced that this is a problem with either BLFS or dash. Is
> there anyone who can reproduce this?

Yes, I can reproduce it at will here.  Stock LFS-6.5-rc2 and no compiler flags 
set
in my environment:

f gcc -DHAVE_CONFIG_H -I. -I. -I..  -include ../config.h -DBSD=1 -DSHELL 
-DIFS_BROKEN  -Wall -g -O2 -MT eval.o -MD -MP -MF ".deps/eval.Tpo" -c -o eval.o 
eval.c; \
        then mv -f ".deps/eval.Tpo" ".deps/eval.Po"; else rm -f 
".deps/eval.Tpo"; exit 1; fi
eval.c: In function ‘evalcommand’:
eval.c:810: error: ‘EXECCMD’ undeclared (first use in this function)
eval.c:810: error: (Each undeclared identifier is reported only once
eval.c:810: error: for each function it appears in.)
eval.c:812: error: ‘COMMANDCMD’ undeclared (first use in this function)

Could you put your src/builtins.h file online somewhere for me to have a
look at please (assuming 'grep -R EXECCMD *' from the top of the
dash source tree shows it being defined there)?

Thanks,

Matt.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to