Getting a build fail on the mad-dec component
bosm output...
02:13:21 installing limoi-component-mad-dec-native
02:13:21 ERROR: limoi-component-mad-dec-native failed to install, see log at: /home/red/lim-omx-1.1/build/logs/limoi-component-mad-dec/native-install-1358475201
make: *** [/home/red/lim-omx-1.1/build/.cache/states/limoi-component-mad-dec-native.d] Error 1
build summary at: /home/red/lim-omx-1.1/build/logs/summary-1358475201
and the log file in question...
make install
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
rm /home/red/lim-omx-1.1/build/.cache/limoi-component-mad-dec-native/usr/lib/limoi/component/*.la
rm: cannot remove ‘/home/red/lim-omx-1.1/build/.cache/limoi-component-mad-dec-native/usr/lib/limoi/component/*.la’: No such file or directory
make[1]: *** [install] Error 1
any ideas??? totally new to bosm, so I don't have much of a clue.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
hmmm, didn't have the libmad-devel installed.
surely the libmad in the repo should be used?
other than FFMPEG, LIM tries not to bring any additional source packages. It must be that the configure script failed to automatically disable MAD component when not being able to locate libmad. Or, it probably always requires presence of libmad as it is written today.