Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#40336 - [tuxcmd-modules] build fails
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 12 May 2014, 23:00 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Friday, 24 October 2014, 19:12 GMT
Opened by Joel Teichroeb (klusark) - Monday, 12 May 2014, 23:00 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Friday, 24 October 2014, 19:12 GMT
|
DetailsDescription:
g++ -D ZIP_ARCHIVE_LNX -fPIC -g -O2 -I. -Izlib -c ZipArchive.cpp In file included from ZipCollections.h:33:0, from ZipFileHeader.h:33, from ZipCentralDir.h:34, from ZipArchive.h:42, from ZipArchive.cpp:16: ZipCollections_stl.h: In instantiation of 'void CZipArray<TYPE>::RemoveAt(size_t) [with TYPE = CZipExtraData*; size_t = long unsigned int]': ZipExtraField.h:122:25: required from here ZipCollections_stl.h:91:63: error: 'erase' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] void RemoveAt(size_t uIndex) { erase(GetIterFromIndex(uIndex));} ^ ZipCollections_stl.h:91:63: note: declarations in dependent base 'std::vector<CZipExtraData*, std::allocator<CZipExtraData*> >' are not found by unqualified lookup ZipCollections_stl.h:91:63: note: use 'this->erase' instead ZipCollections_stl.h: In instantiation of 'size_t CZipArray<TYPE>::Add(const TYPE&) [with TYPE = CZipExtraData*; size_t = long unsigned int]': ZipExtraField.h:136:33: required from here ZipCollections_stl.h:89:40: error: 'push_back' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] size_t Add(const TYPE& x) {push_back(x);return GetUpperBound();} ...snip more lines of errors Steps to reproduce: sudo extra-x86_64-build |
This task depends upon
Closed by Jaroslav Lichtblau (Dragonlord)
Friday, 24 October 2014, 19:12 GMT
Reason for closing: Works for me
Friday, 24 October 2014, 19:12 GMT
Reason for closing: Works for me