Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637194 - media-libs/mediastreamer-2.9.0-r1 "xxdi.pl: command not found" during build
Summary: media-libs/mediastreamer-2.9.0-r1 "xxdi.pl: command not found" during build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-12 01:38 UTC by Maciej S. Szmigiero
Modified: 2017-11-19 17:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej S. Szmigiero 2017-11-12 01:38:19 UTC
When building media-libs/mediastreamer-2.9.0-r1 without having dev-util/xxdi
installed a "xxdi.pl: command not found" error is printed:
 * QA Notice: command not found:
 * 
 *      awk 'BEGIN { FS="[()]" ; }; /^\t*MS_FILTER_DESC_EXPORT/{ printf("%s\n", $2) } '  > $builddir/voipdescs.txt voip/private.h voip/msvoip.c voip/mediastream.c voip/audiostream.c voip/ringstream.c voip/ice.c otherfilters/msrtp.c voip/qualityindicator.c voip/audioconference.c voip/bitratedriver.c voip/qosanalyzer.c voip/bitratecontrol.c audiofilters/alaw.c audiofilters/ulaw.c audiofilters/dtmfgen.c audiofilters/msconf.c utils/g711common.h audiofilters/msvolume.c utils/dsptools.c utils/kiss_fft.c utils/_kiss_fft_guts.h utils/kiss_fft.h utils/kiss_fftr.c utils/kiss_fftr.h audiofilters/equalizer.c audiofilters/chanadapt.c audiofilters/audiomixer.c audiofilters/tonedetector.c utils/g722.h utils/g722_decode.c utils/g722_encode.c audiofilters/msg722.c audiofilters/l16.c audiofilters/genericplc.c audiofilters/msfileplayer.c audiofilters/msfilerec.c audiofilters/waveheader.h audiofilters/msspeex.c audiofilters/speexec.c   audiofilters/msopus.c  audiofilters/msresample.c audiofilters/alsa.c      /bin/sh: line 2: xxdi.pl: command not found

With dev-util/xxdi installed this error is, naturally, gone.

media-libs/mediastreamer-2.9.0-r1 has dependency on dev-util/xxdi only when
opengl USE flag is set, it looks like it might also be needed in some other
cases.
Comment 1 Larry the Git Cow gentoo-dev 2017-11-19 17:45:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9266f6b9d0c9ef0d121cdba19143e5d1536c492

commit a9266f6b9d0c9ef0d121cdba19143e5d1536c492
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2017-11-19 17:30:12 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2017-11-19 17:39:50 +0000

    media-libs/mediastreamer: Require dev-util/xxdi if USE=video
    
    Closes: https://bugs.gentoo.org/637194
    Package-Manager: Portage-2.3.14, Repoman-2.3.6

 media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)