From nobody@FreeBSD.org  Mon Jul 25 05:00:47 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 46D9C1065675
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 Jul 2011 05:00:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 373A48FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 Jul 2011 05:00:47 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6P50k4n069664
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 Jul 2011 05:00:46 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6P50kAd069663;
	Mon, 25 Jul 2011 05:00:46 GMT
	(envelope-from nobody)
Message-Id: <201107250500.p6P50kAd069663@red.freebsd.org>
Date: Mon, 25 Jul 2011 05:00:46 GMT
From: Ross <basarevych@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/muse on 8.2-STABLE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: freebsd@spatula.net

>Number:         159177
>Category:       ports
>Synopsis:       sysutils/muse on 8.2-STABLE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 25 05:10:09 UTC 2011
>Closed-Date:    Fri Feb 08 02:39:07 UTC 2013
>Last-Modified:  Fri Feb 08 02:39:07 UTC 2013
>Originator:     Ross
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD coffin.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jul 24 18:13:20 EEST 2011     root@coffin.local:/usr/obj/share/freebsd/RELENG_8/src/sys/COFFIN  amd64
>Description:
Recently muse has started to give this errors:

ross@coffin /home/ross pts/2> sudo muse
kvm_open: kvm_nlist: No such file or directory
kvm_open: kvm_nlist: No such file or directory
Active:   1101717504 Bytes
Inactive: 2047180800 Bytes
Wired:     785293312 Bytes
Reserved:    5570560 Bytes
Cache:      75874304 Bytes
Kernel:       139264 Bytes
Interrupt:      8192 Bytes
Buffer:    436502528 Bytes

Total:    4121333760 Bytes
Free:      108920832 Bytes

I rebuilded muse to make sure it's linked against recent version of libkvm, but the problem persists.
>How-To-Repeat:
run susutils/muse on 8.2-STABLE
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jul 25 05:10:19 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159177 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: freebsd@spatula.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/159177: sysutils/muse on 8.2-STABLE
Date: Mon, 25 Jul 2011 05:10:17 UT

 Maintainer of sysutils/muse,
 
 Please note that PR ports/159177 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159177
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Nicklas Johnson <freebsd@spatula.net>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/159177: sysutils/muse on 8.2-STABLE
Date: Sun, 24 Jul 2011 22:33:37 -0700

 --0016367b61c836a64604a8de288a
 Content-Type: text/plain; charset=UTF-8
 
 Looks like the error is being reported outside the code to muse.c during
 this call:
 
         (void)kvm_nlist(kdesc, namelist);
 
 During that call this happens:
 
 stat("/usr/share/nls/C/libc.cat",0x7fffffffcb00) ERR#2 'No such file or
 directory'
 stat("/usr/share/nls/libc/C",0x7fffffffcb00)     ERR#2 'No such file or
 directory'
 stat("/usr/local/share/nls/C/libc.cat",0x7fffffffcb00) ERR#2 'No such file
 or directory'
 stat("/usr/local/share/nls/libc/C",0x7fffffffcb00) ERR#2 'No such file or
 directory'
 : No such file or directory
 write(2,": No such file or directory\n",28)      = 28 (0x1c)
 
 But that write is happening outside the code to muse.  Curiously, the call
 still succeeds.  Dunno.  I don't have the time to look into it any further.
 
 On 24 July 2011 22:10, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of sysutils/muse,
 >
 > Please note that PR ports/159177 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159177
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 
 
 -- 
 "Courage isn't just a matter of not being frightened, you know. It's being
 afraid and doing what you have to do anyway."
    -- Doctor Who - Planet of the Daleks
 This message has been brought to you by Nick Johnson 2.3b1 and the number 6.
 <http://healerNick.com/> <http://spatula.net/>
 
 --0016367b61c836a64604a8de288a
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 <font color=3D"#000000"><font size=3D"2"><font face=3D"trebuchet ms,sans-se=
 rif">Looks like the error is being reported outside the code to muse.c duri=
 ng this call:<br></font></font></font><div><font class=3D"Apple-style-span"=
  face=3D"&#39;trebuchet ms&#39;, sans-serif"><br>
 </font></div><div><font class=3D"Apple-style-span" face=3D"&#39;trebuchet m=
 s&#39;, sans-serif"><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 (void)kvm_nlist(kdesc,=
  namelist);</div><div><br></div><div>During that call this happens:</div><d=
 iv><br></div><div><div>
 stat(&quot;/usr/share/nls/C/<a href=3D"http://libc.cat">libc.cat</a>&quot;,=
 0x7fffffffcb00) ERR#2 &#39;No such file or directory&#39;</div><div>stat(&q=
 uot;/usr/share/nls/libc/C&quot;,0x7fffffffcb00) =C2=A0 =C2=A0 ERR#2 &#39;No=
  such file or directory&#39;</div>
 <div>stat(&quot;/usr/local/share/nls/C/<a href=3D"http://libc.cat">libc.cat=
 </a>&quot;,0x7fffffffcb00) ERR#2 &#39;No such file or directory&#39;</div><=
 div>stat(&quot;/usr/local/share/nls/libc/C&quot;,0x7fffffffcb00) ERR#2 &#39=
 ;No such file or directory&#39;</div>
 </div><div><div>: No such file or directory</div><div>write(2,&quot;: No su=
 ch file or directory\n&quot;,28) =C2=A0 =C2=A0 =C2=A0=3D 28 (0x1c)</div></d=
 iv><div><br></div><div>But that write is happening outside the code to muse=
 . =C2=A0Curiously, the call still succeeds. =C2=A0Dunno. =C2=A0I don&#39;t =
 have the time to look into it any further.</div>
 <div><br></div></font><div class=3D"gmail_quote">On 24 July 2011 22:10, Edw=
 in Groothuis <span dir=3D"ltr">&lt;<a href=3D"mailto:edwin@freebsd.org">edw=
 in@freebsd.org</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" s=
 tyle=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
 Maintainer of sysutils/muse,<br>
 <br>
 Please note that PR ports/159177 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
  =C2=A0 =C2=A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports=
 /159177" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor=
 ts/159177</a><br>
 <font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></blockquote></div><br><br clear=3D"all"><br>-- <br>&quot;Courage is=
 n&#39;t just a matter of not being frightened, you know. It&#39;s being afr=
 aid and doing what you have to do anyway.&quot;<br>=C2=A0=C2=A0 -- Doctor W=
 ho - Planet of the Daleks<br>
 This message has been brought to you by Nick Johnson 2.3b1 and the number 6=
 .<a href=3D"http://healerNick.com/" target=3D"_blank"><br></a><a href=3D"ht=
 tp://spatula.net/" target=3D"_blank"></a><br>
 </div>
 
 --0016367b61c836a64604a8de288a--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 8 02:39:06 UTC 2013 
State-Changed-Why:  
feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159177 
>Unformatted:
