Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654398 - games-arcade/oshu-2.0.0 : CMake Error at /.../FindPkgConfig.cmake:419 (message):
Summary: games-arcade/oshu-2.0.0 : CMake Error at /.../FindPkgConfig.cmake:419 (message):
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Haelwenn (lanodan) Monnier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-30 08:19 UTC by Toralf Förster
Modified: 2018-05-17 01:41 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.67 KB, text/plain)
2018-04-30 08:19 UTC, Toralf Förster
Details
CMakeOutput.log (CMakeOutput.log,30.25 KB, text/plain)
2018-04-30 08:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,194.25 KB, text/plain)
2018-04-30 08:19 UTC, Toralf Förster
Details
environment (environment,114.01 KB, text/plain)
2018-04-30 08:19 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.28 KB, application/x-bzip)
2018-04-30 08:19 UTC, Toralf Förster
Details
games-arcade:oshu-2.0.0:20180430-051649.log (games-arcade:oshu-2.0.0:20180430-051649.log,3.38 KB, text/plain)
2018-04-30 08:19 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,3.76 KB, application/x-bzip)
2018-04-30 08:19 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.19 KB, application/x-bzip)
2018-04-30 08:19 UTC, Toralf Förster
Details
games-arcade/oshu: Remove libav support (games-arcade_oshu: Remove libav support.patch,601 bytes, patch)
2018-05-17 01:41 UTC, Haelwenn (lanodan) Monnier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-04-30 08:19:02 UTC
-- Checking for modules 'libavformat;libavcodec;libswresample;libavutil'
--   No package 'libswresample' found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:419 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:586 (_pkg_check_modules_internal)

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_ffmpeg4_20180425-210301

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:


emerge -qpv games-arcade/oshu
[ebuild  N    ] games-arcade/oshu-2.0.0  USE="libav -osu-skin"
Comment 1 Toralf Förster gentoo-dev 2018-04-30 08:19:05 UTC
Created attachment 529006 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-04-30 08:19:08 UTC
Created attachment 529008 [details]
CMakeOutput.log
Comment 3 Toralf Förster gentoo-dev 2018-04-30 08:19:12 UTC
Created attachment 529010 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-04-30 08:19:15 UTC
Created attachment 529012 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-04-30 08:19:18 UTC
Created attachment 529014 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-04-30 08:19:21 UTC
Created attachment 529016 [details]
games-arcade:oshu-2.0.0:20180430-051649.log
Comment 7 Toralf Förster gentoo-dev 2018-04-30 08:19:24 UTC
Created attachment 529018 [details]
logs.tbz2
Comment 8 Toralf Förster gentoo-dev 2018-04-30 08:19:27 UTC
Created attachment 529020 [details]
temp.tbz2
Comment 9 Alexis Ballier gentoo-dev 2018-04-30 19:16:05 UTC
USE=libav again
Comment 10 Haelwenn (lanodan) Monnier 2018-05-05 20:23:53 UTC
I've tagged fmang (oshu's lead developer) few days ago about the bug (I can reproduce in gentoo stable with a accept_keyword just for oshu btw).

And it seems like it can take a long time, maybe USE=libav should be dropped/masked for now on this ebuild until the bug is resolved?

Relevant Github issue: https://github.com/fmang/oshu/issues/76
Comment 11 Haelwenn (lanodan) Monnier 2018-05-17 01:40:27 UTC
fmang (the lead dev) closed the issue as wontfix (and is open to contributions and discussion). I’m closing it as wontfix here too I guess.

I’m attaching a patch for removing libav support from the ebuild

Also I would do backports if needed but I will not go further into trying to make it work with libav.

See: https://github.com/fmang/oshu/issues/76#issuecomment-389679972
Comment 12 Haelwenn (lanodan) Monnier 2018-05-17 01:41:50 UTC
Created attachment 531872 [details, diff]
games-arcade/oshu: Remove libav support