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:/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

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
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
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to