[Bug 191339] New: emulators/open-vm-tools-nox11 does not build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 24 12:11:12 UTC 2014


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

            Bug ID: 191339
           Summary: emulators/open-vm-tools-nox11 does not build
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: Normal
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tps at vr-web.de

emulators/open-vm-tools-nox11 does not build. It bails out with one error:

--- libvmtools_la-i18n.lo ---
i18n.c:634:15: error: implicit declaration of function 'Unicode_IsBufferValid'
is invalid in C99 [-Werror,-Wimplicit-function-declar
ation]
         if (!Unicode_IsBufferValid(name, strlen(name) + 1,
STRING_ENCODING_UTF8) ||
              ^
i18n.c:740:17: error: implicit declaration of function 'Util_SafeStrdup' is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
      dfltdir = Util_SafeStrdup(VMTOOLS_DATA_DIR);
                ^
i18n.c:740:15: error: incompatible integer to pointer conversion assigning to
'char *' from 'int' [-Werror,-Wint-conversion]
      dfltdir = Util_SafeStrdup(VMTOOLS_DATA_DIR);
              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i18n.c:748:35: error: use of undeclared identifier 'DIRSEPS'
                          catdir, DIRSEPS, DIRSEPS, lang, DIRSEPS, domain);
                                  ^
i18n.c:758:21: error: incompatible integer to pointer conversion assigning to
'gchar *' (aka 'char *') from 'int' [-Werror,-Wint-con
version]
            usrlang = Util_SafeStrdup(lang);
                    ^ ~~~~~~~~~~~~~~~~~~~~~
i18n.c:763:41: error: use of undeclared identifier 'DIRSEPS'
                                catdir, DIRSEPS, DIRSEPS, usrlang, DIRSEPS,
domain);
                                        ^
6 errors generated.
*** [libvmtools_la-i18n.lo] Error code 1

make[2]: stopped in
/usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-9.4.0-1280544/libvmtools

How-To-Repeat:
cd /usr/ports/emulators/open-vm-tools-nox11
make clean build deinstall install clean

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


More information about the freebsd-ports-bugs mailing list