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

invalid email address of dazuko-source package maintainer



Hi.

I tried to contact the maintainer of dazuko-source (John Ogness
<john@ogness.net>) due to a compile problem. As a result I got a "mail
delivery failed" error mail (no such user; see attachment). So I assume
dazuko-source has no maintainer and this list is responsible for this
package.

Martin

--- Begin Message ---
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  john@ogness.net
    SMTP error from remote mail server after RCPT TO:<john@ogness.net>:
    host ogness.homeunix.net [84.158.208.134]: 550 no such user - PLEASE VISIT http://www.ogness.net/og/email.html

------ This is a copy of the message, including all the headers. ------

Return-path: <martin.rasp@auerswald.de>
Received: from mxin2.mailhop.org ([63.208.196.176])
	by mxout2.mailhop.org with esmtp (Exim 4.51)
	id 1EjZPM-000BFw-Jk
	for john@ogness.net; Tue, 06 Dec 2005 04:46:48 -0500
Received: from mail.auerswald.de ([212.185.163.229])
	by mxin2.mailhop.org with esmtp (Exim 4.51)
	id 1EjZPL-000PeZ-Eg
	for john@ogness.net; Tue, 06 Dec 2005 04:46:48 -0500
Received: from [192.168.16.83] [192.168.16.83] by mail.auerswald.de with DvISE PostMan (0232.434B4A484947474A4953);
 06 Dec 2005 09:46:37 UT
Message-ID: <43955DFD.1070103@auerswald.de>
Date: Tue, 06 Dec 2005 10:46:37 +0100
From: Martin Rasp <martin.rasp@auerswald.de>
Organization: Auerswald GmbH & Co. KG
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923)
X-Accept-Language: de-DE, de, en-us, en
MIME-Version: 1.0
To: John Ogness <john@ogness.net>
Subject: Debian: problem compiling dazuko, kernel 2.6.8-2-686-smp
Content-Type: multipart/mixed;
 boundary="------------090904020502070407090905"
X-Mail-Handler: MailHop by DynDNS

This is a multi-part message in MIME format.
--------------090904020502070407090905
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

Hi John.

I think there is a problem with Debian Sarge's dazuko package. I cannot
compile dazuko 1.2.2-1 with kernel 2.6.8-2-686-smp. Since you are the
package maintainer I contact you at first.

Please have a look at my installation steps (commands & output) which I
attached to this email. I don't have a clue what's going wrong. Thanks.

Martin

-- 
Firma Auerswald GmbH & Co. KG
Abteilung EDV
Vor den Grashöfen 1
D-38162 Cremlingen
05306 9200-281
Martin.Rasp@auerswald.de


--------------090904020502070407090905
Content-Type: text/plain;
 name="dazuko-compile-debian.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="dazuko-compile-debian.txt"

# apt-get install dazuko-source
Reading Package Lists... Done
Building Dependency Tree... Done
Recommended packages:
  kernel-package
The following NEW packages will be installed:
  dazuko-source
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/32.1kB of archives.
After unpacking 69.6kB of additional disk space will be used.
Selecting previously deselected package dazuko-source.
(Reading database ... 81170 files and directories currently installed.)
Unpacking dazuko-source (from .../dazuko-source_1.2.2-1_all.deb) ...
Setting up dazuko-source (1.2.2-1) ...

# dpkg -l | grep dazuko
ii  dazuko-source  1.2.2-1        dazuko driver source

# cd /usr/src/
/usr/src# tar xfvz dazuko.tar.gz
modules/
modules/dazuko/
modules/dazuko/example.c
modules/dazuko/dazukoio.h
modules/dazuko/dazukoio.c
modules/dazuko/example_mt.c
modules/dazuko/dazuko.c
modules/dazuko/configure
modules/dazuko/dazuko.h
modules/dazuko/README
modules/dazuko/LICENSE.GPL
modules/dazuko/LICENSE.BSD
modules/dazuko/COPYING
modules/dazuko/CHANGES
/usr/src# cd modules/dazuko/
/usr/src/modules/dazuko# ./configure
checking host system type... Linux
checking if kernel is SMP... yes
checking whether sys_call_table is exported... unknown (assuming yes)
kernel source in /lib/modules/2.6.8-2-686-smp/build... yes

 ------- Configuration -------

events = ON_OPEN ON_CLOSE ON_EXEC
devfs =  no
debug =  no

/usr/src/modules/dazuko# make
gcc -Wall -O -DLINUX -Dlinux dazukoio.c example.c -o example
gcc -Wall -O -DLINUX -Dlinux -pthread dazukoio.c example_mt.c -o example_mt
gcc -Wall -O -DLINUX -Dlinux -D__KERNEL__ -DMODULE -I/lib/modules/2.6.8-2-686-smp/build/include -D__module__smp -D__SMP__ -DON_OPEN_SUPPORT -DON_CLOSE_SUPPORT -DON_EXEC_SUPPORT -c dazuko.c
In file included from /lib/modules/2.6.8-2-686-smp/build/include/asm/smp.h:18,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/smp.h:17,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/sched.h:23,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/module.h:10,
                 from dazuko.c:30:
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
In file included from /lib/modules/2.6.8-2-686-smp/build/include/asm/smp.h:18,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/smp.h:17,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/sched.h:23,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/module.h:10,
                 from dazuko.c:30:
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'
In file included from /lib/modules/2.6.8-2-686-smp/build/include/asm/smp.h:20,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/smp.h:17,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/sched.h:23,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/module.h:10,
                 from dazuko.c:30:
/lib/modules/2.6.8-2-686-smp/build/include/asm/io_apic.h:160: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/lib/modules/2.6.8-2-686-smp/build/include/asm/io_apic.h:160: error: conflicting types for `mp_irqs'
/lib/modules/2.6.8-2-686-smp/build/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'
In file included from /lib/modules/2.6.8-2-686-smp/build/include/linux/smp.h:17,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/sched.h:23,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/module.h:10,
                 from dazuko.c:30:
/lib/modules/2.6.8-2-686-smp/build/include/asm/smp.h:71:26: mach_apicdef.h: No such file or directory
In file included from /lib/modules/2.6.8-2-686-smp/build/include/linux/smp.h:17,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/sched.h:23,
                 from /lib/modules/2.6.8-2-686-smp/build/include/linux/module.h:10,
                 from dazuko.c:30:
/lib/modules/2.6.8-2-686-smp/build/include/asm/smp.h: In function `hard_smp_processor_id':
/lib/modules/2.6.8-2-686-smp/build/include/asm/smp.h:75: warning: implicit declaration of function `GET_APIC_ID'
dazuko.c:62:25: asm/smplock.h: No such file or directory
dazuko.c: At top level:
dazuko.c:175: error: field `nd' has incomplete type
dazuko.c: In function `dazuko_unregister_daemon':
dazuko.c:618: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/modules/2.6.8-2-686-smp/build/include/linux/module.h:567)
dazuko.c: In function `dazuko_register_daemon':
dazuko.c:859: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/modules/2.6.8-2-686-smp/build/include/linux/module.h:555)
dazuko.c: In function `dazuko_get_dentry':
dazuko.c:1718: error: invalid application of `sizeof' to an incomplete type
dazuko.c:1721: warning: implicit declaration of function `path_init'
dazuko.c:1721: error: `LOOKUP_FOLLOW' undeclared (first use in this function)
dazuko.c:1721: error: (Each undeclared identifier is reported only once
dazuko.c:1721: error: for each function it appears in.)
dazuko.c:1721: error: `LOOKUP_POSITIVE' undeclared (first use in this function)
dazuko.c:1727: warning: implicit declaration of function `path_walk'
dazuko.c: In function `dazuko_get_full_filename':
dazuko.c:1843: warning: implicit declaration of function `mntget'
dazuko.c:1843: warning: assignment makes pointer from integer without a cast
dazuko.c:1851: warning: assignment makes pointer from integer without a cast
dazuko.c:1854: warning: implicit declaration of function `__d_path'
dazuko.c:1854: warning: assignment makes pointer from integer without a cast
dazuko.c:1857: warning: implicit declaration of function `mntput'
dazuko.c: In function `dazuko_file_struct_critical_cleanup':
dazuko.c:1926: warning: implicit declaration of function `path_release'
dazuko.c: In function `dazuko_should_scan':
dazuko.c:1985: error: too few arguments to function `permission'
dazuko.c: In function `dazuko_sys_execve':
dazuko.c:2086: error: `PT_DTRACE' undeclared (first use in this function)
dazuko.c: In function `dazuko_sys_open':
dazuko.c:2209: error: dereferencing pointer to incomplete type
dazuko.c:2213: error: dereferencing pointer to incomplete type
dazuko.c:2217: error: dereferencing pointer to incomplete type
dazuko.c: In function `dazuko_sys_close':
dazuko.c:2256: error: dereferencing pointer to incomplete type
dazuko.c:2261: error: dereferencing pointer to incomplete type
dazuko.c:2265: error: dereferencing pointer to incomplete type
dazuko.c: In function `dazuko_init':
dazuko.c:2443: warning: implicit declaration of function `devfs_register_chrdev'
dazuko.c:2444: warning: implicit declaration of function `devfs_register'
dazuko.c:2444: error: `DEVFS_FL_DEFAULT' undeclared (first use in this function)
dazuko.c:2475: warning: implicit declaration of function `lock_kernel'
dazuko.c:2478: warning: implicit declaration of function `fsync_dev'
dazuko.c:2506: warning: implicit declaration of function `unlock_kernel'
dazuko.c: In function `dazuko_exit':
dazuko.c:2577: warning: implicit declaration of function `devfs_unregister_chrdev'
dazuko.c:2578: warning: implicit declaration of function `devfs_unregister'
dazuko.c:2578: warning: implicit declaration of function `devfs_find_handle'
dazuko.c:2578: error: `DEVFS_SPECIAL_CHR' undeclared (first use in this function)
dazuko.c: At top level:
dazuko.c:2622: warning: type defaults to `int' in declaration of `EXPORT_NO_SYMBOLS'
dazuko.c:2622: warning: data definition has no type or storage class
make: *** [dazuko.o] Error 1



# uname -a
Linux pc-von-mr 2.6.8-2-686-smp #1 SMP Thu May 19 17:27:55 JST 2005 i686 GNU/Linux

# ls -al /lib/modules/2.6.8-2-686-smp
total 840
drwxr-xr-x   7 root root   4096 Dec  6 10:26 .
drwxr-xr-x   6 root root   4096 Dec  2 10:23 ..
drwxr-xr-x   2 root root   4096 Jun  1  2005 boot
lrwxrwxrwx   1 root root     39 Dec  6 10:26 build -> /usr/src/kernel-headers-2.6.8-2-686-smp
drwxr-xr-x   2 root root   4096 Dec  6 10:26 extra
drwxr-xr-x   2 root root   4096 Jun  1  2005 initrd
drwxr-xr-x  10 root root   4096 May  3  2005 kernel
drwxr-xr-x   2 root root   4096 Dec  2 10:25 misc
-rw-r--r--   1 root root 137298 Dec  6 10:26 modules.alias
-rw-r--r--   1 root root     69 Dec  6 10:26 modules.ccwmap
-rw-r--r--   1 root root 243771 Dec  6 10:26 modules.dep
-rw-r--r--   1 root root    517 Dec  6 10:26 modules.ieee1394map
-rw-r--r--   1 root root   1061 Dec  6 10:26 modules.inputmap
-rw-r--r--   1 root root  16427 Dec  6 10:26 modules.isapnpmap
-rw-r--r--   1 root root 129774 Dec  6 10:26 modules.pcimap
-rw-r--r--   1 root root 101176 Dec  6 10:26 modules.symbols
-rw-r--r--   1 root root 156935 Dec  6 10:26 modules.usbmap
lrwxrwxrwx   1 root root     28 Dec  6 10:21 source -> /usr/src/kernel-source-2.6.8

# ls -la /usr/src/kernel-headers-2.6.8-2-686-smp
total 284
drwxr-xr-x   3 root root   4096 Dec  2 10:24 .
drwxrwsr-x  10 root src    4096 Dec  6 10:24 ..
-rw-r--r--   1 root root  55199 May 19  2005 .config
-rw-r--r--   1 root root     11 May 19  2005 .extraversion
lrwxrwxrwx   1 root root     34 Dec  2 10:24 Makefile -> .../kernel-headers-2.6.8-2/Makefile
-rw-r--r--   1 root root 208203 May 19  2005 Module.symvers
lrwxrwxrwx   1 root root     30 Dec  2 10:24 arch -> .../kernel-headers-2.6.8-2/arch
lrwxrwxrwx   1 root root     32 Dec  2 10:24 crypto -> .../kernel-headers-2.6.8-2/crypto
lrwxrwxrwx   1 root root     33 Dec  2 10:24 drivers -> .../kernel-headers-2.6.8-2/drivers
lrwxrwxrwx   1 root root     28 Dec  2 10:24 fs -> .../kernel-headers-2.6.8-2/fs
drwxr-xr-x   4 root root   4096 Dec  2 10:24 include
lrwxrwxrwx   1 root root     30 Dec  2 10:24 init -> .../kernel-headers-2.6.8-2/init
lrwxrwxrwx   1 root root     29 Dec  2 10:24 ipc -> .../kernel-headers-2.6.8-2/ipc
lrwxrwxrwx   1 root root     32 Dec  2 10:24 kernel -> .../kernel-headers-2.6.8-2/kernel
lrwxrwxrwx   1 root root     29 Dec  2 10:24 lib -> .../kernel-headers-2.6.8-2/lib
lrwxrwxrwx   1 root root     28 Dec  2 10:24 mm -> .../kernel-headers-2.6.8-2/mm
lrwxrwxrwx   1 root root     29 Dec  2 10:24 net -> .../kernel-headers-2.6.8-2/net
lrwxrwxrwx   1 root root     33 Dec  2 10:24 scripts -> .../kernel-headers-2.6.8-2/scripts
lrwxrwxrwx   1 root root     34 Dec  2 10:24 security -> .../kernel-headers-2.6.8-2/security
lrwxrwxrwx   1 root root     31 Dec  2 10:24 sound -> .../kernel-headers-2.6.8-2/sound
lrwxrwxrwx   1 root root     29 Dec  2 10:24 usr -> .../kernel-headers-2.6.8-2/usr

# ls -al /usr/src/kernel-headers-2.6.8-2/
total 136
drwxr-xr-x  16 root root  4096 Dec  2 10:23 .
drwxrwsr-x  10 root src   4096 Dec  6 10:24 ..
-rw-r--r--   1 root root 27535 May 19  2005 .config
-rw-r--r--   1 root root 38060 May 19  2005 Makefile
drwxr-xr-x  23 root root  4096 Dec  2 10:23 arch
drwxr-xr-x   2 root root  4096 Dec  2 10:23 crypto
drwxr-xr-x  44 root root  4096 Dec  2 10:23 drivers
drwxr-xr-x  53 root root  4096 Dec  2 10:23 fs
drwxr-xr-x  16 root root  4096 Dec  2 10:23 include
drwxr-xr-x   2 root root  4096 Dec  2 10:23 init
drwxr-xr-x   2 root root  4096 Dec  2 10:23 ipc
drwxr-xr-x   3 root root  4096 Dec  2 10:23 kernel
-rw-r--r--   1 root root     9 May 19  2005 kernel-headers.revision
drwxr-xr-x   4 root root  4096 Dec  2 10:23 lib
drwxr-xr-x   2 root root  4096 Dec  2 10:23 mm
drwxr-xr-x  32 root root  4096 Dec  2 10:23 net
lrwxrwxrwx   1 root root    30 Dec  2 10:23 scripts -> .../kernel-kbuild-2.6-3/scripts
drwxr-xr-x   3 root root  4096 Dec  2 10:23 security
drwxr-xr-x  15 root root  4096 Dec  2 10:23 sound
drwxr-xr-x   2 root root  4096 Dec  2 10:23 usr

--------------090904020502070407090905--

--- End Message ---

Reply to: