Search Criteria
Package Details: reproc 14.2.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/reproc.git (read-only, click to copy) |
---|---|
Package Base: | reproc |
Description: | Cross-platform library that simplifies working with external CLI applications from C and C++ |
Upstream URL: | https://github.com/DaanDeMeyer/reproc |
Keywords: | c c++ cross-platform library |
Licenses: | MIT |
Submitter: | jetm |
Maintainer: | jetm |
Last Packager: | jetm |
Votes: | 6 |
Popularity: | 0.24 |
First Submitted: | 2018-09-29 20:05 (UTC) |
Last Updated: | 2024-08-05 20:11 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
Latest Comments
1 2 Next › Last »
micwoj92 commented on 2024-08-02 20:19 (UTC)
Please add gcc-libs and glibc to depends. gcc can be removed from makedeps.
marrs commented on 2023-07-26 17:32 (UTC) (edited on 2023-07-26 17:33 (UTC) by marrs)
@michimussato see the comments below
@jetm what's the news on this? Are you able to provide the patches?
michimussato commented on 2023-06-21 06:25 (UTC)
reproc build fails:
Am I missing anything?
tallero commented on 2023-06-20 10:21 (UTC)
Or simply require
gcc<=11
.jetm commented on 2023-05-18 00:12 (UTC)
Reported upstream issue at https://github.com/DaanDeMeyer/reproc/issues/94. Waiting if the author wants to do a release for gcc-13, otherwise I update the package with the required patch(es).
eclairevoyant commented on 2023-05-17 01:17 (UTC)
@petercxy that's not an actual fix, the actual gcc13 fixes are present upstream
petercxy commented on 2023-05-14 13:07 (UTC)
After gcc13 this package needs
CXXFLAGS="-Wno-changes-meaning"
to build.eclairevoyant commented on 2023-03-16 02:54 (UTC)
gcc
should be removed frommakedepends
. As per https://wiki.archlinux.org/title/PKGBUILD#makedepends:jetm commented on 2021-03-22 03:12 (UTC)
@gdolle, I have added
-DREPROC++=ON
. Now I can see the C++ library and headers. Thank you!gdolle commented on 2021-03-15 11:18 (UTC)
Hi @jetm, reproc++ isn't generated currently, the cmake option should be
-DREPROC++=ON
instead of-DREPROCXX
.Maybe split the package to provide
reproc
andreproc-cpp
?1 2 Next › Last »