|
From: Don C. <don...@ya...> - 2013-10-02 15:06:08
|
I believe it was discussed earlier, but in order to maintain compatibility with older distributions, the CFLAGS workaround is needed for newer distro's. For the libproc issue, try the following before your build, and you can include procps support again. export CUSTOM_PROCPS_NAME=procps export CUSTOM_PROCPS_LIBS=-L/usr/lib/libprocps.so ________________________________ From: Reindl Harald <h.r...@th...> To: ope...@li... Sent: Wednesday, October 2, 2013 8:00 AM Subject: Re: configure: error: libproc not found. Please configure without procps (using --without-procps) or install procps try to build them on Fedora 18/19 x with gcc-4.8.1/procps-ng/glib2-2.36.3 this was already fixed months ago (2013/01 or 2013/02 AFAIK) both, procps-ng and the deprecated errors while for them a CFLAG works and --without-procps for the other case Am 02.10.2013 16:56, schrieb Don Cupp: > When and where is this causing you problems? > > ------------------------------------------------------------------------------------------------------------------- > *From: * Reindl Harald <h.r...@th...>; > *To: * Mailing-List open-vm-tools <ope...@li...>; > *Subject: * Re: configure: error: libproc not found. Please configure without procps (using --without-procps) or > install procps > *Sent: * Wed, Oct 2, 2013 12:34:15 PM > > and that was also already fixed without need to use > "-Wno-deprecated-declarations" - what happened with > these commits/fixes? > > sysLogger.c:116:4: error: 'g_static_mutex_get_mutex_impl' is deprecated (declared at > /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Werror=deprecated-declarations] > g_static_mutex_unlock(&gSysLoggerLock); > ^ > sysLogger.c: In function 'GlibUtils_CreateSysLogger': > sysLogger.c:143:4: error: 'g_static_mutex_get_mutex_impl' is deprecated (declared at > /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Werror=deprecated-declarations] > g_static_mutex_lock(&gSysLoggerLock); > ^ > sysLogger.c:206:4: error: 'g_static_mutex_get_mutex_impl' is deprecated (declared at > /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Werror=deprecated-declarations] > g_static_mutex_unlock(&gSysLoggerLock); > ^ > cc1: all warnings being treated as errors > make[2]: *** [libGlibUtils_la-sysLogger.lo] Error 1 > make[2]: Leaving directory `/home/builduser/rpmbuild/BUILD/open-vm-tools-9.4.0-1280544/lib/glibUtils' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/builduser/rpmbuild/BUILD/open-vm-tools-9.4.0-1280544/lib' > make: *** [all-recursive] Error 1 > Fehler: Fehler-Status beim Beenden von /var/tmp/rpm-tmp.vOxzPk (%build) > > Am 02.10.2013 14:30, schrieb Reindl Harald: >> Hi >> >> open-vm-tools-9.4.0-1280544.tar.gz >> configure: error: libproc not found. Please configure without procps (using --without-procps) or install procps >> >> this was already fixed in open-vm-tools-9.2.3.1098359 >> >> [builduser@testserver <javascript:return>:/rpmbuild/SPECS]$ rpm -qa | grep procps >> procps-ng-3.3.8-10.fc19.x86_64 >> procps-ng-devel-3.3.8-10.fc19.x86_64 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ open-vm-tools-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel |