Date: Fri, 9 Jun 2006 00:36:44 -0400 From: "Rong-en Fan" <grafan@gmail.com> To: "Kris Kennaway" <kris@obsecurity.org> Cc: perl@freebsd.org, clsung@FreeBSD.org Subject: Re: [ports-i386@pointyhat.freebsd.org: p5-FEAR-API-0.487.4 failed on i386 6] Message-ID: <6eb82e0606082136u4d976de5u5d9581da17e9a1e8@mail.gmail.com> In-Reply-To: <20060609041143.GC84853@xor.obsecurity.org> References: <20060609041143.GC84853@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/9/06, Kris Kennaway <kris@obsecurity.org> wrote: > FYI; can you please investigate and/or report to the developers? If > you are already aware of this problem but do not yet have a fix, > please mark the port BROKEN in the appropriate case, so that users do > not unexpectedly encounter it. > > See http://pointyhat.freebsd.org for the full log. > > Thanks, > Kris > > ----- Forwarded message from User Ports-i386 ================================================================ > > === Checking filesystem state > list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) > 2782311 4 -r-xr-xr-x 1 root wheel 202 Jun 9 02:17 usr/local/bin/fear-recorder > 2782312 4 -r-xr-xr-x 1 root wheel 174 Jun 9 02:17 usr/local/bin/fearperl > 2783345 12 -r-xr-xr-x 1 root wheel 4197 Jun 9 02:17 usr/local/bin/fear > ================================================================ Oops, that was my fault. Somehow, I ignored the output from 'port test'... The patch below will fix this. diff -ruN --exclude=CVS /usr/ports/www/p5-FEAR-API/pkg-plist /home/rafan/tmp/por --- /usr/ports/www/p5-FEAR-API/pkg-plist Mon Jun 5 16:04:28 2006 +++ /home/rafan/tmp/ports/p5-FEAR-API/pkg-plist Fri Jun 9 12:33:03 2006 @@ -1,3 +1,6 @@ +bin/fear +bin/fear-recorder +bin/fearperl %%SITE_PERL%%/FEAR/API.pm %%SITE_PERL%%/FEAR/API/Agent.pm %%SITE_PERL%%/FEAR/API/ChksumRepos.pm Regards, Rong-En Fan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6eb82e0606082136u4d976de5u5d9581da17e9a1e8>