Package: rtai
Version: 3.2-1
Severity: important
Justification: fails to build from source


System is a Knoppix 5.0.1EN installed to hard drive as debian.

###
### RTAI  (realtime extensions)
###
apt-get install rtai rtai-doc rtai-source
apt-get install kernel-patch-adeos
apt-get install linux-source-2.6.17
cd /usr/src
tar jxvf rtai-source.tar.bz2
tar jxvf linux-source-2.6.17.tar.bz2
cd linux-source-2.6.17
cp ../kernel.conf .config
make-kpkg clean
make-kpkg --added-patches adeos --config x kernel_image modules_image
   # there are problems with adeos patches for 2.6.17 being missing

apt-get install linux-source-2.6.16
apt-get install linux-image-2.6.16-2-686  # need config file
   # interactive, acknowledge messages and tell it to proceed
         
cd /usr/src
tar jxvf linux-source-2.6.16.tar.bz2

cd linux-source-2.6.16
 # cp ../kernel.conf .config
cp /boot/config-2.6.16-2-686 .config
yes| tr "y" "\n" | make-kpkg --added-patches adeos --config oldconfig 
kernel_image modules_image

#configure: error: HAL patch not applied/enabled in
/usr/src/linux-source-2.6.16
#Module /usr/src/modules/rtai failed.
# closest I could find was:
 patch --dry-run -p1 
<../modules/rtai/rtai-core/arch/i386/patches/hal7-2.6.8.1.patch
# which had a very large number of rejects
cd /usr/src/modules/rtai
../configure
# error: HAL patch not applied/enabled in /usr/src/linux-source-2.6.16
apt-get -t unstable install rtai rtai-doc rtai-source
cd /usr/src/linux-source-2.6.16
make-kpkg clean
yes| tr "y" "\n" | make-kpkg --added-patches adeos --config oldconfig 
kernel_image modules_image
  # same error

# No HAL patch for 2.6.16 is in evidence.          



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rtai depends on:
ii  rtai-doc                      3.2-1      real time application interface (d
ii  rtai-source                   3.2-1      real time application interface (m

rtai recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to