Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 Jun 2000 12:51:22 -0700 (PDT)
From:      uurtamo@azstarnet.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/18955: make buildworld chokes on gperf
Message-ID:  <20000601195122.CF2B537BDE6@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         18955
>Category:       i386
>Synopsis:       make buildworld chokes on gperf
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 13:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     steve uurtamo
>Release:        3.4-RELEASE
>Organization:
>Environment:
FreeBSD janitor.systems.tus.azstarnet.com 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Dec 20 06:54:39 GMT 1999     jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC  i386
>Description:
(
size/timestamp on new.cc is 
2978 Mar 25 00:44 new.cc
timestamp on c++ is
4712 Dec 19 22:46 /usr/bin/c++
)

new.cc, when compilation is attempted, chokes with the following:

c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe   -I/usr/obj/usr/src/i386/usr/include -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc
/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:80: warning: `catch', `throw', and `try' are all C++ reserved words
/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc: In function `void operator delete(void *)':
/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:82: declaration of `operator delete(void *)' throws different exceptions...
<internal>:82: ...from previous declaration here
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

>How-To-Repeat:
cvsup src-all
cd /usr/src
make buildworld
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000601195122.CF2B537BDE6>