mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.4.21-pre4-ac4 make xconfig fails
@ 2003-02-14  3:31 ghugh Song
  2003-02-14  3:56 ` Bryan Andersen
  0 siblings, 1 reply; 3+ messages in thread
From: ghugh Song @ 2003-02-14  3:31 UTC (permalink / raw)
  To: linux-kernel

This is what I get on SuSE-8.1 box:

# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.21-pre4-ac4/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o 
tkparse.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o 
tkcond.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkgen.o tkgen.c
gcc -o tkparse tkparse.o tkcond.o tkgen.o
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
drivers/char/drm/Config.in: 11: can't handle 
dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.21-pre4-ac4/scripts'
make: *** [xconfig] Error 2



Apparently, some people successfully went throught this procedure.

Best regards,

G. Hugh Song



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.4.21-pre4-ac4 make xconfig fails
  2003-02-14  3:31 2.4.21-pre4-ac4 make xconfig fails ghugh Song
@ 2003-02-14  3:56 ` Bryan Andersen
  0 siblings, 0 replies; 3+ messages in thread
From: Bryan Andersen @ 2003-02-14  3:56 UTC (permalink / raw)
  To: linux-kernel

I also see this, Debian testing based system, but I usually menuconfig 
myself.

Looks like a parameter was forgotten.  I see a number of dep_tristate 
lines with three parameters and the one it is choking on has only two.

dep_tristate '  ATI Radeon' CONFIG_DRM_RADEON     <<< chokes this line
dep_tristate '  Intel I810' CONFIG_DRM_I810 $CONFIG_AGP


ghugh Song wrote:
> This is what I get on SuSE-8.1 box:
> 
> # make xconfig
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts kconfig.tk
> make[1]: Entering directory `/usr/src/linux-2.4.21-pre4-ac4/scripts'
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o 
> tkparse.c
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o 
> tkcond.c
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkgen.o 
> tkgen.c
> gcc -o tkparse tkparse.o tkcond.o tkgen.o
> cat header.tk >> ./kconfig.tk
> ./tkparse < ../arch/i386/config.in >> kconfig.tk
> drivers/char/drm/Config.in: 11: can't handle 
> dep_bool/dep_mbool/dep_tristate condition
> make[1]: *** [kconfig.tk] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.4.21-pre4-ac4/scripts'
> make: *** [xconfig] Error 2
> 
> 
> 
> Apparently, some people successfully went throught this procedure.
> 
> Best regards,
> 
> G. Hugh Song
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.4.21-pre4-ac4 make xconfig fails
       [not found] <200302141106.h1EB6OO13604@sunrise.pg.gda.pl>
@ 2003-02-14 11:13 ` Andrzej Krzysztofowicz
  0 siblings, 0 replies; 3+ messages in thread
From: Andrzej Krzysztofowicz @ 2003-02-14 11:13 UTC (permalink / raw)
  To: bryan; +Cc: Alan Cox, kernel list


> I also see this, Debian testing based system, but I usually menuconfig 
> myself.
> 
> Looks like a parameter was forgotten.  I see a number of dep_tristate 
> lines with three parameters and the one it is choking on has only two.
> 
> dep_tristate '  ATI Radeon' CONFIG_DRM_RADEON     <<< chokes this line
> dep_tristate '  Intel I810' CONFIG_DRM_I810 $CONFIG_AGP

According to Alan's changelog:
: o       Radeon no longer needs AGPgart                  (James McClain)

This line should probably be changed to

tristate '  ATI Radeon' CONFIG_DRM_RADEON

-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Gdansk University of Technology

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-14 11:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-14  3:31 2.4.21-pre4-ac4 make xconfig fails ghugh Song
2003-02-14  3:56 ` Bryan Andersen
     [not found] <200302141106.h1EB6OO13604@sunrise.pg.gda.pl>
2003-02-14 11:13 ` Andrzej Krzysztofowicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®