Subject: pkg/27769: net/xtraceroute does not find traceroute binary (IRIX 5.3)
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <georg.schwarz@freenet.de>
List: pkgsrc-bugs
Date: 11/01/2004 22:07:55
>Number:         27769
>Category:       pkg
>Synopsis:       net/xtraceroute does not find traceroute binary (IRIX 5.3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 01 22:08:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Georg Schwarz
>Release:        current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
On IRIX 5, the traceroute binary is not in the normal user shell path. Therefore it is not found in the net/xtraceroute configure stage.
>How-To-Repeat:

>Fix:
--- Makefile.orig       2004-11-01 22:15:31.000000000 +0100
+++ Makefile    2004-11-01 22:20:24.000000000 +0100
@@ -25,6 +25,10 @@
 # the --with-GL-prefix switch for this.
 CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE}
 CONFIGURE_ARGS+= --with-lib-MesaGL
+.include "../../mk/bsd.prefs.mk"
+.if !empty(LOWER_OPSYS:Mirix5*)
+CONFIGURE_ARGS+= --with-traceroute=/usr/etc/traceroute
+.endif
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/xtraceroute

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