Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 12:11:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191339] New: emulators/open-vm-tools-nox11 does not build
Message-ID:  <bug-191339-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: tps@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.



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