[Bug 206151] [patch] emulators/open-vm-tools* doesn't honor ${SRC_BASE}

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 12 09:11:04 UTC 2016


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

            Bug ID: 206151
           Summary: [patch] emulators/open-vm-tools* doesn't honor
                    ${SRC_BASE}
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: ngie at FreeBSD.org
          Keywords: patch

$ (set -e; export SRC_BASE=/usr/src/svn/ ; export USE_PACKAGE_DEPENDS=yes; cd
/usr/ports/emulators/open-vm-tools-nox11/; make clean; make build; sudo make
install; make clean)
===>  Cleaning for glib-2.44.1_2
===>  Cleaning for open-vm-tools-nox11-1280544_12,1
===>  License LGPL21 accepted by the user
===>  Found saved configuration for open-vm-tools-nox11-1280544_12,1
===>   open-vm-tools-nox11-1280544_12,1 depends on file: /usr/local/sbin/pkg -
found
===> Fetching all distfiles required by open-vm-tools-nox11-1280544_12,1 for
building
===>  Extracting for open-vm-tools-nox11-1280544_12,1
=> SHA256 Checksum OK for open-vm-tools-9.4.0-1280544.tar.gz.
===>  Patching for open-vm-tools-nox11-1280544_12,1
===>  Applying FreeBSD patches for open-vm-tools-nox11-1280544_12,1
===>   open-vm-tools-nox11-1280544_12,1 depends on executable: pkgconf - found
===>   open-vm-tools-nox11-1280544_12,1 depends on shared library:
libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so)
===>  Configuring for open-vm-tools-nox11-1280544_12,1
configure: WARNING: unrecognized options: --disable-unity
configure: loading site script /usr/ports/Templates/config.site
checking build system type... i386-portbld-freebsd11.0
checking host system type... i386-unknown-freebsd11.0
configure: error: FreeBSD kernel tree not found. Please install the kernel
sources (or provide the location using SYSDIR) or configure using
--without-kernel-modules.
===>  Script "configure" failed unexpectedly.
Please report the problem to swills at FreeBSD.org [maintainer] and attach the
"/usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-9.4.0-1280544/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/emulators/open-vm-tools-nox11
*** Error code 1

Stop.
make: stopped in /usr/ports/emulators/open-vm-tools-nox11

The patch in the following link fixes the above issue:
https://github.com/yaneurabeya/freebsd-ports/commit/20b95eba75862ccb7137f73e4ed0e7a84b55ebdc.patch

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


More information about the freebsd-ports-bugs mailing list