This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window:
apport-collect 1909945 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Tags added: groovy -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1909945 Title: groovy: build failure with commit: UBUNTU: SAUCE: Audit: Add new record for multiple process LSM attributes Status in linux package in Ubuntu: Incomplete Bug description: Hit a build issue with: commit 210acb0b35f61ce224fd08569ae2edb02123c3b4 Author: Casey Schaufler <ca...@schaufler-ca.com> Date: Fri Aug 21 14:29:19 2020 -0700 UBUNTU: SAUCE: Audit: Add new record for multiple process LSM attributes ..in this section: +{ } +static inline int audit_log_task_context(struct audit_buffer *ab, + struct lsmblob *blob); { return 0; } the semicolon at the end of the function prototype should be removed: +{ } +static inline int audit_log_task_context(struct audit_buffer *ab, + struct lsmblob *blob) // <- no semicolon! { return 0; } To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909945/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp