Your message dated Mon, 31 Jul 2006 19:04:33 +0200
with message-id <[EMAIL PROTECTED]>
and subject line kernel-patch-uml has been removed, closing outstanding bugs
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: kernel-source-2.6.4
Version: 2.6.4-1
Severity: normal
Tags: patch
When I configured my User Mode Linux 2.6.4 kernel to use CIFS, the
linker failed because both fs/cifs/netmisc.c and libc define inet_addr.
While I don't know why the author of CIFS thought they needed to define
this function, I got around the problem by just commenting it out:
--- kernel-source-2.6.4/fs/cifs/netmisc.c 2004-04-10
15:38:44.000000000 -0400
+++ linux-2.6.4/fs/cifs/netmisc.c 2004-03-10 21:55:44.000000000
-0500
@@ -127,7 +127,6 @@
/* BB add address family, change rc to status flag and return *//* also
see inet_pton */
/* To identify v4 vs. v6 - 1) check for colon (v6 only) 2) then call
inet_pton to parse for bad address */
-/* 2004-04-10 : James Damour : Why is this function *here*? *#/
int
inet_addr(char *cp)
{
@@ -171,13 +170,13 @@
break;
}
- /* check for last characters *#/
+ /* check for last characters */
if (temp != '\0' && (!isascii(temp) || !isspace(temp)))
if (temp != '\\') {
if (temp != '/')
return 0;
else
- (*cp = '\\'); /* switch the slash the
expected way *#/
+ (*cp = '\\'); /* switch the slash the
expected way */
}
if (value > addr_class_max[end - bytes])
return 0;
@@ -186,7 +185,6 @@
return address.s_addr;
}
-/* 2004-04-10 : James Damour : Why is this function *here*? */
/*****************************************************************************
convert a NT status code to a dos class/code
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-386
Locale: LANG=C, LC_CTYPE=C
Versions of packages kernel-source-2.6.4 depends on:
ii binutils 2.14.90.0.7-5 The GNU assembler, linker and bina
ii bzip2 1.0.2-1 A high-quality block-sorting file
ii coreutils [fileutils] 5.0.91-2 The GNU core utilities
-- no debconf information
--- End Message ---
--- Begin Message ---
Hello,
as the subject says, kernel-patch-uml has been removed from the
repository as UML support is included in upstream kernels now.
After some examination I decided the bugs submitted to it don't apply
anymore or are obsolete WRT to current user-mode-linux kernel packages.
If you disagree feel free to discuss on the mailing list at
[EMAIL PROTECTED] about the issue.
Thanks
PS: sorry Matt ;)
--
mattia
:wq!
signature.asc
Description: Digital signature
--- End Message ---