[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 69616] glibc 2.3.2 w/NPTL is massively different than what
From:       Christopher Rude <crude () copymat ! net>
Date:       2004-02-09 23:13:16
Message-ID: 20040209231316.13365.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
      
http://bugs.kde.org/show_bug.cgi?id=69616      




------- Additional Comments From crude@copymat.net  2004-02-10 00:13 -------
forward progress :) vg_schedular.c now compiles.

now we run into a related problem with vg_libpthread.c

output is as follows:

gcc  -Winline -Wall -Wshadow -O -fno-omit-frame-pointer -mpreferred-stack-boundary=2 \
-g -fpic    -o valgrinq.so -shared vg_valgrinq_dummy.o if gcc -DHAVE_CONFIG_H -I. -I. \
-I..  -I./demangle -I../include -DVG_LIBDIR="\"/usr/local/lib"\"   -Winline -Wall \
-Wshadow -O -fno-omit-frame-pointer -mpreferred-stack-boundary=2 -g -fpic \
                -fno-omit-frame-pointer -MT vg_libpthread.o -MD -MP -MF \
                ".deps/vg_libpthread.Tpo" \
  -c -o vg_libpthread.o `test -f 'vg_libpthread.c' || echo './'`vg_libpthread.c; \
then mv -f ".deps/vg_libpthread.Tpo" ".deps/vg_libpthread.Po"; \
else rm -f ".deps/vg_libpthread.Tpo"; exit 1; \
fi
vg_libpthread.c: In function `pthread_attr_init':
vg_libpthread.c:309: error: union has no member named `__detachstate'
vg_libpthread.c:312: error: union has no member named `__guardsize'
vg_libpthread.c: In function `pthread_attr_setdetachstate':
vg_libpthread.c:323: error: union has no member named `__detachstate'
vg_libpthread.c: In function `pthread_attr_getdetachstate':
vg_libpthread.c:329: error: union has no member named `__detachstate'
vg_libpthread.c: In function `pthread_getattr_np':
vg_libpthread.c:423: error: union has no member named `__detachstate'
vg_libpthread.c:424: error: union has no member named `__schedpolicy'
vg_libpthread.c:425: error: union has no member named `__schedparam'
vg_libpthread.c:426: error: union has no member named `__inheritsched'
vg_libpthread.c:427: error: union has no member named `__scope'
vg_libpthread.c:428: error: union has no member named `__guardsize'
vg_libpthread.c:429: error: union has no member named `__stackaddr'
vg_libpthread.c:430: error: union has no member named `__stackaddr_set'
vg_libpthread.c:431: error: union has no member named `__stacksize'
vg_libpthread.c:437: error: union has no member named `__detachstate'
vg_libpthread.c: In function `pthread_attr_setschedpolicy':
vg_libpthread.c:472: error: union has no member named `__schedpolicy'
vg_libpthread.c: In function `pthread_attr_getschedpolicy':
vg_libpthread.c:478: error: union has no member named `__schedpolicy'
vg_libpthread.c: In function `pthread_attr_getguardsize':
vg_libpthread.c:505: error: union has no member named `__guardsize'
vg_libpthread.c: In function `pthread_create':
vg_libpthread.c:715: error: union has no member named `__detachstate'
vg_libpthread.c: In function `__pthread_mutexattr_init':
vg_libpthread.c:877: error: union has no member named `__mutexkind'
vg_libpthread.c: In function `__pthread_mutexattr_settype':
vg_libpthread.c:893: error: union has no member named `__mutexkind'
vg_libpthread.c: In function `__pthread_mutex_init':
vg_libpthread.c:927: error: union has no member named `__m_count'
vg_libpthread.c:928: error: union has no member named `__m_owner'
vg_libpthread.c:928: error: `_pthread_descr' undeclared (first use in this function)
vg_libpthread.c:928: error: (Each undeclared identifier is reported only once
vg_libpthread.c:928: error: for each function it appears in.)
vg_libpthread.c:929: error: union has no member named `__m_kind'
vg_libpthread.c:931: error: union has no member named `__m_kind'
vg_libpthread.c:931: error: union has no member named `__mutexkind'
vg_libpthread.c: In function `__pthread_mutex_lock':
vg_libpthread.c:949: error: union has no member named `__m_owner'
vg_libpthread.c:949: error: `_pthread_descr' undeclared (first use in this function)
vg_libpthread.c:949: error: syntax error before numeric constant
vg_libpthread.c:950: error: union has no member named `__m_count'
vg_libpthread.c:951: error: union has no member named `__m_kind'
vg_libpthread.c: In function `__pthread_mutex_trylock':
vg_libpthread.c:970: error: union has no member named `__m_owner'
vg_libpthread.c:970: error: `_pthread_descr' undeclared (first use in this function)
vg_libpthread.c:970: error: syntax error before numeric constant
vg_libpthread.c:971: error: union has no member named `__m_count'
vg_libpthread.c:972: error: union has no member named `__m_kind'
vg_libpthread.c: In function `__pthread_mutex_unlock':
vg_libpthread.c:991: error: union has no member named `__m_owner'
vg_libpthread.c:992: error: union has no member named `__m_count'
vg_libpthread.c:993: error: union has no member named `__m_kind'
vg_libpthread.c: In function `__pthread_mutex_destroy':
vg_libpthread.c:1003: error: union has no member named `__m_count'
vg_libpthread.c:1012: error: union has no member named `__m_count'
vg_libpthread.c:1013: error: union has no member named `__m_owner'
vg_libpthread.c:1013: error: `_pthread_descr' undeclared (first use in this function)
vg_libpthread.c:1014: error: union has no member named `__m_kind'
vg_libpthread.c: In function `pthread_cond_init':
vg_libpthread.c:1038: error: union has no member named `__c_waiting'
vg_libpthread.c:1038: error: `_pthread_descr' undeclared (first use in this function)
vg_libpthread.c: In function `rw_remap':
vg_libpthread.c:2499: error: union has no member named `__rw_readers'
vg_libpthread.c:2500: error: union has no member named `__rw_readers'
vg_libpthread.c:2502: error: union has no member named `__rw_kind'
vg_libpthread.c: In function `pthread_rwlock_init':
vg_libpthread.c:2516: error: union has no member named `__rw_readers'
vg_libpthread.c:2518: error: union has no member named `__rw_kind'
vg_libpthread.c:2520: error: union has no member named `__rw_kind'
vg_libpthread.c:2520: error: union has no member named `__lockkind'
vg_libpthread.c: In function `pthread_rwlockattr_init':
vg_libpthread.c:2770: error: union has no member named `__lockkind'
vg_libpthread.c:2771: error: union has no member named `__pshared'
vg_libpthread.c: In function `pthread_rwlockattr_setpshared':
vg_libpthread.c:2794: error: union has no member named `__pshared'
make[1]: *** [vg_libpthread.o] Error 1
make[1]: Leaving directory \
                `/var/tmp/portage/valgrind-2.1.0/work/valgrind-2.1.0/coregrind'
make: *** [all-recursive] Error 1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic