FS#73260 - [lib32-gst-plugins-base] check fails

Attached to Project: Community Packages
Opened by Aaron (ukbeast89) - Wednesday, 05 January 2022, 06:40 GMT
Last edited by Antonio Rojas (arojas) - Friday, 18 February 2022, 21:47 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Antonio Rojas (arojas)
Felix Yan (felixonmars)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
lib32-gst-plugins-base 1.18.5 failed to build, due to missing makedepend "lib32-libgudev"
and test failure on rtsp.

Here is a copy of my working PKGBUILD.
   PKGBUILD (2.1 KiB)
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 18 February 2022, 21:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.20.0-1
Comment by Antonio Rojas (arojas) - Wednesday, 05 January 2022, 09:32 GMT
Completely removing tests is not an option. The test failure needs to be fixed, or that specific test disabled if the failure is expected.
Comment by Aaron (ukbeast89) - Wednesday, 05 January 2022, 10:38 GMT
"Completely removing tests is not an option. The test failure needs to be fixed, or that specific test disabled if the failure is expected"
I partial copied from from this PKGBUILD by Maxime Gauduin, from https://github.com/archlinux/svntogit-community/blob/packages/lib32-gst-plugins-good/trunk/PKGBUILD

# FAIL: elements/rtp-payloading
#check() {
# cd $_basename
# make check
#}

Loading...