| Summary: | media-libs/libaom fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Harald Weiner <timeraider> |
| Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | timeraider |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Harald Weiner
2017-03-14 18:57:37 UTC
By the way, this is the current output of the configure options I see so far: ebuild /usr/portage/media-libs/libaom/libaom-9999.ebuild prepare && cd /var/tmp/portage/media-libs/libaom-9999/work/libaom-9999 && ./configure --help * checking ebuild checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] >>> Unpacking source... GIT update --> repository: https://aomedia.googlesource.com/aom at the commit: 082d4df76017763c6f5115ef613e6ed22cfea5ea branch: master storage directory: "/usr/portage/distfiles/egit-src/aom" checkout type: bare repository Cloning into '/var/tmp/portage/media-libs/libaom-9999/work/libaom-9999'... done. Branch branch-master set up to track remote branch master from origin. Switched to a new branch 'branch-master' >>> Unpacked to /var/tmp/portage/media-libs/libaom-9999/work/libaom-9999 >>> Source unpacked in /var/tmp/portage/media-libs/libaom-9999/work /var/tmp/portage/media-libs/libaom-9999/work/libaom-9999 /var/tmp/portage/media-libs/libaom-9999/work /var/tmp/portage/media-libs/libaom-9999/work >>> Preparing source in /var/tmp/portage/media-libs/libaom-9999/work/libaom-9999 ... >>> Source prepared. Usage: configure [options] Options: Build options: --help print this message --log=yes|no|FILE file configure log is written to [config.log] --target=TARGET target platform tuple [generic-gnu] --cpu=CPU optimize for a specific cpu rather than a family --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [] --extra-cxxflags=ECXXFLAGS add ECXXFLAGS to CXXFLAGS [] --enable-extra-warnings emit harmless warnings (always non-fatal) --enable-werror treat warnings as errors, if possible (not available with all compilers) --disable-optimizations turn on/off compiler optimization flags --enable-pic turn on/off Position Independent Code --enable-ccache turn on/off compiler cache --enable-debug enable/disable debug mode --enable-gprof enable/disable gprof profiling instrumentation --enable-gcov enable/disable gcov coverage instrumentation --enable-thumb enable/disable building arm assembly in thumb mode --disable-dependency-tracking disable to speed up one-time build Install options: --disable-install-docs control whether docs are installed --disable-install-bins control whether binaries are installed --disable-install-libs control whether libraries are installed --enable-install-srcs control whether sources are installed Advanced options: --disable-libs libraries --disable-examples examples --enable-analyzer analyzer --disable-docs documentation --enable-unit-tests unit tests --enable-decode-perf-tests build decoder perf tests with unit tests --enable-encode-perf-tests build encoder perf tests with unit tests --cpu=CPU tune for the specified CPU (ARM: cortex-a8, X86: sse3) --libc=PATH path to alternate libc --size-limit=WxH max size to allow in the decoder --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred] --sdk-path=PATH path to root of sdk (android builds only) --enable-codec-srcs in/exclude codec library source code --enable-debug-libs in/exclude debug version of libraries --enable-static-msvcrt use static MSVCRT (VS builds only) --enable-aom-highbitdepth enable 16-bit generic pixel pipeline (used by high bitdepth profiles) --enable-lowbitdepth enable 8-bit optimized pixel pipeline --enable-av1 AV1 codec support --enable-internal-stats output of encoder internal stats for debug, if supported (encoders) --enable-postproc postprocessing --disable-multithread multithreaded encoding and decoding --disable-spatial-resampling spatial sampling (scaling) support --enable-realtime-only enable this option while building for real-time encoding --enable-onthefly-bitpacking enable on-the-fly bitpacking in real-time encoding --enable-error-concealment enable this option to get a decoder which is able to conceal losses --enable-coefficient-range-checking enable decoder to check if intermediate transform coefficients are in valid range --enable-runtime-cpu-detect runtime cpu detection --enable-shared shared library support --disable-static static library support --enable-small favor smaller size over speed --enable-postproc-visualizer macro block / block level visualizers --enable-webm-io enable input from and output to WebM container --enable-libyuv enable libyuv --enable-accounting enable bit accounting --enable-inspection enable bitstream inspection Codecs: Codecs can be selectively enabled or disabled individually, or by family: --disable-<codec> is equivalent to: --disable-<codec>-encoder --disable-<codec>-decoder Codecs available in this distribution: av1: encoder decoder NOTES: Object files are built at the place where configure is launched. All boolean options can be negated. The default value is the opposite of that shown above. If the option --disable-foo is listed, then the default value for foo is enabled. Supported targets: arm64-darwin-gcc arm64-linux-gcc armv6-linux-rvct armv6-linux-gcc armv6-none-rvct armv7-android-gcc armv7-darwin-gcc armv7-linux-rvct armv7-linux-gcc armv7-none-rvct armv7-win32-vs12 armv7-win32-vs14 armv7s-darwin-gcc armv8-linux-gcc mips32-linux-gcc mips64-linux-gcc sparc-solaris-gcc x86-android-gcc x86-darwin8-gcc x86-darwin8-icc x86-darwin9-gcc x86-darwin9-icc x86-darwin10-gcc x86-darwin11-gcc x86-darwin12-gcc x86-darwin13-gcc x86-darwin14-gcc x86-darwin15-gcc x86-darwin16-gcc x86-iphonesimulator-gcc x86-linux-gcc x86-linux-icc x86-os2-gcc x86-solaris-gcc x86-win32-gcc x86-win32-vs12 x86-win32-vs14 x86_64-android-gcc x86_64-darwin9-gcc x86_64-darwin10-gcc x86_64-darwin11-gcc x86_64-darwin12-gcc x86_64-darwin13-gcc x86_64-darwin14-gcc x86_64-darwin15-gcc x86_64-darwin16-gcc x86_64-iphonesimulator-gcc x86_64-linux-gcc x86_64-linux-icc x86_64-solaris-gcc x86_64-win64-gcc x86_64-win64-vs12 x86_64-win64-vs14 generic-gnu Duplicate of bug 602824 ? @Markus: Yes, you are right! Thank you, seems I have not seen your bug report previously. *** This bug has been marked as a duplicate of bug 602824 *** |