Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704870 - media-video/vlc-3.0.8 build fails due to FDK patch application failure
Summary: media-video/vlc-3.0.8 build fails due to FDK patch application failure
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-06 15:08 UTC by Alexey Skobkin
Modified: 2020-01-06 16:58 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info.txt,7.83 KB, text/plain)
2020-01-06 15:10 UTC, Alexey Skobkin
Details
build.log.gz (build.log.gz,1.45 KB, application/gzip)
2020-01-06 15:11 UTC, Alexey Skobkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Skobkin 2020-01-06 15:08:10 UTC
It happens even when USE=-fdk is used.

>>> Emerging (1 of 1) media-video/vlc-3.0.8::gentoo            
>>> Failed to emerge media-video/vlc-3.0.8, Log file:                     
>>>  '/tmp/portage/media-video/vlc-3.0.8/temp/build.log.gz'                                              
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 1.79, 2.63, 2.13
 * Package:    media-video/vlc-3.0.8                                                                     
 * Repository: gentoo
 * Maintainer: media-video@gentoo.org
 * USE:        X a52 abi_x86_64 amd64 cpu_flags_x86_mmx cpu_flags_x86_sse dbus dts dvbpsi dvd elibc_glibc encode fdk ffmpeg flac fluidsynth fontconfig gcrypt gme gstreamer jpeg kernel_linux libass libnotify libsamplerate live lua mad matroska mp3 mpeg ncurses ogg opus png pulseaudio qt5 samba ssl svg taglib theora truetype twolame udev upnp userland_GNU v4l vaapi vdpau vnc vorbis wayland x264 x265 xml                  
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
 * Applying vlc-2.1.0-fix-libtremor-libs.patch ...
 [ ok ]                                                                
 * Applying vlc-2.2.8-freerdp-2.patch ...            
 [ ok ]                                    
 * Applying vlc-3.0.6-fdk-aac-2.0.0.patch ...                                                                                                                                                                      
 [ ok ]                                                                                                                                                                                                                                                                                                                                                                                                                               
 * Applying 0001-Fix-FDKAAC-AACENC_InfoStruct-member-name-change-from.patch ...
patching file modules/codec/fdkaac.c                      
Hunk #1 FAILED at 288.                                                                                                                                                                                             
1 out of 1 hunk FAILED -- saving rejects to file modules/codec/fdkaac.c.rej

Reproducible: Always

Steps to Reproduce:
1. Build vlc
Comment 1 Alexey Skobkin 2020-01-06 15:10:13 UTC
Created attachment 602654 [details]
emerge --info
Comment 2 Alexey Skobkin 2020-01-06 15:11:04 UTC
Created attachment 602656 [details]
build.log.gz
Comment 3 Andreas Sturmlechner gentoo-dev 2020-01-06 15:13:42 UTC
No need to compress a 1.4kb log file.

(In reply to skobk.in from comment #0)
>  * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>  * Applying vlc-2.1.0-fix-libtremor-libs.patch ...
>  [ ok ]                                                                
>  * Applying vlc-2.2.8-freerdp-2.patch ...            
>  [ ok ]                                    
>  * Applying vlc-3.0.6-fdk-aac-2.0.0.patch ...                               
> 
>  [ ok ]
^ these are ebuild patches.

(In reply to skobk.in from comment #0)
>  * Applying 0001-Fix-FDKAAC-AACENC_InfoStruct-member-name-change-from.patch
> ...
> patching file modules/codec/fdkaac.c                      
> Hunk #1 FAILED at 288.                                                      
^ this is your patch.
Comment 4 Alexey Skobkin 2020-01-06 16:58:40 UTC
(In reply to Andreas Sturmlechner from comment #3)
> No need to compress a 1.4kb log file.
It's just FEATURES=compress-build-logs

> ^ these are ebuild patches.                                                    
> ^ this is your patch.

Thanks. My bad.