10:57:19   * Solver encountered 3 problem(s):
10:57:19   * Problem 1/3:
10:57:19   *   - conflicting requests
10:57:19   *   - nothing provides lib32-hdmicecheader = 1.3.10-r0 needed by lib32-hdmicecheader-dev-1.3.10-r0.armv7at2hf-neon-vfpv4
10:57:19   * 
10:57:19   * Solution 1:
10:57:19   *   - do not ask to install a package providing lib32-hdmicecheader-dev
10:57:19  
10:57:19   * Problem 2/3:
10:57:19   *   - conflicting requests
10:57:19   *   - nothing provides lib32-deepsleep-manager-headers = 1.0.4-r0 needed by lib32-deepsleep-manager-headers-dev-1.0.4-r0.armv7at2hf-neon-vfpv4
10:57:19   * 
10:57:19   * Solution 1:
10:57:19   *   - do not ask to install a package providing lib32-deepsleep-manager-headers-dev
10:57:19  
10:57:19   * Problem 3/3:
10:57:19   *   - conflicting requests
10:57:19   *   - nothing provides lib32-power-manager-headers = 1.0.3-r0 needed by lib32-power-manager-headers-dev-1.0.3-r0.armv7at2hf-neon-vfpv4
10:57:19   * 
10:57:19   * Solution 1:
10:57:19   *   - do not ask to install a package providing lib32-power-manager-headers-dev
10:57:19  
10:57:19  
10:57:19  
10:57:19  
10:57:19  
10:57:19  ERROR: Logfile of failure stored in: /home/jenkins/workspace/ys5000/rpi4/middleware-rel-all/build-raspberrypi4-64-rdke/tmp/work/armv7at2hf-neon-vfpv4-rdkmllib32-linux-gnueabi/lib32-staging-ipk-pkgs/1.0-r0/temp/log.do_populate_ipk_sysroot.657197
10:57:19  NOTE: recipe lib32-staging-ipk-pkgs-1.0-r0: task do_populate_ipk_sysroot: Failed
10:57:19  ERROR: Task (virtual:multilib:lib32:/home/jenkins/workspace/ys5000/rpi4/middleware-rel-all/rdke/common/meta-stack-layering-support/recipes-core/staging-ipk-pkgs.bb:do_populate_ipk_sysroot) failed with exit code '1'


How to fixed it ?

  • No labels

6 Comments

  1. Deepthi Suseelan

    Nguyen Minh Vuong 

    Please share the complete build instructions you were following. 

  2. Nguyen Minh Vuong

    Deepthi Suseelan  

    I use guide Raspberry Pi 4 RDK7 Release Notes#FlashingInstructions

    and  I executed from building OOS layer to Middleware. With step3, when I was building the middleware layer, I met this error. 

    Step 3. Building the Middleware Layer

    $ repo init -u "https://github.com/rdkcentral/middleware-manifest-rdke/" -b refs/tags/RDK7-1.0.0 -m raspberrypi4-64.xml
    $ repo sync
    
    Setup the IPK feed(s)
    Please note for local IPK feed in local file system, the "file:/" prefix and the "/" suffix are important.
    
    1, OSS IPK feed
    
       Modify this file:
       rdke/common/meta-oss-reference-release/conf/machine/include/oss.inc
    
       and set `OSS_IPK_SERVER_PATH` to the IPK feed location in the local file system, 
       e.g. 
       OSS_IPK_SERVER_PATH = "file:/${HOME}/community_shared/rdk-arm64-oss/4.6.2-community/ipk/"
    
    2, Vendor IPK feed
    
       Modify this file:
       rdke/vendor/meta-vendor-release/conf/machine/include/vendor.inc
    
       and set `VENDOR_IPK_SERVER_PATH` to the IPK feed location in the local file system, 
       e.g.
       VENDOR_IPK_SERVER_PATH = "file:/${HOME}/community_shared/raspberrypi4-64-rdke-vendor/RDK7-1.0.0/ipk/"
    
    $ MACHINE=raspberrypi4-64-rdke source ./scripts/setup-environment
    
    $ echo 'DEPLOY_IPK_FEED = "1"' >> conf/local.conf
    
    $ bitbake lib32-packagegroup-middleware-layer (to build middleware layer IPK feed for other layers to consume)


  3. Deepthi Suseelan

    Nguyen Minh Vuong 

    We tried a local RDK7 middleware build and it succeeded. Are there any custom modifications which you did ? Can you copy the ipks once more and retrigger the build and check if the issue exists.

  4. Nguyen Minh Vuong

    Deepthi Suseelan 

    I tried to passed this error because I copied more one package to make conflict. But I met other error. Can you suggest to check it ?. It's the log error

  5. Deepthi Suseelan

    Nguyen Minh Vuong 

    Please check the /home/jenkins/workspace/ys5000/rpi4/middleware-rel-all/build-raspberrypi4-64-rdke/tmp/work/raspberrypi4-64-rdke-middleware-rdkmllib32-linux-gnueabi/lib32-libwpe/1.16.2-r0/temp/log.do_configure.1537886 file to know about the error.


  6. Nguyen Minh Vuong

    Deepthi Suseelan 

    It seems that it's cached from vendor layer and I built again vendor layer and then built middleware to pass it.