Announcement

Collapse
No announcement yet.

Can't build Kernel Modules in F8

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    I added the directive to /etc/rpm/macros, but the same error message still occurs.
    Has anyone gotten this going? I'm on F7. Also, I had to make
    a patch to common/lib/modules/fglrx/build_mod/make.sh:
    Code:
    diff make.sh-orig make.sh
    530c530
    <   if [ `cat $src_file | grep "#undef" | grep "CONFIG_MODVERSIONS" -c` = 0 ]
    ---
    >   if [ `cat $src_file | grep "#define" | grep "CONFIG_MODVERSIONS" -c` -gt 0 ]
    Last edited by albacorela; 01 January 2008, 01:43 PM.

    Comment


    • #12
      EDIT: works if I change "1" to "0" in /etc/rpm/macros:
      Code:
      %_unpackaged_files_terminate_build 0

      Comment

      Working...
      X