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 25 of 45 FirstFirst ... 15232425262735 ... LastLast
Results 361 to 375 of 667

Thread: Build my own Vix image

  1. #361
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,362
    Thanks
    6,443
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by twol View Post
    I don't understand what you are trying to say fully. Are you saying it is fine to clone 4.4 and 5.0 branches into the openvix directory? Or are you saying that the instructions have been copied to the Vix repo too?

  2. #362
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    Quote Originally Posted by abu baniaz View Post
    I don't understand what you are trying to say fully. Are you saying it is fine to clone 4.4 and 5.0 branches into the openvix directory? Or are you saying that the instructions have been copied to the Vix repo too?
    This thread is about building OpenViX Py3 image. The instructions for that are on OpenViX enigma2 repo, not OpenATV.

    Considering the amount of work that has gone into this it is pretty insulting to suggest the work is just being copied from OpenATV.
    Help keep OpenViX servers online.Please donate!

  3. #363
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    I've attempted a python 3 build which keeps failing with the following error:
    Not sure which log I need to attach?

    Code:
    | make: *** [Makefile:104: node] Error 2
    | WARNING: /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591:184 exit 1 from 'exit 1'
    | WARNING: Backtrace (BB generated script):
    | 	#1: bbfatal_log, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 184
    | 	#2: die, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 159
    | 	#3: oe_runmake, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 154
    | 	#4: do_compile, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 149
    | 	#5: main, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 188
    | 
    | Backtrace (metadata-relative locations):
    | 	#1: bbfatal_log, /media/willo/openvix/vix-5.5/build-enviroment/openembedded-core/meta/classes/logging.bbclass, line 72
    | 	#2: die, /media/willo/openvix/vix-5.5/build-enviroment/openembedded-core/meta/classes/base.bbclass, line 56
    | 	#3: oe_runmake, /media/willo/openvix/vix-5.5/build-enviroment/openembedded-core/meta/classes/base.bbclass, line 65
    | 	#4: do_compile, /media/willo/openvix/vix-5.5/build-enviroment/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb, line 151
    ERROR: Task (/media/willo/openvix/vix-5.5/build-enviroment/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb:do_compile) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 16090 tasks of which 15600 didn't need to be rerun and 1 failed.
    
    Summary: 1 task failed:
      /media/willo/openvix/vix-5.5/build-enviroment/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb:do_compile
    Summary: There were 2 WARNING messages shown.
    Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
    make: *** [Makefile:1055: image] Error 1

  4. #364

    Title
    ViX Beta Tester
    Join Date
    Apr 2011
    Location
    Ireland
    Posts
    2,049
    Thanks
    404
    Thanked 668 Times in 547 Posts
    How much RAM & Swap?
    Zgemma H7S running OpenVIX 6.2, Darkmotor, Triax TD110 dish, Inverto Black Ultra dual lnb
    LG 50UM7450 4K TV, Pioneer VSX-534 Atmos AVR , Panasonic UB820 region free 4K Bluray & a PS4.

  5. #365
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    Quote Originally Posted by Willo3092 View Post
    I've attempted a python 3 build which keeps failing with the following error:
    Not sure which log I need to attach?

    Code:
    | make: *** [Makefile:104: node] Error 2
    | WARNING: /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591:184 exit 1 from 'exit 1'
    | WARNING: Backtrace (BB generated script):
    | 	#1: bbfatal_log, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 184
    | 	#2: die, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 159
    | 	#3: oe_runmake, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 154
    | 	#4: do_compile, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 149
    | 	#5: main, /media/willo/openvix/vix-5.5/build-enviroment/builds/openvix/release/et8500/tmp/work/mips32el-oe-linux/nodejs/nodejs-14.17.1-r0/temp/run.do_compile.2022591, line 188
    | 
    | Backtrace (metadata-relative locations):
    | 	#1: bbfatal_log, /media/willo/openvix/vix-5.5/build-enviroment/openembedded-core/meta/classes/logging.bbclass, line 72
    | 	#2: die, /media/willo/openvix/vix-5.5/build-enviroment/openembedded-core/meta/classes/base.bbclass, line 56
    | 	#3: oe_runmake, /media/willo/openvix/vix-5.5/build-enviroment/openembedded-core/meta/classes/base.bbclass, line 65
    | 	#4: do_compile, /media/willo/openvix/vix-5.5/build-enviroment/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb, line 151
    ERROR: Task (/media/willo/openvix/vix-5.5/build-enviroment/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb:do_compile) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 16090 tasks of which 15600 didn't need to be rerun and 1 failed.
    
    Summary: 1 task failed:
      /media/willo/openvix/vix-5.5/build-enviroment/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb:do_compile
    Summary: There were 2 WARNING messages shown.
    Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
    make: *** [Makefile:1055: image] Error 1
    Maybe not the answer you are looking for, but...

    I take that stuff out of the build on my server.

    Create a file called "oe-alliance-feeds.bbappend". Goes in "meta-local/recipes-local". Mine looks like this...
    Code:
    RDEPENDS_${PN}_remove = " \
        channelsettings-enigma2-meta \
        kodi-addons-meta \
        enigma2-plugin-extensions-kodi \
        enigma2-plugin-extensions-hbbtv-qt \
        enigma2-plugin-extensions-stalker-qt \
        enigma2-plugin-extensions-webkithbbtv \
        enigma2-plugin-extensions-hbbtv-webkit \
        enigma2-plugin-extensions-hbbtv-gb \
        enigma2-plugin-extensions-openhbbtvbrowser \
        enigma2-plugin-extensions-chromium \
        enigma2-plugin-extensions-libvupldemo \
        enigma2-plugin-extensions-stalkerclient \
        ${@bb.utils.contains("DEFAULTTUNE", "sh4", "" , "nodejs", d)} \
        "
    Help keep OpenViX servers online.Please donate!

  6. The Following 2 Users Say Thank You to Huevos For This Useful Post:

    lincsat (01-08-21),Willo3092 (31-07-21)

  7. #366
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Quote Originally Posted by ronand View Post
    How much RAM & Swap?
    32Gb ram. Can't see a swap partition. I just let Ubuntu do it's own thing when I installed it. Unless there's a swap file like on Windows?

  8. #367
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Quote Originally Posted by Huevos View Post
    Maybe not the answer you are looking for, but...

    I take that stuff out of the build on my server.

    Create a file called "oe-alliance-feeds.bbappend". Goes in "meta-local/recipes-local". Mine looks like this...
    Code:
    RDEPENDS_${PN}_remove = " \
        channelsettings-enigma2-meta \
        kodi-addons-meta \
        enigma2-plugin-extensions-kodi \
        enigma2-plugin-extensions-hbbtv-qt \
        enigma2-plugin-extensions-stalker-qt \
        enigma2-plugin-extensions-webkithbbtv \
        enigma2-plugin-extensions-hbbtv-webkit \
        enigma2-plugin-extensions-hbbtv-gb \
        enigma2-plugin-extensions-openhbbtvbrowser \
        enigma2-plugin-extensions-chromium \
        enigma2-plugin-extensions-libvupldemo \
        enigma2-plugin-extensions-stalkerclient \
        ${@bb.utils.contains("DEFAULTTUNE", "sh4", "" , "nodejs", d)} \
        "
    Thank you. Trying that now

  9. #368
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Thanks all, now building successfully

  10. The Following User Says Thank You to Willo3092 For This Useful Post:

    Huevos (31-07-21)

  11. #369
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,798
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by Willo3092 View Post
    32Gb ram. Can't see a swap partition. I just let Ubuntu do it's own thing when I installed it. Unless there's a swap file like on Windows?
    You can create a swap file if you don't have a swap partition (and need swap).
    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

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

    Willo3092 (01-08-21)

  13. #370
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Quote Originally Posted by birdman View Post
    You can create a swap file if you don't have a swap partition (and need swap).
    I've just checked and there seems to have been a swap set up by the system:

    Code:
    willo@willo-OptiPlex-7010:~/Desktop$ free
                  total        used        free      shared  buff/cache   available
    Mem:       12152124     1075520     1309908      170216     9766696    10586624
    Swap:       2097148           8     2097140

  14. #371
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    Quote Originally Posted by Willo3092 View Post
    I've just checked and there seems to have been a swap set up by the system:

    Code:
    willo@willo-OptiPlex-7010:~/Desktop$ free
                  total        used        free      shared  buff/cache   available
    Mem:       12152124     1075520     1309908      170216     9766696    10586624
    Swap:       2097148           8     2097140
    How much RAM did you say you have? That is showing just 12 GB.

    And I would set up at least 32 GB swap.

    Mine looks like this:
    Code:
    openvix@ubuntu01:~$ free
                  total        used        free      shared  buff/cache   available
    Mem:        8149428      405812      168388        2504     7575228     7357200
    Swap:      82731000      322752    82408248
    openvix@ubuntu01:~$
    openvix@ubuntu01:~$ cat /proc/meminfo
    MemTotal:        8149428 kB
    MemFree:          169824 kB
    MemAvailable:    7359100 kB
    Buffers:         5603596 kB
    Cached:           764232 kB
    SwapCached:         4812 kB
    Active:          3276660 kB
    Inactive:        3126072 kB
    Active(anon):      20580 kB
    Inactive(anon):    16840 kB
    Active(file):    3256080 kB
    Inactive(file):  3109232 kB
    Unevictable:           0 kB
    Mlocked:               0 kB
    SwapTotal:      82731000 kB
    SwapFree:       82408248 kB
    Dirty:               208 kB
    Writeback:             0 kB
    AnonPages:         33500 kB
    Mapped:            86172 kB
    Shmem:              2504 kB
    KReclaimable:    1207844 kB
    Slab:            1441752 kB
    SReclaimable:    1207844 kB
    SUnreclaim:       233908 kB
    KernelStack:        4704 kB
    PageTables:         5372 kB
    NFS_Unstable:          0 kB
    Bounce:                0 kB
    WritebackTmp:          0 kB
    CommitLimit:    86805712 kB
    Committed_AS:    1058680 kB
    VmallocTotal:   34359738367 kB
    VmallocUsed:       48516 kB
    VmallocChunk:          0 kB
    Percpu:            22656 kB
    HardwareCorrupted:     0 kB
    AnonHugePages:         0 kB
    ShmemHugePages:        0 kB
    ShmemPmdMapped:        0 kB
    FileHugePages:         0 kB
    FilePmdMapped:         0 kB
    CmaTotal:              0 kB
    CmaFree:               0 kB
    HugePages_Total:       0
    HugePages_Free:        0
    HugePages_Rsvd:        0
    HugePages_Surp:        0
    Hugepagesize:       2048 kB
    Hugetlb:               0 kB
    DirectMap4k:     8121456 kB
    DirectMap2M:      256000 kB
    DirectMap1G:     2097152 kB
    openvix@ubuntu01:~$
    Help keep OpenViX servers online.Please donate!

  15. #372
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Sorry, it's the other box that has 32gb of ram. This one does have 12gb.
    I managed a 5.5 build on it anyway.

  16. The Following User Says Thank You to Willo3092 For This Useful Post:


  17. #373

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    683
    Thanks
    56
    Thanked 236 Times in 163 Posts
    I've just tried a 5.5 build and it failed on the linux-airdigital_4.10.12.bb:do_compile

    I think I've attached the correct logfile, any suggestions how to fix this?
    Attached Files Attached Files

  18. #374

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    683
    Thanks
    56
    Thanked 236 Times in 163 Posts
    I posted the problem on the OE Alliance Git and got the suggestion to use the yylloc multiple defs patch from
    Code:
    https://github.com/oe-alliance/oe-alliance-core/tree/5.0/meta-brands/meta-octagon/recipes-linux
    I'll give that a try later

  19. #375

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    683
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Just an update - it now builds OK

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

    abu baniaz (07-08-21),Huevos (07-08-21)

Page 25 of 45 FirstFirst ... 15232425262735 ... 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.