Bug 129003 - Stop in /usr/ports/sysutils/apachetop.
Summary: Stop in /usr/ports/sysutils/apachetop.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-20 02:00 UTC by proler
Modified: 2008-11-20 15:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description proler 2008-11-20 02:00:08 UTC
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.

Fix: 

/usr/ports/sysutils/apachetop/work/apachetop-0.12.6/src/resolver.h:

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

+        Resolver(void);
+        ~Resolver(void);
How-To-Repeat: install port sysutils/apachetop
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2008-11-20 15:15:31 UTC
State Changed
From-To: open->closed

Comitted, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-20 15:16:13 UTC
pav         2008-11-20 15:15:55 UTC

  FreeBSD ports repository

  Added files:
    sysutils/apachetop/files patch-resolver.h 
  Log:
  - Fix build on 7.x with ADNS option enabled
  
  PR:             ports/129003
  Submitted by:   oleg <proler@gmail.com>
  
  Revision  Changes    Path
  1.1       +13 -0     ports/sysutils/apachetop/files/patch-resolver.h (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"