Package Details: aeon 0.14.2.2-1

Git Clone URL: https://aur.archlinux.org/aeon.git (read-only, click to copy)
Package Base: aeon
Description: A lightweight CryptoNote digital currency.
Upstream URL: https://github.com/aeonix/aeon
Licenses: custom:Cryptonote
Submitter: k0ste
Maintainer: k0ste
Last Packager: k0ste
Votes: 1
Popularity: 0.000000
First Submitted: 2018-02-05 07:45 (UTC)
Last Updated: 2022-08-03 05:51 (UTC)

Latest Comments

lucas commented on 2021-06-22 23:08 (UTC)

I did issue at github. Thay gave me this fix: https://github.com/aeonix/aeon/commit/8d46478e8f6252ed87313793074b0225e13ffdd9

contrib/epee/include/storages/portable_storage.h 
@@ -36,6 +36,8 @@
#include "portable_storage_from_json.h"
#include "portable_storage_val_converters.h"

#include <boost/mpl/contains.hpp>

namespace epee
{
  namespace serialization

k0ste commented on 2021-06-21 08:12 (UTC)

@lucas Issue at github

lucas commented on 2021-06-21 00:55 (UTC)

It won't compile:

aur-aeon/src/aeon-0.14.1.0-aeon/contrib/epee/include/storages/portable_storage.h: In member function ‘bool epee::serialization::portable_storage::get_value(const string&, t_value&, epee::serialization::portable_storage::hsection)’:
aur-aeon/src/aeon-0.14.1.0-aeon/contrib/epee/include/storages/portable_storage.h:213:7: error: expected primary-expression before ‘void’
  213 |       BOOST_MPL_ASSERT(( boost::mpl::contains<storage_entry::types, t_value> ));
      |       ^~~~~~~~~~~~~~~~
aur-aeon/src/aeon-0.14.1.0-aeon/contrib/epee/include/storages/portable_storage.h:213:7: error: expected ‘)’ before ‘void’
aur-aeon/src/aeon-0.14.1.0-aeon/contrib/epee/include/storages/portable_storage.h:213:7: error: expected ‘)’ before ‘}’ token
  213 |       BOOST_MPL_ASSERT(( boost::mpl::contains<storage_entry::types, t_value> ));
      |       ^~~~~~~~~~~~~~~~
aur-aeon/src/aeon-0.14.1.0-aeon/contrib/epee/include/storages/portable_storage.h:213:7: note: to match this ‘(’
  213 |       BOOST_MPL_ASSERT(( boost::mpl::contains<storage_entry::types, t_value> ));
      |       ^~~~~~~~~~~~~~~~


g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) 

k0ste commented on 2019-01-18 00:52 (UTC)

@arcmags, thanks.

mags commented on 2019-01-17 23:51 (UTC)

Fails to build against the latest version of boost (1.69.0).

This patch fixes current issue: https://github.com/arcmags/repo/blob/master/pkgbuild/aeon/boost.patch