Bug 103988 - net/ntraceroute doesn't work on 64-bit systems
Summary: net/ntraceroute doesn't work on 64-bit systems
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: Bruce M Simpson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 19:50 UTC by Bill Fenner
Modified: 2006-10-04 23:00 UTC (History)
0 users

See Also:


Attachments
file.diff (281 bytes, patch)
2006-10-04 19:50 UTC, Bill Fenner
no flags Details | Diff
Makefile.diff (527 bytes, patch)
2006-10-04 21:25 UTC, Bill Fenner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Fenner 2006-10-04 19:50:18 UTC
	

"make install" in /usr/ports/net/ntraceroute.
Find that the program that gets installed sends malformed
packets, so when it's checking for properly formed replies
it decides that it didn't get one.

Fix: Change the ntraceroute port to copy the source to WRKSRC, so
it can apply this patch.

How-To-Repeat: 	

sparc64% cd /usr/ports/net/ntraceroute
sparc64% sudo make install
sparc64% ntraceroute www.freebsd.org
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-04 19:50:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bms

Over to maintainer
Comment 2 Bill Fenner 2006-10-04 21:25:14 UTC
Here is a patch for the port Makefile.  Apply this patch
and install the patch in the Fix: section as files/patch-pack-struct
or some such.

  Bill
Comment 3 Bruce M Simpson freebsd_committer freebsd_triage 2006-10-04 22:52:57 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-04 22:53:01 UTC
bms         2006-10-04 21:52:49 UTC

  FreeBSD ports repository (src committer)

  Modified files:
    net/ntraceroute      Makefile 
  Added files:
    net/ntraceroute/files patch-traceroute_640.c 
  Log:
  Fix ntraceroute on 64-bit systems.
  
  PR:             ports/103988
  Submitted by:   fenner
  
  Revision  Changes    Path
  1.3       +5 -5      ports/net/ntraceroute/Makefile
  1.1       +11 -0     ports/net/ntraceroute/files/patch-traceroute_640.c (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"