[Bug 1636625] Re: Syntax error extra parenthesis linux-headers-3.13.0-100/Makefile

2016-11-29 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.13.0-103.150 --- linux (3.13.0-103.150) trusty; urgency=low [ Luis Henriques ] * Release Tracking Bug - LP: #1644489 * Possible regression on 3.13.0-102.149~precise1 x86_64 (gce) (LP: #1644302) - SAUCE: apparmor: delete

[Bug 1636625] Re: Syntax error extra parenthesis linux-headers-3.13.0-100/Makefile

2016-11-16 Thread Tim Gardner
** Tags removed: verification-needed-trusty ** Tags added: verification-done-trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636625 Title: Syntax error extra parenthesis

[Bug 1636625] Re: Syntax error extra parenthesis linux-headers-3.13.0-100/Makefile

2016-11-14 Thread Luis Henriques
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- trusty' to 'verification-done-trusty'. If verification is not done by 5 working days from

[Bug 1636625] Re: Syntax error extra parenthesis linux-headers-3.13.0-100/Makefile

2016-11-03 Thread Tim Gardner
** Changed in: linux (Ubuntu Trusty) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636625 Title: Syntax error extra parenthesis

[Bug 1636625] Re: Syntax error extra parenthesis linux-headers-3.13.0-100/Makefile

2016-10-27 Thread Tim Gardner
https://lists.ubuntu.com/archives/kernel-team/2016-October/080628.html ** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Trusty) Status: New => In Progress ** Changed in: linux (Ubuntu Trusty) Assignee: (unassigned) =>

[Bug 1636625] Re: Syntax error extra parenthesis linux-headers-3.13.0-100/Makefile

2016-10-26 Thread Gary
Is it not complete now? ** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636625 Title: Syntax error extra parenthesis

[Bug 1636625] Re: Syntax error extra parenthesis linux-headers-3.13.0-100/Makefile

2016-10-26 Thread Gary
apport information ** Tags added: apport-collected ** Description changed: Recommended change: remove incorrect extra ) character root@nereid:/usr/src/linux-headers-3.13.0-100# diff Makefile old2.Makefile 615c615 < -fstack-protector not supported by compiler) --- >

[Bug 1636625] Re: Syntax error extra parenthesis linux-headers-3.13.0-100/Makefile

2016-10-25 Thread Gary
Kernel (and kernel headers) linux-headers-3.13.0-100-generic was released in response to CVE 2016-5195 It is then unfortunate that customers upgrading urgently to kernel 3.13.0-100-generic in Ubuntu 14.04.1 LTS can not rebuild some customer- specific drivers because of the syntax error in this

[Bug 1636625] Re: Syntax error extra parenthesis linux-headers-3.13.0-100/Makefile

2016-10-25 Thread Gary
The warning statement parenthesis is not balanced ifdef CONFIG_CC_STACKPROTECTOR_REGULAR stackp-flag := -fstack-protector ifeq ($(call cc-option, $(stackp-flag)),) $(warning Cannot use CONFIG_CC_STACKPROTECTOR: \ -fstack-protector not supported by compiler)) endif else