Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622570 - games-emulation/pcsxr-1.9.94-r1 will not rebuild with ffmpeg-3
Summary: games-emulation/pcsxr-1.9.94-r1 will not rebuild with ffmpeg-3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ffmpeg-3
  Show dependency tree
 
Reported: 2017-06-24 03:38 UTC by deference
Modified: 2019-06-22 00:00 UTC (History)
4 users (show)

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


Attachments
build.log (build-pcsxr.txt,60.10 KB, text/plain)
2017-06-24 03:38 UTC, deference
Details
emerge --info (emergeinfo-pcsxr.txt,32.05 KB, text/plain)
2017-06-24 03:39 UTC, deference
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deference 2017-06-24 03:38:36 UTC
../libpcsxcore/libpcsxcore.a(cdriso.o): In function `ISOreadCDDA':
cdriso.c:(.text+0x184f): undefined reference to `avcodec_get_frame_defaults'
cdriso.c:(.text+0x19d7): undefined reference to `avcodec_free_frame'
cdriso.c:(.text+0x1a8d): undefined reference to `avcodec_alloc_frame'
cdriso.c:(.text+0x1acf): undefined reference to `avcodec_free_frame'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:460: pcsxr] Error 1

[ebuild   R   ] games-emulation/pcsxr-1.9.94-r1  USE="cdio ffmpeg opengl sdl -alsa -nls -openal -oss -pulseaudio"
Comment 1 deference 2017-06-24 03:38:58 UTC
Created attachment 477772 [details]
build.log
Comment 2 deference 2017-06-24 03:39:15 UTC
Created attachment 477774 [details]
emerge --info
Comment 3 Kalin KOZHUHAROV 2019-01-09 22:25:29 UTC
games-emulation/pcsxr-1.9.94-r1 is no longer in the tree...

games-emulation/pcsxr-1.9.94-r2 (only in tree) builds fine with media-video/ffmpeg-3.3.6 (current stable in tree):

ACCEPT_KEYWORDS=~amd64 USE="cdio ffmpeg opengl sdl -alsa -nls -openal -oss -pulseaudio" emerge -atv games-emulation/pcsxr

$ eix games-emulation/pcsxr
[?] games-emulation/pcsxr
     Available versions:  ~1.9.94-r2^t{tbz2} {alsa cdio ffmpeg libav nls openal opengl oss pulseaudio +sdl}
     Installed versions:  1.9.94-r2^t{tbz2}(2019-01-09T23:20)(cdio ffmpeg opengl sdl -alsa -libav -nls -openal -oss -pulseaudio)
     Homepage:            http://pcsxr.codeplex.com
     Description:         PCSX-Reloaded: a fork of PCSX, the discontinued Playstation emulator


Consider closing as INVALID (old, stale, worksforme,...).