Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] pathdown.sh TOPDIR not set



Hello!

Today I tried to setup a new vdr system on a new Suse 8.1 minimum, but I
got a problem that I cannot solve:

e. g. installing lirc results:
.../lirc # ./setup.sh && make install
says at the end:
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR obj-m=lirc_serial.o
modules)
/usr/src/linux-2.4.19.SUSE/scripts/pathdown.sh: line 4: TOPDIR:
parameter null or not set
make[3]: Entering directoryy `/usr/src/linux-2.4.19.SUSE'
make[3]: *** No rule to make target `lirc_serial.o', needed by
`modules'. Stop.
...


or installing linux-dvb.2003-01-08-ci-ll:
.../DVB/driver # make
results in:
/usr/src/linux-2.4.19.SUSE/scripts/pathdown.sh: line 4: TOPDIR:
parameter null or not set
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[3]: Entering directoryy `/usr/src/linux-2.4.19.SUSE'

The present kernel configuration has modules disabled.
...


Do I have to install some missing packets? The SUSE-kernel-sourcens are
installed.
The contents of /usr/src/linux-2.4.19.SUSE/scripts/pathdown.sh:
    #!/bin/sh
    UP=
    DN=${PWD:?}
    TP=${TOPDIR:?}

    while [ ! $TP/$UP/. -ef $DN ] ;do
            UP=`basename $PWD`/$UP
            cd ..
            if [ "$PWD" = "/" ]; then echo "Lost"; exit 1; fi
    done

    echo $UP
    exit 0

On a backup (Suse 8.1, too, but not minimum) where I was able to install
older versions of lirc, dvb, etc. pathdown.sh is the same.


TMJ


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index