Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336426 - media-libs/libvpx-0.9.2 builds examples
Summary: media-libs/libvpx-0.9.2 builds examples
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 10:35 UTC by Nikoli
Modified: 2013-06-25 17:02 UTC (History)
0 users

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


Attachments
log (libvpx.log,23.73 KB, text/plain)
2010-09-08 10:36 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2010-09-08 10:35:58 UTC
...
    [STRIP] libvpx.a < libvpx_g.a
    [EXAMPLE] vp8cx_set_ref.c
    [EXAMPLE] vp8_set_maps.c
    [EXAMPLE] vp8_scalable_patterns.c
    [EXAMPLE] error_resilient.c
    [EXAMPLE] decode_with_drops.c
    [EXAMPLE] force_keyframe.c
    [EXAMPLE] twopass_encoder.c
    [EXAMPLE] simple_encoder.c
    [EXAMPLE] decode_to_md5.c
    [DEP] md5_utils.c.d
    [EXAMPLE] postproc.c
    [EXAMPLE] simple_decoder.c
    [DEP] ivfenc.c.d
    [DEP] y4minput.c.d
    [DEP] args.c.d
    [DEP] ivfdec.c.d
    [DEP] vp8cx_set_ref.c.d
    [DEP] vp8_set_maps.c.d
    [DEP] vp8_scalable_patterns.c.d
    [DEP] error_resilient.c.d
    [DEP] decode_with_drops.c.d
    [DEP] force_keyframe.c.d
    [DEP] twopass_encoder.c.d
    [DEP] simple_encoder.c.d
    [DEP] decode_to_md5.c.d
    [DEP] simple_decoder.c.d
    [DEP] postproc.c.d
    [CC] md5_utils.c.o
    [CC] args.c.o
    [CC] ivfdec.c.o
    [CC] y4minput.c.o
    [CC] ivfenc.c.o
    [CC] simple_decoder.c.o
...
    [LD] ivfenc
    [LD] simple_decoder
    [LD] postproc
    [LD] decode_to_md5
    [LD] simple_encoder
    [LD] twopass_encoder
    [LD] force_keyframe
    [LD] decode_with_drops
    [LD] error_resilient
    [LD] vp8_scalable_patterns
    [LD] vp8_set_maps
    [LD] vp8cx_set_ref
make[1]: Nothing to be done for `all-docs'.
>>> Source compiled.

cd /var/tmp/portage/portage/media-libs/libvpx-0.9.2/work/libvpx-0.9.2/ && file `find -type f`|grep 'ELF .* LSB executable'|awk '{print $1}'
./force_keyframe:
./twopass_encoder:
./vp8_set_maps:
./decode_to_md5:
./simple_encoder:
./error_resilient:
./decode_with_drops:
./vp8cx_set_ref:
./postproc:
./ivfdec:
./vp8_scalable_patterns:
./simple_decoder:
./ivfenc:
Comment 1 Nikoli 2010-09-08 10:36:57 UTC
Created attachment 246437 [details]
log
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-08 11:28:29 UTC
Just a suggestion for the future that might help you ;)

scanelf -E ET_EXEC -r .

does what you want without using so many subcommands. OTOH it doesn't work with PIE.
Comment 3 Alexis Ballier gentoo-dev 2013-06-25 17:02:15 UTC
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  do not build examples that will not be installed, bug #336426
+