Project

General

Profile

Actions

Bug #1385

closed

Open-VM-Tools not working anymore

Added by Anonymous about 13 years ago. Updated almost 13 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/25/2011
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
2.0
Affected Plus Version:
Affected Architecture:
i386

Description

somehow the Open-VM-Tools for 2.0 are messed up

./vmware-guestd.sh start
Starting vmware_guestd.
/libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.0" not found, required by "vmtoolsd"
./vmware-guestd.sh: WARNING: failed to start vmware_guestd

http://forum.pfsense.org/index.php/topic,33587.30.html

Actions #1

Updated by Chris Buechler about 13 years ago

  • Project changed from pfSense to pfSense Packages
  • Category deleted (Package System)
  • Target version deleted (2.0)
Actions #2

Updated by Anonymous about 13 years ago

the following packages can be found at http://pfsense.trendchiller.com/packages/

fusefs-kmod-0.3.9.p1.20080208_7.tbz
fusefs-libs-2.7.4.tbz
gettext-0.18.1.1.tbz
glib-2.26.1_1.tbz
icu-4.6.1.tbz
libdnet-1.11_3.tbz
libiconv-1.13.1_1.tbz
open-vm-tools-nox11-313025_2.tbz
pcre-8.12.tbz
perl-5.10.1_3.tbz
pkg-config-0.25_1.tbz
python27-2.7.1_1.tbz

could you please add them to the pfsense 2.0 package repository ?

this are the new open-vm-tools-nox11 with all dependencies

the XML file has to be updated with the "depends on" settings and it will work again...

Actions #3

Updated by Anonymous about 13 years ago

it's build for http://files.pfsense.org/packages/8/All
it's the x86 build

Actions #4

Updated by Anonymous about 13 years ago

please add this to pkg_config.8.xml as i cannot commit now :-(

<package>
<name>Open-VM-Tools</name>
<descr>VMware Tools</descr>
<website>http://open-vm-tools.sourceforge.net/</website>
<category>Services</category>
<version>313025</version>
<status>Stable</status>
<pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
<required_version>2.0</required_version>
<config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
<configurationfile>open-vm-tools.xml</configurationfile>
<depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
<depends_on_package>open-vm-tools-nox11-313025_2.tbz</depends_on_package>
<build_port_path>/usr/ports/emulators/open-vm-tools-nox11/</build_port_path>
<depends_on_package>fusefs-kmod-0.3.9.p1.20080208_7.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/sysutils/</build_port_path>
<depends_on_package>fusefs-libs-2.7.4.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/sysutils/</build_port_path>
<depends_on_package>glib-2.26.1_1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/devel/</build_port_path>
<depends_on_package>icu-4.6.1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/devel/</build_port_path>
<depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/net/</build_port_path>
<depends_on_package>libiconv-1.13.1_1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/converters/</build_port_path>
<depends_on_package>pcre-8.12.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/devel/</build_port_path>
<depends_on_package>perl-5.10.1_3.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/perl5/</build_port_path>
<depends_on_package>pkg-config-0.25_1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/devel/</build_port_path>
<depends_on_package>python27-2.7.1_1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/python/</build_port_path>
</package>
Actions #5

Updated by Jim Pingle about 13 years ago

We need to fix the automated build process, not upload new binaries.

Actions #6

Updated by Anonymous about 13 years ago

the pkg_config.8.cml changes were now pushed to git, please ignore the message before...

Actions #7

Updated by Ralf Wessling about 13 years ago

Problem exists in Snapshot :

2.0-RC1 (i386)
built on Wed Mar 30 23:56:33 EDT 2011

Actions #8

Updated by Ralf Wessling about 13 years ago

Error is :

Downloading http://files.pfsense.org/packages/8/All/icu-4.6.1.tbz ... could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/icu-4.6.1.tbz.
of icu-4.6.1 failed!

Installation aborted.Backing up libraries...

Actions #9

Updated by Charles AMPEAU about 13 years ago

I can confirmed this issue on i386 platform :

Downloading http://files.pfsense.org/packages/8/All/icu-4.6.1.tbz ... could not download from there or
http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/icu-4.6.1.tbz

Open-VM-Tools not installable!

Actions #10

Updated by Calvin Teh about 13 years ago

Confirm not working on amd64 platform as well

2.0-RC1 (amd64)
built on Sun Apr 10 21:49:29 EDT 2011

Actions #11

Updated by Charles AMPEAU almost 13 years ago

Jim P wrote:

We need to fix the automated build process, not upload new binaries.

Any news on that problem?

As I reported here : http://forum.pfsense.org/index.php/topic,33587.msg185648.html#msg185648
would it be possible to include the missing icu-4.6.1.tbz to files.pfsense.org?

Thanks for all your work!

Regards

Actions #12

Updated by Chris Buechler almost 13 years ago

  • Status changed from New to Resolved

fixed, more under #1423

Actions

Also available in: Atom PDF