Bug 87620 - OSX receipe opus fails to install
Summary: OSX receipe opus fails to install
Status: NEW
Alias: None
Product: GStreamer SDK
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other Mac OS X (All)
: medium normal
Assignee: bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-22 23:52 UTC by Ingo Randolf
Modified: 2014-12-22 23:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.