** Description changed: Probably due to gcc-14 upgrade, now all implicit cast are treated as error: + + ``` + ./arch/arm64/include/asm/memory.h:425:66: error: passing argument 1 of ‘virt_to_pfn’ makes pointer from integer without a cast [-Wint-conversion] + 425 | __is_lm_address(__addr) && pfn_is_map_memory(virt_to_pfn(__addr)); + ```
** Description changed: - Probably due to gcc-14 upgrade, now all implicit cast are treated as - error: + Due to gcc-14 upgrade, implicit cast are treated as error: ``` ./arch/arm64/include/asm/memory.h:425:66: error: passing argument 1 of ‘virt_to_pfn’ makes pointer from integer without a cast [-Wint-conversion] - 425 | __is_lm_address(__addr) && pfn_is_map_memory(virt_to_pfn(__addr)); + 425 | __is_lm_address(__addr) && pfn_is_map_memory(virt_to_pfn(__addr)); ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2075340 Title: nvidia-dkms FTBFS in Oracular To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2075340/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs