Search Criteria
Package Details: ucommon 7.0.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ucommon.git (read-only, click to copy) |
|---|---|
| Package Base: | ucommon |
| Description: | A class framework that was specifically designed for telephony applications |
| Upstream URL: | https://www.gnu.org/software/commoncpp/ |
| Licenses: | LGPL-3.0-or-later |
| Submitter: | tredaelli |
| Maintainer: | pmattern |
| Last Packager: | pmattern |
| Votes: | 8 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-08-18 17:55 (UTC) |
| Last Updated: | 2024-05-09 11:31 (UTC) |
Dependencies (4)
- bash (bash-gitAUR, bash-devel-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Latest Comments
1 2 Next › Last »
vvch commented on 2025-12-21 22:00 (UTC) (edited on 2025-12-21 22:31 (UTC) by vvch)
@ChrisTX
is also not a valid link anymore.
freaknils commented on 2025-10-08 05:04 (UTC)
Hi there, sha256 sum is invalid. Please update:
ChrisTX commented on 2025-07-24 13:05 (UTC)
Source link changed:
With that change it builds.
Artymka1 commented on 2025-04-15 09:21 (UTC)
broken(
atom7890 commented on 2025-03-31 12:25 (UTC)
source link broken
pmattern commented on 2023-11-16 23:21 (UTC)
The package has always been building just fine here since my last commit, both in a clean chroot or by invoking makepkg in a regular system.
No idea what makes you claim it doesn't build, maybe your makepkg.conf is outdated and/or featuring some custom settings.
Your remarkable orphan request is to be discussed in its corresponding ML thread.
fbrennan commented on 2023-11-03 20:19 (UTC)
I have asked for package to be orphaned, here is a patch that fixes build in mean time:
malus commented on 2021-06-07 10:30 (UTC)
It's now forced to use c++14
jose1711 commented on 2021-06-06 22:29 (UTC)
@hemitheconyx thank you for sharing. hope maintainer will fix this one day.
hemitheconyx commented on 2021-06-02 22:08 (UTC)
@juniormarangao I had the same issue, edit the
buildfunction inPKGBUILDby addingCXXFLAGS=-std=c++14aftermake(so the final line of the function ismake CXXFLAGS=-std=c++14).I think the issue comes from the fact that the last version of g++ sets c++17 as the default std, so you have to explicitly specify if you want to use an older std (since it appears this project doesn't compile under c++17).
1 2 Next › Last »