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-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cmake (cmake-gitAUR) (make)
Latest Comments
1 2 Next › Last »
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
build
function inPKGBUILD
by addingCXXFLAGS=-std=c++14
aftermake
(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).
juniormarangao commented on 2021-05-22 02:27 (UTC) (edited on 2021-05-22 13:43 (UTC) by juniormarangao)
Hey guys, in a fresh install of Arch, I am with problem with ucommon..
Here bellow that the terminal show:
In file included from ../inc/ucommon/ucommon.h:112,
from ../inc/commoncpp/config.h:42,
from tokenizer.cpp:41:
../inc/ucommon/temporary.h:58:21: error: ISO C++17 does not allow dynamic exception specifications
58 | #define THROWS(x) throw(x)
| ^~~~~
../inc/commoncpp/tokenizer.h:178:32: note: in expansion of macro 'THROWS'
178 | iterator &operator++() THROWS (NoSuchElementException);
| ^~~~~~
../inc/ucommon/temporary.h:58:21: error: ISO C++17 does not allow dynamic exception specifications
58 | #define THROWS(x) throw(x)
| ^~~~~
../inc/commoncpp/tokenizer.h:188:34: note: in expansion of macro 'THROWS'
188 | const char* operator*() THROWS (NoSuchElementException);
| ^~~~~~
../inc/ucommon/temporary.h:58:21: error: ISO C++17 does not allow dynamic exception specifications
58 | #define THROWS(x) throw(x)
| ^~~~~
tokenizer.cpp:73:70: note: in expansion of macro 'THROWS'
73 | StringTokenizer::iterator& StringTokenizer::iterator::operator ++ () THROWS (StringTokenizer::NoSuchElementException)
|
^~~~~~
../inc/ucommon/temporary.h:58:21: error: ISO C++17 does not allow dynamic exception specifications
58 | #define THROWS(x) throw(x)
| ^~~~~
tokenizer.cpp:109:55: note: in expansion of macro 'THROWS'
109 | const char * StringTokenizer::iterator::operator * () THROWS (StringTokenizer::NoSuchElementException)
| ^~~~~~
make[2]: *** [Makefile:502: tokenizer.lo] Erro 1
make[2]: Saindo do diretório '/home/junior/aur/twinkle/ucommon/src/ucommon-7.0.0/commoncpp'
make[1]: *** [Makefile:641: all-recursive] Erro 1
make[1]: Saindo do diretório '/home/junior/aur/twinkle/ucommon/src/ucommon-7.0.0'
make: *** [Makefile:436: all] Erro 2
PhotonX commented on 2020-03-19 17:30 (UTC)
Hi, I am the car package's current maintainer. How should we solve this? In car the file /usr/bin/car is the main executable. What does it do in ucommon?
dreieck commented on 2020-03-19 17:10 (UTC)
Conflicts with
car
:thx1138 commented on 2015-08-28 18:21 (UTC)
Pietro_Pizzi commented on 2015-08-22 18:57 (UTC)
1 2 Next › Last »