Package Details: mbox2eml 0.1.2-1

Git Clone URL: https://aur.archlinux.org/mbox2eml.git (read-only, click to copy)
Package Base: mbox2eml
Description: Splits mbox mailboxes into single eml files
Upstream URL: https://sourceforge.net/projects/mbox2eml/
Licenses: GPL2
Submitter: elconde
Maintainer: elconde
Last Packager: elconde
Votes: 0
Popularity: 0.000000
First Submitted: 2018-12-16 18:49 (UTC)
Last Updated: 2018-12-16 18:49 (UTC)

Latest Comments

micwoj92 commented on 2025-05-12 19:54 (UTC)

Build fails:

cmdparser.cpp: In member function ‘boost::filesystem::path Cmdline_parser::check_dir(const char*)’:
cmdparser.cpp:181:37: error: expected unqualified-id before ‘&’ token
  181 |     catch(const fs::filesystem_error& ex) {
      |                                     ^
cmdparser.cpp:181:37: error: expected ‘)’ before ‘&’ token
  181 |     catch(const fs::filesystem_error& ex) {
      |          ~                          ^
      |                                     )
cmdparser.cpp:181:37: error: expected ‘{’ before ‘&’ token
cmdparser.cpp:181:39: error: ‘ex’ was not declared in this scope
  181 |     catch(const fs::filesystem_error& ex) {
      |                                       ^~
cmdparser.cpp: In member function ‘boost::filesystem::path Cmdline_parser::check_file(const char*)’:
cmdparser.cpp:228:37: error: expected unqualified-id before ‘&’ token
  228 |     catch(const fs::filesystem_error& ex) {
      |                                     ^
cmdparser.cpp:228:37: error: expected ‘)’ before ‘&’ token
  228 |     catch(const fs::filesystem_error& ex) {
      |          ~                          ^
      |                                     )
cmdparser.cpp:228:37: error: expected ‘{’ before ‘&’ token
cmdparser.cpp:228:39: error: ‘ex’ was not declared in this scope
  228 |     catch(const fs::filesystem_error& ex) {
      |                                       ^~
make[2]: *** [Makefile:230: cmdparser.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mboxparser.cpp: In member function ‘void Mail::store(boost::filesystem::path, long int*)’:
mboxparser.cpp:163:37: error: expected unqualified-id before ‘&’ token
  163 |     catch(const fs::filesystem_error& ex) {
      |                                     ^
mboxparser.cpp:163:37: error: expected ‘)’ before ‘&’ token
  163 |     catch(const fs::filesystem_error& ex) {
      |          ~                          ^
      |                                     )
mboxparser.cpp:163:37: error: expected ‘{’ before ‘&’ token
mboxparser.cpp:163:39: error: ‘ex’ was not declared in this scope
  163 |     catch(const fs::filesystem_error& ex) {
      |                                       ^~
make[2]: *** [Makefile:230: mboxparser.o] Error 1
make[2]: Leaving directory '/build/mbox2eml/src/mbox2eml-0.1.2/src'
make[1]: *** [Makefile:222: all-recursive] Error 1
make[1]: Leaving directory '/build/mbox2eml/src/mbox2eml-0.1.2'
make: *** [Makefile:160: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...