View Single Post
  #5   (View Single Post)  
Old 28th November 2010
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

I don't think the developers need be involved. It appears to me that your problem comes from using a $PKG_PATH variable pointing to the wrong release.

In my nearest mirror, /pub/OpenBSD/4.8/packages/amd64/dnstracer-1.9.tgz contains the following in its +CONTENTS file:
Code:
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:17:39 espie Exp $
@name dnstracer-1.9
@comment subdir=net/dnstracer cdrom=yes ftp=yes
@arch amd64
+DESC
@sha 9l6wjru1wA2O+puxVXk+oSeJ8jTomo7NAWfJCepnchM=
@size 371
@wantlib c.56.0
@cwd /usr/local
bin/dnstracer
@sha JEopCsBHa5YNYXaJaXAYWnDgZ55I1a4RsD6KpOAbMkw=
@size 28064
@man man/man8/dnstracer.8
@sha TYAlq02h0K3Mj0UcUP1j9WWfgD/i03NzhSJLy1R3VPE=
@size 7081
The same package in /pub/OpenBSD/4.7/packages/amd64/ contains:
Code:
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:17:39 espie Exp $
@name dnstracer-1.9
@comment subdir=net/dnstracer cdrom=yes ftp=yes
@arch amd64
+DESC
@sha 9l6wjru1wA2O+puxVXk+oSeJ8jTomo7NAWfJCepnchM=
@size 371
@wantlib c.53.1
@cwd /usr/local
bin/dnstracer
@sha C4Rr92eX0w71SrsPQgqDRoMAYJJK29VU+gZ3kmwm1I0=
@size 27848
@man man/man8/dnstracer.8
@sha TYAlq02h0K3Mj0UcUP1j9WWfgD/i03NzhSJLy1R3VPE=
@size 7081
Looks like operator error to me.
Reply With Quote