Jump to content


cisarp

Member Since 7 Feb 2012
Offline Last Active 24 Sep 2014 13:26
-----

Topics I've Started

dvdplayer - no sound on DM7025

5 July 2012 - 11:40

Hello
I have a problem with dvd-player plugin.
Everything works fine except that there is no audio.
I am running the last version of OpenPLI (Jul 5 2012 11:34:19).
Is there something else that needs to be installed (ie. som ac3 library) to have the DVD playback working on this box ?
Best Regards
Petr Cisar

Problem with build (eglibc-initial_2.12.bb)

12 March 2012 - 15:33

Hello
I tried to build the recent version of OpenPLI and I faced a problem with libc build.
The problem is that when the do_install task of eglibc-initial tries to execute make install-headers, the headers are actually attempted to be installed in /usr/include instead of the build tree:

| make[1]: Entering directory `/home/pc/src/opendreambox/OpenPLI/build-dm7025/tmp/work/mipsel-oe-linux/eglibc-initial-2.12-r21.8+svnr12323/eglibc-2_12/libc'
| /home/pc/src/opendreambox/OpenPLI/openembedded//bin/install -c -m 644 include/limits.h /usr/include/limits.h
| install: cannot remove `/usr/include/limits.h': Permission denied
| make[1]: *** [/usr/include/limits.h] Error 1
| make[1]: Leaving directory `/home/pc/src/opendreambox/OpenPLI/build-dm7025/tmp/work/mipsel-oe-linux/eglibc-initial-2.12-r21.8+svnr12323/eglibc-2_12/libc'
| make: *** [install-headers] Error 2
| + die 'oe_runmake failed'
| + oefatal 'oe_runmake failed'
| + echo FATAL: 'oe_runmake failed'
| FATAL: oe_runmake failed
| + exit 1
NOTE: package eglibc-initial-2.12-r21.8+svnr12323: task do_install: Failed

I tried to analyze the makefiles, but I didn't find the place where the Makefile actually calls install, so I copied the files manually to the correct place and commented out the part of the receipe that does the install-header part, but I would appreciate some advice how to make a clean, nice fix for this issue.

Any ideas welcome.

BR
Petr