| Summary: | msgfmt from devel/gettext port should have runtime dependency on glib | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | graham |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
graham
2009-06-30 05:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ade aDe is still listed as maintainer. State Changed From-To: open->closed If this were really the case, then postgresql would not be buildable on the clusters. Given that packages exist, it's not the case. In addition, since devel/glib20 has USE_GETTEXT=YES, the 'fix' here would create a circular dependency that would kill pretty much half of the ports tree. Script started on Wed Jul 1 12:57:47 2009 % cd /usr/local/lib % msgfmt msgfmt: no input file given Try `msgfmt --help' for more information. % mv libglib-2.0.so.0 z % msgfmt /libexec/ld-elf.so.1: Shared object "libglib-2.0.so.0" not found, required by "msgfmt" % mv z libglib-2.0.so.0 % msgfmt msgfmt: no input file given Try `msgfmt --help' for more information. % exit Script done on Wed Jul 1 12:58:29 2009 |