Ticket #118 (closed defect: fixed)
linux-headers-2.6.24-parsix[64]-20 packages contain wrong asm symlink
| Reported by: | alan@… | Owned by: | parsix-devel@… |
|---|---|---|---|
| Priority: | high | Component: | Applications |
| Version: | 1.5 (viola) | Severity: | normal |
| Keywords: | Cc: |
Description
Since 2.6.24 kernels, i386 and x86_64 arch are combined into one sub arch. kernel-headers package still creates asm symlink to asm-i386 and asm-x86_64 that's wrong.
Change History
Note: See
TracTickets for help on using
tickets.



Temporary fix till updated kernel is ready:
# cd /usr/src/linux-headers-2.6.24-parsix[64]-20/includes/
# rm asm
# ln -s asm-x86 asm