Your message dated Sun, 12 Mar 2000 03:56:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line pfinet overhauled
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Jan 2000 20:28:52 +0000
Received: (qmail 26372 invoked from network); 5 Jan 2000 20:28:51 -0000
Received: from sunu450.rz.ruhr-uni-bochum.de (134.147.64.5)
  by master.debian.org with SMTP; 5 Jan 2000 20:28:51 -0000
Received: (qmail 9911 invoked from network); 5 Jan 2000 20:28:51 -0000
Received: from dialppp-3-245.rz.ruhr-uni-bochum.de (HELO localhost) 
([EMAIL PROTECTED])
  by mailhost.rz.ruhr-uni-bochum.de with SMTP; 5 Jan 2000 20:28:51 -0000
Received: from marcus by localhost with local (Exim 3.11 #1 (Debian))
        id 125x1Z-0001RR-00; Wed, 05 Jan 2000 21:27:17 +0100
From: [EMAIL PROTECTED]
Subject: hurd: new gcc can't compile pfinet
To: [EMAIL PROTECTED]
X-Mailer: bug 3.2.7
Message-Id: <E125x1Z-0001RR-00@localhost>
Date: Wed, 05 Jan 2000 21:27:17 +0100
Organization: Marcus Brinkmann's Home

Package: hurd
Version: N/A
Severity: normal

Hi,

the new gcc can't compile pfinet anymore. Fixing this would be great, as
otherwise I can't cross compile the Hurd anymore. I will try a native
compilation, but at one time we will upgrade anyway.

I tried to backpatch from newer linux versions, but too much has changed.

Thanks,
Marcus

marcus@ulysses[127]:~/gnu/hurd/hurd/hurd-20000103/build/pfinet$ make -k no_prof=t
set -e; i386-gnu-gcc -O  -Wall -g -O3  -I. -I../../pfinet -I.. -I../.. -I../../include 
-D_GNU_SOURCE  -imacros ../../pfinet/config.h -M -MG ../../pfinet/linux-inet/ip.c  | 
sed > ip.d.new -e 's/ip\.o:/ip.o ip_pic.o ip_p.o ip.d:/' -e 's% [^ ]*/gcc-lib/[^ 
]*\.h%%g'
mv -f ip.d.new ip.d
i386-gnu-gcc -O  -Wall -g -O3  -I. -I../../pfinet -I.. -I../.. -I../../include 
-D_GNU_SOURCE  -imacros ../../pfinet/config.h  -c -o ip.o ../../pfinet/linux-inet/ip.c
../../pfinet/linux-inet/ip.c: In function `ip_compute_csum':
../../pfinet/linux-inet/ip.c:523: Invalid `asm' statement:
../../pfinet/linux-inet/ip.c:523: fixed or forbidden register 2 (cx) was spilled for 
class CREG.
../../pfinet/linux-inet/ip.c:532: Invalid `asm' statement:
../../pfinet/linux-inet/ip.c:532: fixed or forbidden register 3 (bx) was spilled for 
class BREG.
../../pfinet/linux-inet/ip.c:542: Invalid `asm' statement:
../../pfinet/linux-inet/ip.c:542: fixed or forbidden register 3 (bx) was spilled for 
class BREG.
make: *** [ip.o] Error 1

i386-gnu-gcc -O  -Wall -g -O3  -I. -I../../pfinet -I.. -I../.. -I../../include 
-D_GNU_SOURCE  -imacros ../../pfinet/config.h  -c -o tcp.o 
../../pfinet/linux-inet/tcp.c
../../pfinet/linux-inet/tcp.c: In function `tcp_send_check':
../../pfinet/linux-inet/tcp.c:1025: warning: implicit declaration of function 
`tcp_check'
../../pfinet/linux-inet/tcp.c: At top level:
../../pfinet/linux-inet/tcp.c:5044: warning: type mismatch with previous implicit 
declaration
../../pfinet/linux-inet/tcp.c:4488: warning: previous implicit declaration of 
`tcp_check'
../../pfinet/linux-inet/tcp.c:5044: warning: `tcp_check' was previously implicitly 
declared to return `int'
../../pfinet/linux-inet/tcp.c: In function `tcp_check':
../../pfinet/linux-inet/tcp.c:5061: Invalid `asm' statement:
../../pfinet/linux-inet/tcp.c:5061: fixed or forbidden register 1 (dx) was spilled for 
class DREG.
../../pfinet/linux-inet/tcp.c:5115: Invalid `asm' statement:
../../pfinet/linux-inet/tcp.c:5115: fixed or forbidden register 2 (cx) was spilled for 
class CREG.
make: *** [tcp.o] Error 1

i386-gnu-gcc -O  -Wall -g -O3  -I. -I../../pfinet -I.. -I../.. -I../../include 
-D_GNU_SOURCE  -imacros ../../pfinet/config.h  -c -o udp.o 
../../pfinet/linux-inet/udp.c
../../pfinet/linux-inet/udp.c: In function `udp_err':
../../pfinet/linux-inet/udp.c:119: warning: suggest parentheses around comparison in 
operand of &
../../pfinet/linux-inet/udp.c: In function `udp_send_check':
../../pfinet/linux-inet/udp.c:168: warning: implicit declaration of function 
`udp_check'
../../pfinet/linux-inet/udp.c: In function `udp_rcv':
../../pfinet/linux-inet/udp.c:537: warning: long unsigned int format, unsigned int arg 
(arg 2)
../../pfinet/linux-inet/udp.c:537: warning: long unsigned int format, unsigned int arg 
(arg 4)
../../pfinet/linux-inet/udp.c: At top level:
../../pfinet/linux-inet/udp.c:671: warning: `udp_check' was declared implicitly 
`extern' and later `static'
../../pfinet/linux-inet/udp.c:530: warning: previous declaration of `udp_check'
../../pfinet/linux-inet/udp.c:671: warning: type mismatch with previous implicit 
declaration
../../pfinet/linux-inet/udp.c:530: warning: previous implicit declaration of 
`udp_check'
../../pfinet/linux-inet/udp.c:671: warning: `udp_check' was previously implicitly 
declared to return `int'
../../pfinet/linux-inet/udp.c: In function `udp_check':
../../pfinet/linux-inet/udp.c:679: Invalid `asm' statement:
../../pfinet/linux-inet/udp.c:679: fixed or forbidden register 1 (dx) was spilled for 
class DREG.
../../pfinet/linux-inet/udp.c:691: Invalid `asm' statement:
../../pfinet/linux-inet/udp.c:691: fixed or forbidden register 2 (cx) was spilled for 
class CREG.
../../pfinet/linux-inet/udp.c:704: Invalid `asm' statement:
../../pfinet/linux-inet/udp.c:704: fixed or forbidden register 3 (bx) was spilled for 
class BREG.
../../pfinet/linux-inet/udp.c:717: Invalid `asm' statement:
../../pfinet/linux-inet/udp.c:717: fixed or forbidden register 3 (bx) was spilled for 
class BREG.
../../pfinet/linux-inet/udp.c:732: Invalid `asm' statement:
../../pfinet/linux-inet/udp.c:732: fixed or forbidden register 3 (bx) was spilled for 
class BREG.
make: *** [udp.o] Error 1


-- System Information
Debian Release: potato
Kernel Version: Linux ulysses 2.2.12 #7 Mon Sep 27 01:09:52 CEST 1999 i586 unknown

---------------------------------------
Received: (at 54148-done) by bugs.debian.org; 12 Mar 2000 08:56:16 +0000
Received: (qmail 24375 invoked from network); 12 Mar 2000 08:56:15 -0000
Received: from r85aap012887.sbo-smr.ma.cable.rcn.com (HELO frob.com) (209.6.192.195)
  by master.debian.org with SMTP; 12 Mar 2000 08:56:15 -0000
Received: (from roland@localhost)
        by frob.com (8.9.1/8.9.1) id DAA19112;
        Sun, 12 Mar 2000 03:56:15 -0500
Date: Sun, 12 Mar 2000 03:56:15 -0500
From: Roland McGrath <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: pfinet overhauled
X-Shopping-List: 
   (1) Felonious welts
   (2) Pernicious medical gumption
   (3) Quaint cow fingers
   (4) Stoic rectractors
   (5) Monarchical bum commanders

The pfinet overhaul of 2000-02-03 and thereafter resolved this issue.

Reply via email to