invalid email address of dazuko-source package maintainer

2005-12-06 Thread Martin Rasp
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,
  

Re: invalid email address of dazuko-source package maintainer

2005-12-06 Thread Jeroen van Wolffelaar
On Tue, Dec 06, 2005 at 11:46:24AM +0100, Martin Rasp wrote:
> 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.

Noted, I'll google a bit and such, and orphan the package later.

Are you interested in it?

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber & MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: invalid email address of dazuko-source package maintainer

2005-12-06 Thread Adam D. Barratt
On Tuesday, December 06, 2005 10:49 AM, Jeroen van Wolffelaar
<[EMAIL PROTECTED]> wrote:

> On Tue, Dec 06, 2005 at 11:46:24AM +0100, Martin Rasp wrote:
>> 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.
>
> Noted, I'll google a bit and such, and orphan the package later.

It appears to be yet another home-grown attempt at spam control. The URL
referenced in the 550 is a web form that suggests it can be used to e-mail
him and be added to his "trusted list".

Whether such an address is suitable to used as the maintainer of a package
is another question.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



memprof 0.5.1-12 MIGRATED to testing

2005-12-06 Thread Debian testing watch
FYI: The status of the memprof source package
in Debian's testing distribution has changed.

  Previous version: 0.5.1-10
  Current version:  0.5.1-12

-- 
This email is automatically generated.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



netmon-applet 0.4-11 MIGRATED to testing

2005-12-06 Thread Debian testing watch
FYI: The status of the netmon-applet source package
in Debian's testing distribution has changed.

  Previous version: 0.4-9
  Current version:  0.4-11

-- 
This email is automatically generated.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



squidguard 1.2.0-7 MIGRATED to testing

2005-12-06 Thread Debian testing watch
FYI: The status of the squidguard source package
in Debian's testing distribution has changed.

  Previous version: 1.2.0-5
  Current version:  1.2.0-7

-- 
This email is automatically generated.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



fv 3.0-13 MIGRATED to testing

2005-12-06 Thread Debian testing watch
FYI: The status of the fv source package
in Debian's testing distribution has changed.

  Previous version: 3.0-12
  Current version:  3.0-13

-- 
This email is automatically generated.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#259850: cscvs branches

2005-12-06 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I've personally lost track of cscvs, and tla development altogether. At
this point I dont know if cscvs is maintained at all anymore. I'm not
sure if it makes sense to keep this bug open any longer, except perhaps
as impetus to upgrade to a newer version?

Micah

John Goerzen wrote:
> Hi,
> 
> The branch mentioned in this bug seems completely offline now.
> Meanwhile, there's now [EMAIL PROTECTED]/cscvs--experimental--1.2,
> but for some reason tla thinks it's an unrelated branch and refuses to
> merge it in to [EMAIL PROTECTED]/cscvs--head--1.0.  Any
> ideas?
> 
> -- John
> 
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDllzn9n4qXRzy1ioRAls2AJ4hK4+Soigc81GozuunA+ByUbZo6wCgiqVB
MU+clO0Wqk32qyzI6zog0fc=
=B//z
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]