Build failures with libc6 2.23 from experimental

2016-03-20 Thread Martin Michlmayr
I compiled unstable with libc6 2.23 (2.23-0experimental0) from
experimental.

I filed the following build failures:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=2.23;users=debian-glibc@lists.debian.org

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#811574: FTBFS with GCC 6: statement indented as if it were guarded by

2016-01-19 Thread Martin Michlmayr
sdeps/unix/sysv/linux/x86_64  
> -I../sysdeps/unix/sysv/linux/x86  -I../sysdeps/unix/sysv/linux/wordsize-64  
> -I../sysdeps/x86_64/nptl  -I../sysdeps/unix/sysv/linux/include 
> -I../sysdeps/unix/sysv/linux  -I../sysdeps/nptl  -I../sysdeps/pthread  
> -I../sysdeps/gnu  -I../sysdeps/unix/inet  -I../sysdeps/unix/sysv  
> -I../sysdeps/unix/x86_64  -I../sysdeps/unix  -I../sysdeps/posix  
> -I../sysdeps/x86_64/64  -I../sysdeps/x86_64/fpu/multiarch  
> -I../sysdeps/x86_64/fpu  -I../sysdeps/x86/fpu/include -I../sysdeps/x86/fpu  
> -I../sysdeps/x86_64/multiarch  -I../sysdeps/x86_64  -I../sysdeps/x86  
> -I../sysdeps/ieee754/ldbl-96  -I../sysdeps/ieee754/dbl-64/wordsize-64  
> -I../sysdeps/ieee754/dbl-64  -I../sysdeps/ieee754/flt-32  
> -I../sysdeps/wordsize-64  -I../sysd
> eps/ieee754  -I../sysdeps/generic  -I.. -I../libio -I. -nostdinc -isystem 
> /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem 
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -isystem 
> /<>/debian/include  -D_LIBC_REENTRANT -include 
> /<>/build-tree/amd64-libc/libc-modules.h -DMODULE_NAME=libc 
> -include ../include/libc-symbols.h   -DASSEMBLER  -pipe -O2 -g  
> -Wa,--noexecstack   -o /<>/build-tree/amd64-libc/stdlib/rshift.o 
> -MD -MP -MF /<>/build-tree/amd64-libc/stdlib/rshift.o.dt -MT 
> /<>/build-tree/amd64-libc/stdlib/rshift.o
> In file included from ../sysdeps/wordsize-64/strtol_l.c:6:0:
> ../stdlib/strtol_l.c: In function 'strtol_l_internal':
> ../stdlib/strtol_l.c:360:9: error: statement is indented as if it were 
> guarded by... [-Werror=misleading-indentation]
>  cnt < thousands_len; })
>  ^~~
> 
> ../stdlib/strtol_l.c:357:9: note: ...this 'for' clause, but it is not
>&& ({ for (cnt = 0; cnt < thousands_len; ++cnt)
>  ^~~
> 

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#492892: emdebian

2008-07-30 Thread Martin Michlmayr
I think the important sentence is "Building packages to emdebian
i386".

I wouldn't be surprised if this is an emdebian related problem.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#462112: [EMAIL PROTECTED]: Re: Tester with IP27/IP30 needed]

2008-02-05 Thread Martin Michlmayr
FYI; read the section about MIPS I.

- Forwarded message from Thiemo Seufer <[EMAIL PROTECTED]> -

From: Thiemo Seufer <[EMAIL PROTECTED]>
Subject: Re: Tester with IP27/IP30 needed
Date: Tue, 5 Feb 2008 12:22:11 +
To: Kumba <[EMAIL PROTECTED]>
Cc: Florian Lohoff <[EMAIL PROTECTED]>, Ralf Baechle <[EMAIL PROTECTED]>,
Thomas Bogendoerfer <[EMAIL PROTECTED]>,
[EMAIL PROTECTED], [EMAIL PROTECTED]
User-Agent: Mutt/1.5.17+20080114 (2008-01-14)

Kumba wrote:
> Florian Lohoff wrote:
>> On Sun, Feb 03, 2008 at 03:16:48AM +0100, Ralf Baechle wrote:
>>> On Sat, Feb 02, 2008 at 05:08:31PM -0500, Kumba wrote:
>>>
>>>> Thomas Bogendoerfer wrote:
>>>>> no suprise here. As Ralf already noted cache barrier is a restricted
>>>>> instruction, it will always cause a illegal instruction when used
>>>>> in user space. Nevertheless it looks like all IP28 are affected
>>>>> by the simple exploit. Flo built glibc 2.7 with LLSC war workaround
>>>>> and this avoids triggering the hang.
>>>> Ah, didn't know the 'cache' instructions was kernel-mode only.  
>>>> Explains why it survived then :)
>>>>
>>>> How does one enable the LLSC war workaround in glibc?
>>> By modifying the code ;-)
>>
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462112
>>
>> Flo
>
> Interesting.  Is there a reason the kernel uses an #ifdef to choose 
> between 'bezq' and 'bezql' that's not needed in glibc itself?  Or does 
> glibc itself lack a mechanism to detect CPU types to single out this 
> specific change?

glibc for mips has currently no such mechanism. Note that this change
breaks MIPS I CPUs, so it is not generally applicable.

> And any idea if uClibc will need similar mods?

It needs a similiar change to support R1 v2.5.


Thiemo

- End forwarded message -

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Re: Debian Installer Status Update - August 31th 2007

2007-09-03 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2007-09-03 15:42]:
> When I replace libdl.so.2, ld.so.1 and libc.so.6 in the initrd with a
> version from May, the initrd will start correctly.  (I will get
> "relocation error: version GLIBC_2.0 not defined in file libc.so.6"
> messages later on, obviously, but at least the initrd starts).
> 
> Thiemo, waldi, glibc folks: any idea?

When I use mklibs-copy rather than mklibs to produce the initrd it
works.  Maybe waldi can give some help as to how to track this down.
(Please drop debian-glibc on follow-ups.)
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Re: Debian Installer Status Update - August 31th 2007

2007-09-03 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2007-09-02 20:09]:
> Now, the daily image didn't work on a Cobalt (nothing happens after
> "Freeing unused kernel memory") but I believe that's a different
> problem.

When I replace libdl.so.2, ld.so.1 and libc.so.6 in the initrd with a
version from May, the initrd will start correctly.  (I will get
"relocation error: version GLIBC_2.0 not defined in file libc.so.6"
messages later on, obviously, but at least the initrd starts).

Thiemo, waldi, glibc folks: any idea?

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#421987: 'CLK_TCK' undeclared

2007-05-02 Thread Martin Michlmayr
For the record, most of these bugs were reported already.  I filed the
rest.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#421987: 'CLK_TCK' undeclared

2007-05-02 Thread Martin Michlmayr
Package: glibc
Version: 2.5-1
Severity: serious

A number of packages fail to build because 'CLK_TCK' is undeclared.  I
suppose (but haven't confirmed) this comes from libc.  Is this a bug
in libc, the packages or something else?

At least the following packages fail to build:

atftp_0.7.dfsg-1.2:stats.c:160: error: 'CLK_TCK' undeclared (first use in this 
function)
diald_0.99.4-7.1:diald.c:188: error: 'CLK_TCK' undeclared (first use in this 
function)
digitaldj_0.7.5-5:ddj.c:1025: error: 'CLK_TCK' undeclared (first use in this 
function)
dsniff_2.4b1+debian-15:./sshow.c:226: error: 'CLK_TCK' undeclared (first use in 
this function)
euler_1.61.0-1:main.c:442: error: 'CLK_TCK' undeclared (first use in this 
function)
icon_9.4.2-2.7:time.c:35: error: 'CLK_TCK' undeclared (first use in this 
function)
john_1.6-40.1:bench.c:106: error: 'CLK_TCK' undeclared (first use in this 
function)
libdc1394_1.1.0-3:grab_partial_image.c:216: error: 'CLK_TCK' undeclared (first 
use in this function)
lua-posix_1.0-5:lposix.c:618: error: 'CLK_TCK' undeclared (first use in this 
function)
maxdb-7.5.00_7.5.00.34-7:ven69-a.c:71: error: 'CLK_TCK' undeclared (first use 
in this function)
scanlogd_2.2.5-2:scanlogd.c:181: error: 'CLK_TCK' undeclared (first use in this 
function)

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#420552: ARM: apt-get source: ../sysdeps/unix/sysv/linux/check_pf.c:68: make_request: Assertion...

2007-04-27 Thread Martin Michlmayr
* Lennert Buytenhek <[EMAIL PROTECTED]> [2007-04-27 11:56]:
> I don't see this on EABI, so I suspect that it is an old-ABI
> alignment/padding issue in glibc.

Yeah, it actually got fixed in -4.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#420552: Works

2007-04-25 Thread Martin Michlmayr
This is working now, thanks.  Can you make sure to talk to drow so
this patch will get applied in CVS (if it hasn't already).
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#420552: ARM: apt-get source: ../sysdeps/unix/sysv/linux/check_pf.c:68: make_request: Assertion...

2007-04-23 Thread Martin Michlmayr
Here's the output from strace (for wget).  Note that 'host" from bind9
works.

open("/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/wget.mo", O_RDONLY) = -1 ENOENT (No such 
file or directory)
write(2, "Resolving ftp.debian.org... ", 28Resolving ftp.debian.org... ) = 28
socket(PF_NETLINK, SOCK_RAW, 0) = 3
bind(3, {sa_family=AF_NETLINK, pid=0, groups=}, 12) = 0
getsockname(3, {sa_family=AF_NETLINK, pid=27891, groups=}, [12]) = 0
time(NULL)  = 2124090105
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such 
file or directory)
write(2, "wget: ../sysdeps/unix/sysv/linux"..., 137wget: 
../sysdeps/unix/sysv/linux/check_pf.c:68: make_request: Assertion `sizeof (req) 
- ((size_t) &((struct req *)0)->pad) == 3' failed.
) = 137
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
statfs64(umovestr: Input/output error
0x6cf3, 27891, {???})  = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++


(sid)[EMAIL PROTECTED]:~/tmp# uname -a
Linux all6500-arm 2.6.18-4-iop32x #1 Thu Feb 22 03:51:25 UTC 2007 armv5tel 
GNU/Linux

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#420552: ARM: apt-get source: ../sysdeps/unix/sysv/linux/check_pf.c:68: make_request: Assertion...

2007-04-23 Thread Martin Michlmayr
reassign 420552 libc6
found 420552 2.5-3
severity 420552 serious
retitle 420552 ARM: ../sysdeps/unix/sysv/linux/check_pf.c:68: make_request: 
Assertion...
thanks

* Martin Michlmayr <[EMAIL PROTECTED]> [2007-04-23 09:37]:
> After upgrading my ARM sid chroot to current sid, I get the following
> when running apt-get source.  Is this a bug in apt or libc6?

Okay, this is more serious than I thought:

(sid)[EMAIL PROTECTED]:~/src$ wget http://ftp.debian.org/
--08:43:09--  http://ftp.debian.org/
   => `index.html'
Resolving ftp.debian.org... wget: ../sysdeps/unix/sysv/linux/check_pf.c:68: 
make_request: Assertion `sizeof (req) - ((size_t) &((struct req *)0)->pad) == 
3' failed.
Aborted

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#420552: ARM: apt-get source: ../sysdeps/unix/sysv/linux/check_pf.c:68: make_request: Assertion...

2007-04-23 Thread Martin Michlmayr
Package: apt,libc6
Severity: important

After upgrading my ARM sid chroot to current sid, I get the following
when running apt-get source.  Is this a bug in apt or libc6?

(sid)[EMAIL PROTECTED]:~/src$ apt-get source texlive-bin
Reading package lists... Done
Building dependency tree... Done
Need to get 70.8MB of source archives.
0% [Working]http: ../sysdeps/unix/sysv/linux/check_pf.c:68:
make_request: Assertion `sizeof (req) - ((size_t) &((struct req
*)0)->pad) == 3' failed.
E: Method http has died unexpectedly!
(sid)[EMAIL PROTECTED]:~/src$


I have:

ii  apt 0.6.46.4-0.1
ii  libc6   2.5-2

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: PAGE_SIZE is undeclared

2006-10-14 Thread Martin Michlmayr
* Bastian Blank <[EMAIL PROTECTED]> [2006-10-14 20:55]:
> Several arches don't export PAGE_SIZE as it is not fixed.

That still leaves us with at least 8 build failures, and I should note
that these packages built on ia64/mips successfully before.


Here's a list:

bogl_0.1.18-1.4_20061010-0435:bogl.c:172: error: 'PAGE_MASK' undeclared (first 
use in this function)
ganglia-monitor-core_2.5.7-3_20061010-0807:gexec_process.c:330: error: 
'PAGE_SHIFT' undeclared (first use in this function)
lvm10_1:1.0.8-12_20061010-0845:lv_check_consistency.c:74: error: 'PAGE_SIZE' 
undeclared (first use in this function)
svgatextmode_1.9-15_20061010-1056:ttyresize.c:163: error: 'PAGE_SIZE' 
undeclared (first use in this function)
eciadsl_0.11-3_20061011-1033:pusb-linux.c:355: error: 'PAGE_SIZE' undeclared 
(first use in this function)
directfb-0.9-22_0.9.22-10_20061011-1538:../../../lib/direct/system.c:64: error: 
'PAGE_SIZE' undeclared (first use in this function)
jfbterm_0.4.7-4_20061011-2328:fbcommon.c:556: error: 'PAGE_MASK' undeclared 
(first use in this function)
vnc4_4.1.1+X4.3.0-18_20061013-1152:fbdevhw.c:548: error: 'PAGE_MASK' undeclared 
(first use in this function)

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Re: Bug#393040: FTBFS: expected declaration specifiers or '...' before '_llseek'

2006-10-14 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-10-14 18:56]:
> I don't know if this is a bug in your package or in the
> linux-kernel-headers but I assume you're doing something you
> shouldn't be doing in userspace.
> 
> partitioning.c:78: error: expected declaration specifiers or '...' before 
> '_llseek'

Sorry for filing so many bugs on the same issue.  I didn't realize how
many packages exhibited this problem until I filed a bunch of bugs.
Maybe this is a linux-kernel-headers issue after all.  Can someone
please investigate.

Hmm, yeah, it compiles fine on amd64 so I assume it's a header problem
on i386.


FWIW, the following packages are affected:

bugs filed already:
 atari-fdisk #393024
 tct #393007
 fdclone #393027
 gpart #393039
 grubconf #393040

no bugs filed:
 lphdisk
 sg-utils
 sg3-utils

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: Log for failed build of ganglia-monitor-core_2.5.7-3 (dist=unstable1)

2006-10-14 Thread Martin Michlmayr
PAGE_SHIFT

> Automatic build of ganglia-monitor-core_2.5.7-3 on coconut0 by sbuild/ia64 
> 0.49
...
>  ia64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I./dnet -g -O2 
> -Wall -D_REENTRANT -c gexec_process.c -MT gexec_process.lo -MD -MP -MF 
> .deps/gexec_process.TPlo  -fPIC -DPIC -o .libs/gexec_process.o
> gexec_process.c: In function 'gexec_process_func':
> gexec_process.c:330: error: 'PAGE_SHIFT' undeclared (first use in this 
> function)
> gexec_process.c:330: error: (Each undeclared identifier is reported only once
> gexec_process.c:330: error: for each function it appears in.)
> make[3]: *** [gexec_process.lo] Error 1
> make[3]: Leaving directory `/build/tbm/ganglia-monitor-core-2.5.7/lib'
> make[2]: *** [all-recursive] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: Log for failed build of gps_1.1.0-3 (dist=unstable1)

2006-10-14 Thread Martin Michlmayr
> Automatic build of gps_1.1.0-3 on bigsur by sbuild/mips 0.49
...
> c++ -O2 -c history.cc -o history.o  -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DWDOC=\"/usr/doc\"  
> In file included from 
> /usr/lib/gcc/mips-linux-gnu/4.1.2/../../../../include/c++/4.1.2/backward/iostream.h:31,
>  from history.cc:27:
> /usr/lib/gcc/mips-linux-gnu/4.1.2/../../../../include/c++/4.1.2/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider using one of the 32 headers found in section 17.4.1.2 
> of the C++ standard. Examples include substituting the  header for the 
>  header for C++ includes, or  instead of the deprecated header 
> . To disable this warning use -Wno-deprecated.
> c++ -O2 -c linuxprocfs.cc -o linuxprocfs.o  -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DWDOC=\"/usr/doc\"  
> linuxprocfs.cc: In member function 'virtual void 
> LinuxProcFsProcessListPoller::poll()':
> linuxprocfs.cc:272: error: 'PAGE_SHIFT' was not declared in this scope
> linuxprocfs.cc: In member function 'virtual void 
> LinuxProcFsProcessDetailsPoller::poll(int)':
> linuxprocfs.cc:518: error: 'PAGE_SHIFT' was not declared in this scope
> make[1]: *** [linuxprocfs.o] Error 1
> make[1]: Leaving directory `/build/tbm/gps-1.1.0'
> make: *** [build-stamp] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: Log for failed build of bogl_0.1.18-1.4 (dist=unstable1)

2006-10-14 Thread Martin Michlmayr
PAGE_MASK...

> Automatic build of bogl_0.1.18-1.4 on bigsur by sbuild/mips 0.49
...
> make[1]: Entering directory `/build/tbm/bogl-0.1.18'
> cc -O2 -g -D_GNU_SOURCE -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl.lo -fPIC 
> -c bogl.c
> bogl.c: In function 'bogl_init':
> bogl.c:172: error: 'PAGE_MASK' undeclared (first use in this function)
> bogl.c:172: error: (Each undeclared identifier is reported only once
> bogl.c:172: error: for each function it appears in.)
> make[1]: *** [bogl.lo] Error 1
> make[1]: Leaving directory `/build/tbm/bogl-0.1.18'

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: arch

2006-10-14 Thread Martin Michlmayr
the pattern seems to be: ia64 and mips.  amd64 and i386 seem fine.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: PAGE_SIZE is undeclared

2006-10-14 Thread Martin Michlmayr
ck_active.c
> gcc -c -pipe -g -O2 -Wall -I../../tools/lib -I../../tools 
> -I/build/tbm/lvm10-1.0.8/1.0.8/tools/lib -I../../../kernel -o 
> lv_check_consistency.o lv_check_consistency.c
> lv_check_consistency.c: In function 'lv_check_consistency':
> lv_check_consistency.c:74: error: 'PAGE_SIZE' undeclared (first use in this 
> function)
> lv_check_consistency.c:74: error: (Each undeclared identifier is reported 
> only once
> lv_check_consistency.c:74: error: for each function it appears in.)
> make[4]: *** [lv_check_consistency.o] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#386264: amd64: conflicting types for 'usleep'

2006-09-06 Thread Martin Michlmayr
Package: linux-kernel-headers
Version: 2.6.17.10-1

> Automatic build of xmms-jess_2.9.1-8 on em64t by sbuild/amd64 0.49
...
> Toolchain package versions: libc6-dev_2.3.6.ds1-4 
> linux-kernel-headers_2.6.17.10-1 gcc-4.1_4.1.1-13 g++-4.1_4.1.1-13 
> binutils_2.17-2 libstdc++6-4.1-dev_4.1.1-13 libstdc++6_4.1.1-13
> D: Running: /usr/lib/gcc-snapshot/bin/gcc -c -I/usr/include/xmms 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -g -ftree-vectorize -Os 
> -pipe -ansi -ffast-math -DPIC -fPIC jess.c -fPIC -DPIC -o .libs/jess.o 
> In file included from jess.c:20:
> def.h:19:1: warning: "LINE_MAX" redefined
> In file included from /usr/include/limits.h:148,
>  from 
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.2.0/include/limits.h:122,
>  from 
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.2.0/include/syslimits.h:7,
>  from 
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.2.0/include/limits.h:11,
>  from /usr/lib/glib/include/glibconfig.h:9,
>  from /usr/include/glib-1.2/glib.h:66,
>  from /usr/include/xmms/plugin.h:27,
>  from jess.c:11:
> /usr/include/bits/posix2_lim.h:82:1: warning: this is the location of the 
> previous definition
> jess.c:30: error: conflicting types for 'usleep'
> /usr/include/unistd.h:405: error: previous declaration of 'usleep' was here
> make[1]: *** [jess.lo] Error 1
> make[1]: Leaving directory `/build/tbm/xmms-jess-2.9.1'
> make: *** [build-arch] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#378295: still there

2006-09-06 Thread Martin Michlmayr
reopen 378295 !
found 378295 2.6.17.10-1
thanks

As indicated in James' message, this is still there.

-- 
Martin Michlmayr
http://www.cyrius.com/


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



multiple definition of `_init'

2006-07-25 Thread Martin Michlmayr
While building rsplib, I get the following errors.  Is that an
application or glibc problem?

g++ -shared /usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbeginS.o  .libs/mutex.o .libs/thread.o  
-L/usr/lib/gcc/x86_64-linux-gnu/4.1.2 
-L/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/crtn.o  -o 
.libs/libcppthread.so.0.0.0
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/crti.o: In function 
`_init':
/home/aurel32/tmp/amd64/glibc-2.3.6/build-tree/amd64-libc/csu/crti.S:25: 
multiple definition of `_init'
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/crti.o:/home/aurel32/tmp/amd64/glibc-2.3.6/build-tree/amd64-libc/csu/crti.S:25:
 first defined here
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/crti.o: In function 
`_fini':
/home/aurel32/tmp/amd64/glibc-2.3.6/build-tree/amd64-libc/csu/crti.S:37: 
multiple definition of `_fini'
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/crti.o:/home/aurel32/tmp/amd64/glibc-2.3.6/build-tree/amd64-libc/csu/crti.S:37:
 first defined here
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbeginS.o:(.data.rel+0x0): multiple 
definition of `__dso_handle'
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbeginS.o:(.data.rel+0x0): first defined 
here
collect2: ld returned 1 exit status
make[2]: *** [libcppthread.la] Error 1
make[2]: Leaving directory `/home/tbm/src/rsplib-1.0.0/rsplib'

-- 
Martin Michlmayr
http://www.cyrius.com/


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



conflicint usleep definitions

2006-07-22 Thread Martin Michlmayr
Is this a known issue?

> Automatic build of xmms-jess_2.9.1-8 on juist by sbuild/alpha 0.44
...
>  gcc -c -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall 
> -g -mieee -O2 -pipe -ansi -ffast-math -DPIC -fPIC jess.c  -fPIC -DPIC -o 
> .libs/jess.o
> In file included from jess.c:20:
> def.h:19:1: warning: "LINE_MAX" redefined
> In file included from /usr/include/limits.h:148,
>  from 
> /usr/lib/gcc-snapshot/lib/gcc/alpha-linux-gnu/4.2.0/include/limits.h:122,
>  from 
> /usr/lib/gcc-snapshot/lib/gcc/alpha-linux-gnu/4.2.0/include/syslimits.h:7,
>  from 
> /usr/lib/gcc-snapshot/lib/gcc/alpha-linux-gnu/4.2.0/include/limits.h:11,
>  from /usr/lib/glib/include/glibconfig.h:9,
>  from /usr/include/glib-1.2/glib.h:66,
>  from /usr/include/xmms/plugin.h:27,
>  from jess.c:11:
> /usr/include/bits/posix2_lim.h:82:1: warning: this is the location of the 
> previous definition
> jess.c:30: error: conflicting types for 'usleep'
> /usr/include/unistd.h:405: error: previous declaration of 'usleep' was here
> make[1]: *** [jess.lo] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361642: i386 gconv modules not found on amd64

2006-04-09 Thread Martin Michlmayr
* Matthias Klose <[EMAIL PROTECTED]> [2006-04-09 14:03]:
> third party applications like 32bit acroread won't start.
> http://people.ubuntu.com/patches/glibc-amd64.diff

attached.
-- 
Martin Michlmayr
http://www.cyrius.com/
  * debian/debhelper.in/libc-alt.install: Add gconv-modules, the addition
in debian/sysdeps/amd64.mk is overwritten.
  * libc6-i386 (amd64). Fix path of gconv-modules and install gconv-modules.
Ubuntu #34324, #34427.

diff -u glibc-2.3.6/debian/sysdeps/amd64.mk glibc-2.3.6/debian/sysdeps/amd64.mk
--- glibc-2.3.6/debian/sysdeps/amd64.mk
+++ glibc-2.3.6/debian/sysdeps/amd64.mk
@@ -21,6 +21,7 @@
 i386_configure_target=i686-linux
 i386_configure_build=i686-linux
 i386_CC = $(BUILD_CC) -m32
+i386_MAKEFLAGS = MAKEFLAGS="gconvdir=/usr/lib32/gconv"
 i386_extra_cflags = -march=i686 -mtune=i686 -g2 -O3
 i386_LIBDIR = 32
 i386_MIN_KERNEL_SUPPORTED = 2.6.0
@@ -33,6 +34,7 @@
 endef
 
 define extra_debhelper
+echo debian/tmp-i386/usr/lib32/gconv/gconv-modules usr/lib32/gconv 
>>debian/libc6-i386.install
 echo debian/tmp-i386/usr/include/i386-linux-gnu usr/include 
>>debian/libc6-dev-i386.install
 endef
 
diff -u glibc-2.3.6/debian/debhelper.in/libc-alt.install 
glibc-2.3.6/debian/debhelper.in/libc-alt.install
--- glibc-2.3.6/debian/debhelper.in/libc-alt.install
+++ glibc-2.3.6/debian/debhelper.in/libc-alt.install
@@ -1,3 +1,4 @@
-# This file is used for 64-bit libraries.
+# This file is used for 32-bit and 64-bit libraries.
 TMPDIR/lib*/*.so* libDESTLIBDIR
 TMPDIR/usr/lib*/gconv/*.so* usr/libDESTLIBDIR/gconv
+TMPDIR/usr/lib*/gconv/gconv-modules usr/libDESTLIBDIR/gconv
diff -u glibc-2.3.6/debian/rules.d/build.mk glibc-2.3.6/debian/rules.d/build.mk
--- glibc-2.3.6/debian/rules.d/build.mk
+++ glibc-2.3.6/debian/rules.d/build.mk
@@ -69,7 +69,7 @@
 $(patsubst %,build_%,$(GLIBC_PASSES)) :: build_% : $(stamp)build_%
 $(stamp)build_%: $(stamp)configure_%
@echo Building $(curpass)
-   $(call logme, -a $(log_build), $(MAKE) -j$(NJOBS) -C $(DEB_BUILDDIR))
+   $(call logme, -a $(log_build), $(MAKE) -j$(NJOBS) $(call xx,MAKEFLAGS) 
-C $(DEB_BUILDDIR))
touch $@
 
 $(patsubst %,check_%,$(GLIBC_PASSES)) :: check_% : $(stamp)check_%
@@ -84,7 +84,7 @@
  echo "Testsuite disabled for $(curpass), skipping tests."; \
else \
  echo Testing $(curpass); \
- $(MAKE) -C $(DEB_BUILDDIR) -j$(NJOBS) -k check 2>&1 | tee -a 
$(log_test); \
+ $(MAKE) -C $(DEB_BUILDDIR) -j$(NJOBS) $(call xx,MAKEFLAGS) -k check 
2>&1 | tee -a $(log_test); \
fi
touch $@
 


Bug#341884: libc6: [mips] tri-arch support for mips & mipsel

2006-03-04 Thread Martin Michlmayr
* Aurelien Jarno <[EMAIL PROTECTED]> [2006-03-05 00:00]:
> Yes it would be nice, as I don't have a mipsel machine, and as I
> would like to continue working on that, ie gcc, zlib, and then a few
> other libraries.

You know what, I'll just give you an account on my box so you can play
around yourself.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#341884: libc6: [mips] tri-arch support for mips & mipsel

2006-03-04 Thread Martin Michlmayr
* Aurelien Jarno <[EMAIL PROTECTED]> [2006-03-03 17:37]:
> I would be very nice. The new glibc source packages are on:
> http://people.debian.org/~aurel32/mips-triarch/glibc/

Sorry, I had to do something else yesterday and then I spent all of
day restoring my laptop after its hard drive died.  Given that Stuart
already built it on mipsel, do you still want mips done?  Just give me
a shout and I'll start a build.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#341884: libc6: [mips] tri-arch support for mips & mipsel

2006-03-03 Thread Martin Michlmayr
* Aurelien Jarno <[EMAIL PROTECTED]> [2006-03-03 16:42]:
> Ok, I will then try to redo the patches from Stuart Anderson for
> glibc, gcc and zlib.
> 
> See you in a week (the time to rebuild all on my mips).

Put source packages somewhere and I can compile it for you.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Re: glibc (snapshot) - powerpc64 support

2005-03-15 Thread Martin Michlmayr
* Bastian Blank <[EMAIL PROTECTED]> [2005-03-15 19:40]:
> I tried it with 4.0, but it misscompiles several parts of the
> powerpc64 lib.

Do you have enough information to file bugs about this?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#228486: No mention of german quotes in release-notes yet

2005-01-19 Thread Martin Michlmayr
* Helge Kreutzmann <[EMAIL PROTECTED]> [2005-01-03 12:00]:
> > So, I object to add this uncertain issue to the release note.  Rob,
> > I'm sorry not to reply this request quickly, but I think we should
> > remove it from the release announcement.
> 
> I ask for the re-inclusion, being backed up by the german translation
> team, including several developers.
> 
> I CC:ed Martin Michlmayr as he has not participated in the
> discussion so far (hence being neutral) to ask him to help find a
> solution about this note in the release notes.

I didn't have any plans to join this discussion and I'm not sure what
I can add.  FWIW, I exclusively use an English locale.  Anyway, I've
read through the whole bug log now.  I personally agree that these
quotation marks are quite ugly and I don't see why the release notes
shouldn't mention this.  However, they should take GOTO Masanori's
objections into account.  Why cannot the release notes say that the
current style in non-UTF8 is ugly and that there is a discussion going
on about how they will be presented in the future?  I think that would
take both sides into account.

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#262646: Patch for this bug

2004-08-02 Thread Martin Michlmayr
* GOTO Masanori <[EMAIL PROTECTED]> [2004-08-02 12:16]:
> 2004-04-15  Atsushi Nemoto <[EMAIL PROTECTED]>
> * sysdeps/mips/dl-machine.h (RTLD_START): Do not use nested .end.
> 
> BTW please dupload -15 binary NMU with this patch.  At least we don't
> change glibc cvs version for a long time, so binutils make this
> problem.  This bug can be fixed with binary NMU, so I downgrade this
> bug.

I'm CCing the mips buildd maintainer, but I personally don't think
adding this patch is appropriate for a binary NMU.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#262646: glibc_2.3.2.ds1-14_mips: FTBFS: {standard input}:162: Error: junk at end of line

2004-08-01 Thread Martin Michlmayr
* Anibal Monsalve Salazar <[EMAIL PROTECTED]> [2004-08-01 20:16]:
> Package: glibc
> Severity: serious
...
> {standard input}: Assembler messages:
> {standard input}:122: Warning: missing .end
> {standard input}:154: Warning: No .frame pseudo-op used in PIC code
> {standard input}:162: Warning: .end directive without a preceding .ent directive.
> {standard input}:162: Error: junk at end of line, first unrecognized character is `.'

This looks like #262571 (binutils).
-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Re: Bug#229753: libc6-i686: Doesn't work with eclipse and java 1.4.1

2004-06-14 Thread Martin Michlmayr
* GOTO Masanori <[EMAIL PROTECTED]> [2004-01-27 23:00]:
> > > Eclipse crashes on my machine when I try to run it.
> > > I use java 1.4.1 from this repository :
> > > http://jrfonseca.dyndns.org/debian
> > 
> > See 
> > http://lists.debian.org/debian-java/2004/debian-java-200401/msg00108.html
> > for a work-around.
> > Our 1.4.2-rc1 fixes the problem, debs will be available in the next days.
> 
> Thanks to Juergen for checking this java issue :)
> I reassign it to j2re1.4 package.  Please feel free to reassign this bug
> to another one if assigning to j2re1.4 is inappropriate package.

I'm closing this bug since we don't distribute j2re1.4.
-- 
Martin Michlmayr
[EMAIL PROTECTED]




Re: Bug#229753: libc6-i686: Doesn't work with eclipse and java 1.4.1

2004-06-14 Thread Martin Michlmayr
* GOTO Masanori <[EMAIL PROTECTED]> [2004-01-27 23:00]:
> > > Eclipse crashes on my machine when I try to run it.
> > > I use java 1.4.1 from this repository :
> > > http://jrfonseca.dyndns.org/debian
> > 
> > See http://lists.debian.org/debian-java/2004/debian-java-200401/msg00108.html
> > for a work-around.
> > Our 1.4.2-rc1 fixes the problem, debs will be available in the next days.
> 
> Thanks to Juergen for checking this java issue :)
> I reassign it to j2re1.4 package.  Please feel free to reassign this bug
> to another one if assigning to j2re1.4 is inappropriate package.

I'm closing this bug since we don't distribute j2re1.4.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#234236: grave

2004-05-16 Thread Martin Michlmayr
* Thiemo Seufer <[EMAIL PROTECTED]> [2004-05-15 22:53]:
> util-linux-2.12-7 build with it.

tct and sg3-utils build fine now as well.  Thanks.

-- 
Martin Michlmayr
[EMAIL PROTECTED]




Bug#234236: grave

2004-05-16 Thread Martin Michlmayr
* Thiemo Seufer <[EMAIL PROTECTED]> [2004-05-15 22:53]:
> util-linux-2.12-7 build with it.

tct and sg3-utils build fine now as well.  Thanks.

-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#247430: Patch to add libnss-files-udeb

2004-05-12 Thread Martin Michlmayr
* GOTO Masanori <[EMAIL PROTECTED]> [2004-05-13 10:27]:
> Thanks, I've put it in.  I also update debian/control.

Thanks!  When are you going to make a new release?

-- 
Martin Michlmayr
[EMAIL PROTECTED]




Bug#247430: Patch to add libnss-files-udeb

2004-05-12 Thread Martin Michlmayr
* GOTO Masanori <[EMAIL PROTECTED]> [2004-05-13 10:27]:
> Thanks, I've put it in.  I also update debian/control.

Thanks!  When are you going to make a new release?

-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#234236: grave

2004-05-10 Thread Martin Michlmayr
* Thiemo Seufer <[EMAIL PROTECTED]> [2004-05-10 09:26]:
> util-linux and raidtools are listed as RC bugs. Martin can probably
> provide a longer list of such packages.

There were about 10-15 packages, including:
  sg3-utils
  tct
  raidtools
  atari-fdisk
  sleuthkit
  fdclone

-- 
Martin Michlmayr
[EMAIL PROTECTED]




Bug#234236: grave

2004-05-10 Thread Martin Michlmayr
* Thiemo Seufer <[EMAIL PROTECTED]> [2004-05-10 09:26]:
> util-linux and raidtools are listed as RC bugs. Martin can probably
> provide a longer list of such packages.

There were about 10-15 packages, including:
  sg3-utils
  tct
  raidtools
  atari-fdisk
  sleuthkit
  fdclone

-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#234236: grave

2004-05-03 Thread Martin Michlmayr
severity 234236 grave
thanks

This is a grave bug since it keeps about 10-15 packages from building
on mips.
-- 
Martin Michlmayr
[EMAIL PROTECTED]




Bug#234236: grave

2004-05-03 Thread Martin Michlmayr
severity 234236 grave
thanks

This is a grave bug since it keeps about 10-15 packages from building
on mips.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#218657: the latest libc6 + 2.6 kernel problem (was Re: Bug#218657: glibc: libc6 2.3.2.ds1-8 breaks system with x86_64 kernel)

2003-11-07 Thread Martin Michlmayr
* Kevin Rosenberg <[EMAIL PROTECTED]> [2003-11-07 09:52]:
> GOTO Masanori wrote:
> > We're encountering #218657.  This bug says many programs become
> > unusable when libc6 2.3.2.ds1-8 + kernel 2.6 is used on amd64
> > architecture.  We all debian-glibc developers can't access such
> > machine, so could anyone try to reproduce and track this problem?

pergolesi.debian.org is AMD64.
-- 
Martin Michlmayr
[EMAIL PROTECTED]




Bug#218657: the latest libc6 + 2.6 kernel problem (was Re: Bug#218657: glibc: libc6 2.3.2.ds1-8 breaks system with x86_64 kernel)

2003-11-07 Thread Martin Michlmayr
* Kevin Rosenberg <[EMAIL PROTECTED]> [2003-11-07 09:52]:
> GOTO Masanori wrote:
> > We're encountering #218657.  This bug says many programs become
> > unusable when libc6 2.3.2.ds1-8 + kernel 2.6 is used on amd64
> > architecture.  We all debian-glibc developers can't access such
> > machine, so could anyone try to reproduce and track this problem?

pergolesi.debian.org is AMD64.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Re: linux-kernel-headers package

2003-10-16 Thread Martin Michlmayr
* Daniel Jacobowitz <[EMAIL PROTECTED]> [2003-10-16 00:04]:
> should we ask debian-ports and debian-devel for arch builds and
> testing first?

Yes.
-- 
Martin Michlmayr
[EMAIL PROTECTED]




Re: linux-kernel-headers package

2003-10-15 Thread Martin Michlmayr
* Daniel Jacobowitz <[EMAIL PROTECTED]> [2003-10-16 00:04]:
> should we ask debian-ports and debian-devel for arch builds and
> testing first?

Yes.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#206950: Linux version?

2003-08-24 Thread Martin Michlmayr
* Jeff Bailey <[EMAIL PROTECTED]> [2003-08-24 00:21]:
> To: [EMAIL PROTECTED]
> What version of the Linux kernel are you running?  I've never seen that

Erm, you're aware that stuff sent to [EMAIL PROTECTED] is NOT forwarded to
the bug submitter?

-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#206663: glibc: some GNU/KFreeBSD fixes

2003-08-22 Thread Martin Michlmayr
* Robert Millan <[EMAIL PROTECTED]> [2003-08-22 16:40]:
> It's the same system but with a name change in the triplet. "freebsd-gnu" was
> renamed to "kfreebsd-gnu" in config.guess to distinguish FreeBSD's kernel

> The "k" stands for "kernel of"; I also tend to use "KFreeBSD" informally

Who came up with that?

-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Re: libc6 posix version/breakage

2003-08-14 Thread Martin Michlmayr
> This simpler workaround will give you some time to fix the rest of
> Debian.  Debian developers like yourself should set
> _POSIX2_VERSION=200112 in their environments, and let the bugs get
> found and squashed.

Perhaps someone (Paul?) could write a summary of deprecated features
(e.g. tail -1) which we could post to devel-devel-announce.  I think
many people are not aware of the whole situation at all.

-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#153442: de_DE-8859-15 locale breaks Xwindows

2003-02-21 Thread Martin Michlmayr
* GOTO Masanori <[EMAIL PROTECTED]> [2003-02-18 19:38]:
> To: [EMAIL PROTECTED]
> 
> Is this problem still alive? I never heard such problem, but I think
> the current sid does not cause your trouble.

I hope you are aware that bugs sent to [EMAIL PROTECTED] are not actually
forwarded to the bug submitter.

-- 
Martin Michlmayr
[EMAIL PROTECTED]


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



Bug#168483: libc6.postinst type and needlessly excessive punctuation

2002-11-14 Thread Martin Michlmayr
* Jeff Bailey <[EMAIL PROTECTED]> [2002-11-14 10:49]:
> > Also, please put a space after an ellipsis.
> > |   ssh: stopping...starting...done.
> 
> Please include details in bug reports, like why you think it's a bug.

Because it's ugly... but apparently Policy 10.4 disagrees with me, so
ignore my request.

* If you want to express that the computer is working on something
  (that is, performing a specific task, not starting or stopping a
  program), we use an "ellipsis" (three dots: `...').  Note that we
  don't insert spaces before or after the dots.  If the task has
  been completed we write `done.'  and a line feed.


-- 
Martin Michlmayr
[EMAIL PROTECTED]




Bug#168483: libc6.postinst type and needlessly excessive punctuation

2002-11-14 Thread Martin Michlmayr
Also, please put a space after an ellipsis.


|   inetd: stopping...starting...done.
|   cron: stopping...starting...done.
|   apache: stopping...starting...done.
|   ssh: stopping...starting...done.

-- 
Martin Michlmayr
[EMAIL PROTECTED]




Bug#168483: libc6.postinst type and needlessly excessive punctuation

2002-11-14 Thread Martin Michlmayr
* Jeff Bailey <[EMAIL PROTECTED]> [2002-11-14 10:49]:
> > Also, please put a space after an ellipsis.
> > |   ssh: stopping...starting...done.
> 
> Please include details in bug reports, like why you think it's a bug.

Because it's ugly... but apparently Policy 10.4 disagrees with me, so
ignore my request.

* If you want to express that the computer is working on something
  (that is, performing a specific task, not starting or stopping a
  program), we use an "ellipsis" (three dots: `...').  Note that we
  don't insert spaces before or after the dots.  If the task has
  been completed we write `done.'  and a line feed.


-- 
Martin Michlmayr
[EMAIL PROTECTED]


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




Bug#168483: libc6.postinst type and needlessly excessive punctuation

2002-11-14 Thread Martin Michlmayr
Also, please put a space after an ellipsis.


|   inetd: stopping...starting...done.
|   cron: stopping...starting...done.
|   apache: stopping...starting...done.
|   ssh: stopping...starting...done.

-- 
Martin Michlmayr
[EMAIL PROTECTED]


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




Re: install-info vs. perl 5.8

2002-09-06 Thread Martin Michlmayr

* GOTO Masanori <[EMAIL PROTECTED]> [2002-09-06 22:26]:
> Is it OK to change for debian/control as follows?
> 
>   Package: libc0.3
>   Architecture: hurd-i386
> + Depends: libdb1-compat

hurd doesn't have libdb1-compat (yet?).
-- 
Martin Michlmayr
[EMAIL PROTECTED]


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