At this point I'd do the emerge -C whateversourcethisis, then reemerge it - after a sync.


On Sun, 23 Jan 2005, A. Khattri wrote:

On Sun, 23 Jan 2005, Brett I. Holcomb wrote:

It should.  Sounds like something is wrong with the file.  I don't
remember any { in .config.

Maybe this is something in the Makefile?

I found this:

# grep { Makefile
        sed -ne "/^->/{s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1
\2 /* \3 */:; s:->::; p;}"; \

Examining the Makefile further:

define filechk_gen-asm-offsets
       (set -e; \
        echo "#ifndef __ASM_OFFSETS_H__"; \
        echo "#define __ASM_OFFSETS_H__"; \
        echo "/*"; \
        echo " * DO NOT MODIFY."; \
        echo " *"; \
        echo " * This file was generated by arch/$(ARCH)/Makefile"; \
        echo " *"; \
        echo " */"; \
        echo ""; \
        sed -ne "/^->/{s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; 
s:->::; p;}"; \
        echo ""; \
        echo "#endif" )
endef

No { in any of my kernel configs:

# grep { /boot/config-2.6.*




-- gentoo-user@gentoo.org mailing list



Reply via email to