Your message dated Wed, 26 Oct 2005 16:16:44 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#180771: perl: calculating primes hack segafults on i386: 
backtrace
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Aug 2002 03:28:40 +0000
>From [EMAIL PROTECTED] Sun Aug 25 22:28:40 2002
Return-path: <[EMAIL PROTECTED]>
Received: from bromo.med.uc.edu (bromo.msbb.uc.edu) [129.137.3.146] 
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 17jAYN-0002Oj-00; Sun, 25 Aug 2002 22:28:35 -0500
Received: (from [EMAIL PROTECTED])
        by bromo.msbb.uc.edu (SGI-8.9.3/8.9.3) id XAA62041
        for [EMAIL PROTECTED]; Sun, 25 Aug 2002 23:27:56 -0400 (EDT)
Date: Sun, 25 Aug 2002 23:27:56 -0400 (EDT)
From: Jack Howarth <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: install-info in glibc build fails after perl 5.80
Delivered-To: [EMAIL PROTECTED]

Package: dpkg
Version: 1.10.4
   Current debian ppc sid, after the introduction of perl 5.80(-7)
is unable to complete a build of the current glibc 2.2.5-14 package.
The build fails in a call to install-info as follows...

for file in libc.info*; do \
  /usr/bin/install -c -m 644 $file 
/home/howarth/debian-glibc/glibc-2.2.5/powerpc-linux/install_root/usr/share/info/$file;
 \
done
(echo "INFO-DIR-SECTION GNU C library functions";               \
 echo "START-INFO-DIR-ENTRY";                                   \
 gawk -f xtract-typefun.awk intro.texi creature.texi errno.texi memory.texi 
ctype.texi string.texi stpcpy.c.texi strdupa.c.texi strncat.c.texi charset.texi 
locale.texi message.texi search.texi search.c.texi pattern.texi io.texi 
stdio.texi rprintf.c.texi memopen.c.texi memstrm.c.texi fmtmsgexpl.c.texi 
llio.texi select.c.texi filesys.texi dir.c.texi dir2.c.texi pipe.texi 
pipe.c.texi popen.c.texi socket.texi mkfsock.c.texi mkisock.c.texi 
isockad.c.texi inetcli.c.texi inetsrv.c.texi filesrv.c.texi filecli.c.texi 
terminal.texi termios.c.texi syslog.texi math.texi libm-err.texi arith.texi 
time.texi strftim.c.texi resource.texi setjmp.texi setjmp.c.texi 
swapcontext.c.texi signal.texi sigh1.c.texi sigusr.c.texi startup.texi 
getopt.texi testopt.c.texi longopt.c.texi argp.texi argp-ex1.c.texi 
argp-ex2.c.texi argp-ex3.c.texi argp-ex4.c.texi subopt.c.texi atexit.c.texi 
process.texi job.texi nss.texi nsswitch.texi users.texi db.c.texi sysinfo.texi 
conf.texi crypt.texi mygetpass.c.texi genp!
ass.c.texi testpass.c.texi debug.texi execinfo.c.texi 
../linuxthreads/linuxthreads.texi lang.texi add.c.texi header.texi summary.texi 
install.texi maint.texi contrib.texi freemanuals.texi lesser.texi fdl.texi | 
sort;                                                \
 echo "END-INFO-DIR-ENTRY") > dir-add.info.new
mv -f dir-add.info.new dir-add.info
* Libc: (libc). C library.
install-info(/home/howarth/debian-glibc/glibc-2.2.5/powerpc-linux/install_root/usr/share/info/libc.info):
 creating new section `GNU libraries'
install-info(/home/howarth/debian-glibc/glibc-2.2.5/powerpc-linux/install_root/usr/share/info/libc.info):
 no sections yet, creating Miscellaneous section too.
make[3]: *** [install] Error 139
make[3]: Leaving directory 
`/home/howarth/debian-glibc/glibc-2.2.5/glibc-2.2.5/manual'
make[2]: *** [manual/subdir_install] Error 2
make[2]: Leaving directory `/home/howarth/debian-glibc/glibc-2.2.5/glibc-2.2.5'
make[1]: *** [install] Error 2
make[1]: Leaving directory 
`/home/howarth/debian-glibc/glibc-2.2.5/powerpc-linux/obj'
make: *** 
[/home/howarth/debian-glibc/glibc-2.2.5/powerpc-linux/installed-binaries] Error 
2

...this same build worked fine locally before perl 5.80 was introduced 
into sid.
                                        Jack

---------------------------------------
Received: (at 180771-done) by bugs.debian.org; 26 Oct 2005 15:16:56 +0000
>From [EMAIL PROTECTED] Wed Oct 26 08:16:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 213-162-123-241.neilsu458.adsl.metronet.co.uk 
(cyclone.suffields.me.uk) [213.162.123.241] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EUn1L-00007O-00; Wed, 26 Oct 2005 08:16:56 -0700
Received: from asuffield by cyclone.suffields.me.uk with local (Exim 3.36 #1 
(Debian))
        id 1EUn1A-0006kS-00; Wed, 26 Oct 2005 16:16:44 +0100
Date: Wed, 26 Oct 2005 16:16:44 +0100
From: Andrew Suffield <[EMAIL PROTECTED]>
To: Damyan Ivanov <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#180771: perl: calculating primes hack segafults on i386: 
backtrace
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
Sender: Andrew Suffield <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--UugvWAfsgieZRqgk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Oct 26, 2005 at 02:04:14PM +0300, Damyan Ivanov wrote:
> Here's a backtrace.

It's blatantly a stack overflow. User error for not providing a host
with infinite memory. Don't try to run programs like that unless you
have a hypothetical Turing machine available.

--=20
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'                          |
   `-             -><-          |

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

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

iD8DBQFDX53clpK98RSteX8RApQYAJ0SnGuBmLOuX2yAjHFjHiYDcWoCIwCdF8Dg
7MgGnVdYnWhfpBUxNan9hNg=
=Y3P4
-----END PGP SIGNATURE-----

--UugvWAfsgieZRqgk--


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

Reply via email to