Search Criteria
Package Details: ortp 5.3.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ortp.git (read-only, click to copy) |
---|---|
Package Base: | ortp |
Description: | A Real-time Transport Protocol (RTP) library |
Upstream URL: | https://gitlab.linphone.org/ |
Licenses: | GPL3 |
Submitter: | arojas |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 2 |
Popularity: | 0.000001 |
First Submitted: | 2022-11-05 08:56 (UTC) |
Last Updated: | 2024-01-02 19:41 (UTC) |
Dependencies (3)
- bctoolboxAUR (bctoolbox-gitAUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
Latest Comments
Teeed commented on 2024-05-09 16:42 (UTC)
Missing dependency to mbedtls2
dreieck commented on 2023-12-22 14:56 (UTC)
It fails to build for me with
fixeria commented on 2023-09-18 18:11 (UTC)
So the problem is that package
bctoolbox
disables building the tester component:https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bctoolbox&id=05505f304acfebd3f0c9995e46117a5f0c464a03#n28
so this is why header file
bctoolbox/tester.h
is missing.I tried building against
bctoolbox-git
, which does not disable building the tester:https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bctoolbox-git&id=8a50e9f41718c3ec5649f787c259f990507394f3#n28
however it fails with a different error I have no time to investigate further.
I managed to work-around the problem by patching PKGBUILD of this package as follows:
fixeria commented on 2023-09-18 16:51 (UTC)
I cannot build this package due to a compilation error:
The bctoolbox version is 5.2.94-1 (pulled as a dependency).
sl1pkn07 commented on 2022-11-26 17:15 (UTC)
more simple
RAMChYLD commented on 2022-11-26 12:28 (UTC) (edited on 2022-11-26 13:58 (UTC) by RAMChYLD)
I'm getting the same error but at a slightly different point:
EDIT: I managed to trace the problem down to a finicky doxygen configuration, it's configured to WARN_AS_ERROR=YES which for some reason breaks the build. I prepared a patch to turn off WARN_AS_ERROR. The downside is that the documentation generated may be broken, but the program will compile fine now.
here's the content of the patch file
I also created a patch of the PKGBUILD to incorporate the patch.
jghodd commented on 2022-11-25 22:42 (UTC)
am getting the same build error as @gnaggnoyil
gnaggnoyil commented on 2022-11-07 08:06 (UTC)
Running
makepkg -s
withMAKEFLAGS="-j1"
results the following error:What could possibly go wrong here?