Jump to content


cris

Member Since 5 Nov 2014
Offline Last Active 19 May 2018 11:38
-----

Posts I've Made

In Topic: Howto build unofficial pli for your unsupported receiver

18 May 2018 - 13:58

Your meta-dream is not up to date. coreutils_8.26.bbappend is moved from meta-dream to pli-extras.

 

 

Ahhh, thank you very much.

 

For some reason it wasn't updated correctly.


In Topic: Howto build unofficial pli for your unsupported receiver

18 May 2018 - 13:00

I've started having this error when building for every machine:

...
ERROR: Nothing RPROVIDES 'coreutils-stdbufcoreutils-realpath' ...
NOTE: Runtime target 'coreutils-stdbufcoreutils-realpath' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['coreutils-stdbufcoreutils-realpath']
ERROR: Required build target 'coreutils' has no buildable providers.
Missing or unbuildable dependency chain was: ['coreutils', 'coreutils-stdbufcoreutils-realpath']
...

which seems to be caused by this line into pli-extras/meta-dream/recipes-core/coreutils/coreutils_8.26.bbappend

...
RRECOMMENDS_${PN}_append_class-target = "${PN}-realpath ${PN}-stdbuf"
...

Any ideas?

 

Thank you in advance!


In Topic: Howto build unofficial pli for your unsupported receiver

2 April 2018 - 18:47

Is it possible to generate the 3rd-party feeds?


In Topic: Howto build unofficial pli for your unsupported receiver

31 March 2018 - 19:54

Thank you Cris, I dont have the error on Fedora 27. But I'll test and add the patch asap.

 

Thank you very much for the hard work!
Reusing old devices has also a positive environmental impact. :D

This is the only "serious error" I encountered building for dm800, dm800se and dm8000 using Debian Testing.


In Topic: Howto build unofficial pli for your unsupported receiver

31 March 2018 - 15:22

I was unable to build for the dm800 due to an error with glibc_2.19:

Error 134
| make: *** Waiting for unfinished jobs....
| localedef: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
| qemu: uncaught target signal 6 (Aborted) - core dumped

Adding the following patch to glibc_2.19.bb has helped to complete the build:

 

Attached File  gracefully_handle_incompatible_locale_data.patch   613bytes   8 downloads

 

Note: I've grabbed the patch from https://patchwork.oz...g/patch/521143/