Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4446

Summary: nomad-0.3.1.ebuild (New Package)
Product: Gentoo Linux Reporter: Christian Pearce <pearcec>
Component: New packagesAssignee: Gabriele Giorgetti <gabriele_giorgetti>
Status: RESOLVED INVALID    
Severity: enhancement CC: pearcec
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: nomad-0.3.1.ebuild

Description Christian Pearce 2002-07-02 14:33:17 UTC
Hello

I am attaching nomad-0.3.1.ebuild. nomad is a network mapping and monitoring
tool written for gnome/gtk+.  I would suggest net-analyzer/nomad.  I has some
gnome RDEPENDs and fping and traceroute as DEPENDs.

pearcec
Comment 1 Christian Pearce 2002-07-02 14:35:25 UTC
Created attachment 1921 [details]
nomad-0.3.1.ebuild
Comment 2 Gabriele Giorgetti 2002-07-02 20:02:21 UTC
Excuse me but have you tested this ebuild before submitting it ?

1. The dependencies were wrong. I've corrected'em and added
   what was missing:

 RDEPEND="( >=x11-libs/gtk+-1.2.10
	 <x11-libs/gtk+-2.0.0 )
	( >=gnome-base/gconf-1.0.4
	 <gnome-base/gconf-1.2.0 )
	( >=gnome-base/libglade-0.17
	 <gnome-base/libglade-2.0.0 )
	>=media-libs/gdk-pixbuf-0.10.1
	>=gnome-base/gnome-libs-1.4.1.7
	>=dev-libs/libxml-1.8.17-r2"

2. Once nomad has been emerged and you execute it you get:

Could not find fping in your path
Could not find traceroute in your path
Could not find snmpget in your path
Could not find snmpwalk in your path

 This is because fping and traceroute are installed in /usr/sbin
 and /usr/sbin is not in the "normal user" path. And snmpget, snmpwalk
 aren't in portage or emerged by your ebuild.

Do you think you can fix this ?  Otherwise I'll have to invalidate this
bug.

Thank you.



Comment 3 Gabriele Giorgetti 2002-07-04 08:19:04 UTC
Please reopen this one when you will fix the ebuild.
Marking it as invalid for now.