From owner-freebsd-ports Thu Jun 13 2:20:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C0B937B416 for ; Thu, 13 Jun 2002 02:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5D9K2L42732; Thu, 13 Jun 2002 02:20:02 -0700 (PDT) (envelope-from gnats) Received: from vbook.express.ru (asplinux.ru [195.133.213.194]) by hub.freebsd.org (Postfix) with ESMTP id 10B5F37B40F for ; Thu, 13 Jun 2002 02:10:52 -0700 (PDT) Received: from vova by vbook.express.ru with local (Exim 3.36 #1) id 17IQcz-000I89-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 13 Jun 2002 13:10:49 +0400 Message-Id: Date: Thu, 13 Jun 2002 13:10:49 +0400 From: "Vladimir B.Grebenschikov" Reply-To: "Vladimir B.Grebenschikov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39219: ddd port not builds on -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39219 >Category: ports >Synopsis: ddd port not builds on -CURRENT >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 13 02:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vladimir B. Grebenschikov >Release: FreeBSD 5.0-CURRENT i386 >Organization: SWsoft >Environment: System: FreeBSD vbook.express.ru 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Wed Jun 5 17:36:46 MSD 2002 root@vbook.express.ru:/usr/local/src/sys/i386/compile/VBOOK i386 I have tried both c++ from FreeBSD-current and g++31 form ports. >Description: Ddd on -CURRENT have standart sys_nerr build issue. >How-To-Repeat: # cd /usr/ports/devel/ddd # env CXX=g++31 make ... strerror.c:465: conflicting types for `sys_nerr' /usr/include/stdio.h:238: previous declaration of `sys_nerr' strerror.c: In function trtoerrno': strerror.c:774: warning: implicit declaration of function `strcmp' gmake[1]: *** [strerror.o] Ошибка 1 gmake[1]: Выход из каталог /usr/local/ports/devel/ddd/work/ddd-3.3.1/libiberty' gmake: *** [all-recursive] Ошибка 1 *** Error code 2 # after commenting out definition of sys_nerr and sys_errlist we have: strsignal.c:247: conflicting types for `sys_nsig' /usr/include/signal.h:50: previous declaration of `sys_nsig' strsignal.c: In function `strtosigno': strsignal.c:552: warning: implicit declaration of function `strcmp' gmake[1]: *** [strsignal.o] Ошибка 1 gmake[1]: Выход из каталог /usr/local/ports/devel/ddd/work/ddd-3.3.1/libiberty' gmake: *** [all-recursive] Ошибка 1 *** Error code 2 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message