2019-12-17 07:20 AM
Hi! Have some problems with installing fftw package. I tried to install it to st-image-weston and st-example-image-xfce, but received same error when bitbake run do_rootfs. Can anybody explain this problem?
Build Configuration:
BB_VERSION = "1.40.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-openstlinux_x11-linux-gnueabi"
MACHINE = "stm32mp1"
DISTRO = "openstlinux-x11"
DISTRO_VERSION = "2.6-snapshot-20191213"
TUNE_FEATURES = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
TARGET_FPU = "hard"
DISTRO_CODENAME = "thud"
ACCEPT_EULA_stm32mp1 = "1"
GCCVERSION = "8.%"
PREFERRED_PROVIDER_virtual/kernel = "linux-stm32mp"
meta-python
meta-oe
meta-oe
meta-gnome
meta-xfce
meta-initramfs
meta-multimedia
meta-networking
meta-webserver
meta-filesystems
meta-perl
meta-python
meta-st-stm32mp
meta-qt5
meta-st-openstlinux
meta = "master:364b6270b0787afe634252406c4c559ba592b6a3"
workspace = "<unknown>:<unknown>"
meta-qt4 = "master:ec8e0800ef1c33b72f3d3924412dabc48c2a55ac"
Initialising tasks: 100% |###########################################################################################################################################################################| Time: 0:00:13
Sstate summary: Wanted 448 Found 442 Missed 6 Current 3139 (98% match, 99% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: st-image-powmach-1.0-r0 do_rootfs: Unable to install packages. Command '/home/vlad/STM32MPU_workspace/STM32MP15-Ecosystem-v1.1.0/Distribution-Package/openstlinux-4.19-thud-mp1-19-10-09/build-openstlinuxx11-stm32mp1/tmp-glibc/work/stm32mp1-openstlinux_x11-linux-gnueabi/st-image-powmach/1.0-r0/recipe-sysroot-native/usr/bin/apt-get install --force-yes --allow-unauthenticated apt dpkg packagegroup-base-extended packagegroup-core-boot packagegroup-core-eclipse-debug packagegroup-core-ssh-dropbear packagegroup-core-tools-profile packagegroup-core-x11 packagegroup-framework-core packagegroup-framework-core-base packagegroup-framework-sample-xfce packagegroup-framework-tools packagegroup-framework-tools-base psplash-drm resize-helper run-postinsts systemd-mount-partitions xf86-video-modesetting' returned 100:
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
packagegroup-framework-sample-xfce : Depends: fftw but it is not installable
E: Unable to correct problems, you have held broken packages.
ERROR: st-image-powmach-1.0-r0 do_rootfs: Function failed: do_rootfs
ERROR: Logfile of failure stored in: /home/vlad/STM32MPU_workspace/STM32MP15-Ecosystem-v1.1.0/Distribution-Package/openstlinux-4.19-thud-mp1-19-10-09/build-openstlinuxx11-stm32mp1/tmp-glibc/work/stm32mp1-openstlinux_x11-linux-gnueabi/st-image-powmach/1.0-r0/temp/log.do_rootfs.28752
ERROR: Task (/home/vlad/STM32MPU_workspace/STM32MP15-Ecosystem-v1.1.0/Distribution-Package/openstlinux-4.19-thud-mp1-19-10-09/layers/meta-st/meta-st-openstlinux/recipes-st/images/st-image-powmach.bb:do_rootfs) failed with exit code '1'
Solved! Go to Solution.
2019-12-17 09:54 PM
How did you try to add this package to the image? There is a subtle difference between recipe names and package names. The fftw recipe can build a package named libfftw, see fftw_3.3.6.bb. Try to add libfftw to your image.
hth
KnarfB
2019-12-17 09:54 PM
How did you try to add this package to the image? There is a subtle difference between recipe names and package names. The fftw recipe can build a package named libfftw, see fftw_3.3.6.bb. Try to add libfftw to your image.
hth
KnarfB