[Bug 193319] New: ports editors/vim-lite libiconv missing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 4 17:05:13 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193319

            Bug ID: 193319
           Summary: ports editors/vim-lite libiconv missing
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: bugzilla.freebsd at omnilan.de

When compiling editors/vim-lite, config.mk results in
LIBS = -lm -lelf  -ltermlib -liconv
                         –> -liconv <–

This, in my case, is due to libiconv has been installed for building-dependency
of glib20, required by a different port.
If I make a package of vim-lite, there's no dependency on libiconv registered.
Running vim after installation of that package results in
Shared object "libiconv.so.3" not found, required by "vim"

I can see that Makefile has
USES= cpe iconv pkgconfig shebangfix tar:bzip2
but
'make package-depends-list' lacks libiconv (is empty).

package-depends-list shows libiconv when using "vim" instead of "vim-lite".

Can't find the reason in the Makefile, must be in the nature of USES!?

My first idea was to add an port option which disables -liconv if not choosen
to depend on libiconv.
But probably it's meant to depend unconditionally on libiconv - which doesn't
work for slave port vim-lite for any reason. Sorry, haven't found the cause
yet.

But vim-lite packaging is broken at the moment!

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


More information about the freebsd-ports-bugs mailing list