Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 13 of 45 FirstFirst ... 3111213141523 ... LastLast
Results 181 to 195 of 667

Thread: Build my own Vix image

  1. #181
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by ccs View Post
    The build has now got past that hurdle.
    ... but hit "stime" on the second lap.

    Started again after applying patch.

  2. #182

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Looks like qemu-native also needs patching, I'm seeing this in the stb-kodi-vuultimo4k failure log

    Code:
      CC      mips64el-linux-user/trace/control-target.o
      LINK    mips-linux-user/qemu-mips
      CC      ppc-linux-user/gdbstub-xml.o
      CC      mips64el-linux-user/trace/generated-helpers.o
      CC      ppc-linux-user/trace/generated-helpers.o
      LINK    mips64el-linux-user/qemu-mips64el
      CC      aarch64-linux-user/trace/generated-helpers.o
    /home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/vuultimo4k/tmp/hosttools/ld.bfd: linux-user/syscall.o: in function `do_syscall1':
    /home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/vuultimo4k/tmp/work/x86_64-linux/qemu-native/qemu-native-4.1.0-r0/qemu-4.1.0/linux-user/syscall.c:7657: undefined reference to `stime'
    collect2: error: ld returned 1 exit status
    make[1]: *** [Makefile:209: qemu-mips] Error 1
    make: *** [Makefile:472: mips-linux-user/all] Error 2
      LINK    mips64-linux-user/qemu-mips64
      LINK    ppc-linux-user/qemu-ppc
    /home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/vuultimo4k/tmp/hosttools/ld.bfd: linux-user/syscall.o: in function `do_syscall1':
    /home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/vuultimo4k/tmp/work/x86_64-linux/qemu-native/qemu-native-4.1.0-r0/qemu-4.1.0/linux-user/syscall.c:7657: undefined reference to `stime'
    collect2: error: ld returned 1 exit status
    make[1]: *** [Makefile:209: qemu-ppc] Error 1
    make: *** [Makefile:472: ppc-linux-user/all] Error 2
    I've tried adding the same patch to qemu-native.inc but it fails

  3. #183
    BrianTheTechieSnail
    Quote Originally Posted by Willo3092 View Post
    I've built a release build for the H7 successfully (openvix-5.4.000.release-zgemmah7_usb)
    Me too.
    Using build-enviroment 4.4 on Debian 10.4 in a VirtualBox VM with 4GB RAM and an 80GB virtual hard drive.

    Haven't worked out what one can do about the the lack of feeds for 5.4.
    But it loaded everything somehow, except for the picons.

  4. #184
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,415
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by BrianTheTechHead View Post
    Me too.
    Using build-enviroment 4.4 on Debian 10.4 in a VirtualBox VM with 4GB RAM and an 80GB virtual hard drive.

    Haven't worked out what one can do about the the lack of feeds for 5.4.
    But it loaded everything somehow, except for the picons.
    In the builds directory you can find 2 sub directories - images and ipk (the feeds). So you can change the feeds url in /meta-oe/conf/distro/openvix to point to this directory and when you build the image it will pick them up
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  5. The Following User Says Thank You to twol For This Useful Post:


  6. #185
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,792
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by ccs View Post
    Thanks again, I'm not see the filestore structure you're describing......
    If you're saying that you have no conf directory under conf, that's correct. There isn't one.

    But if you run strace on a build to find out where it actually looks for local.conf you will find that that is where it actually looks.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  7. #186
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,792
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by lincsat View Post
    Looks like qemu-native also needs patching
    The config for qemu-native includes qemu.inc, so it shouldn't need separate handling.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  8. #187

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by birdman View Post
    The config for qemu-native includes qemu.inc, so it shouldn't need separate handling.
    I had a look at the syscall.c file and it had been patched, so don't know why that error keeps appearing. I've tried deleting the patch so it doesn't try to apply it again and it appears to have got passed that stage now

  9. #188
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by ccs View Post
    I'll try again when time/the weather permits.
    Spoke too soon.......
    Code:
    ERROR: enigma2-plugin-extensions-yahooweather-1.2.+gitAUTOINC+f04f398ad7-r0 do_install: oe_runmake failed
    ERROR: enigma2-plugin-extensions-yahooweather-1.2.+gitAUTOINC+f04f398ad7-r0 do_install: Execution of '/home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/et10000/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-yahooweather/enigma2-plugin-extensions-yahooweather-1.2.+gitAUTOINC+f04f398ad7-r0/temp/run.do_install.3110726' failed with exit code 1:
    Making install in po
    make[1]: Entering directory '/home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/et10000/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-yahooweather/enigma2-plugin-extensions-yahooweather-1.2.+gitAUTOINC+f04f398ad7-r0/git/po'
    make[2]: Entering directory '/home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/et10000/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-yahooweather/enigma2-plugin-extensions-yahooweather-1.2.+gitAUTOINC+f04f398ad7-r0/git/po'
    make[2]: Nothing to be done for 'install-exec-am'.
    xgettext -L python --add-comments="TRANSLATORS:" -d YahooWeather -s -o YahooWeather.pot ../*.py
    for lang in de it tr; do \
    	msgmerge --no-location -s -N -U $lang.po YahooWeather.pot; \
    done
    msgfmt -o de.mo de.po
    msgfmt -o it.mo it.po
    ../xml2po.py ../ >> YahooWeather.pot
    ........ done.
    /bin/sh: ../xml2po.py: /usr/bin/python: bad interpreter: No such file or directory
    make[2]: *** [Makefile:478: YahooWeather.pot] Error 126
    make[2]: *** Waiting for unfinished jobs....
    ........ done.
    ........ done.
    make[2]: Leaving directory '/home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/et10000/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-yahooweather/enigma2-plugin-extensions-yahooweather-1.2.+gitAUTOINC+f04f398ad7-r0/git/po'
    make[1]: *** [Makefile:357: install-am] Error 2
    make[1]: Leaving directory '/home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/et10000/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-yahooweather/enigma2-plugin-extensions-yahooweather-1.2.+gitAUTOINC+f04f398ad7-r0/git/po'
    make: *** [Makefile:388: install-recursive] Error 1
    WARNING: /home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/et10000/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-yahooweather/enigma2-plugin-extensions-yahooweather-1.2.+gitAUTOINC+f04f398ad7-r0/temp/run.do_install.3110726:1 exit 1 from 'exit 1'
    
    ERROR: Logfile of failure stored in: /home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/et10000/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-yahooweather/enigma2-plugin-extensions-yahooweather-1.2.+gitAUTOINC+f04f398ad7-r0/temp/log.do_install.3110726

  10. #189
    BrianTheTechieSnail
    Quote Originally Posted by BrianTheTechHead View Post
    Me too.
    Using build-enviroment 4.4 on Debian 10.4 in a VirtualBox VM with 4GB RAM and an 80GB virtual hard drive.

    Haven't worked out what one can do about the the lack of feeds for 5.4.
    But it loaded everything somehow, except for the picons.
    I noticed the 5.4 developer feeds seem to be in place already so I tried setting DISTRO_TYPE=developer but it failed saying something was missing.
    Maybe it just ran out of disk space.

  11. #190
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Regarding post #188, do I need to create a hard/soft link for /usr/lib/python. If so, what does it point to??

    Code:
    ls -ld /usr/lib/py*
    drwxr-xr-x 26 root root 20480 Jul 31 17:33 /usr/lib/python2.7
    drwxr-xr-x  3 root root  4096 Apr 23 08:32 /usr/lib/python3
    drwxr-xr-x 30 root root 20480 Jul 31 17:12 /usr/lib/python3.8

  12. #191
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Maybe that should have been bin .....

    Code:
    ccs@Unix:~$ ls -ld /usr/bin/pyt*
    lrwxrwxrwx 1 root root       9 Mar 13 12:31 /usr/bin/python2 -> python2.7
    -rwxr-xr-x 1 root root 3694632 Apr  7 13:05 /usr/bin/python2.7
    lrwxrwxrwx 1 root root       9 Jul 31 16:44 /usr/bin/python3 -> python3.8
    -rwxr-xr-x 1 root root 5453504 Jul 16 15:00 /usr/bin/python3.8
    lrwxrwxrwx 1 root root      33 Jul 16 15:00 /usr/bin/python3.8-config -> x86_64-linux-gnu-python3.8-config
    lrwxrwxrwx 1 root root      16 Mar 13 12:20 /usr/bin/python3-config -> python3.8-config
    -rwxr-xr-x 1 root root     384 Mar 28 02:39 /usr/bin/python3-futurize
    -rwxr-xr-x 1 root root     388 Mar 28 02:39 /usr/bin/python3-pasteurize
    ccs@Unix:~$

  13. #192
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,792
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by ccs View Post
    Regarding post #188, do I need to create a hard/soft link for /usr/lib/python. [/code]
    As I recall, yes.
    If this is Ubuntu install the python-is-python2 package.
    (There is also a python-is-python3 package - they just create the symlink...).
    Last edited by birdman; 03-08-20 at 12:04.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  14. The Following User Says Thank You to birdman For This Useful Post:

    ccs (03-08-20)

  15. #193

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by lincsat View Post
    I had a look at the syscall.c file and it had been patched, so don't know why that error keeps appearing. I've tried deleting the patch so it doesn't try to apply it again and it appears to have got passed that stage now
    Success - the builds now complete, I have ZGemmaH7 and Vuultimo4k images for openvix-5.4.000.release and openvix-5.4.000.005.developer

  16. The Following 2 Users Say Thank You to lincsat For This Useful Post:

    Andy_Hazza (03-08-20),Willo3092 (03-08-20)

  17. #194
    BrianTheTechieSnail
    Quote Originally Posted by BrianTheTechHead View Post
    I noticed the 5.4 developer feeds seem to be in place already so I tried setting DISTRO_TYPE=developer but it failed saying something was missing.
    Maybe it just ran out of disk space.
    I tried again with the virtual disk expanded to 100GB and it worked.
    But I don't think it really needed the extra space.
    Something else must have stopped it working before.

  18. #195
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Not my day today, yahoo!!

    Is it easy to remove this plugin completely?

    (Or run interactively and answer "y" when prompted.)

    Code:
    xgettext -L python --add-comments="TRANSLATORS:" -d YahooWeather -s -o YahooWeather.pot ../*.py
    for lang in de it tr; do \
    	msgmerge --no-location -s -N -U $lang.po YahooWeather.pot; \
    done
    ../xml2po.py ../ >> YahooWeather.pot
    ........ done.
    ........ done.
    ........ done.
      File "../xml2po.py", line 55
        print '#: ' + arg
              ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print('#: ' + arg)?
    make[2]: *** [Makefile:478: YahooWeather.pot] Error 1

Page 13 of 45 FirstFirst ... 3111213141523 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.