Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2004 01:17:03 -0400 (EDT)
From:      parv@pair.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ale@FreeBSD.org
Subject:   ports/71637: devel/motor - build failure while compiling motordebugger.cc
Message-ID:  <20040912051703.2FEEE59A8@default.chvlva.adelphia.net>
Resent-Message-ID: <200409120520.i8C5KKcJ009567@freefall.freebsd.org>

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

>Number:         71637
>Category:       ports
>Synopsis:       devel/motor - build failure while compiling motordebugger.cc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 05:20:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     parv
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:

devel/motor version ...

  # $FreeBSD: ports/devel/motor/Makefile,v 1.22 2004/08/25 10:12:23 ale Exp $

  PORTNAME=       motor
  PORTVERSION=    3.3.0
  CATEGORIES=     devel


>Description:

Build of devel/motor fails...

  c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kkstrtext -I../../kkconsui/include     -I../../kksystr/include -I../../intl     -I../../src/ui/ncurses -I../../src/debugger     -I../../src/executor -I../../src/project     -I../../src -I../../parser/include     -I../../src/ui -I../../src/configuration     -I../../src/tagbrowser  -I/misc/local/include  -O -pipe -g -march=pentiumpro -fmemoize-lookups -fsave-memoized -c watch.cc
  c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kkstrtext -I../../kkconsui/include     -I../../kksystr/include -I../../intl     -I../../src/ui/ncurses -I../../src/debugger     -I../../src/executor -I../../src/project     -I../../src -I../../parser/include     -I../../src/ui -I../../src/configuration     -I../../src/tagbrowser  -I/misc/local/include  -O -pipe -g -march=pentiumpro -fmemoize-lookups -fsave-memoized -c motordebugger.cc
  motordebugger.cc: In method `bool motor::motordebugger::getfreeterm()':
  motordebugger.cc:84: `auto_ptr' undeclared (first use this function)
  motordebugger.cc:84: (Each undeclared identifier is reported only once
  motordebugger.cc:84: for each function it appears in.)
  motordebugger.cc:84: syntax error before `>'
  motordebugger.cc:85: `rlbuf' undeclared (first use this function)
  gmake[3]: *** [motordebugger.o] Error 1
  gmake[3]: Leaving directory `/work/ports/misc/ports/devel/motor/work/motor-3.3.0/src/debugger'
  gmake[2]: *** [all-recursive] Error 1
  gmake[2]: Leaving directory `/work/ports/misc/ports/devel/motor/work/motor-3.3.0/src'
  gmake[1]: *** [all-recursive] Error 1
  gmake[1]: Leaving directory `/work/ports/misc/ports/devel/motor/work/motor-3.3.0'
  gmake: *** [all-recursive-am] Error 2
  *** Error code 2


>How-To-Repeat:

  cd $PORTSDIR/devel/motor && make build

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



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