patches fail to apply to deadbeef-9999
Closed this issue · 1 comments
Deleted user commented
i'm trying to install deadbeef-9999
but it fails to apply a patch
build log (click to expand)
* Package: media-sound/deadbeef-9999
* Repository: deadbeef-overlay
* Maintainer: damex.pp@gmail.com
* USE: abi_x86_64 alac amd64 cover cover-imlib2 cover-network curl elibc_glibc ffmpeg flac gtk2 hotkeys kernel_linux libnotify libsamplerate m3u mad mp3 playlist-browser pulseaudio sndfile userland_GNU vorbis zip
* FEATURES: preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
* Fetching https://github.com/Alexey-Yakovenko/deadbeef.git ...
git fetch https://github.com/Alexey-Yakovenko/deadbeef.git +refs/heads/master:refs/heads/master
git symbolic-ref refs/git-r3/media-sound/deadbeef/0/__main__ refs/heads/master
* Fetching https://github.com/DeaDBeeF-Player/deadbeef-osx-deps.git ...
git fetch https://github.com/DeaDBeeF-Player/deadbeef-osx-deps.git --prune +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/* +refs/notes/*:refs/notes/* +HEAD:refs/git-r3/HEAD
git update-ref --no-deref refs/git-r3/media-sound/deadbeef/0/osx_deps/__main__ 18e21da8a89df4c85af18a5486a33e8e2bbe7fbe
* Checking out https://github.com/Alexey-Yakovenko/deadbeef.git to /var/tmp/portage/media-sound/deadbeef-9999/work/deadbeef-9999 ...
git checkout --quiet master
GIT update -->
repository: https://github.com/Alexey-Yakovenko/deadbeef.git
at the commit: ad2c5e096d3821d3e62770f71830a9e567ff47f6
* Checking out https://github.com/DeaDBeeF-Player/deadbeef-osx-deps.git to /var/tmp/portage/media-sound/deadbeef-9999/work/deadbeef-9999/osx/deps ...
git checkout --quiet 18e21da8a89df4c85af18a5486a33e8e2bbe7fbe
GIT update -->
repository: https://github.com/DeaDBeeF-Player/deadbeef-osx-deps.git
at the commit: 18e21da8a89df4c85af18a5486a33e8e2bbe7fbe
>>> Source unpacked in /var/tmp/portage/media-sound/deadbeef-9999/work
>>> Preparing source in /var/tmp/portage/media-sound/deadbeef-9999/work/deadbeef-9999 ...
* Applying deadbeef-remove-pt_br-and-ru-help-translation.patch ...
1 out of 1 hunk FAILED -- saving rejects to file Makefile.am.rej [ !! ]
* ERROR: media-sound/deadbeef-9999::deadbeef-overlay failed (prepare phase):
* patch -p1 failed with /var/tmp/portage/media-sound/deadbeef-9999/files/deadbeef-remove-pt_br-and-ru-help-translation.patch
*
* Call stack:
* ebuild.sh, line 124: Called src_prepare
* environment, line 3393: Called eapply '/var/tmp/portage/media-sound/deadbeef-9999/files/deadbeef-remove-pt_br-and-ru-help-translation.patch'
* environment, line 1039: Called _eapply_patch '/var/tmp/portage/media-sound/deadbeef-9999/files/deadbeef-remove-pt_br-and-ru-help-translation.patch'
* environment, line 977: Called __helpers_die 'patch -p1 failed with /var/tmp/portage/media-sound/deadbeef-9999/files/deadbeef-remove-pt_br-and-ru-help-translation.patch'
* isolated-functions.sh, line 117: Called die
* The specific snippet of code:
* die "$@"
*
* If you need support, post the output of `emerge --info '=media-sound/deadbeef-9999::deadbeef-overlay'`,
* the complete build log and the output of `emerge -pqv '=media-sound/deadbeef-9999::deadbeef-overlay'`.
* The complete build log is located at '/var/tmp/portage/media-sound/deadbeef-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-sound/deadbeef-9999/temp/environment'.
* Working directory: '/var/tmp/portage/media-sound/deadbeef-9999/work/deadbeef-9999'
* S: '/var/tmp/portage/media-sound/deadbeef-9999/work/deadbeef-9999'
the part it's trying to patch was changed recently so i think the patches need updating?
building the stable version still works so i'm using it for now
damex commented
issue is indeed valid.
upstream removed all but Russian language translation and that is why *-9999 build started failing.
merged your changes.
thank you.