Mailing List archive

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

[vdr] 1.3.18: No rule to make target `vdr/plugin.h'



I cannot figure out why some plugins (dvd cvs head and ttxtsubs for example)
won't compile under 1.3.18...
Samples like 'hello' compiles fine btw.

I'm running FC3 (custom 2.6.9) and dvb-kernel HEAD.

Any help highly appreciated!

Stefan


[root@vdr vdr-1.3.18]# make -d plugins
[snip]
Considering target file `all'.
 File `all' does not exist.
  Considering target file `libvdr-ttxtsubs.so'.
   File `libvdr-ttxtsubs.so' does not exist.
    Considering target file `ttxtsubs.o'.
     File `ttxtsubs.o' does not exist.
     Looking for an implicit rule for `ttxtsubs.o'.
     Trying pattern rule with stem `ttxtsubs'.
     Trying implicit prerequisite `ttxtsubs.c'.
     Found an implicit rule for `ttxtsubs.o'.
      Considering target file `ttxtsubs.c'.
       Looking for an implicit rule for `ttxtsubs.c'.
       Trying pattern rule with stem `ttxtsubs'.
       Trying implicit prerequisite `ttxtsubs.y'.
       Trying pattern rule with stem `ttxtsubs'.
       Trying implicit prerequisite `ttxtsubs.l'.
       Trying pattern rule with stem `ttxtsubs'.
       Trying implicit prerequisite `ttxtsubs.w'.
       Trying pattern rule with stem `ttxtsubs'.
       Trying implicit prerequisite `ttxtsubs.w'.
       Trying pattern rule with stem `ttxtsubs.c'.
       Trying implicit prerequisite `ttxtsubs.c,v'.
       Trying pattern rule with stem `ttxtsubs.c'.
       Trying implicit prerequisite `RCS/ttxtsubs.c,v'.
       Trying pattern rule with stem `ttxtsubs.c'.
       Trying implicit prerequisite `RCS/ttxtsubs.c'.
       Trying pattern rule with stem `ttxtsubs.c'.
       Trying implicit prerequisite `s.ttxtsubs.c'.
       Trying pattern rule with stem `ttxtsubs.c'.
       Trying implicit prerequisite `SCCS/s.ttxtsubs.c'.
       Trying pattern rule with stem `ttxtsubs'.
       Trying implicit prerequisite `ttxtsubs.y'.
       Looking for a rule with intermediate file `ttxtsubs.y'.
        Avoiding implicit rule recursion.
        Trying pattern rule with stem `ttxtsubs.y'.
        Trying implicit prerequisite `ttxtsubs.y,v'.
        Trying pattern rule with stem `ttxtsubs.y'.
        Trying implicit prerequisite `RCS/ttxtsubs.y,v'.
        Trying pattern rule with stem `ttxtsubs.y'.
        Trying implicit prerequisite `RCS/ttxtsubs.y'.
        Trying pattern rule with stem `ttxtsubs.y'.
        Trying implicit prerequisite `s.ttxtsubs.y'.
        Trying pattern rule with stem `ttxtsubs.y'.
        Trying implicit prerequisite `SCCS/s.ttxtsubs.y'.
       Trying pattern rule with stem `ttxtsubs'.
       Trying implicit prerequisite `ttxtsubs.l'.
       Looking for a rule with intermediate file `ttxtsubs.l'.
        Avoiding implicit rule recursion.
        Trying pattern rule with stem `ttxtsubs.l'.
        Trying implicit prerequisite `ttxtsubs.l,v'.
        Trying pattern rule with stem `ttxtsubs.l'.
        Trying implicit prerequisite `RCS/ttxtsubs.l,v'.
        Trying pattern rule with stem `ttxtsubs.l'.
        Trying implicit prerequisite `RCS/ttxtsubs.l'.
        Trying pattern rule with stem `ttxtsubs.l'.
        Trying implicit prerequisite `s.ttxtsubs.l'.
        Trying pattern rule with stem `ttxtsubs.l'.
        Trying implicit prerequisite `SCCS/s.ttxtsubs.l'.
       Trying pattern rule with stem `ttxtsubs'.
       Trying implicit prerequisite `ttxtsubs.w'.
       Looking for a rule with intermediate file `ttxtsubs.w'.
        Avoiding implicit rule recursion.
        Trying pattern rule with stem `ttxtsubs.w'.
        Trying implicit prerequisite `ttxtsubs.w,v'.
        Trying pattern rule with stem `ttxtsubs.w'.
        Trying implicit prerequisite `RCS/ttxtsubs.w,v'.
        Trying pattern rule with stem `ttxtsubs.w'.
        Trying implicit prerequisite `RCS/ttxtsubs.w'.
        Trying pattern rule with stem `ttxtsubs.w'.
        Trying implicit prerequisite `s.ttxtsubs.w'.
        Trying pattern rule with stem `ttxtsubs.w'.
        Trying implicit prerequisite `SCCS/s.ttxtsubs.w'.
       Trying pattern rule with stem `ttxtsubs'.
       Rejecting impossible implicit prerequisite `ttxtsubs.w'.
       No implicit rule found for `ttxtsubs.c'.
       Finished prerequisites of target file `ttxtsubs.c'.
      No need to remake target `ttxtsubs.c'.
      Pruning file `ttxtsubs.c'.
      Considering target file `vdr/plugin.h'.
       File `vdr/plugin.h' does not exist.
       Looking for an implicit rule for `vdr/plugin.h'.
       Trying pattern rule with stem `plugin.h'.
       Trying implicit prerequisite `vdr/plugin.h,v'.
       Trying pattern rule with stem `plugin.h'.
       Trying implicit prerequisite `vdr/RCS/plugin.h,v'.
       Trying pattern rule with stem `plugin.h'.
       Trying implicit prerequisite `vdr/RCS/plugin.h'.
       Trying pattern rule with stem `plugin.h'.
       Trying implicit prerequisite `vdr/s.plugin.h'.
       Trying pattern rule with stem `plugin.h'.
       Trying implicit prerequisite `vdr/SCCS/s.plugin.h'.
       No implicit rule found for `vdr/plugin.h'.
       Finished prerequisites of target file `vdr/plugin.h'.
      Must remake target `vdr/plugin.h'.
make[1]: Entering directory
`/usr/src/vdr/vdr-1.3.18/PLUGINS/src/ttxtsubs-0.0.5'
make[1]: *** No rule to make target `vdr/plugin.h', needed by `ttxtsubs.o'.
Stop.
make[1]: Leaving directory
`/usr/src/vdr/vdr-1.3.18/PLUGINS/src/ttxtsubs-0.0.5'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x089899c8 PID 23474 
make: *** [plugins] Error 2
Removing child 0x089899c8 PID 23474 from chain.

[root@vdr vdr-1.3.18]# make -v
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
[root@vdr vdr-1.3.18]# 

[root@vdr vdr-1.3.18]# pwd
/usr/src/vdr/vdr-1.3.18
[root@vdr vdr-1.3.18]# ls -lR PLUGINS
PLUGINS:
total 8
drwxrwxr-x  2 root root 4096 Jan 12 01:20 lib
drwxrwxr-x  3 root root 4096 Jan 12 01:29 src

PLUGINS/lib:
total 0

PLUGINS/src:
total 4
lrwxrwxrwx  1 root root   14 Jan 12 01:29 ttxtsubs -> ttxtsubs-0.0.5
drwxrwxr-x  3 root root 4096 Jan 12 01:31 ttxtsubs-0.0.5





Home | Main Index | Thread Index