Beiträge von 3YDM

    Hi,


    I successfully made the image for DM800se (OE1.6). However, I would like to modify / patch the source code, event.cpp, in order to display Thai language, I can not find it (event.cpp). I see only the event.h. Please suggest me how I can find the event.cpp or how I can modify / patch some files to display Thai language.


    Regards,
    Yiam

    The URL is "http://pypi.python.org/packages/source/d/distribute/" and the version is "0.6.8".
    The resulting filename is "distribute-0.6.8.tar.gz".
    So try to "wget http://pypi.python.org/packages/source/d…te-0.6.8.tar.gz"
    from the commandline of your compile environment.

    Hi,


    I tested it with this command "wget http://pypi.python.org/package…e/distribute-0.6.8.tar.gz" at command line and it successfully download as below picture. Any suggests.



    Regards,


    Yiam


    It fails to download and setup the setuptools. Download and build both work fine here though, so it's probably just a temporary error on your end.


    It has nothing to do with the recipe itself which is very basic (I should know that given that I wrote it :P).

    Hi,


    I do not know how to test the URL from the compile enviroment. I still did not make my own image and got the same error message as my post. I have added the "setup.py" and "distribute_setup.py" so you can help me.


    setup.py


    distribute_setup.py


    Regards,


    Yiam / 2293

    The task is trying to download some more files and gets a "network not reachable"
    error.
    Either your comile box has no internet connection or the URL is not reachable due
    to a server outage resp. DNS resolving problems.
    Unfortunately the extract of the log file does not contain the URL itself. So no way
    to check the reachability of the URL for me here.

    Hi,


    This is the full log. I am not sure whether the first of line is the url of the downloading file. Please help.


    Downloading http://pypi.python.org/package…e/distribute-0.6.8.tar.gz
    Traceback (most recent call last):
    File "setup.py", line 9, in
    distribute_setup.use_setuptools()
    File "/home/peak/dmm/dm800/build/tmp/work/mipsel-oe-linux/python-flickrapi-1.4.2-ml0/flickrapi-1.4.2/distribute_setup.py", line 141, in use_setuptools
    return _do_download(version, download_base, to_dir, download_delay)
    File "/home/peak/dmm/dm800/build/tmp/work/mipsel-oe-linux/python-flickrapi-1.4.2-ml0/flickrapi-1.4.2/distribute_setup.py", line 120, in _do_download
    to_dir, download_delay)
    File "/home/peak/dmm/dm800/build/tmp/work/mipsel-oe-linux/python-flickrapi-1.4.2-ml0/flickrapi-1.4.2/distribute_setup.py", line 189, in download_setuptools
    src = urlopen(url)
    File "/home/peak/dmm/dm800/build/tmp/staging/i686-linux/usr/lib/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
    File "/home/peak/dmm/dm800/build/tmp/staging/i686-linux/usr/lib/python2.6/urllib2.py", line 391, in open
    response = self._open(req, data)
    File "/home/peak/dmm/dm800/build/tmp/staging/i686-linux/usr/lib/python2.6/urllib2.py", line 409, in _open
    '_open', req)
    File "/home/peak/dmm/dm800/build/tmp/staging/i686-linux/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
    File "/home/peak/dmm/dm800/build/tmp/staging/i686-linux/usr/lib/python2.6/urllib2.py", line 1181, in http_open
    return self.do_open(httplib.HTTPConnection, req)
    File "/home/peak/dmm/dm800/build/tmp/staging/i686-linux/usr/lib/python2.6/urllib2.py", line 1156, in do_open
    raise URLError(err)
    urllib2.URLError:
    FATAL: python setup.py build_ext execution failed.

    Regards,


    Yiam

    hello 3YDM


    what about adding thai support to enigma2 and creating a custom skin with your fonts to the skins repository ?


    please give me # name, iso-639 language, iso-3166 country thats needed.
    also attach me your translation file and png so i can take a look how we could best integrate this into enigma2 .


    My need is that I want to display Thai information when I press OK or Info button as picture below. I modified some files to support this and I did not translate the po file to Thai . I only copied from en.po to th.po (still English). If I have free time, I will translate it later. To be able to display Thai information, I must select language "Thai" added into "Language Menu" by me. Also I modified skin.xml by replacing font filename="xxxxxxxx.ttf" name="Regular" and name="Replacement" with font filename="tahomabd.ttf".


    >>> please give me # name, iso-639 language, iso-3166 country thats needed. I used this code in encoding.conf. (tha ISO8859-11)


    I hope Thai language will be a part of the Enigma2.


    I am sorry for my bad English.


    Regards,

    Hi,


    Now, I can build my own image (DM500HD) to support Thia language. After installing my own image into the box, I have to manually add some files (Thai Fonts, Thai Flag, etc) using DCC. For example, I have to manually add th.png (Thai Flag) to usr/share/enigma2/countries and thai fonts to usr/share/fonts by using DCC. I have a question to ask you. How can I automatically add addition files as a part of the build image while building my own image (make -f Makefile-opendreambox image)?


    Regards,


    Hi ritzMo,


    I appreciate your helping. I will try it after I back home. I added your suggesttion in my perl-native_5.8.8.bb but it did not work for me. I got the same error message.


    Regards,

    you have to take a look at the logfiles of the package that failed to build.


    This screenshot doesn't say anything about the error, only that a package could not get build. Take a look at the logfile of that package, there you should find more details why building this package failed.


    you have to take a look at the logfiles of the package that failed to build.


    This screenshot doesn't say anything about the error, only that a package could not get build. Take a look at the logfile of that package, there you should find more details why building this package failed.


    Hi Homey,


    Where can I get the logfile?


    Regards,


    3YDM

    I have a problem when I try to make a new image with the command "make -f makefile-opendreambox-1.6 image". My MACHINE is set to dm800. Please help...


    root@colinux:~/projects/dm# make -f makefile-opendreambox-1.6 image
    cd bb && git pull origin 1.8-dream
    From git://git.opendreambox.org/git/bitbake
    * branch 1.8-dream -> FETCH_HEAD
    Already up-to-date.
    cd /root/projects/dm/dm800/openembedded && git pull origin opendreambox-1.6
    From git://git.opendreambox.org/git/openembedded
    * branch opendreambox-1.6 -> FETCH_HEAD
    Already up-to-date.
    cd /root/projects/dm/dm800/build; . ./env.source; bitbake -k dreambox-image
    ERROR: Openembedded's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Do not use Bitbake as root.
    make: *** [image] Error 1


    Thanks you for your help


    Regards,