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 1462320 Details for
Bug 1604138
gmic: 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 21:11:26 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 21:11:26 UTC
Size:
32.00 KB
patch
obsolete
>ize_t)' clearing an object of type 'struct cimg_library::CImg<long unsigned int>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > std::memset(_data,0,sizeof(CImg<T>)*(_width - 1)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<long unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56439:45: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<long unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos!=_width - 1) std::memmove(_data + npos + 1,_data + npos,sizeof(CImg<T>)*(_width - 1 - npos)); > ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<long unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h: In instantiation of 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::remove(unsigned int, unsigned int) [with T = char]': >../src/./CImg.h:56601:28: required from 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::remove(unsigned int) [with T = char]' >../src/./CImg.h:19139:23: required from 'unsigned int cimg_library::CImg<T>::_cimg_math_parser::compile(char*, char*, unsigned int, unsigned int*, bool) [with T = float]' >../src/./CImg.h:15308:41: required from 'cimg_library::CImg<T>::_cimg_math_parser::_cimg_math_parser(const char*, const char*, const cimg_library::CImg<T>&, cimg_library::CImg<T>*, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*, bool) [with T = float]' >../src/./CImg.h:24617:25: required from 'double cimg_library::CImg<T>::_eval(cimg_library::CImg<T>*, const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:24603:65: required from 'double cimg_library::CImg<T>::eval(const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:60812:41: required from here >../src/./CImg.h:56574:42: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<char>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos1!=_width) std::memmove(_data + npos1,_data + npos2 + 1,sizeof(CImg<T>)*(_width - npos1)); > ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<char>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56575:22: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<char>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > std::memset(_data + _width,0,sizeof(CImg<T>)*nb); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<char>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56580:33: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<char>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos1) std::memcpy(new_data,_data,sizeof(CImg<T>)*npos1); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<char>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56581:41: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<char>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos1!=_width) std::memcpy(new_data + npos1,_data + npos2 + 1,sizeof(CImg<T>)*(_width - npos1)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<char>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56582:52: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<char>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > if (_width!=_allocated_width) std::memset(new_data + _width,0,sizeof(CImg<T>)*(_allocated_width - _width)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<char>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56583:22: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<char>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > std::memset(_data,0,sizeof(CImg<T>)*(_width + nb)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<char>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h: In instantiation of 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::insert(const cimg_library::CImg<T>&, unsigned int, bool) [with T = bool]': >../src/./CImg.h:56472:42: required from 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::insert(unsigned int, unsigned int) [with T = bool]' >../src/./CImg.h:11649:34: required from 'cimg_library::CImgList<t>& cimg_library::CImg<T>::move_to(cimg_library::CImgList<t>&, unsigned int) [with t = bool; T = bool]' >../src/./CImg.h:15946:17: required from 'unsigned int cimg_library::CImg<T>::_cimg_math_parser::compile(char*, char*, unsigned int, unsigned int*, bool) [with T = float]' >../src/./CImg.h:15308:41: required from 'cimg_library::CImg<T>::_cimg_math_parser::_cimg_math_parser(const char*, const char*, const cimg_library::CImg<T>&, cimg_library::CImg<T>*, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*, bool) [with T = float]' >../src/./CImg.h:24617:25: required from 'double cimg_library::CImg<T>::_eval(cimg_library::CImg<T>*, const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:24603:65: required from 'double cimg_library::CImg<T>::eval(const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:60812:41: required from here >../src/./CImg.h:56421:32: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<bool>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos) std::memcpy(new_data,_data,sizeof(CImg<T>)*npos); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<bool>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56422:44: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<bool>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos!=_width - 1) std::memcpy(new_data + npos + 1,_data + npos,sizeof(CImg<T>)*(_width - 1 - npos)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<bool>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56435:22: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<bool>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > std::memset(_data,0,sizeof(CImg<T>)*(_width - 1)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<bool>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56439:45: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<bool>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos!=_width - 1) std::memmove(_data + npos + 1,_data + npos,sizeof(CImg<T>)*(_width - 1 - npos)); > ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<bool>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h: In instantiation of 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::remove(unsigned int, unsigned int) [with T = long unsigned int]': >../src/./CImg.h:56601:28: required from 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::remove(unsigned int) [with T = long unsigned int]' >../src/./CImg.h:56613:31: required from 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::remove() [with T = long unsigned int]' >../src/./CImg.h:16689:17: required from 'unsigned int cimg_library::CImg<T>::_cimg_math_parser::compile(char*, char*, unsigned int, unsigned int*, bool) [with T = float]' >../src/./CImg.h:15308:41: required from 'cimg_library::CImg<T>::_cimg_math_parser::_cimg_math_parser(const char*, const char*, const cimg_library::CImg<T>&, cimg_library::CImg<T>*, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*, bool) [with T = float]' >../src/./CImg.h:24617:25: required from 'double cimg_library::CImg<T>::_eval(cimg_library::CImg<T>*, const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:24603:65: required from 'double cimg_library::CImg<T>::eval(const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:60812:41: required from here >../src/./CImg.h:56574:42: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<long unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos1!=_width) std::memmove(_data + npos1,_data + npos2 + 1,sizeof(CImg<T>)*(_width - npos1)); > ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<long unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56575:22: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<long unsigned int>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > std::memset(_data + _width,0,sizeof(CImg<T>)*nb); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<long unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56580:33: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<long unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos1) std::memcpy(new_data,_data,sizeof(CImg<T>)*npos1); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<long unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56581:41: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<long unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos1!=_width) std::memcpy(new_data + npos1,_data + npos2 + 1,sizeof(CImg<T>)*(_width - npos1)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<long unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56582:52: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<long unsigned int>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > if (_width!=_allocated_width) std::memset(new_data + _width,0,sizeof(CImg<T>)*(_allocated_width - _width)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<long unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56583:22: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<long unsigned int>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > std::memset(_data,0,sizeof(CImg<T>)*(_width + nb)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<long unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h: In instantiation of 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::insert(const cimg_library::CImg<T>&, unsigned int, bool) [with T = unsigned int]': >../src/./CImg.h:56472:42: required from 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::insert(unsigned int, unsigned int) [with T = unsigned int]' >../src/./CImg.h:11649:34: required from 'cimg_library::CImgList<t>& cimg_library::CImg<T>::move_to(cimg_library::CImgList<t>&, unsigned int) [with t = unsigned int; T = unsigned int]' >../src/./CImg.h:47369:15: required from 'cimg_library::CImg<typename cimg_library::cimg::last<T, int>::type> cimg_library::CImg<T>::_select(cimg_library::CImgDisplay&, const char*, unsigned int, unsigned int*, int, int, int, bool, bool, bool) const [with T = double; typename cimg_library::cimg::last<T, int>::type = int]' >../src/./CImg.h:51338:37: required from 'const cimg_library::CImg<T>& cimg_library::CImg<T>::_display(cimg_library::CImgDisplay&, const char*, bool, unsigned int*, bool, bool) const [with T = double]' >../src/./CImg.h:51276:14: required from 'const cimg_library::CImg<T>& cimg_library::CImg<T>::display(const char*, bool, unsigned int*, bool) const [with T = double]' >../src/./CImg.h:20610:9: required from 'static double cimg_library::CImg<T>::_cimg_math_parser::mp_display_memory(cimg_library::CImg<T>::_cimg_math_parser&) [with T = float]' >../src/./CImg.h:17861:38: required from 'unsigned int cimg_library::CImg<T>::_cimg_math_parser::compile(char*, char*, unsigned int, unsigned int*, bool) [with T = float]' >../src/./CImg.h:15308:41: required from 'cimg_library::CImg<T>::_cimg_math_parser::_cimg_math_parser(const char*, const char*, const cimg_library::CImg<T>&, cimg_library::CImg<T>*, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*, bool) [with T = float]' >../src/./CImg.h:24617:25: required from 'double cimg_library::CImg<T>::_eval(cimg_library::CImg<T>*, const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:24603:65: required from 'double cimg_library::CImg<T>::eval(const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:60812:41: required from here >../src/./CImg.h:56421:32: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos) std::memcpy(new_data,_data,sizeof(CImg<T>)*npos); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56422:44: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos!=_width - 1) std::memcpy(new_data + npos + 1,_data + npos,sizeof(CImg<T>)*(_width - 1 - npos)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56435:22: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<unsigned int>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > std::memset(_data,0,sizeof(CImg<T>)*(_width - 1)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56439:45: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos!=_width - 1) std::memmove(_data + npos + 1,_data + npos,sizeof(CImg<T>)*(_width - 1 - npos)); > ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<unsigned int>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h: In instantiation of 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::insert(const cimg_library::CImg<T>&, unsigned int, bool) [with T = double]': >../src/./CImg.h:56472:42: required from 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::insert(unsigned int, unsigned int) [with T = double]' >../src/./CImg.h:11649:34: required from 'cimg_library::CImgList<t>& cimg_library::CImg<T>::move_to(cimg_library::CImgList<t>&, unsigned int) [with t = double; T = double]' >../src/./CImg.h:33171:15: required from 'cimg_library::CImgList<T> cimg_library::CImg<T>::get_split(char, int) const [with T = double]' >../src/./CImg.h:54160:22: required from 'const cimg_library::CImg<T>& cimg_library::CImg<T>::save_yuv(const char*, unsigned int, bool) const [with T = double]' >../src/./CImg.h:52371:73: required from 'const cimg_library::CImg<T>& cimg_library::CImg<T>::save(const char*, int, unsigned int) const [with T = double]' >../src/./CImg.h:47206:13: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] >../src/./CImg.h:20610:9: required from 'static double cimg_library::CImg<T>::_cimg_math_parser::mp_display_memory(cimg_library::CImg<T>::_cimg_math_parser&) [with T = float]' >../src/./CImg.h:17861:38: required from 'unsigned int cimg_library::CImg<T>::_cimg_math_parser::compile(char*, char*, unsigned int, unsigned int*, bool) [with T = float]' >../src/./CImg.h:15308:41: required from 'cimg_library::CImg<T>::_cimg_math_parser::_cimg_math_parser(const char*, const char*, const cimg_library::CImg<T>&, cimg_library::CImg<T>*, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*, bool) [with T = float]' >../src/./CImg.h:24617:25: required from 'double cimg_library::CImg<T>::_eval(cimg_library::CImg<T>*, const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:24603:65: required from 'double cimg_library::CImg<T>::eval(const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:60812:41: required from here >../src/./CImg.h:56421:32: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<double>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos) std::memcpy(new_data,_data,sizeof(CImg<T>)*npos); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<double>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56422:44: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<double>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos!=_width - 1) std::memcpy(new_data + npos + 1,_data + npos,sizeof(CImg<T>)*(_width - 1 - npos)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<double>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56435:22: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<double>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > std::memset(_data,0,sizeof(CImg<T>)*(_width - 1)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<double>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56439:45: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<double>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos!=_width - 1) std::memmove(_data + npos + 1,_data + npos,sizeof(CImg<T>)*(_width - 1 - npos)); > ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<double>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h: In instantiation of 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::insert(const cimg_library::CImg<T>&, unsigned int, bool) [with T = float]': >../src/./CImg.h:56472:42: required from 'cimg_library::CImgList<T>& cimg_library::CImgList<T>::insert(unsigned int, unsigned int) [with T = float]' >../src/./CImg.h:11649:34: required from 'cimg_library::CImgList<t>& cimg_library::CImg<T>::move_to(cimg_library::CImgList<t>&, unsigned int) [with t = float; T = float]' >../src/./CImg.h:33171:15: required from 'cimg_library::CImgList<T> cimg_library::CImg<T>::get_split(char, int) const [with T = float]' >../src/./CImg.h:54160:22: required from 'const cimg_library::CImg<T>& cimg_library::CImg<T>::save_yuv(const char*, unsigned int, bool) const [with T = float]' >../src/./CImg.h:52371:73: required from 'const cimg_library::CImg<T>& cimg_library::CImg<T>::save(const char*, int, unsigned int) const [with T = float]' >../src/./CImg.h:47206:13: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] >../src/./CImg.h:20988:9: required from 'static double cimg_library::CImg<T>::_cimg_math_parser::mp_image_display(cimg_library::CImg<T>::_cimg_math_parser&) [with T = float]' >../src/./CImg.h:17909:38: required from 'unsigned int cimg_library::CImg<T>::_cimg_math_parser::compile(char*, char*, unsigned int, unsigned int*, bool) [with T = float]' >../src/./CImg.h:15308:41: required from 'cimg_library::CImg<T>::_cimg_math_parser::_cimg_math_parser(const char*, const char*, const cimg_library::CImg<T>&, cimg_library::CImg<T>*, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*, bool) [with T = float]' >../src/./CImg.h:24617:25: required from 'double cimg_library::CImg<T>::_eval(cimg_library::CImg<T>*, const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:24603:65: required from 'double cimg_library::CImg<T>::eval(const char*, double, double, double, double, const cimg_library::CImgList<T>*, cimg_library::CImgList<T>*) const [with T = float]' >../src/./CImg.h:60812:41: required from here >../src/./CImg.h:56421:32: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<float>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos) std::memcpy(new_data,_data,sizeof(CImg<T>)*npos); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<float>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56422:44: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<float>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos!=_width - 1) std::memcpy(new_data + npos + 1,_data + npos,sizeof(CImg<T>)*(_width - 1 - npos)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<float>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56435:22: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct cimg_library::CImg<float>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] > std::memset(_data,0,sizeof(CImg<T>)*(_width - 1)); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<float>' declared here > struct CImg { > ^~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:56439:45: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'struct cimg_library::CImg<float>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] > if (npos!=_width - 1) std::memmove(_data + npos + 1,_data + npos,sizeof(CImg<T>)*(_width - 1 - npos)); > ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from ../src/gmic.h:199, > from src/PreviewWidget.cpp:37: >../src/./CImg.h:10614:10: note: 'struct cimg_library::CImg<float>' declared here > struct CImg { > ^~~~ >error: Bad exit status from /var/tmp/rpm-tmp.XwGdaf (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.XwGdaf (%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/gmic.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 1604138
: 1462320 |
1462321
|
1462322