Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 740f44b2b12e7181aa5cb8a80f11ecc4 > files > 2

nvidia-current-390.48-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)