[proaudio] Strange results - lost pro-audio overlay |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] Strange results - lost pro-audio overlay
- From: "Mark Knecht" <markknecht@xxxxxxxxx>
- Date: Tue, 16 May 2006 11:41:06 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=m+wO/5NrEyjDJQsbJY9gXvxk6MB2sqk94CzHscdTnt1M6R7YryyHt1gnBx0+hXe0vEJH9eA7ohDeWAy50SpuAPoyvZpIkdGSNsmcOB/ybcvTKIM4KnJQpmx4M2EjTN0duUco0wJ59WQp5olBebnU+UPgDffEBTnx8LTbvxp20Ak=
Hi,
Very strange but this morning I no longer have the pro-audio overlay:
lightning ~ # emerge -pv ardour2
These are the packages that I would merge, in order:
Calculating dependencies
emerge: there are no ebuilds to satisfy "ardour2".
lightning ~ #
I had it yesterday when I emerged rt-sources. Here is the tail end of
cat .bash_history so you can see everything that root has done:
emerge -pv rt-sources
emerge -pv --deep --update --newuse rt-sources
emerge rt-sources
df
cd /usr/src/
ls -la
uname -a
rm -rf linux-2.6.16-gentoo-r3
rm -rf linux-2.6.16-gentoo-r4
rm -rf linux-2.6.16-gentoo-r6
df
df
ls -la
cp linux/.config linux-2.6.16-rt22/
cd linux-2.6.16-rt22
make oldconfig
make menuconfig
make && make modules_install
ls -al /lib/modules/
exit
df
mount /boot/
cd /usr/src/
ls -al
rm linux
ln -s linux-2.6.16-rt22 linux
cd linux
cp arch/x86_64/boot/bzImage /boot/bzImage-2.6.16-rt22
vi /boot/grub/grub.conf
umount /boot/
exit
eix realtime
emerge -pv realtime-lsm
lsmod
emerge -pv realtime-lsm
emerge realtime-lsm
emerge -pv realtime-lsm
emerge -pv ardour2
cat .bash_history
exit
lightning ~ #
As you can see, the overlay was there and working for me to emerge
rt-sources which it provides. However by the time I got to reemerging
realtime-lsm I noticed that the overlay indicators were missing from
eix.
What going on?
thanks in advance,
Mark