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

Bug #7281 reported by Debian Bug Importer
6
Affects Status Importance Assigned to Milestone
glibc (Debian)
Fix Released
Unknown
glibc (Ubuntu)
Invalid
High
Unassigned

Bug Description

Automatically imported from Debian bug report #262646 http://bugs.debian.org/262646

Revision history for this message
In , Martin Michlmayr (tbm) wrote : Re: Bug#262646: glibc_2.3.2.ds1-14_mips: FTBFS: {standard input}:162: Error: junk at end of line

* Anibal Monsalve Salazar <email address hidden> [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 address hidden>

Revision history for this message
In , Anibal Monsalve Salazar (anibal-its) wrote :

On Sun, Aug 01, 2004 at 08:16:01PM +1000, Anibal Monsalve Salazar wrote:
> Package: glibc
> Severity: serious
> Version: 2.3.2.ds1-14

http://buildd.debian.org/fetch.php?&stamp=1091332855&ver=2.3.2.ds1-14&pkg=glibc&arch=mips&file=log&as=raw

> gcc-3.3 -mabi=32 rtld.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -fstrict-aliasing -g -pipe -fPIC -I../include -I. -I/build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc/elf -I.. -I../libio -I/build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc -I../sysdeps/mips/elf -I../linuxthreads/sysdeps/unix/sysv/linux/mips -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/mips -I../sysdeps/unix/sysv/linux/mips/mips32 -I../sysdeps/unix/sysv/linux/mips -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/mips/mips32 -I../sysdeps/unix/mips -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/mips/mips32 -I../sysdeps/mips -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/wordsize-32 -I../sysdeps/mips/fpu -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /usr/lib/gcc-lib/mips-linux/3.3.4/include -isystem /build/buildd/glibc-2.3.2.ds1/debian/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC -DSHARED -DNOT_IN_libc=1 -DIS_IN_rtld=1 -o /build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc/elf/rtld.os -MD -MP -MF /build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc/elf/rtld.os.dt
> {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 `.'

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux | Building 28C
: :' : Free Operating System | Monash University VIC 3800, Australia
`. `' http://debian.org/ | http://www-personal.monash.edu/~anibal/
  `- |

Revision history for this message
In , Thiemo Seufer (ica2-ts) wrote : Patch for this bug

tags 262646 patch
thanks

This is a bug in glibc, already fixed upstream. The appended patch
fixes it.

Thiemo

--- sysdeps/mips/dl-machine.h.orig 2004-08-01 21:02:05.000000000 +0200
+++ sysdeps/mips/dl-machine.h 2004-08-01 21:03:43.000000000 +0200
@@ -475,7 +475,7 @@ _dl_runtime_resolve:\n \
  " STRINGXP(PTR_LA) " $25, _dl_start_user\n\
  .globl _dl_start_user\n\
  .type _dl_start_user,@function\n\
- .ent _dl_start_user\n\
+ .aent _dl_start_user\n\
 _dl_start_user:\n\
  " STRINGXP(SETUP_GP) "\n\
  " STRINGXV(SETUP_GP64($18,_dl_start_user)) "\n\
@@ -513,8 +513,7 @@ _dl_start_user:\n\
  " STRINGXP(PTR_LA) " $2, _dl_fini\n\
  # Jump to the user entry point.\n\
  move $25, $17\n\
- jr $25\n\
- .end _dl_start_user\n\t"\
+ jr $25\n\t"\
  _RTLD_EPILOGUE(ENTRY_POINT)\
  ".previous"\
 );

Revision history for this message
In , GOTO Masanori (gotom-debian) wrote : Re: Bug#262646: Patch for this bug

severity 262646 important
thanks

At Sun, 1 Aug 2004 21:50:44 +0200,
Thiemo Seufer wrote:
> This is a bug in glibc, already fixed upstream. The appended patch
> fixes it.

Thanks, I've put it in. It's debian-glibc cvs debian/patches/

I think this fix is cvs -r 1.69 -r 1.71:

2004-04-15 Atsushi Nemoto <email address hidden>

        * sysdeps/mips/dl-machine.h (RTLD_START): Do not use nested .end.

Is this ok?

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.

Regards,
-- gotom

Revision history for this message
In , GOTO Masanori (gotom-debian) wrote :

I missed to send the old mail.

At Sun, 1 Aug 2004 21:50:44 +0200,
Thiemo Seufer wrote:
> This is a bug in glibc, already fixed upstream. The appended patch
> fixes it.

Thanks, I've put it in. It's debian-glibc cvs
debian/patches/glibc232-mips-dl-machine.dpatch.

I think this fix is cvs -r 1.69 -r 1.71:

2004-04-15 Atsushi Nemoto <email address hidden>

        * sysdeps/mips/dl-machine.h (RTLD_START): Do not use nested .end.

Is this ok?

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.

Regards,
-- gotom

Revision history for this message
In , Thiemo Seufer (ica2-ts) wrote :

GOTO Masanori wrote:
> severity 262646 important
> thanks
>
> At Sun, 1 Aug 2004 21:50:44 +0200,
> Thiemo Seufer wrote:
> > This is a bug in glibc, already fixed upstream. The appended patch
> > fixes it.
>
> Thanks, I've put it in. It's debian-glibc cvs debian/patches/
>
> I think this fix is cvs -r 1.69 -r 1.71:
>
> 2004-04-15 Atsushi Nemoto <email address hidden>
>
> * sysdeps/mips/dl-machine.h (RTLD_START): Do not use nested .end.
>
> Is this ok?

Yes, that's the patch.

Thiemo

Revision history for this message
In , Martin Michlmayr (tbm) wrote :

* GOTO Masanori <email address hidden> [2004-08-02 12:16]:
> 2004-04-15 Atsushi Nemoto <email address hidden>
> * 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 address hidden>

Revision history for this message
In , James Troup (james-nocrew) wrote :

Martin Michlmayr <email address hidden> writes:

> * GOTO Masanori <email address hidden> [2004-08-02 12:16]:
>> 2004-04-15 Atsushi Nemoto <email address hidden>
>> * 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.

It's really not. binary-only NMU means no source changes. I'm sorry
binutils became more strict, but the glibc source is still broken and
still needs fixed.

--
James

Revision history for this message
In , GOTO Masanori (gotom-debian) wrote :

severity 262646 serious
thanks

At Mon, 02 Aug 2004 11:58:43 +0100,
James Troup wrote:
> Martin Michlmayr <email address hidden> writes:
>
> > * GOTO Masanori <email address hidden> [2004-08-02 12:16]:
> >> 2004-04-15 Atsushi Nemoto <email address hidden>
> >> * 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.
>
> It's really not. binary-only NMU means no source changes. I'm sorry
> binutils became more strict, but the glibc source is still broken and
> still needs fixed.

OK, thanks follow up, I revert severity to serious.

If we need to fix remained bugs more days, I'll dupload -16 for fixing
it without touching #259211. If you want to get the newer mips glibc
sooner, please let me know.

Regards,
-- gotom

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #262646 http://bugs.debian.org/262646

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-id: <email address hidden>
Date: Sun, 01 Aug 2004 20:16:01 +1000
From: Anibal Monsalve Salazar <email address hidden>
To: <email address hidden>
Subject: glibc_2.3.2.ds1-14_mips: FTBFS: {standard input}:162: Error: junk at
 end of line

--lPld9KzQhYxXHcUh
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: glibc
Severity: serious
Version: 2.3.2.ds1-14

gcc-3.3 -mabi=3D32 rtld.c -c -std=3Dgnu99 -O2 -Wall -Winline -Wstrict-proto=
types -Wwrite-strings -fstrict-aliasing -g -pipe -fPIC -I../include -I. =
-I/build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc/elf -I.. -I../libio -I=
/build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc -I../sysdeps/mips/elf -I=
=2E./linuxthreads/sysdeps/unix/sysv/linux/mips -I../linuxthreads/sysdeps/un=
ix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../l=
inuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthre=
ads/sysdeps/mips -I../sysdeps/unix/sysv/linux/mips/mips32 -I../sysdeps/unix=
/sysv/linux/mips -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps=
/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/uni=
x/sysv -I../sysdeps/unix/mips/mips32 -I../sysdeps/unix/mips -I../sysdeps/un=
ix -I../sysdeps/posix -I../sysdeps/mips/mips32 -I../sysdeps/mips -I../sysde=
ps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/wordsize-32 -I..=
/sysdeps/mips/fpu -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdep=
s/generic -nostdinc -isystem /usr/lib/gcc-lib/mips-linux/3.3.4/include -isy=
stem /build/buildd/glibc-2.3.2.ds1/debian/include -D_LIBC_REENTRANT -includ=
e ../include/libc-symbols.h -DPIC -DSHARED -DNOT_IN_libc=3D1 -DIS_IN_rtld=
=3D1 -o /build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc/elf/rtld.os -MD =
-MP -MF /build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc/elf/rtld.os.dt
{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 dire=
ctive.
{standard input}:162: Error: junk at end of line, first unrecognized charac=
ter is `.'

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux | Building 28C
: :' : Free Operating System | Monash University VIC 3800, Australia
`. `' http://debian.org/ | http://www-personal.monash.edu/~anibal/
  `- |

--lPld9KzQhYxXHcUh
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBDMLhipBneRiAKDwRAgyHAJ4mgzYNeH2wZycLFvMbUafWZ0dRfgCfaOMB
YPNtfF23UnMh5HWe5TVudwo=
=N/WR
-----END PGP SIGNATURE-----

--lPld9KzQhYxXHcUh--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 1 Aug 2004 13:00:24 +0200
From: Martin Michlmayr <email address hidden>
To: Anibal Monsalve Salazar <email address hidden>,
 <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#262646: glibc_2.3.2.ds1-14_mips: FTBFS: {standard input}:162: Error: junk at end of
 line

* Anibal Monsalve Salazar <email address hidden> [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 address hidden>

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-id: <email address hidden>
Date: Sun, 01 Aug 2004 21:25:27 +1000
From: Anibal Monsalve Salazar <email address hidden>
To: <email address hidden>
Subject: Re: glibc_2.3.2.ds1-14_mips: FTBFS: {standard input}:162: Error: junk
 at end of line

--EmwFttYoLalE/5Ab
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Aug 01, 2004 at 08:16:01PM +1000, Anibal Monsalve Salazar wrote:
> Package: glibc
> Severity: serious
> Version: 2.3.2.ds1-14

http://buildd.debian.org/fetch.php?&stamp=3D1091332855&ver=3D2.3.2.ds1-14&p=
kg=3Dglibc&arch=3Dmips&file=3Dlog&as=3Draw

> gcc-3.3 -mabi=3D32 rtld.c -c -std=3Dgnu99 -O2 -Wall -Winline -Wstrict-pro=
totypes -Wwrite-strings -fstrict-aliasing -g -pipe -fPIC -I../include -I.=
  -I/build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc/elf -I.. -I../libio =
-I/build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc -I../sysdeps/mips/elf =
-I../linuxthreads/sysdeps/unix/sysv/linux/mips -I../linuxthreads/sysdeps/un=
ix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../l=
inuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthre=
ads/sysdeps/mips -I../sysdeps/unix/sysv/linux/mips/mips32 -I../sysdeps/unix=
/sysv/linux/mips -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps=
/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/uni=
x/sysv -I../sysdeps/unix/mips/mips32 -I../sysdeps/unix/mips -I../sysdeps/un=
ix -I../sysdeps/posix -I../sysdeps/mips/mips32 -I../sysdeps/mips -I../sysde=
ps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/wordsize-32 -I..=
/sysdeps/mips/fpu -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdep=
s/generic -nostdinc -isystem /usr/lib/gcc-lib/mips-linux/3.3.4/include -isy=
stem /build/buildd/glibc-2.3.2.ds1/debian/include -D_LIBC_REENTRANT -includ=
e ../include/libc-symbols.h -DPIC -DSHARED -DNOT_IN_libc=3D1 -DIS_IN_rtld=
=3D1 -o /build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc/elf/rtld.os -MD =
-MP -MF /build/buildd/glibc-2.3.2.ds1/build-tree/mips-libc/elf/rtld.os.dt
> {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 di=
rective.
> {standard input}:162: Error: junk at end of line, first unrecognized char=
acter is `.'

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux | Building 28C
: :' : Free Operating System | Monash University VIC 3800, Australia
`. `' http://debian.org/ | http://www-personal.monash.edu/~anibal/
  `- |

--EmwFttYoLalE/5Ab
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBDNMnipBneRiAKDwRAhe5AKCcnu3qIiRoGbO8pVCKTbhD07mrhwCgh6Qo
Kd2YkPAeTH8htjhv7eq9rsg=
=jcnN
-----END PGP SIGNATURE-----

--EmwFttYoLalE/5Ab--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 1 Aug 2004 21:50:44 +0200
From: Thiemo Seufer <email address hidden>
To: <email address hidden>
Subject: Patch for this bug

tags 262646 patch
thanks

This is a bug in glibc, already fixed upstream. The appended patch
fixes it.

Thiemo

--- sysdeps/mips/dl-machine.h.orig 2004-08-01 21:02:05.000000000 +0200
+++ sysdeps/mips/dl-machine.h 2004-08-01 21:03:43.000000000 +0200
@@ -475,7 +475,7 @@ _dl_runtime_resolve:\n \
  " STRINGXP(PTR_LA) " $25, _dl_start_user\n\
  .globl _dl_start_user\n\
  .type _dl_start_user,@function\n\
- .ent _dl_start_user\n\
+ .aent _dl_start_user\n\
 _dl_start_user:\n\
  " STRINGXP(SETUP_GP) "\n\
  " STRINGXV(SETUP_GP64($18,_dl_start_user)) "\n\
@@ -513,8 +513,7 @@ _dl_start_user:\n\
  " STRINGXP(PTR_LA) " $2, _dl_fini\n\
  # Jump to the user entry point.\n\
  move $25, $17\n\
- jr $25\n\
- .end _dl_start_user\n\t"\
+ jr $25\n\t"\
  _RTLD_EPILOGUE(ENTRY_POINT)\
  ".previous"\
 );

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 02 Aug 2004 12:16:20 +0900
From: GOTO Masanori <email address hidden>
To: Thiemo Seufer <email address hidden>,
 <email address hidden>, <email address hidden>,
 Anibal Monsalve Salazar <email address hidden>, Martin Michlmayr <email address hidden>
Subject: Re: Bug#262646: Patch for this bug

severity 262646 important
thanks

At Sun, 1 Aug 2004 21:50:44 +0200,
Thiemo Seufer wrote:
> This is a bug in glibc, already fixed upstream. The appended patch
> fixes it.

Thanks, I've put it in. It's debian-glibc cvs debian/patches/

I think this fix is cvs -r 1.69 -r 1.71:

2004-04-15 Atsushi Nemoto <email address hidden>

        * sysdeps/mips/dl-machine.h (RTLD_START): Do not use nested .end.

Is this ok?

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.

Regards,
-- gotom

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 02 Aug 2004 12:20:11 +0900
From: GOTO Masanori <email address hidden>
To: Thiemo Seufer <email address hidden>, <email address hidden>,
 Anibal Monsalve Salazar <email address hidden>, Martin Michlmayr <email address hidden>
Subject: Re: Bug#262646: Patch for this bug

I missed to send the old mail.

At Sun, 1 Aug 2004 21:50:44 +0200,
Thiemo Seufer wrote:
> This is a bug in glibc, already fixed upstream. The appended patch
> fixes it.

Thanks, I've put it in. It's debian-glibc cvs
debian/patches/glibc232-mips-dl-machine.dpatch.

I think this fix is cvs -r 1.69 -r 1.71:

2004-04-15 Atsushi Nemoto <email address hidden>

        * sysdeps/mips/dl-machine.h (RTLD_START): Do not use nested .end.

Is this ok?

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.

Regards,
-- gotom

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 2 Aug 2004 11:28:50 +0200
From: Thiemo Seufer <email address hidden>
To: GOTO Masanori <email address hidden>
Cc: <email address hidden>, <email address hidden>,
 Anibal Monsalve Salazar <email address hidden>, Martin Michlmayr <email address hidden>
Subject: Re: Bug#262646: Patch for this bug

GOTO Masanori wrote:
> severity 262646 important
> thanks
>
> At Sun, 1 Aug 2004 21:50:44 +0200,
> Thiemo Seufer wrote:
> > This is a bug in glibc, already fixed upstream. The appended patch
> > fixes it.
>
> Thanks, I've put it in. It's debian-glibc cvs debian/patches/
>
> I think this fix is cvs -r 1.69 -r 1.71:
>
> 2004-04-15 Atsushi Nemoto <email address hidden>
>
> * sysdeps/mips/dl-machine.h (RTLD_START): Do not use nested .end.
>
> Is this ok?

Yes, that's the patch.

Thiemo

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 2 Aug 2004 11:28:42 +0200
From: Martin Michlmayr <email address hidden>
To: <email address hidden>, <email address hidden>
Subject: Re: Bug#262646: Patch for this bug

* GOTO Masanori <email address hidden> [2004-08-02 12:16]:
> 2004-04-15 Atsushi Nemoto <email address hidden>
> * 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 address hidden>

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 02 Aug 2004 11:58:43 +0100
From: James Troup <email address hidden>
To: Martin Michlmayr <email address hidden>
Cc: <email address hidden>, <email address hidden>
Subject: Re: Bug#262646: Patch for this bug

Martin Michlmayr <email address hidden> writes:

> * GOTO Masanori <email address hidden> [2004-08-02 12:16]:
>> 2004-04-15 Atsushi Nemoto <email address hidden>
>> * 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.

It's really not. binary-only NMU means no source changes. I'm sorry
binutils became more strict, but the glibc source is still broken and
still needs fixed.

--
James

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 03 Aug 2004 11:06:23 +0900
From: GOTO Masanori <email address hidden>
To: James Troup <email address hidden>, <email address hidden>
Cc: Martin Michlmayr <email address hidden>, <email address hidden>,
 <email address hidden>
Subject: Re: Bug#262646: Patch for this bug

severity 262646 serious
thanks

At Mon, 02 Aug 2004 11:58:43 +0100,
James Troup wrote:
> Martin Michlmayr <email address hidden> writes:
>
> > * GOTO Masanori <email address hidden> [2004-08-02 12:16]:
> >> 2004-04-15 Atsushi Nemoto <email address hidden>
> >> * 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.
>
> It's really not. binary-only NMU means no source changes. I'm sorry
> binutils became more strict, but the glibc source is still broken and
> still needs fixed.

OK, thanks follow up, I revert severity to serious.

If we need to fix remained bugs more days, I'll dupload -16 for fixing
it without touching #259211. If you want to get the newer mips glibc
sooner, please let me know.

Regards,
-- gotom

Revision history for this message
James Troup (elmo) wrote :

mips is not a Warty arch.

Revision history for this message
In , GOTO Masanori (gotom) wrote : Bug#262646: fixed in glibc 2.3.2.ds1-16
Download full text (7.0 KiB)

Source: glibc
Source-Version: 2.3.2.ds1-16

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.3.2.ds1-16_all.deb
  to pool/main/g/glibc/glibc-doc_2.3.2.ds1-16_all.deb
glibc_2.3.2.ds1-16.diff.gz
  to pool/main/g/glibc/glibc_2.3.2.ds1-16.diff.gz
glibc_2.3.2.ds1-16.dsc
  to pool/main/g/glibc/glibc_2.3.2.ds1-16.dsc
libc6-dbg_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-dbg_2.3.2.ds1-16_i386.deb
libc6-dev_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-dev_2.3.2.ds1-16_i386.deb
libc6-i686_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-i686_2.3.2.ds1-16_i386.deb
libc6-pic_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-pic_2.3.2.ds1-16_i386.deb
libc6-prof_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-prof_2.3.2.ds1-16_i386.deb
libc6-udeb_2.3.2.ds1-16_i386.udeb
  to pool/main/g/glibc/libc6-udeb_2.3.2.ds1-16_i386.udeb
libc6.1-dbg_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1-dbg_2.3.2.ds1-16_ia64.deb
libc6.1-dev_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1-dev_2.3.2.ds1-16_ia64.deb
libc6.1-pic_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1-pic_2.3.2.ds1-16_ia64.deb
libc6.1-prof_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1-prof_2.3.2.ds1-16_ia64.deb
libc6.1-udeb_2.3.2.ds1-16_ia64.udeb
  to pool/main/g/glibc/libc6.1-udeb_2.3.2.ds1-16_ia64.udeb
libc6.1_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1_2.3.2.ds1-16_ia64.deb
libc6_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6_2.3.2.ds1-16_i386.deb
libnss-dns-udeb_2.3.2.ds1-16_i386.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.3.2.ds1-16_i386.udeb
libnss-dns-udeb_2.3.2.ds1-16_ia64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.3.2.ds1-16_ia64.udeb
libnss-files-udeb_2.3.2.ds1-16_i386.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.3.2.ds1-16_i386.udeb
libnss-files-udeb_2.3.2.ds1-16_ia64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.3.2.ds1-16_ia64.udeb
locales_2.3.2.ds1-16_all.deb
  to pool/main/g/glibc/locales_2.3.2.ds1-16_all.deb
nscd_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/nscd_2.3.2.ds1-16_i386.deb
nscd_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/nscd_2.3.2.ds1-16_ia64.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
GOTO Masanori <email address hidden> (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 2 Aug 2004 11:53:54 +0900
Source: glibc
Binary: libc6-i686 libc0.3-pic glibc-doc libc1-udeb libc0.3 libc6.1-dev libc1-pic libc6-s390x libnss-files-udeb libc1-dbg libc6-dev-sparc64 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic libc6-dev libc0.3-prof libc6-sparcv9 libc6.1-prof libc1 locales libc6-pic libc0.3-udeb libc1-prof libc0.3-dbg li...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (7.2 KiB)

Message-Id: <email address hidden>
Date: Wed, 11 Aug 2004 14:47:14 -0400
From: GOTO Masanori <email address hidden>
To: <email address hidden>
Subject: Bug#262646: fixed in glibc 2.3.2.ds1-16

Source: glibc
Source-Version: 2.3.2.ds1-16

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.3.2.ds1-16_all.deb
  to pool/main/g/glibc/glibc-doc_2.3.2.ds1-16_all.deb
glibc_2.3.2.ds1-16.diff.gz
  to pool/main/g/glibc/glibc_2.3.2.ds1-16.diff.gz
glibc_2.3.2.ds1-16.dsc
  to pool/main/g/glibc/glibc_2.3.2.ds1-16.dsc
libc6-dbg_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-dbg_2.3.2.ds1-16_i386.deb
libc6-dev_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-dev_2.3.2.ds1-16_i386.deb
libc6-i686_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-i686_2.3.2.ds1-16_i386.deb
libc6-pic_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-pic_2.3.2.ds1-16_i386.deb
libc6-prof_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6-prof_2.3.2.ds1-16_i386.deb
libc6-udeb_2.3.2.ds1-16_i386.udeb
  to pool/main/g/glibc/libc6-udeb_2.3.2.ds1-16_i386.udeb
libc6.1-dbg_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1-dbg_2.3.2.ds1-16_ia64.deb
libc6.1-dev_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1-dev_2.3.2.ds1-16_ia64.deb
libc6.1-pic_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1-pic_2.3.2.ds1-16_ia64.deb
libc6.1-prof_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1-prof_2.3.2.ds1-16_ia64.deb
libc6.1-udeb_2.3.2.ds1-16_ia64.udeb
  to pool/main/g/glibc/libc6.1-udeb_2.3.2.ds1-16_ia64.udeb
libc6.1_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/libc6.1_2.3.2.ds1-16_ia64.deb
libc6_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/libc6_2.3.2.ds1-16_i386.deb
libnss-dns-udeb_2.3.2.ds1-16_i386.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.3.2.ds1-16_i386.udeb
libnss-dns-udeb_2.3.2.ds1-16_ia64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.3.2.ds1-16_ia64.udeb
libnss-files-udeb_2.3.2.ds1-16_i386.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.3.2.ds1-16_i386.udeb
libnss-files-udeb_2.3.2.ds1-16_ia64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.3.2.ds1-16_ia64.udeb
locales_2.3.2.ds1-16_all.deb
  to pool/main/g/glibc/locales_2.3.2.ds1-16_all.deb
nscd_2.3.2.ds1-16_i386.deb
  to pool/main/g/glibc/nscd_2.3.2.ds1-16_i386.deb
nscd_2.3.2.ds1-16_ia64.deb
  to pool/main/g/glibc/nscd_2.3.2.ds1-16_ia64.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
GOTO Masanori <email address hidden> (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 2 Aug 2004 11:53:54 +0900
Source: glibc
Binary: libc6-i686 libc0.3-pic glibc-doc libc1-udeb libc0.3 libc6.1-dev libc1-pic libc...

Read more...

Changed in glibc:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.