[Bug 2111132] Re: langford-dkms FTBS in Noble with the linux-6.14-hwe kernel

2025-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package langford - 0.0.20130228-6.3ubuntu0.1

---
langford (0.0.20130228-6.3ubuntu0.1) noble; urgency=medium

  * Support linux 6.14 (LP: #232)
- debian/patches/conditional-no_llseek
- debian/patches/conditional-min-max

 -- John Cabaj   Fri, 16 May 2025 16:43:47
-0500

** Changed in: langford (Ubuntu Noble)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/232

Title:
  langford-dkms FTBS in Noble with the linux-6.14-hwe kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langford/+bug/232/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2111132] Re: langford-dkms FTBS in Noble with the linux-6.14-hwe kernel

2025-05-21 Thread Timo Aaltonen
Hello John, or anyone else affected,

Accepted langford into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/langford/0.0.20130228-6.3ubuntu0.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: langford (Ubuntu)
   Status: New => Invalid

** Changed in: langford (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/232

Title:
  langford-dkms FTBS in Noble with the linux-6.14-hwe kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langford/+bug/232/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2111132] Re: langford-dkms FTBS in Noble with the linux-6.14-hwe kernel

2025-05-16 Thread John Cabaj
Debdiff to enable support for both 6.8 and 6.14 kernels.

** Description changed:

  [ Impact ]
  
  DKMS make.log for langford-0.0.20130108 for kernel 6.14.0-15-generic (x86_64)
  Fri May 16 21:40:41 UTC 2025
  make: Entering directory '/usr/src/linux-headers-6.14.0-15-generic'
  make[1]: Entering directory '/var/lib/dkms/langford/0.0.20130108/build'
  warning: the compiler differs from the one used to build the kernel
-   The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 
13.3.0-6ubuntu2~24.04) 13.3.0
-   You are using:   gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
-   CC [M]  langford.o
+   The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 
13.3.0-6ubuntu2~24.04) 13.3.0
+   You are using:   gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
+   CC [M]  langford.o
  In file included from langford.c:17:
  langford.h:115: warning: "MAX" redefined
-   115 | #define MAX(a, b)   (((a) > (b)) ? (a) : (b))
-   | 
+   115 | #define MAX(a, b)   (((a) > (b)) ? (a) : (b))
+   |
  In file included from 
/usr/src/linux-headers-6.14.0-15-generic/include/linux/kernel.h:28,
-  from langford.h:10:
+  from langford.h:10:
  /usr/src/linux-headers-6.14.0-15-generic/include/linux/minmax.h:315: note: 
this is the location of the previous definition
-   315 | #define MAX(a, b) __cmp(max, a, b)
-   | 
+   315 | #define MAX(a, b) __cmp(max, a, b)
+   |
  langford.h:118: warning: "MIN" redefined
-   118 | #define MIN(a, b)   (((a) < (b)) ? (a) : (b))
-   | 
+   118 | #define MIN(a, b)   (((a) < (b)) ? (a) : (b))
+   |
  /usr/src/linux-headers-6.14.0-15-generic/include/linux/minmax.h:314: note: 
this is the location of the previous definition
-   314 | #define MIN(a, b) __cmp(min, a, b)
-   | 
+   314 | #define MIN(a, b) __cmp(min, a, b)
+   |
  langford.c:900:19: error: ‘no_llseek’ undeclared here (not in a function); 
did you mean ‘noop_llseek’?
-   900 | .llseek = no_llseek
-   |   ^
-   |   noop_llseek
+   900 | .llseek = no_llseek
+   |   ^
+   |   noop_llseek
  make[3]: *** 
[/usr/src/linux-headers-6.14.0-15-generic/scripts/Makefile.build:207: 
langford.o] Error 1
  make[2]: *** [/usr/src/linux-headers-6.14.0-15-generic/Makefile:1999: .] 
Error 2
  make[1]: *** [/usr/src/linux-headers-6.14.0-15-generic/Makefile:251: 
__sub-make] Error 2
  make[1]: Leaving directory '/var/lib/dkms/langford/0.0.20130108/build'
  make: *** [Makefile:251: __sub-make] Error 2
  make: Leaving directory '/usr/src/linux-headers-6.14.0-15-generic'
  
  [ Test case ]
  
  Install the latest linux-6.14 kernel on Noble:
  
  $ sudo add-apt-repository ppa:canonical-kernel-team/ppa
  $ sudo apt install linux-generic-hwe-24.04-wip
  
  Install langford-dkms:
  
  $ sudo apt install langford-dkms
  
  Load the module:
  
- $ sudo modprobe
+ $ sudo modprobe langford
  
  The same procedure can be repeated on linux-6.8 to test for possible
  regressions.
  
  [ Fix ]
  
  Apply patches from langford-dkms from Plucky release:
  
- * debian/patches/
- 
+ * debian/patches/conditional-no_llseek
+ * debian/patches/conditional-min-max
  
  [ Regression potential ]
  
  We may experience regressions in systems that are using the langford
  drivers, especially with kernels >= 6.8 kernel.

** Patch added: "langford-support-noble-6.14.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/langford/+bug/232/+attachment/5878062/+files/langford-support-noble-6.14.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/232

Title:
  langford-dkms FTBS in Noble with the linux-6.14-hwe kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langford/+bug/232/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs