Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2008 01:57:57 GMT
From:      oleg <proler@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129003: Stop in /usr/ports/sysutils/apachetop.
Message-ID:  <200811200157.mAK1vv04084987@www.freebsd.org>
Resent-Message-ID: <200811200200.mAK208pu088754@freefall.freebsd.org>

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

>Number:         129003
>Category:       ports
>Synopsis:       Stop in /usr/ports/sysutils/apachetop.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 20 02:00:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     oleg
>Release:        7.0
>Organization:
>Environment:
FreeBSD ku.setun.net 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Thu Mar 27 21:51:27 MSK 2008     pro@ku.setun.net:/usr/obj/usr/src/sys/KU  i386
>Description:
ku# cd /usr/ports/sysutils/apachetop/
ku# make install
===>  Building for apachetop-0.12.6_1
make  all-recursive
Making all in man
Making all in src
c++ -DHAVE_CONFIG_H -I. -I..    -I /usr/local/include -I /usr/local/include  -O2 -fno-strict-aliasing -pipe -MT apachetop.o -MD -MP -MF .deps/apachetop.Tpo -c -o apachetop.o apachetop.cc
In file included from apachetop.h:222,
                 from apachetop.cc:5:
resolver.h:13: error: extra qualification 'Resolver::' on member 'Resolver'
resolver.h:14: error: extra qualification 'Resolver::' on member 'Resolver'
apachetop.cc: In function 'int main(int, char**)':
apachetop.cc:211: warning: deprecated conversion from string constant to 'char*'
apachetop.cc: In function 'int read_key(int)':
apachetop.cc:567: warning: deprecated conversion from string constant to 'char*'
apachetop.cc:567: warning: deprecated conversion from string constant to 'char*'
apachetop.cc:577: warning: deprecated conversion from string constant to 'char*'
apachetop.cc:577: warning: deprecated conversion from string constant to 'char*'
apachetop.cc:590: warning: deprecated conversion from string constant to 'char*'
apachetop.cc:590: warning: deprecated conversion from string constant to 'char*'
apachetop.cc:600: warning: deprecated conversion from string constant to 'char*'
apachetop.cc:600: warning: deprecated conversion from string constant to 'char*'
apachetop.cc:832: warning: deprecated conversion from string constant to 'char*'
apachetop.cc:832: warning: deprecated conversion from string constant to 'char*'
*** Error code 1

Stop in /usr/ports/sysutils/apachetop/work/apachetop-0.12.6/src.
*** Error code 1

Stop in /usr/ports/sysutils/apachetop/work/apachetop-0.12.6.
*** Error code 1

Stop in /usr/ports/sysutils/apachetop/work/apachetop-0.12.6.
*** Error code 1

Stop in /usr/ports/sysutils/apachetop.
*** Error code 1

Stop in /usr/ports/sysutils/apachetop.

>How-To-Repeat:
install port sysutils/apachetop
>Fix:
/usr/ports/sysutils/apachetop/work/apachetop-0.12.6/src/resolver.h:

-        Resolver::Resolver(void);
-        Resolver::~Resolver(void);

+        Resolver(void);
+        ~Resolver(void);



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



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