Bake Timmons wrote:
After that I give
http://wiki.gnewsense.org/Kernel/Ubuntu-hardy-linux-2-6-24-12-22--fs--hostfs
as URL but I just get beep and message "[No match]" and URL is not accepted.

I cannot reproduce this error on my installations, but I have not tried
that exact version, 22.1.1.  I will try it if I get that the chance and
do not hear from you.

NOTE: I removed ~/.gns-kfv completely before using 0.5-version so that I will get the updated license-choices files

Some things to try:

1. Before you try to give any URL, what happens when you just press TAB
alone?  You should be presented with a huge list of valid URLs.

I get message "find: linux-2.6.24_12.22: No such file or directory"

2. Try running this at a shell prompt:

head ~/.gns-kfv/kfv-sections

Its output should start off like:

http://wiki.gnewsense.org/Kernel/Ubuntu-hardy-linux-2-6-24-12-22
http://wiki.gnewsense.org/Kernel/Ubuntu-hardy-linux-2-6-24-12-22--Documentation

If the file does not exist, read #5 below about the kfv-req-section-url
function, but instead of debugging that function, debug the
kfv-init-sections function.

The file exists with a single line:
find: linux-2.6.24_12.22: No such file or directory

3. What happens at the shell prompt when you try:

cd /usr/src/ && find -L linux-2.6.24_12.22 -type d | \
sed -e 's/[._]/-/g' -e 's/\//--/g' \
-e 's/^/http:\/\/wiki.gnewsense.org\/Kernel\/Ubuntu-hardy-/g' | head

find: linux-2.6.24_12.22: No such file or directory

This seems to be the problem. I have nothing in /usr/src except few files below /usr/src/rpm

What should I do to get unpacked kernel files below /usr/src, if that is required by KFV-Mode?

--
Markus Laire


_______________________________________________
gNewSense-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/gnewsense-users

Reply via email to