Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2016 03:20:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 203883] ports-mgmt/pkg: Bad error message
Message-ID:  <bug-203883-32340-KHLPnFegOG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203883-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203883-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203883

rkoberman@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Closed                      |Open
         Resolution|FIXED                       |---
           Severity|Affects Only Me             |Affects Many People

--- Comment #2 from rkoberman@gmail.com ---
Problem still exists in 1.6.4. Looks like something did not get committed.

grep "has require a missing libraries" src/*.c
src/check.c:                    pkg_sbuf_printf(out, "%n has require a miss=
ing
libraries: %S\n",

I believe it should read:
pkg_sbuf_printf(out, "%n requires a missing library:%S\n"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203883-32340-KHLPnFegOG>