Won't compile if build is remote called (wrong path setting in ubuntu/omnibook/Makefile)
Bug #505420 reported by
Michał Kozal
This bug affects 13 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| linux (Ubuntu) |
Invalid
|
Medium
|
Andy Whitcroft | ||
| Lucid |
Fix Released
|
Undecided
|
Tim Gardner | ||
Bug Description
Binary package hint: linux-source-2.6.32
In ubuntu/
EXTRA_LDFLAGS += $(PWD)/
But if we call kernel build remotely, PWD is "" which gives us an error:
ld: /ubuntu/
because it's set only when directly called.
Solution is to move line where PWD is set (PWD = $(shell pwd)) out of "ifeq ($(KERNELRELEAS
so it's set with both direct and remote calls.
Related branches
CVE References
| Changed in linux (Ubuntu): | |
| importance: | Undecided → Medium |
| status: | New → Triaged |
| tags: | added: lucid |
| Changed in linux (Ubuntu): | |
| assignee: | nobody → Andy Whitcroft (apw) |
| status: | Triaged → In Progress |
| Changed in linux (Ubuntu): | |
| status: | Incomplete → Triaged |
| tags: | added: kernel-core |
| tags: | added: patch |
| Changed in linux (Ubuntu): | |
| status: | Triaged → Invalid |
| Changed in linux (Ubuntu Lucid): | |
| assignee: | nobody → Tim Gardner (timg-tpi) |
| status: | New → In Progress |
| Changed in linux (Ubuntu Lucid): | |
| status: | In Progress → Fix Committed |
To post a comment you must log in.

First attachment is wrong file, please delete.