Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836290 - media-libs/vidstab-1.1.0-r2 fails tests on MUSL: tests.c:75: error: invalid use of void expression
Summary: media-libs/vidstab-1.1.0-r2 fails tests on MUSL: tests.c:75: error: invalid u...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Kalin KOZHUHAROV
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-27 20:15 UTC by Agostino Sarubbo
Modified: 2024-01-17 07:14 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,105.02 KB, text/plain)
2022-03-27 20:15 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-03-27 20:15:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/vidstab-1.1.0-r2 fails tests on MUSL.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-27 20:15:12 UTC
Created attachment 768020 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-27 20:15:12 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


--   Package 'orc-0.4', required by 'virtual:world', not found
-- Could NOT find LibOrc (missing: ORC_LIBRARY ORC_INCLUDE_DIR) 
FAILED: CMakeFiles/tests.dir/tests.c.o 
/var/tmp/portage/media-libs/vidstab-1.1.0-r2/work/vid.stab-1.1.0/tests/tests.c:75: error: invalid use of void expression
Comment 3 Larry the Git Cow gentoo-dev 2024-01-15 18:13:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6981b4106613e758228eafcacd42d8cedf9b379c

commit 6981b4106613e758228eafcacd42d8cedf9b379c
Author:     Kalin KOZHUHAROV <me.kalin@gmail.com>
AuthorDate: 2024-01-15 16:42:31 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2024-01-15 18:13:25 +0000

    media-libs/vidstab: -fopenmp when testing
    
    Closes: https://bugs.gentoo.org/740164
    Reported-by: Kalin KOZHUHAROV <kalin@thinrope.net>
    Signed-off-by: Kalin KOZHUHAROV <kalin@thinrope.net>
    Bug: https://bugs.gentoo.org/836290
    Closes: https://github.com/gentoo/gentoo/pull/34821
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 media-libs/vidstab/vidstab-1.1.1.ebuild | 5 +++--
 media-libs/vidstab/vidstab-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)
Comment 4 Kalin KOZHUHAROV 2024-01-17 07:14:38 UTC
I am closing this as RESOLVED/OBSOLETE since this version of the ebuild is no longer in portage.

Additionally, for media-libs/vidstab-1.1.1 it was probably fixed by fixing bug 740164