From owner-freebsd-ports-bugs@freebsd.org Wed Dec 2 11:41:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D7DFA3E9AD for ; Wed, 2 Dec 2015 11:41:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67A541B4E for ; Wed, 2 Dec 2015 11:41:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2Bfk0N037610 for ; Wed, 2 Dec 2015 11:41:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204964] emulators/open-vm-tools-nox11: linker error: missing libelf.so.2 Date: Wed, 02 Dec 2015 11:41:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tps@vr-web.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: swills@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 11:41:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204964 Bug ID: 204964 Summary: emulators/open-vm-tools-nox11: linker error: missing libelf.so.2 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: swills@FreeBSD.org Reporter: tps@vr-web.de Flags: maintainer-feedback?(swills@FreeBSD.org) Assignee: swills@FreeBSD.org libtool: link: c++ -O2 -pipe -fno-strict-aliasing -o .libs/vmware-hgfsclient vmware_hgfsclient-hgfsclient.o ../lib/hgfsBd/.libs/libHgfsBd.a -L/usr/local/lib /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-9.4.0-1280544/libhgfs/.libs/libhgfs.so /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-9.4.0-1280544/libvmtools/.libs/libvmtools.so -lgthread-2.0 -lkvm -lcrypt -lthr -lglib-2.0 -lintl -licui18n -licuuc -licudata -pthread -Wl,-rpath -Wl,/usr/local/lib /usr/bin/ld: warning: libelf.so.2, needed by /usr/lib/libkvm.so, not found (try using -rpath or -rpath-link) /usr/lib/libkvm.so: undefined reference to `elf_version@R1.0' /usr/lib/libkvm.so: undefined reference to `elf_errmsg@R1.0' /usr/lib/libkvm.so: undefined reference to `elf_getphdrnum@R1.0' /usr/lib/libkvm.so: undefined reference to `gelf_getphdr@R1.0' /usr/lib/libkvm.so: undefined reference to `elf_begin@R1.0' /usr/lib/libkvm.so: undefined reference to `elf_end@R1.0' /usr/lib/libkvm.so: undefined reference to `gelf_getehdr@R1.0' /usr/lib/libkvm.so: undefined reference to `gelf_getclass@R1.0' /usr/lib/libkvm.so: undefined reference to `elf_kind@R1.0' c++: error: linker command failed with exit code 1 (use -v to see invocation) *** [vmware-hgfsclient] Error code 1 make[3]: stopped in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-9.4.0-1280544/hgfsclient 1 error make[3]: stopped in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-9.4.0-1280544/hgfsclient *** [all-recursive] Error code 1 make[2]: stopped in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-9.4.0-1280544 1 error make[2]: stopped in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-9.4.0-1280544 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** 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 Various parts of the system reference libelf.so.2 which is missing after upgrading base system. It seems it is not installed by # cd /usr/src; make buildworld # cd /usr/src; make installworld I could find libelf.so.2 in the build tree, but not installed. -- You are receiving this mail because: You are the assignee for the bug.