Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1461443 Details for
Bug 1603803
dmlite-plugins-s3: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-19 18:57:17 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 18:57:17 UTC
Size:
32.00 KB
patch
obsolete
> In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::Release_CompareAndSwap(volatile Atomic64*, google::protobuf::internal::Atomic64, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:191:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:191:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:191:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::NoBarrier_Store(volatile Atomic64*, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:200:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:200:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:200:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::Acquire_Store(volatile Atomic64*, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:204:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:204:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:204:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::Release_Store(volatile Atomic64*, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:209:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr)->store(value, std::memory_order_release); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:209:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr)->store(value, std::memory_order_release); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:209:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr)->store(value, std::memory_order_release); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::NoBarrier_Load(const volatile Atomic64*)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:213:12: error: 'AtomicLocation64' was not declared in this scope > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:213:12: note: suggested alternative: 'Atomic64' > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:213:29: error: expected ')' before 'ptr' > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::Acquire_Load(const volatile Atomic64*)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:217:12: error: 'AtomicLocation64' was not declared in this scope > return ((AtomicLocation64)ptr)->load(std::memory_order_acquire); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:217:12: note: suggested alternative: 'Atomic64' > return ((AtomicLocation64)ptr)->load(std::memory_order_acquire); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:217:29: error: expected ')' before 'ptr' > return ((AtomicLocation64)ptr)->load(std::memory_order_acquire); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::Release_Load(const volatile Atomic64*)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:222:12: error: 'AtomicLocation64' was not declared in this scope > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:222:12: note: suggested alternative: 'Atomic64' > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:222:29: error: expected ')' before 'ptr' > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ~ ^~~ > ) >In file included from /builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3.cpp:11: >/builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3.h: In constructor 'dmlite::S3PoolHandler::S3PoolHandler(dmlite::S3Factory*, const string&, dmlite::StackInstance*, dmlite::S3PoolDetails)': >/builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3.h:96:18: warning: 'dmlite::S3PoolHandler::stack' will be initialized after [-Wreorder] > StackInstance* stack; > ^~~~~ >/builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3.h:91:18: warning: 'dmlite::S3PoolDetails dmlite::S3PoolHandler::pool_' [-Wreorder] > S3PoolDetails pool_; > ^~~~~ >/builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3.cpp:105:1: warning: when initialized here [-Wreorder] > S3PoolHandler::S3PoolHandler(S3Factory *factory, const std::string& poolName, StackInstance* si, S3PoolDetails pool): > ^~~~~~~~~~~~~ >In file included from /usr/include/google/protobuf/stubs/atomicops.h:217, > from /usr/include/google/protobuf/io/coded_stream.h:134, > from /builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/s3objects.pb.h:22, > from /builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/s3driver.h:19, > from /builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3Connection.h:19, > from /builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3.h:13, > from /builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3Factory.cpp:7: >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:51:23: error: 'atomic' in namespace 'std' does not name a template type > typedef volatile std::atomic<Atomic32>* AtomicLocation32; > ^~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:51:18: note: 'std::atomic' is only available from C++11 onwards > typedef volatile std::atomic<Atomic32>* AtomicLocation32; > ^~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:52:14: error: expected constructor, destructor, or type conversion before '(' token > static_assert(sizeof(*(AtomicLocation32) nullptr) == sizeof(Atomic32), > ^ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::MemoryBarrierInternal()': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:59:30: error: 'memory_order_seq_cst' is not a member of 'std' > __atomic_thread_fence(std::memory_order_seq_cst); > ^~~~~~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic32 google::protobuf::internal::NoBarrier_CompareAndSwap(volatile Atomic32*, google::protobuf::internal::Atomic32, google::protobuf::internal::Atomic32)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:68:5: error: 'AtomicLocation32' was not declared in this scope > ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ >make[2]: *** [src/CMakeFiles/s3.dir/build.make:73: src/CMakeFiles/s3.dir/S3.cpp.o] Error 1 >make[2]: *** Waiting for unfinished jobs.... >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:68:5: note: suggested alternative: 'Atomic32' > ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:68:22: error: expected ')' before 'ptr' > ((AtomicLocation32)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic32 google::protobuf::internal::NoBarrier_AtomicExchange(volatile Atomic32*, google::protobuf::internal::Atomic32)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:78:12: error: 'AtomicLocation32' was not declared in this scope > return ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:78:12: note: suggested alternative: 'Atomic32' > return ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:78:29: error: expected ')' before 'ptr' > return ((AtomicLocation32)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic32 google::protobuf::internal::NoBarrier_AtomicIncrement(volatile Atomic32*, google::protobuf::internal::Atomic32)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:85:12: error: 'AtomicLocation32' was not declared in this scope > ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:85:12: note: suggested alternative: 'Atomic32' > ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:85:29: error: expected ')' before 'ptr' > ((AtomicLocation32)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic32 google::protobuf::internal::Barrier_AtomicIncrement(volatile Atomic32*, google::protobuf::internal::Atomic32)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:91:24: error: 'AtomicLocation32' was not declared in this scope > return increment + ((AtomicLocation32)ptr)->fetch_add(increment); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:91:24: note: suggested alternative: 'Atomic32' > return increment + ((AtomicLocation32)ptr)->fetch_add(increment); > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:91:41: error: expected ')' before 'ptr' > return increment + ((AtomicLocation32)ptr)->fetch_add(increment); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic32 google::protobuf::internal::Acquire_CompareAndSwap(volatile Atomic32*, google::protobuf::internal::Atomic32, google::protobuf::internal::Atomic32)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:97:5: error: 'AtomicLocation32' was not declared in this scope > ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:97:5: note: suggested alternative: 'Atomic32' > ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:97:22: error: expected ')' before 'ptr' > ((AtomicLocation32)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic32 google::protobuf::internal::Release_CompareAndSwap(volatile Atomic32*, google::protobuf::internal::Atomic32, google::protobuf::internal::Atomic32)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:108:5: error: 'AtomicLocation32' was not declared in this scope > ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:108:5: note: suggested alternative: 'Atomic32' > ((AtomicLocation32)ptr) > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:108:22: error: expected ')' before 'ptr' > ((AtomicLocation32)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::NoBarrier_Store(volatile Atomic32*, google::protobuf::internal::Atomic32)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:117:5: error: 'AtomicLocation32' was not declared in this scope > ((AtomicLocation32)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:117:5: note: suggested alternative: 'Atomic32' > ((AtomicLocation32)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:117:22: error: expected ')' before 'ptr' > ((AtomicLocation32)ptr)->store(value, std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::Acquire_Store(volatile Atomic32*, google::protobuf::internal::Atomic32)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:121:5: error: 'AtomicLocation32' was not declared in this scope > ((AtomicLocation32)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:121:5: note: suggested alternative: 'Atomic32' > ((AtomicLocation32)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:121:22: error: expected ')' before 'ptr' > ((AtomicLocation32)ptr)->store(value, std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::Release_Store(volatile Atomic32*, google::protobuf::internal::Atomic32)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:126:5: error: 'AtomicLocation32' was not declared in this scope > ((AtomicLocation32)ptr)->store(value, std::memory_order_release); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:126:5: note: suggested alternative: 'Atomic32' > ((AtomicLocation32)ptr)->store(value, std::memory_order_release); > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:126:22: error: expected ')' before 'ptr' > ((AtomicLocation32)ptr)->store(value, std::memory_order_release); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic32 google::protobuf::internal::NoBarrier_Load(const volatile Atomic32*)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:130:12: error: 'AtomicLocation32' was not declared in this scope > return ((AtomicLocation32)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:130:12: note: suggested alternative: 'Atomic32' > return ((AtomicLocation32)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:130:29: error: expected ')' before 'ptr' > return ((AtomicLocation32)ptr)->load(std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic32 google::protobuf::internal::Acquire_Load(const volatile Atomic32*)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:134:12: error: 'AtomicLocation32' was not declared in this scope > return ((AtomicLocation32)ptr)->load(std::memory_order_acquire); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:134:12: note: suggested alternative: 'Atomic32' > return ((AtomicLocation32)ptr)->load(std::memory_order_acquire); > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:134:29: error: expected ')' before 'ptr' > return ((AtomicLocation32)ptr)->load(std::memory_order_acquire); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic32 google::protobuf::internal::Release_Load(const volatile Atomic32*)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:139:12: error: 'AtomicLocation32' was not declared in this scope > return ((AtomicLocation32)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:139:12: note: suggested alternative: 'Atomic32' > return ((AtomicLocation32)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic32 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:139:29: error: expected ')' before 'ptr' > return ((AtomicLocation32)ptr)->load(std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: At global scope: >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:144:23: error: 'atomic' in namespace 'std' does not name a template type > typedef volatile std::atomic<Atomic64>* AtomicLocation64; > ^~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:144:18: note: 'std::atomic' is only available from C++11 onwards > typedef volatile std::atomic<Atomic64>* AtomicLocation64; > ^~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:145:14: error: expected constructor, destructor, or type conversion before '(' token > static_assert(sizeof(*(AtomicLocation64) nullptr) == sizeof(Atomic64), > ^ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::NoBarrier_CompareAndSwap(volatile Atomic64*, google::protobuf::internal::Atomic64, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:151:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:151:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:151:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::NoBarrier_AtomicExchange(volatile Atomic64*, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:161:12: error: 'AtomicLocation64' was not declared in this scope > return ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:161:12: note: suggested alternative: 'Atomic64' > return ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:161:29: error: expected ')' before 'ptr' > return ((AtomicLocation64)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::NoBarrier_AtomicIncrement(volatile Atomic64*, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:168:12: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:168:12: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:168:29: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::Barrier_AtomicIncrement(volatile Atomic64*, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:174:24: error: 'AtomicLocation64' was not declared in this scope > return increment + ((AtomicLocation64)ptr)->fetch_add(increment); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:174:24: note: suggested alternative: 'Atomic64' > return increment + ((AtomicLocation64)ptr)->fetch_add(increment); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:174:41: error: expected ')' before 'ptr' > return increment + ((AtomicLocation64)ptr)->fetch_add(increment); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::Acquire_CompareAndSwap(volatile Atomic64*, google::protobuf::internal::Atomic64, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:180:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:180:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:180:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::Release_CompareAndSwap(volatile Atomic64*, google::protobuf::internal::Atomic64, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:191:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:191:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr) > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:191:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr) > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::NoBarrier_Store(volatile Atomic64*, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:200:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:200:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:200:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::Acquire_Store(volatile Atomic64*, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:204:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:204:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:204:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr)->store(value, std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'void google::protobuf::internal::Release_Store(volatile Atomic64*, google::protobuf::internal::Atomic64)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:209:5: error: 'AtomicLocation64' was not declared in this scope > ((AtomicLocation64)ptr)->store(value, std::memory_order_release); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:209:5: note: suggested alternative: 'Atomic64' > ((AtomicLocation64)ptr)->store(value, std::memory_order_release); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:209:22: error: expected ')' before 'ptr' > ((AtomicLocation64)ptr)->store(value, std::memory_order_release); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::NoBarrier_Load(const volatile Atomic64*)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:213:12: error: 'AtomicLocation64' was not declared in this scope > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:213:12: note: suggested alternative: 'Atomic64' > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:213:29: error: expected ')' before 'ptr' > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::Acquire_Load(const volatile Atomic64*)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:217:12: error: 'AtomicLocation64' was not declared in this scope > return ((AtomicLocation64)ptr)->load(std::memory_order_acquire); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:217:12: note: suggested alternative: 'Atomic64' > return ((AtomicLocation64)ptr)->load(std::memory_order_acquire); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:217:29: error: expected ')' before 'ptr' > return ((AtomicLocation64)ptr)->load(std::memory_order_acquire); > ~ ^~~ > ) >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h: In function 'google::protobuf::internal::Atomic64 google::protobuf::internal::Release_Load(const volatile Atomic64*)': >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:222:12: error: 'AtomicLocation64' was not declared in this scope > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:222:12: note: suggested alternative: 'Atomic64' > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ^~~~~~~~~~~~~~~~ > Atomic64 >/usr/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h:222:29: error: expected ')' before 'ptr' > return ((AtomicLocation64)ptr)->load(std::memory_order_relaxed); > ~ ^~~ > ) >/builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3Factory.cpp: In member function 'virtual void dmlite::S3Factory::configure(const string&, const string&)': >/builddir/build/BUILD/dmlite-plugins-s3-0.7.1/src/S3Factory.cpp:116:26: warning: catching polymorphic type 'class dmlite::DmException' by value [-Wcatch-value=] > } catch (DmException e) { > ^ >make[2]: Leaving directory '/builddir/build/BUILD/dmlite-plugins-s3-0.7.1' >make[1]: Leaving directory '/builddir/build/BUILD/dmlite-plugins-s3-0.7.1' >RPM build errors: >make[2]: *** [src/CMakeFiles/s3.dir/build.make:86: src/CMakeFiles/s3.dir/S3Factory.cpp.o] Error 1 >make[1]: *** [CMakeFiles/Makefile2:89: src/CMakeFiles/s3.dir/all] Error 2 >make: *** [Makefile:133: all] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.UhRrqI (%build) > bogus date in %changelog: Mon Feb 16 2016 Andrea Manzi <andrea.manzi@cern.ch> - 0.7.0-3 > Bad exit status from /var/tmp/rpm-tmp.UhRrqI (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/dmlite-plugins-s3.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1603803
: 1461443 |
1461444
|
1461445