Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > a9b7a27588e4da1808ddce3a39a3e53e > files > 2

nvidia-current-390.59-1.mga6.nonfree.src.rpm


This test tries to use a kernel internal-only symbol, succseeds on test,
but creates non-working driver due to missing symbol.

Fixed once in:
https://bugs.mageia.org/show_bug.cgi?id=17604

But I dropped the "fix" in the 375 branch rebase, causing:
https://bugs.mageia.org/show_bug.cgi?id=20192

So just disable the test on i586

Signed-off-by: Thomas Backlund <tmb@mageia.org>



--- NVIDIA-Linux-x86-375.39/kernel/conftest.sh.orig
+++ NVIDIA-Linux-x86-375.39/kernel/conftest.sh
@@ -1764,7 +1764,7 @@ compile_test() {
                 phys_to_dma();
             }"
 
-            compile_check_conftest "$CODE" "NV_PHYS_TO_DMA_PRESENT" "" "functions"
+            # compile_check_conftest "$CODE" "NV_PHYS_TO_DMA_PRESENT" "" "functions"
         ;;
 
         dma_ops)