Bug 87620

Summary: OSX receipe opus fails to install
Product: GStreamer SDK Reporter: Ingo Randolf <ingo.randolf>
Component: GeneralAssignee: bugs
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: Mac OS X (All)   
Whiteboard:
i915 platform: i915 features:

Description Ingo Randolf 2014-12-22 23:52:33 UTC
OS: Mac OS X 10.9.5
Python 2.7.5

trying to build gstreamer-sdk via cerbero.

installation fails when it wants to install opus:


...
for f in `find html -type f \! -name "installdox"`; do	\
		/usr/bin/install -c -m 644 -D $f /Users/inx/cerbero/dist/darwin_x86_64/share/doc/opus/$f;	\
	done
/usr/bin/install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
/usr/bin/install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
...
...
...
make[4]: *** [install-data-local] Error 64
make[3]: *** [install-am] Error 2
make[2]: *** [install-data-local] Error 2
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1
***** Error running 'build' command:
Recipe 'opus' failed at the build step 'install'


where does option -D for /usr/bin/install comes from?

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.