Hello guys,

I experiences a problem related to smart package manager that I wanted to 
discuss with you. I was interested in your feedback, knowledge of this and 
maybe advices on how should we proceed further.

The bug I experienced can be duplicated with the information available in the 
"patch-info.txt" file attached to this email.
I also attached the log of the error for easier read in the 
"image-build-info.txt" file.

After some careful investigation I discovered that the problem is caused by the 
smart package manager, after the install_complementary function call when it in 
fact tries to call smart with "install --attempt -y" arguments. It is not able 
to see the fact that those packages were already installed and tries to do it 
again.
This error behavior might also be related to the problems mentioned here:
https://www.mail-archive.com/yocto@yoctoproject.org/msg24279.html
and https://bugs.launchpad.net/smart/+bug/1238492

Thanks again for all your help. If any further information would be required I 
will be more than happy to share it.


AlexV


git diff meta/recipes-core/images/core-image-minimal.bb
diff --git a/meta/recipes-core/images/core-image-minimal.bb 
b/meta/recipes-core/images/core-image-minimal.bb
index 9716274..0e6f7fb 100644
--- a/meta/recipes-core/images/core-image-minimal.bb
+++ b/meta/recipes-core/images/core-image-minimal.bb
@@ -1,5 +1,25 @@
 SUMMARY = "A small image just capable of allowing a device to boot."

+IMAGE_FEATURES += " \
+                   dbg-pkgs \
+                   debug-tweaks \
+                   dev-pkgs \
+                   doc-pkgs \
+                   ptest-pkgs \
+                   splash \
+                   staticdev-pkgs \
+                   eclipse-debug \
+                   hwcodecs \
+                   nfs-server \
+                   qt4-pkgs \
+                   ssh-server-openssh \
+                   tools-debug \
+                   tools-profile \
+                   tools-sdk \
+                   tools-testapps \
+                   x11 \
+                   x11-base"
+
 IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} 
${CORE_IMAGE_EXTRA_INSTALL}"

 IMAGE_LINGUAS = " "
WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: libstdc++-staticdev-4.9.2-r0@i586 is already 
installed

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: libstdc++-dev-4.9.2-r0@i586 is already installed

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: gettext-dev-0.19.4-r0@i586 is already installed

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: libc6-dev-2.21-r0@i586 is already installed

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: libc6-dbg-2.21-r0@i586 is already installed

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: libgcc-s-dev-4.9.2-r0@i586 is already installed

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: libc6-staticdev-2.21-r0@i586 is already installed

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: libgomp-dev-4.9.2-r0@i586 is already installed

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: libubsan-dev-4.9.2-r0@i586 is already installed

WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: libasan-dev-4.9.2-r0@i586 is already installed
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to