Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737934 - media-video/handbrake-1.3.3[-x265] fails to compile
Summary: media-video/handbrake-1.3.3[-x265] fails to compile
Status: RESOLVED DUPLICATE of bug 730544
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Whyman (thev00d00) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-08-18 17:24 UTC by Marco Genasci
Modified: 2020-08-19 18:32 UTC (History)
2 users (show)

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


Attachments
handbrake-1.3.3-fix-x265-patch.patch (handbrake-1.3.3-fix-x265-patch.patch,652 bytes, patch)
2020-08-18 17:24 UTC, Marco Genasci
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Genasci 2020-08-18 17:24:24 UTC
Compiling handbrake with x265 use flag disabled cause an error:

/usr/bin/g++ -pipe -Wl,-S -Wl,-O1 -Wl,--as-needed -fmessage-length=0 -Wall -Wno-format-truncation -g0 -O3 -march=native -O2 -pipe -mfpmath=sse -msse2 -I./libhb/ -Iinclude -I/usr/include/libxml2 -o HandBrakeCLI -Wl,--start-group test/test.o test/parsecsv.o ./libhb/libhandbrake.a -Llib -lass -lavformat -lavfilter -lavcodec -lavutil -lswresample -lpostproc -lmp3lame -ldvdnav -ldvdread -lfribidi -lswscale -lvpx -ltheoraenc -ltheoradec -lvorbis -lvorbisenc -logg -lx264 -lx265 -lbluray -lfreetype -lxml2 -lbz2 -lz -ljansson -lharfbuzz -lopus -lspeex -llzma -ldav1d -lfontconfig -lpthread -ldl -lm -Wl,--end-group
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lx265
collect2: error: ld returned 1 exit status
make: *** [../test/module.rules:47: HandBrakeCLI] Error 1
make: Leaving directory '/var/tmp/portage/media-video/handbrake-1.3.3/work/HandBrake-1.3.3/build'

This happens because of https://bugs.gentoo.org/724650

Reproducible: Always
Comment 1 Marco Genasci 2020-08-18 17:24:52 UTC
Created attachment 655372 [details, diff]
handbrake-1.3.3-fix-x265-patch.patch
Comment 2 Ben Kohler gentoo-dev 2020-08-19 18:32:50 UTC

*** This bug has been marked as a duplicate of bug 730544 ***