Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84205 - media-radio/ax25-tools needs an include file that was removed in kernel 2.6
Summary: media-radio/ax25-tools needs an include file that was removed in kernel 2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-05 10:05 UTC by Florian Weber
Modified: 2005-03-12 11:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Weber 2005-03-05 10:05:47 UTC
The sethdlc utility from media-radio/ax25-tools needs /usr/include/linux/soundmodem.h to compile. Starting with kernel 2.6 this file is not present anymore.

Reproducible: Always
Steps to Reproduce:
1. Compile media-radio/ax25-tools
Actual Results:  
GCC stops and complains about missing said file 

Expected Results:  
Clean compile
Comment 1 Florian Weber 2005-03-05 10:13:44 UTC
The patch at http://www.linuxfromscratch.org/patches/downloads/ax25-tools/ax25-tools-0.0.8-soundmodem-1.patch
will rectify the problem by recreating the missing file inside the source tree.
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2005-03-12 11:51:46 UTC
Thanks. Committed.