ports/55446: Update net/xprobe

Edwin Groothuis edwin at mavetju.org
Thu Sep 4 13:20:21 UTC 2003


The following reply was made to PR ports/55446; it has been noted by GNATS.

From: Edwin Groothuis <edwin at mavetju.org>
To: freebsd-gnats-submit at FreeBSD.org, Yonatan at xpert.com
Cc:  
Subject: Re: ports/55446: Update net/xprobe
Date: Thu, 4 Sep 2003 23:19:25 +1000

 --rwEMma7ioTxnRzrJ
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 icmp_echo_id.h:58: internal compiler error: Segmentation fault
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://gcc.gnu.org/bugs.html> for instructions.
 *** Error code 1
 
 Interesting error....
 Please see attached patches for the files directory.
 
 -- 
 Edwin Groothuis      |            Personal website: http://www.mavetju.org
 edwin at mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php 
 
 --rwEMma7ioTxnRzrJ
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch-src::config_set.cc"
 
 --- src/config_set.cc.orig	Thu Sep  4 06:10:24 2003
 +++ src/config_set.cc	Thu Sep  4 06:10:33 2003
 @@ -158,8 +158,7 @@
  
              case XP_CONFIG_TK_SECEND:
                  if (get_state() != XP_CONFIG_TK_SECBEGIN) {
 -                    ui->error("[x] Multiple close sections on line:
 -                    %i\n", cf->get_linenum());
 +                    ui->error("[x] Multiple close sections on line: %i\n", cf->get_linenum());
                      return FAIL;
                  }
                  set_state(0);
 
 --rwEMma7ioTxnRzrJ
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch-src::os_matrix.cc"
 
 --- src/os_matrix.cc.orig	Thu Sep  4 06:11:40 2003
 +++ src/os_matrix.cc	Thu Sep  4 06:15:16 2003
 @@ -84,8 +84,7 @@
      xprobe_mdebug(XPROBE_DEBUG_OSMATRIX,"Following systems are recognizable\n");
      for (osid_i = osid_name.begin();
           osid_i != osid_name.end(); osid_i++) {
 -        xprobe_debug(XPROBE_DEBUG_OSMATRIX,"Id: %i\tOS:
 -        %s\n",(*osid_i).first, (*osid_i).second.c_str());
 +        xprobe_debug(XPROBE_DEBUG_OSMATRIX,"Id: %i\tOS: %s\n",(*osid_i).first, (*osid_i).second.c_str());
      }
  }
  
 
 --rwEMma7ioTxnRzrJ--



More information about the freebsd-ports-bugs mailing list