id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 3637 osx-packager.pl fails on flac xmms plugin when libraries already exist under /sw anonymous "When using the osx-packager.pl script to build MythFrontend packages for the Mac, the Flac libraries fail while trying to install the xmms-plugin for flac into /sw. The following output is the error received. {{{ Making install in metaflac /bin/sh ../../mkinstalldirs /nobackup/myth/.osx-packager/build/bin /bin/sh ../../libtool --mode=install /usr/bin/install -c metaflac /nobackup/myth/.osx-packager/build/bin/metaflac /usr/bin/install -c .libs/metaflac /nobackup/myth/.osx-packager/build/bin/metaflac make[3]: Nothing to be done for `install-data-am'. Making install in monkeys_audio_utilities Making install in flac_mac make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in flac_ren make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in plugin_common make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in plugin_xmms make[3]: Nothing to be done for `install-exec-am'. /bin/sh ../../mkinstalldirs /sw/lib/xmms/Input ../../libtool-disable-static --mode=install /usr/bin/install -c libxmms-flac.la /sw/lib/xmms/Input/libxmms-flac.la /usr/bin/install -c .libs/libxmms-flac.so /sw/lib/xmms/Input/libxmms-flac.so install: /sw/lib/xmms/Input/libxmms-flac.so: Permission denied make[3]: *** [install-xmmsinputpluginLTLIBRARIES] Error 71 make[2]: *** [install-am] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 [osx-pkg] Failed system call: "" /usr/bin/make all install "" with error code 2 Died at /nobackup/myth/.osx-packager/src/myth-svn/mythtv/contrib/OSX/osx-packager.pl line 707. }}} Modifying the osx-packager.pl script to exclude xmms-plugin from the flac build allows the compile to continue. {{{ 'flac' => { 'url' => ""$sourceforge/sourceforge/flac/flac-1.1.4.tar.gz"", # Workaround Intel problem - Missing _FLAC__lpc_restore_signal_asm_ia32 'conf' => [ '--disable-asm-optimizations', '--disable-xmms-plugin' ] }, }}} " defect closed minor unknown contrib 0.20 medium invalid 0