Problems compiling latest mercurial

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

 



Hi all, as the subject says. Any ideas?
Thanks!


make -C /home/mythtv/v4l-dvb/v4l
make[1]: Entering directory `/home/mythtv/v4l-dvb/v4l'
echo "No version yet."
No version yet.
uname -r|perl -ne 'if (/^([0-9]*)\.([0-9])*\.([0-9]*)(.*)$/) { printf
("VERSION=%s\nPATCHLEVEL:=%s\nSUBLEVEL:=%s\nKERNELRELEASE:=%s.%s.%s%s\n",$1,$2,$3,$1,$2,$3,$4);
};' > ./.version
make[1]: Leaving directory `/home/mythtv/v4l-dvb/v4l'
make[1]: Entering directory `/home/mythtv/v4l-dvb/v4l'
creating symbolic links...
make -C /lib/modules/2.6.15-1.2054_FC5smp/build
SUBDIRS=/home/mythtv/v4l-dvb/v4l  modules
make[2]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-smp-i686'
  CC [M]  /home/mythtv/v4l-dvb/v4l/video-buf.o
In file included from include/linux/fs.h:220,
                 from include/linux/mm.h:16,
                 from include/linux/pagemap.h:7,
                 from /home/mythtv/v4l-dvb/v4l/video-buf.c:31:
include/linux/mutex.h:77:1: warning: "mutex_init" redefined
In file included from /home/mythtv/v4l-dvb/v4l/video-buf.c:26:
/home/mythtv/v4l-dvb/v4l/compat.h:278:1: warning: this is the location
of the previous definition
In file included from include/linux/fs.h:220,
                 from include/linux/mm.h:16,
                 from include/linux/pagemap.h:7,
                 from /home/mythtv/v4l-dvb/v4l/video-buf.c:31:
include/linux/mutex.h:91:1: warning: "DEFINE_MUTEX" redefined
In file included from /home/mythtv/v4l-dvb/v4l/video-buf.c:26:
/home/mythtv/v4l-dvb/v4l/compat.h:274:1: warning: this is the location
of the previous definition
In file included from include/linux/fs.h:220,
                 from include/linux/mm.h:16,
                 from include/linux/pagemap.h:7,
                 from /home/mythtv/v4l-dvb/v4l/video-buf.c:31:
include/linux/mutex.h:111: error: conflicting types for 'down'
include/asm/semaphore.h:98: error: previous definition of 'down' was here
include/linux/mutex.h:112: error: conflicting types for 'down_interruptible'
include/asm/semaphore.h:120: error: previous definition of
'down_interruptible' was here
include/linux/mutex.h:117: error: conflicting types for 'down_trylock'
include/asm/semaphore.h:146: error: previous definition of
'down_trylock' was here
include/linux/mutex.h:118: error: conflicting types for 'up'
include/asm/semaphore.h:173: error: previous definition of 'up' was here
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_iolock':
/home/mythtv/v4l-dvb/v4l/video-buf.c:370: warning: cast from pointer
to integer of different size
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_queue_init':
/home/mythtv/v4l-dvb/v4l/video-buf.c:446: warning: passing argument 1
of '__mutex_init' from incompatible pointer type
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_reqbufs':
/home/mythtv/v4l-dvb/v4l/video-buf.c:622: warning: passing argument 1
of 'down' from incompatible pointer type
/home/mythtv/v4l-dvb/v4l/video-buf.c:641: warning: passing argument 1
of 'up' from incompatible pointer type
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_qbuf':
/home/mythtv/v4l-dvb/v4l/video-buf.c:673: warning: passing argument 1
of 'down' from incompatible pointer type
/home/mythtv/v4l-dvb/v4l/video-buf.c:758: warning: passing argument 1
of 'up' from incompatible pointer type
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_dqbuf':
/home/mythtv/v4l-dvb/v4l/video-buf.c:769: warning: passing argument 1
of 'down' from incompatible pointer type
/home/mythtv/v4l-dvb/v4l/video-buf.c:812: warning: passing argument 1
of 'up' from incompatible pointer type
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_streamon':
/home/mythtv/v4l-dvb/v4l/video-buf.c:823: warning: passing argument 1
of 'down' from incompatible pointer type
/home/mythtv/v4l-dvb/v4l/video-buf.c:842: warning: passing argument 1
of 'up' from incompatible pointer type
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_streamoff':
/home/mythtv/v4l-dvb/v4l/video-buf.c:850: warning: passing argument 1 of 'down'
/home/mythtv/v4l-dvb/v4l/video-buf.c:858: warning: passing argument 1 of 'up' fr
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_read_one':
/home/mythtv/v4l-dvb/v4l/video-buf.c:915: warning: passing argument 1 of 'down'
/home/mythtv/v4l-dvb/v4l/video-buf.c:986: warning: passing argument 1 of 'up' fr
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_read_stream':
/home/mythtv/v4l-dvb/v4l/video-buf.c:1050: warning: passing argument 1 of 'down'
/home/mythtv/v4l-dvb/v4l/video-buf.c:1126: warning: passing argument 1 of 'up' f
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_poll_stream':
/home/mythtv/v4l-dvb/v4l/video-buf.c:1137: warning: passing argument 1 of 'down'
/home/mythtv/v4l-dvb/v4l/video-buf.c:1165: warning: passing argument 1 of 'up' f
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_vm_close':
/home/mythtv/v4l-dvb/v4l/video-buf.c:1194: warning: passing argument 1 of 'down'
/home/mythtv/v4l-dvb/v4l/video-buf.c:1206: warning: passing argument 1 of 'up' f
/home/mythtv/v4l-dvb/v4l/video-buf.c: In function 'videobuf_mmap_mapper':
/home/mythtv/v4l-dvb/v4l/video-buf.c:1311: warning: passing argument 1 of 'down'
/home/mythtv/v4l-dvb/v4l/video-buf.c:1379: warning: passing argument 1 of 'up' f
make[3]: *** [/home/mythtv/v4l-dvb/v4l/video-buf.o] Error 1
make[2]: *** [_module_/home/mythtv/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-smp-i686'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/mythtv/v4l-dvb/v4l'
make: *** [all] Error 2

_______________________________________________

linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux