Search Criteria
Package Details: boost174-libs 1.74.0-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/boost174.git (read-only, click to copy) |
---|---|
Package Base: | boost174 |
Description: | Free peer-reviewed portable C++ source libraries (version 1.74) (runtime libraries) |
Upstream URL: | https://www.boost.org/ |
Licenses: | BSL-1.0 |
Submitter: | carsme |
Maintainer: | ItachiSan |
Last Packager: | ItachiSan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-03-12 19:04 (UTC) |
Last Updated: | 2024-08-20 12:49 (UTC) |
Dependencies (14)
- bzip2 (bzip2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- icu (icu-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- bzip2 (bzip2-gitAUR) (make)
- icu (icu-gitAUR) (make)
- openmpi (openmpi-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
- openmpi (openmpi-gitAUR) (optional) – for mpi support
Latest Comments
1 2 3 4 Next › Last »
Cre8teQ commented on 2025-03-03 21:33 (UTC) (edited on 2025-03-03 22:01 (UTC) by Cre8teQ)
@chorlton Mate, you're an absolute Legend! Was way outta my paygrade & I was banging my head against the wall. I paid for $38 lifetime Vpn Unlimited subscription, 8yrs ago, & I wasn't ready to give up. Thanks again...
chorlton commented on 2025-03-03 20:46 (UTC) (edited on 2025-03-03 20:48 (UTC) by chorlton)
I was getting similar errors to @ace510 - although I realise they're just summary stats and my numbers were different. I amended the PKGBUILD file to send b2's output to a text log file and spotted that all the errors were related to boost_python. I only need the package to support vpn-unlimited-bin so amended line 79 from
to
Rebuild and it failed on package_boost174-libs(). This also has python related code, trying to copy mpi.so which didn't now exist, so I simply commented that out:
The package then built and installed. I was then able to install vpn-unlimited-bin which seems to be working fine.
Cre8teQ commented on 2025-03-03 15:54 (UTC)
If you've bailed on the package, let somebody take it, at least?...
ace510 commented on 2025-02-19 23:12 (UTC)
even after ediiting the PKGBUILD as per @randomstuff1 i'm still getting errors isntalling Boost174
randomstuff1 commented on 2025-01-17 10:59 (UTC)
I was also trying to install VPN Unlimited client with this.
The link to the https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.bz2 in the package is dead, that's why the checksum fails, because the hosting is disabled and the installer is not checking the .tar.bz2 but the 404 page https://landing.jfrog.com/reactivate-server/boostorg
Since the maintainer has probably ditched this, you can install the boost174 by editing the PKGBUILD before installation:
then when prompted to edit the file, choose (Y)es and edit the dead link to the official pakcage located at https://www.boost.org/users/history/version_1_74_0.html (you can see it has the required checksum and is the same file), so edit
simona commented on 2024-12-25 08:52 (UTC)
no more builds
Cre8teQ commented on 2024-07-09 13:34 (UTC)
vpn-unlimited-bin, it's associated with...
simona commented on 2024-07-09 13:27 (UTC)
now build is ok. but I no longer remember what this library was used for.
ItachiSan commented on 2024-07-09 12:30 (UTC)
Hi, new maintainer here. Thanks for the input @FabioLolix, my terminal always lost that error. Now checking upstream for code that can fix the build.
FabioLolix commented on 2024-07-03 16:37 (UTC)
Quick replay for one thing, this is broken by the update to v2.0.0 of
python-numpy
1 2 3 4 Next › Last »