Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] drm spell

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Andraž 'ruskie' Levstik" <ruskie AT codemages.net>
  • To: <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] drm spell
  • Date: Sat, 11 Oct 2008 18:34:45 +0200

On 14:43:35 2008-10-11 Treeve Jelbert <treeve AT scarlet.be> wrote:
> there is some logic in the PREPARE which prevents drm being cast.

It doesn't... just does whatever fancy stuff it does...

> if [[ "$_KERNEL_VERSION" == "2.6.26" ||
> "$_KERNEL_VERSION" == "2.6.27" ]]
> then
> . $GRIMOIRE/FUNCTIONS &&
>
> local _KVM_UNUSED_SYMBOLS=$(get_kernel_config CONFIG_UNUSED_SYMBOLS)
> &&
>
> if [[ $_KVM_UNUSED_SYMBOLS != y ]]
> then
> message "${PROBLEM_COLOR}You don't have CONFIG_UNUSED_SYMBOLS" \
> "enabled in your kernel configuration, cannot build" \
> "${SPELL_COLOR}$SPELL${MESSAGE_COLOR}.${DEFAULT_COLOR}" &&
> return 1
> fi
> fi
>
>
>
> $ grep UNUSED /boot/config
> # CONFIG_UNUSED_SYMBOLS is not set
>
>
> However, when I cast linux, it triggers a cast of drm, which succeeds!
>
> ~$ gaze install drm
> /lib
> /lib/modules
> /lib/modules/2.6.27
> /lib/modules/2.6.27/kernel
> /lib/modules/2.6.27/kernel/drivers
> /lib/modules/2.6.27/kernel/drivers/char
> /lib/modules/2.6.27/kernel/drivers/char/drm
> /lib/modules/2.6.27/kernel/drivers/char/drm/drm.ko
> /lib/modules/2.6.27/kernel/drivers/char/drm/nouveau.ko
> /lib/modules/2.6.27/kernel/drivers/char/drm/nv.ko
>
>
> What is going on?
>
> --
> Regards, Treeve
> _______________________________________________
> SM-Discuss mailing list
> SM-Discuss AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-discuss




  • [SM-Discuss] drm spell, Treeve Jelbert, 10/11/2008
    • Re: [SM-Discuss] drm spell, Andraž 'ruskie' Levstik, 10/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page