Hi.
I tried to contact the maintainer of dazuko-source (John Ogness
<[EMAIL PROTECTED]>) 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:
[EMAIL PROTECTED]
SMTP error from remote mail server after RCPT TO:<[EMAIL PROTECTED]>:
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: <[EMAIL PROTECTED]>
Received: from mxin2.mailhop.org ([63.208.196.176])
by mxout2.mailhop.org with esmtp (Exim 4.51)
id 1EjZPM-000BFw-Jk
for [EMAIL PROTECTED]; 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 [EMAIL PROTECTED]; 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: <[EMAIL PROTECTED]>
Date: Tue, 06 Dec 2005 10:46:37 +0100
From: Martin Rasp <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
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
[EMAIL PROTECTED]
--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-1dazuko 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,