From: Reindl H. <h.r...@th...> - 2013-10-02 15:00:42
|
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 |