From nobody@FreeBSD.org  Wed Oct  4 12:43:12 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7EA9016A4E5
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Oct 2006 12:43:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 42C1543D93
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Oct 2006 12:42:53 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k94Cgq46090948
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 4 Oct 2006 12:42:52 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k94CgqJW090935;
	Wed, 4 Oct 2006 12:42:52 GMT
	(envelope-from nobody)
Message-Id: <200610041242.k94CgqJW090935@www.freebsd.org>
Date: Wed, 4 Oct 2006 12:42:52 GMT
From: Dmitriy Ivakin <divakin@huawei.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: problem with compiling /usr/ports/net-mgmt/nagios
X-Send-Pr-Version: www-2.3

>Number:         103973
>Category:       ports
>Synopsis:       problem with compiling /usr/ports/net-mgmt/nagios
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 04 12:50:16 GMT 2006
>Closed-Date:    Sat Oct 07 15:35:07 GMT 2006
>Last-Modified:  Sat Oct 07 15:35:07 GMT 2006
>Originator:     Dmitriy Ivakin
>Release:        5.4
>Organization:
>Environment:
FreeBSD FreeBSD54.huawei.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Thu Apr 27 15:28:30 MSD 2006     ivakin@HuaFree.huawei.com:/usr/src/sys/i386/compile/MONITOR26042006  i386

>Description:
Port /usr/ports/net-mgmt/nagios can't be installed. I've made make clean, them make install, the following output still exists

make install-basic
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/bin
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel nagios /usr/local/bin
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel nagiostats /usr/local/bin
make strip-post-install
/usr/bin/strip /usr/local/bin/nagios
/usr/bin/strip /usr/local/bin/nagiostats
cd ./cgi && make install
make install-basic
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios/cgi-bin
for file in *.cgi; do  /usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel $file /usr/local/www/nagios/cgi-bin;  done
make strip-post-install
for file in *.cgi; do  /usr/bin/strip /usr/local/www/nagios/cgi-bin/$file;  done
cd ./html && make install
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios/media
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios/stylesheets
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios/contexthelp
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios/docs
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios/docs/images
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios/images
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios/images/logos
/usr/bin/install -c -o root -g wheel -m 755 -o root -g wheel -d /usr/local/www/nagios/ssi
/usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel robots.txt /usr/local/www/nagios
/usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel docs/robots.txt /usr/local/www/nagios/docs
for file in *.html;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios; done
for file in media/*.wav;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios/media; done
for file in stylesheets/*.css;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios/stylesheets; done
for file in contexthelp/*.html;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios/contexthelp; done
for file in docs/*.html;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios/docs; done
for file in docs/images/*.*;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios/docs/images; done
for file in images/*.gif;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios/images; done
for file in images/*.jpg;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios/images; done
for file in images/*.png;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios/images; done
for file in images/logos/*.*;  do /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel $file /usr/local/www/nagios/images/logos; done
make install-basic
/usr/bin/install -c -o root -g wheel -m 775 -o root -g wheel -d /var/spool/nagios
/usr/bin/install -c -o root -g wheel -m 775 -o root -g wheel -d /var/spool/nagios/archives
if [ no = yes ]; then  /usr/bin/install -c -o root -g wheel -m 644 -o root -g wheel p1.pl /usr/local/bin;  fi;

*** Main program, CGIs and HTML files installed ***

You can continue with installing Nagios as follows (type 'make'
without any arguments for a list of all possible options):

  make install-init
     - This installs the init script in /usr/local/etc/rc.d

  make install-commandmode
     - This installs and configures permissions on the
       directory for holding the external command file

  make install-config
     - This installs *SAMPLE* config files in /usr/local/etc/nagios
       You'll have to modify these sample files before you can
       use Nagios.  Read the HTML documentation for more info
       on doing this.  Pay particular attention to the docs on
       object configuration files, as they determine what/how
       things get monitored!

/usr/bin/install -c -o root -g wheel -m 775 -o nagios -g www -d /var/spool/nagios/rw
install: www: Invalid argument
*** Error code 67

Stop in /usr/ports/net-mgmt/nagios/work/nagios-2.5.
*** Error code 1

Stop in /usr/ports/net-mgmt/nagios.
FreeBSD54#

>How-To-Repeat:
Just try to install this port.
>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Oct 4 12:50:28 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103973 

From: "Ivakin E. Dmitriy 83432" <divakin@huawei.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103973: problem with compiling /usr/ports/net-mgmt/nagios
Date: Thu, 05 Oct 2006 17:11:31 +0400

 This is a multi-part message in MIME format.
 
 --Boundary_(ID_OJL/VzDI4gCno1wxqi5IfQ)
 Content-type: text/plain; charset=us-ascii
 Content-transfer-encoding: 7BIT
 
 PR has been closed. After I finish Apache installation, problem has been
 solved. Comments have been sent to maintainer.
 
  
 
 Best regards,
 Ivakin Dmitriy
 Employee ID 83432
 ----------------------------------------
 CIS IT Division,
 Huawei Technologies Co.,Ltd.
 Moscow, Russia
 
 Tel: +7(495)234-06-86 ext. 6279
 Fax: +7(495) 234-06-83
 Mobile: +7(495) 765-71-76
 Email: divakin@huawei.com
 
 WWW: www.huawei.com / www.huawei.ru
 *****************************************************************
 This email and its attachments contain confidential information from HUAWEI,
 which is intended only for the person or entity whose address is listed
 above. Any use of the information contained herein in any way (including,
 but not limited to, total or partial disclosure, reproduction, or
 dissemination) by persons other than the intended recipient(s) is
 prohibited. If you receive this e-mail in error, please notify the sender by
 phone or email immediately and delete it!
 *****************************************************************
 
  
 
 
 --Boundary_(ID_OJL/VzDI4gCno1wxqi5IfQ)
 Content-type: text/html; charset=us-ascii
 Content-transfer-encoding: 7BIT
 
 <html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
 
 <head>
 <meta http-equiv=Content-Type content="text/html; charset=us-ascii">
 <meta name=Generator content="Microsoft Word 11 (filtered medium)">
 <style>
 <!--
  /* Font Definitions */
  @font-face
 	{font-family:SimSun;
 	panose-1:2 1 6 0 3 1 1 1 1 1;}
 @font-face
 	{font-family:"\@SimSun";
 	panose-1:2 1 6 0 3 1 1 1 1 1;}
  /* Style Definitions */
  p.MsoNormal, li.MsoNormal, div.MsoNormal
 	{margin:0cm;
 	margin-bottom:.0001pt;
 	font-size:12.0pt;
 	font-family:"Times New Roman";}
 a:link, span.MsoHyperlink
 	{color:blue;
 	text-decoration:underline;}
 a:visited, span.MsoHyperlinkFollowed
 	{color:purple;
 	text-decoration:underline;}
 p
 	{mso-margin-top-alt:auto;
 	margin-right:0cm;
 	mso-margin-bottom-alt:auto;
 	margin-left:0cm;
 	font-size:12.0pt;
 	font-family:"Times New Roman";}
 span.EmailStyle17
 	{mso-style-type:personal-compose;
 	font-family:Arial;
 	color:windowtext;}
 @page Section1
 	{size:595.3pt 841.9pt;
 	margin:2.0cm 42.5pt 2.0cm 3.0cm;}
 div.Section1
 	{page:Section1;}
 -->
 </style>
 
 </head>
 
 <body lang=RU link=blue vlink=purple>
 
 <div class=Section1>
 
 <p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
 10.0pt;font-family:Arial'>PR has been closed. After I finish Apache
 installation, problem has been solved. Comments have been sent to maintainer.<o:p></o:p></span></font></p>
 
 <p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
 font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>
 
 <p style='margin-bottom:12.0pt'><font size=2 face="Times New Roman"><span
 style='font-size:10.0pt'>Best regards,<br>
 Ivakin Dmitriy<br>
 Employee ID 83432<br>
 ----------------------------------------<br>
 CIS IT Division,<br>
 Huawei Technologies Co.,Ltd.<br>
 Moscow, Russia<br>
 <br>
 Tel: +7(495)234-06-86 ext. 6279<br>
 Fax: +7(495) 234-06-83<br>
 Mobile: +7(495) 765-71-76<br>
 Email: divakin@huawei.com<br>
 <br>
 WWW: www.huawei.com / www.huawei.ru<br>
 *****************************************************************<br>
 This email and its attachments contain confidential information from HUAWEI,
 which is intended only for the person or entity whose address is listed above.
 Any use of the information contained herein in any way (including, but not
 limited to, total or partial disclosure, reproduction, or dissemination) by
 persons other than the intended recipient(s) is prohibited. If you receive this
 e-mail in error, please notify the sender by phone or email immediately and
 delete it!<br>
 *****************************************************************</span></font><font
 size=2><span style='font-size:10.0pt'><o:p></o:p></span></font></p>
 
 <p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
 12.0pt'><o:p>&nbsp;</o:p></span></font></p>
 
 </div>
 
 </body>
 
 </html>
 
 --Boundary_(ID_OJL/VzDI4gCno1wxqi5IfQ)--
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Sat Oct 7 15:34:57 UTC 2006 
State-Changed-Why:  
Submitter wants the PR closed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103973 
>Unformatted:
