Advertising
- Untitled
- Monday, May 7th, 2012 at 2:28:05am MDT
- libtool: compile: /home/jimis/dist/src/objtmp-gcc/./gcc/xgcc -shared-libgcc -B/home/jimis/dist/src/objtmp-gcc/./gcc -nostdinc++ -L/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/src -L/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/src/.libs -B/home/jimis/dist/src/tgt-gcc-4.8-20120429-release/hppa2.0-unknown-linux-gnu/bin/ -B/home/jimis/dist/src/tgt-gcc-4.8-20120429-release/hppa2.0-unknown-linux-gnu/lib/ -isystem /home/jimis/dist/src/tgt-gcc-4.8-20120429-release/hppa2.0-unknown-linux-gnu/include -isystem /home/jimis/dist/src/tgt-gcc-4.8-20120429-release/hppa2.0-unknown-linux-gnu/sys-include -I/home/jimis/dist/src/gcc-4.8-20120429/libstdc++-v3/../libgcc -I/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/hppa2.0-unknown-linux-gnu -I/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include -I/home/jimis/dist/src/gcc-4.8-20120429/libstdc++-v3/libsupc++ -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=guard_error.lo -g -O2 -D_GNU_SOURCE -c ../../../../gcc-4.8-20120429/libstdc++-v3/libsupc++/guard_error.cc -fPIC -DPIC -o guard_error.o
- In file included from ../../../../gcc-4.8-20120429/libstdc++-v3/libsupc++/guard.cc:33:0:
- /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h: In constructor '__gnu_cxx::__mutex::__mutex()':
- /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h:159:15: error: use of deleted function 'pthread_mutex_t& pthread_mutex_t::operator=(const pthread_mutex_t&)'
- _M_mutex = __tmp;
- ^
- In file included from /usr/include/pthread.h:25:0,
- from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/hppa2.0-unknown-linux-gnu/bits/gthr-default.h:36,
- from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/hppa2.0-unknown-linux-gnu/bits/gthr.h:151,
- from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/atomicity.h:34,
- from ../../../../gcc-4.8-20120429/libstdc++-v3/libsupc++/guard.cc:32:
- /usr/include/bits/pthreadtypes.h:101:3: note: 'pthread_mutex_t& pthread_mutex_t::operator=(const pthread_mutex_t&)' is implicitly deleted because the default definition would be ill-formed:
- } pthread_mutex_t;
- ^
- /usr/include/bits/pthreadtypes.h:101:3: error: use of deleted function '_pthread_fastlock& _pthread_fastlock::operator=(const _pthread_fastlock&)'
- } pthread_mutex_t;
- ^
- /usr/include/bits/pthreadtypes.h:34:8: note: '_pthread_fastlock& _pthread_fastlock::operator=(const _pthread_fastlock&)' is implicitly deleted because the default definition would be ill-formed:
- struct _pthread_fastlock
- ^
- /usr/include/bits/pthreadtypes.h:34:8: error: no matching function for call to '<anonymous struct>::operator=(const volatile __atomic_lock_t&) volatile'
- struct _pthread_fastlock
- ^
- /usr/include/bits/pthreadtypes.h:34:8: note: candidates are:
- struct _pthread_fastlock
- ^
- /usr/include/bits/pthreadtypes.h:29:25: note: <anonymous struct>&<anonymous struct>::operator=(const<anonymous struct>&)
- typedef volatile struct {
- ^
- /usr/include/bits/pthreadtypes.h:29:25: note: no known conversion for argument 1 from 'const volatile __atomic_lock_t {aka const volatile<anonymous struct>}' to 'const<anonymous struct>&'
- typedef volatile struct {
- ^
- /usr/include/bits/pthreadtypes.h:29:25: note: <anonymous struct>&<anonymous struct>::operator=(<anonymous struct>&&)
- typedef volatile struct {
- ^
- /usr/include/bits/pthreadtypes.h:29:25: note: no known conversion for argument 1 from 'const volatile __atomic_lock_t {aka const volatile<anonymous struct>}' to '<anonymous struct>&&'
- typedef volatile struct {
- ^
- In file included from ../../../../gcc-4.8-20120429/libstdc++-v3/libsupc++/guard.cc:33:0:
- /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h: In constructor '__gnu_cxx::__recursive_mutex::__recursive_mutex()':
- /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h:217:15: error: use of deleted function 'pthread_mutex_t& pthread_mutex_t::operator=(const pthread_mutex_t&)'
- _M_mutex = __tmp;
- ^
- /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h: In constructor '__gnu_cxx::__cond::__cond()':
- /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h:335:14: error: use of deleted function 'pthread_cond_t& pthread_cond_t::operator=(const pthread_cond_t&)'
- _M_cond = __tmp;
- ^
- In file included from /usr/include/pthread.h:25:0,
- from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/hppa2.0-unknown-linux-gnu/bits/gthr-default.h:36,
- from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/hppa2.0-unknown-linux-gnu/bits/gthr.h:151,
- from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/atomicity.h:34,
- from ../../../../gcc-4.8-20120429/libstdc++-v3/libsupc++/guard.cc:32:
- /usr/include/bits/pthreadtypes.h:78:3: note: 'pthread_cond_t& pthread_cond_t::operator=(const pthread_cond_t&)' is implicitly deleted because the default definition would be ill-formed:
- } pthread_cond_t;
- ^
- /usr/include/bits/pthreadtypes.h:78:3: error: use of deleted function '_pthread_fastlock& _pthread_fastlock::operator=(const _pthread_fastlock&)'
- } pthread_cond_t;
- ^
- make[5]: *** [guard.lo] Error 1
- make[5]: *** Waiting for unfinished jobs....
- make[5]: Leaving directory `/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/libsupc++'
- make[4]: *** [all-recursive] Error 1
- make[4]: Leaving directory `/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3'
- make[3]: *** [all] Error 2
- make[3]: Leaving directory `/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3'
- make[2]: *** [all-stage1-target-libstdc++-v3] Error 2
- make[2]: Leaving directory `/home/jimis/dist/src/objtmp-gcc'
- make[1]: *** [stage1-bubble] Error 2
- make[1]: Leaving directory `/home/jimis/dist/src/objtmp-gcc'
- make: *** [all] Error 2
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.