Re: Tonight make world failed at isdnmonitor...

1999-05-12 Thread Hellmuth Michaelis


Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread eagle


On Mon, 10 May 1999, Steve Kargl wrote:

 I sent a patch for this about 8 hours ago.  No one seems
 to read -current.
well it still is broken and i must of missed that patch somewhere in my
mail,

3:58 a.m east coast time tuesday 11

rob




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread Hellmuth Michaelis

  I sent a patch for this about 8 hours ago.  No one seems
  to read -current.
 well it still is broken and i must of missed that patch somewhere in my
 mail,
 
 3:58 a.m east coast time tuesday 11

just read mail, tested Steves fix, committed.

10:23 am central european summer time tuesday 11

The world is round and needs 24 hours to rotate once. ;-)

hellmuth
-- 
Hellmuth MichaelisTel   +49 40 559747-70
HCS Hanseatischer Computerservice GmbHFax   +49 40 559747-77
Oldesloer Strasse 97-99   Mail  hm [at] hcs.de
22457 Hamburg WWW   http://www.hcs.de


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread Peter Wemm
  === usr.sbin/i4b/isdnmonitor 
  cc -Os -pipe -mpentium -DDEBUG  -I/usr/obj/usr/src/tmp/usr/include -c
  /usr/src/usr.sbin/i4b/isdn
  monitor/main.c
  /usr/src/usr.sbin/i4b/isdnmonitor/main.c:103: `major' redeclared as
  different kind of symbol
  /usr/obj/usr/src/tmp/usr/include/sys/types.h:114: previous declaration of
  `major'
  /usr/src/usr.sbin/i4b/isdnmonitor/main.c:104: `minor' redeclared as
  different kind of symbol
  /usr/obj/usr/src/tmp/usr/include/sys/types.h:108: previous declaration of
  `minor'
  {standard input}: Assembler messages:
  {standard input}:1510: Fatal error: Symbol minor already defined.
  *** Error code 1
 
 tell phk thanks this ones related to his changes to types.h as well

phk has another patch in the pipeline right now that fixes this (ie:
major() etc become macros again in userlant.)  I'd have jumped in and
tweaked types.h to fix this particular problem, but that would be just
adding more deltas to dead-end code.   I think phk was planning a
checkpoint commit sometime shortly.  If he gets delayed, I'll give types.h
a tweak to avoid the problems and to buy some time.

Please remember, this is -current, we've got to expect things to be broken
every so often - but on the other hand, staying broken for too long is an
inconvenience for the developers who -current is intended for.

 Rob

Cheers,
-Peter




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread eagle


On Tue, 11 May 1999, Hellmuth Michaelis wrote:

 
   I sent a patch for this about 8 hours ago.  No one seems
   to read -current.
  well it still is broken and i must of missed that patch somewhere in my
  mail,
  
  3:58 a.m east coast time tuesday 11
 
 just read mail, tested Steves fix, committed.
 
 10:23 am central european summer time tuesday 11
 
 The world is round and needs 24 hours to rotate once. ;-)
 
 hellmuth

O.k. I admit it i've been an ass over changing the names of 2 variables in
what was it 8 lines of code.

rob




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread Ollivier Robert
According to Hellmuth Michaelis:
 hellmuth

BTW do you plan to import i4b 0.80 into CURRENT ?
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr
FreeBSD keltia.freenix.fr 4.0-CURRENT #71: Sun May  9 20:16:32 CEST 1999



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Tonight make world failed at isdnmonitor...

1999-05-10 Thread oZZ!!!

Hello!
Makeworld failed at isdnmonitor:

=== usr.sbin/i4b/isdnmonitor 
cc -Os -pipe -mpentium -DDEBUG  -I/usr/obj/usr/src/tmp/usr/include -c
/usr/src/usr.sbin/i4b/isdn
monitor/main.c
/usr/src/usr.sbin/i4b/isdnmonitor/main.c:103: `major' redeclared as
different kind of symbol
/usr/obj/usr/src/tmp/usr/include/sys/types.h:114: previous declaration of
`major'
/usr/src/usr.sbin/i4b/isdnmonitor/main.c:104: `minor' redeclared as
different kind of symbol
/usr/obj/usr/src/tmp/usr/include/sys/types.h:108: previous declaration of
`minor'
{standard input}: Assembler messages:
{standard input}:1510: Fatal error: Symbol minor already defined.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Any idea?

Rgdz,
Sergey Osokin aka oZZ,
o...@etrust.ru



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Tonight make world failed at isdnmonitor...

1999-05-10 Thread eagle


On Tue, 11 May 1999, oZZ!!! wrote:

 
 Hello!
 Makeworld failed at isdnmonitor:
 
 === usr.sbin/i4b/isdnmonitor 
 cc -Os -pipe -mpentium -DDEBUG  -I/usr/obj/usr/src/tmp/usr/include -c
 /usr/src/usr.sbin/i4b/isdn
 monitor/main.c
 /usr/src/usr.sbin/i4b/isdnmonitor/main.c:103: `major' redeclared as
 different kind of symbol
 /usr/obj/usr/src/tmp/usr/include/sys/types.h:114: previous declaration of
 `major'
 /usr/src/usr.sbin/i4b/isdnmonitor/main.c:104: `minor' redeclared as
 different kind of symbol
 /usr/obj/usr/src/tmp/usr/include/sys/types.h:108: previous declaration of
 `minor'
 {standard input}: Assembler messages:
 {standard input}:1510: Fatal error: Symbol minor already defined.
 *** Error code 1

tell phk thanks this ones related to his changes to types.h as well

Rob



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Tonight make world failed at isdnmonitor...

1999-05-10 Thread Steve Kargl
I sent a patch for this about 8 hours ago.  No one seems
to read -current.

oZZ!!! wrote:
 
 Hello!
 Makeworld failed at isdnmonitor:
 
 === usr.sbin/i4b/isdnmonitor 
 cc -Os -pipe -mpentium -DDEBUG  -I/usr/obj/usr/src/tmp/usr/include -c
 /usr/src/usr.sbin/i4b/isdn
 monitor/main.c
 /usr/src/usr.sbin/i4b/isdnmonitor/main.c:103: `major' redeclared as
 different kind of symbol
 /usr/obj/usr/src/tmp/usr/include/sys/types.h:114: previous declaration of
 `major'
 /usr/src/usr.sbin/i4b/isdnmonitor/main.c:104: `minor' redeclared as
 different kind of symbol
 /usr/obj/usr/src/tmp/usr/include/sys/types.h:108: previous declaration of
 `minor'
 {standard input}: Assembler messages:
 {standard input}:1510: Fatal error: Symbol minor already defined.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 
 Any idea?
 
 Rgdz,
 Sergey Osokin aka oZZ,
 o...@etrust.ru
 
 
 
 To Unsubscribe: send mail to majord...@freebsd.org
 with unsubscribe freebsd-current in the body of the message
 


-- 
Steve


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message