Package Details: eos_portable_archive 5.1-6

Git Clone URL: https://aur.archlinux.org/eos_portable_archive.git (read-only, click to copy)
Package Base: eos_portable_archive
Description: A portable binary archive to be used with boost::serialization
Upstream URL: https://epa.codeplex.com/
Licenses: BSL-1.0
Submitter: stativ
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 1
Popularity: 0.000000
First Submitted: 2016-11-30 20:12 (UTC)
Last Updated: 2024-12-17 03:49 (UTC)

Latest Comments

1 2 Next › Last »

43615 commented on 2024-11-25 06:58 (UTC)

Currently fails to install, looks like a packaging issue:

==> Making package: eos_portable_archive 5.1-5 (Mon Nov 25 07:56:46 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat '/usr/share/licenses/boost/*': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'eos_portable_archive-5.1-5': 
error: packages failed to build: eos_portable_archive-5.1-5

MarsSeed commented on 2023-06-10 13:56 (UTC)

I've found a continuation fork of this.

It contains some minor fixes to make it more compatible with Boost 1.69+ versions.

I recommend to update this package to the latest master branch commit:

https://github.com/daldegam/eos-portable-archive

kode54 commented on 2022-03-07 07:07 (UTC)

Thanks for tracking that down, sorry I took so long to get around to fixing this, I had a brain malfunction and forgot that this was one of my packages.

MarsSeed commented on 2022-03-06 02:31 (UTC) (edited on 2022-03-11 12:59 (UTC) by MarsSeed)

There are a few archived copies of the source ZIP file on Web.Archive, the latest is:

http://web.archive.org/web/20210630011224/https://codeplexarchive.blob.core.windows.net/archive/projects/epa/epa.zip

MarsSeed commented on 2022-03-06 02:19 (UTC)

Source: 404

bartus commented on 2021-01-07 10:29 (UTC) (edited on 2021-01-07 10:30 (UTC) by bartus)

@kode54: there's an maintained version of eso_portable_archiver in CERN-CMS repository if you need a patch for latest boost version.

kode54 commented on 2021-01-07 05:22 (UTC)

@DarkShadow44 Is that pull request still needed now? If so, I'll look into adding it to this package.

codibit commented on 2019-04-25 08:00 (UTC)

as @antoine163 says, changing "sourceCode\sourceCode.zip" to "sourceCode/sourceCode.zip' allows for this package to build.

DarkShadow44 commented on 2019-03-01 16:48 (UTC)

This package isn't compatible with latest boost anymore... Would you mind adding https://github.com/duncanka/eos-portable-archive/pull/2/commits/f5c19fd5c2a9ab452ce56f35e8fbeaa92b300bcf ? This would make it work again, and since there isn't an official upstream of this package anymore...

antoine163 commented on 2019-02-09 16:12 (UTC) (edited on 2019-02-09 16:14 (UTC) by antoine163)

Change 'bsdtar xf "sourceCode\\sourceCode.zip"' by 'bsdtar xf "sourceCode/sourceCode.zip' in PKGBUILD work for me.