Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Untitled
Monday, May 7th, 2012 at 2:28:05am MDT 

  1. 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
  2. In file included from ../../../../gcc-4.8-20120429/libstdc++-v3/libsupc++/guard.cc:33:0:
  3. /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h: In constructor '__gnu_cxx::__mutex::__mutex()':
  4. /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&)'
  5.     _M_mutex = __tmp;
  6.                ^
  7. In file included from /usr/include/pthread.h:25:0,
  8.                  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,
  9.                  from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/hppa2.0-unknown-linux-gnu/bits/gthr.h:151,
  10.                  from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/atomicity.h:34,
  11.                  from ../../../../gcc-4.8-20120429/libstdc++-v3/libsupc++/guard.cc:32:
  12. /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:
  13.  } pthread_mutex_t;
  14.    ^
  15. /usr/include/bits/pthreadtypes.h:101:3: error: use of deleted function '_pthread_fastlock& _pthread_fastlock::operator=(const _pthread_fastlock&)'
  16.  } pthread_mutex_t;
  17.    ^
  18. /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:
  19.  struct _pthread_fastlock
  20.         ^
  21. /usr/include/bits/pthreadtypes.h:34:8: error: no matching function for call to '<anonymous struct>::operator=(const volatile __atomic_lock_t&) volatile'
  22.  struct _pthread_fastlock
  23.         ^
  24. /usr/include/bits/pthreadtypes.h:34:8: note: candidates are:
  25.  struct _pthread_fastlock
  26.         ^
  27. /usr/include/bits/pthreadtypes.h:29:25: note: <anonymous struct>&<anonymous struct>::operator=(const<anonymous struct>&)
  28.  typedef volatile struct {
  29.                          ^
  30. /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>&'
  31.  typedef volatile struct {
  32.                          ^
  33. /usr/include/bits/pthreadtypes.h:29:25: note: <anonymous struct>&<anonymous struct>::operator=(<anonymous struct>&&)
  34.  typedef volatile struct {
  35.                          ^
  36. /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>&&'
  37.  typedef volatile struct {
  38.                          ^
  39. In file included from ../../../../gcc-4.8-20120429/libstdc++-v3/libsupc++/guard.cc:33:0:
  40. /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()':
  41. /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&)'
  42.     _M_mutex = __tmp;
  43.                ^
  44. /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h: In constructor '__gnu_cxx::__cond::__cond()':
  45. /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&)'
  46.     _M_cond = __tmp;
  47.               ^
  48. In file included from /usr/include/pthread.h:25:0,
  49.                  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,
  50.                  from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/hppa2.0-unknown-linux-gnu/bits/gthr.h:151,
  51.                  from /home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/include/ext/atomicity.h:34,
  52.                  from ../../../../gcc-4.8-20120429/libstdc++-v3/libsupc++/guard.cc:32:
  53. /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:
  54.  } pthread_cond_t;
  55.    ^
  56. /usr/include/bits/pthreadtypes.h:78:3: error: use of deleted function '_pthread_fastlock& _pthread_fastlock::operator=(const _pthread_fastlock&)'
  57.  } pthread_cond_t;
  58.    ^
  59. make[5]: *** [guard.lo] Error 1
  60. make[5]: *** Waiting for unfinished jobs....
  61. make[5]: Leaving directory `/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3/libsupc++'
  62. make[4]: *** [all-recursive] Error 1
  63. make[4]: Leaving directory `/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3'
  64. make[3]: *** [all] Error 2
  65. make[3]: Leaving directory `/home/jimis/dist/src/objtmp-gcc/hppa2.0-unknown-linux-gnu/libstdc++-v3'
  66. make[2]: *** [all-stage1-target-libstdc++-v3] Error 2
  67. make[2]: Leaving directory `/home/jimis/dist/src/objtmp-gcc'
  68. make[1]: *** [stage1-bubble] Error 2
  69. make[1]: Leaving directory `/home/jimis/dist/src/objtmp-gcc'
  70. 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.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



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.

worth-right fantasy-obligation