WARNING: /home/user1/fsl-arm-yocto-bsp_nxp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.1.15.bb.do_compile is tainted from a forced run
WARNING: /home/user1/fsl-arm-yocto-bsp_nxp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx_2016.03.bb.do_compile is tainted from a forced run
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: initscripts-1.0-r155 do_package_qa: QA Issue: initscripts rdepends on libgstapp-1.0, but it isn't a build dependency, missing gstreamer1.0-plugins-base in DEPENDS or PACKAGECONFIG? [build-deps]
WARNING: initscripts-1.0-r155 do_package_qa: QA Issue: initscripts rdepends on gstreamer1.0, but it isn't a build dependency, missing gstreamer1.0 in DEPENDS or PACKAGECONFIG? [build-deps]
WARNING: initscripts-1.0-r155 do_package_qa: QA Issue: initscripts rdepends on dbus-lib, but it isn't a build dependency, missing dbus in DEPENDS or PACKAGECONFIG? [build-deps]
WARNING: initscripts-1.0-r155 do_package_qa: QA Issue: initscripts rdepends on glib-2.0, but it isn't a build dependency, missing glib-2.0 in DEPENDS or PACKAGECONFIG? [build-deps]
WARNING: initscripts-1.0-r155 do_package_qa: QA Issue: initscripts rdepends on libffi, but it isn't a build dependency, missing libffi in DEPENDS or PACKAGECONFIG? [build-deps]
ERROR: initscripts-1.0-r155 do_package_qa: QA Issue: initscripts rdepends on genavb-dev [dev-deps]
WARNING: initscripts-1.0-r155 do_package_qa: QA Issue: initscripts rdepends on genavb-dev, but it isn't a build dependency, missing genavb in DEPENDS or PACKAGECONFIG? [build-deps]
WARNING: initscripts-1.0-r155 do_package_qa: QA Issue: initscripts rdepends on readline, but it isn't a build dependency, missing readline in DEPENDS or PACKAGECONFIG? [build-deps]
WARNING: initscripts-1.0-r155 do_package_qa: QA Issue: initscripts rdepends on libpcre, but it isn't a build dependency, missing libpcre in DEPENDS or PACKAGECONFIG? [build-deps]
ERROR: initscripts-1.0-r155 do_package_qa: QA run found fatal errors. Please consider fixing them.
ERROR: initscripts-1.0-r155 do_package_qa: Function failed: do_package_qa
ERROR: Logfile of failure stored in: /home/user1/fsl-arm-yocto-bsp_nxp/bld-agl/tmp/work/imx6qsabreauto-poky-linux-gnueabi/initscripts/1.0-r155/temp/log.do_package_qa.29075
ERROR: Task 1431 (/home/user1/fsl-arm-yocto-bsp_nxp/sources/poky/meta/recipes-core/initscripts/initscripts_1.0.bb, do_package_qa) failed with exit code '1'
I'm getting these errors for bitbake fsl-image-avb. Some please help me solving this.
Does initscripts only ship bash scripts?
If so, add:
INSANE_SKIP_${PN} += "build-deps"
It specifies the QA checks to skip for a specific package within a recipe.
Related
when i run metasploit there found some error like that...
[i] Database already started
[i] The database appears to be already configured, skipping initialization
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Could not find json-2.3.0 in any of the sources
Run bundle install to install missing gems.
i also tried -> bundle install
-> apt-get install json-2.3.0
root#kali:~# bundle install
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root
users on this machine.
Could not locate Gemfile
#anyone can help me!!!
Following this post I managed to install LablGtk (I think) but still when I try to configure-make Coq I get the following message that CoqIDE will not be built:
$ ./configure
You have OCaml 4.09.0+dev0-2019-01-18. Good!
You have OCamlfind 1.7.1. Good!
You have native-code compilation. Good!
You have the Num library installed. Good!
Warning: Incomplete LablGtk2 (via ocamlfind): no /usr/local/lib/ocaml/4.04.0/lablgtk2/gSourceView2.cmi.
Warning: Incomplete LablGtk2 (in OCaml library): no /usr/lib/ocaml/lablgtk2/gSourceView2.cmi.
LablGtk2 not found:
=> no CoqIde will be built.
Where should I install the Coq binaries [/usr/local/bin]?
How can I make sure LablGtk is installed? or if something else is missing?
EDIT:
I ran sudo make install again from the extracted LablGtk folder and I now see it failed because it already has this library, but it is somehow associated with an old ocaml version (???):
$ sudo make install
ocamlfind: Package lablgtk2 is already installed
- (file /usr/local/lib/ocaml/4.04.0/lablgtk2/META already exists)
Makefile:400: recipe for target 'findlib-install' failed
make[1]: *** [findlib-install] Error 2
make[1]: Leaving directory '/home/oren/Downloads/lablgtk-2.18.7/src'
Makefile:5: recipe for target 'install' failed
make: *** [install] Error 2
I have a relatively simple receipt file (stripped version of the ntp) with no installation of the {bindir}. However, unless I explicitly remove the {bindir} in the do_install_append I get a QA error saying:
ERROR: ntp-4.2.8p9-r0 do_package: QA Issue: ntp: Files/directories were installed but not shipped in any package:
/usr/bin
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
ntp: 1 installed and not shipped files. [installed-vs-shipped]
ERROR: ntp-4.2.8p9-r0 do_package: Fatal QA errors found, failing task.
Why is the removal needed in this recipe? Is there some other recipe that is installing {bindir}?
There is some default do_install provided by https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/base.bbclass. If you only want to install what you want. Please overwrite do_install () instead of do_install_append (). Otherwise you need to add all files FILES_${PN}.
zguindouos#zguindouos:~$ sudo apt-get install mongodb-org
[sudo] password for zguindouos:
Reading package lists... Done
Building dependency tree
Reading state information... Done
mongodb-org is already the newest version (3.2.12).
0 to upgrade, 0 to newly install, 0 to remove and 4 not to upgrade.
6 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up initramfs-tools (0.122ubuntu8.8) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-image-extra-4.4.0-66-generic (4.4.0-66.87) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-66-generic /boot/vmlinuz-4.4.0-66-generic
run-parts: executing /etc/kernel/postinst.d/dkms 4.4.0-66-generic /boot/vmlinuz-4.4.0-66-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-66-generic /boot/vmlinuz-4.4.0-66-generic
update-initramfs: Generating /boot/initrd.img-4.4.0-66-generic
gzip: stdout: No space left on device
E: mkinitramfs failure cpio 141 gzip 1
update-initramfs: failed for /boot/initrd.img-4.4.0-66-generic with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-extra-4.4.0-66-generic (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-generic:
linux-image-generic depends on linux-image-extra-4.4.0-66-generic; however:
Package linux-image-extra-4.4.0-66-generic is not configured yet.
dpkg: error processing package linux-image-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 4.4.0.66.70); however:
Package linux-image-generic is not configured yet.
dpkg: error processing package linux-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-signed-image-generic:
linux-signed-image-generic depends on linux-image-extra-4.4.0-66-generic; however:
Package linux-image-extra-4.4.0-66-generic is not configured yet.
dpkg: error processing package linux-signed-image-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems preventNo apport report written because the error message indicates it's a follow-up error from a previous failure.
No apport report written because the error message indicates it's a follow-up error from a previous failure.
No apport report written because MaxReports has already been reached
No apport report written because MaxReports has already been reached
configuration of linux-signed-generic:
linux-signed-generic depends on linux-signed-image-generic (= 4.4.0.66.70); however:
Package linux-signed-image-generic is not configured yet.
dpkg: error processing package linux-signed-generic (--configure):
dependency problems - leaving unconfigured
Processing triggers for initramfs-tools (0.122ubuntu8.8) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-66-generic
gzip: stdout: No space left on device
E: mkinitramfs failure cpio 141 gzip 1
update-initramfs: failed for /boot/initrd.img-4.4.0-66-generic with 1.
dpkg: error processing package initramfs-tools (--configure):
subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports has already been reached
Errors were encountered while processing:
linux-image-extra-4.4.0-66-generic
linux-image-generic
linux-generic
linux-signed-image-generic
linux-signed-generic
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
MongoDB errors: mongodb-10gen E: Sub-process /usr/bin/dpkg returned an error code (1)
Following the instructions from this book:
http://www.amazon.com/Beginning-Haskell-A-Project-Based-Approach/dp/1430262508/ref=sr_1_2?ie=UTF8&qid=1392746814&sr=8-2&keywords=haskell
I have Eclipse Kepler on Mac OS X Maverick. On installation within Eclipse, I get these errors on installation:
Resolving dependencies...
cabal: Error: some packages failed to install:
Graphalyze-0.14.0.2 depends on transformers-base-0.4.1 which failed to
install.
SourceGraph-0.7.0.5 depends on transformers-base-0.4.1 which failed to
install.
conduit-1.0.15 depends on transformers-base-0.4.1 which failed to install.
http-client-conduit-0.2.0.1 depends on transformers-base-0.4.1 which failed to
install.
http-conduit-2.0.0.6 depends on transformers-base-0.4.1 which failed to
install.
lifted-base-0.2.2.0 depends on transformers-base-0.4.1 which failed to
install.
mmorph-1.0.2 failed while unpacking the package. The exception was:
user error (data is not in tar format)
monad-control-0.3.2.3 depends on transformers-base-0.4.1 which failed to
install.
pandoc-1.12.3.3 depends on transformers-base-0.4.1 which failed to install.
resourcet-0.4.10 depends on transformers-base-0.4.1 which failed to install.
text-stream-decode-0.1.0.3 failed while unpacking the package. The exception
was:
user error (data is not in tar format)
transformers-base-0.4.1 failed while unpacking the package. The exception was:
user error (data is not in tar format)
yaml-0.8.7.2 depends on transformers-base-0.4.1 which failed to install.
Not sure what I am doing wrong.