**** BEGIN LOGGING AT Fri Oct 07 02:59:58 2016 Oct 07 06:30:36 dude upstream says he has fix in 0.6.3 => https://github.com/gvalkov/python-evdev/issues/62 Oct 07 06:30:39 yay Oct 07 07:32:29 khem: fix is queued Oct 07 16:36:37 * nerdboy needs a vacuum out the dust-bunnies day too.. **** BEGIN LOGGING AT Fri Oct 07 20:22:30 2016 Oct 07 21:43:35 Hi all! I am stuck on the following error while running do_rootfs: calculate_dependencies_for: Cannot satisfy the following dependencies for fftw-dev: fftw (= 3.3.4-r0) * opkg_solver_install: Cannot install package fftw-dev. Oct 07 21:44:12 As far as I can see fftw 3.3.4 was correctly installed & not sure how to debug this. Does anyone have any suggestions? Oct 07 21:46:10 I have the following higher up in the log which seems to suggest that fftwf is installed correctly: Installing libfftwf (3.3.4) on root. Downloading file:/mnt/tmp/bitbake-glibc/deploy/ipk/armv7ahf-neon/libfftwf_3.3.4-r0_armv7ahf-neon.ipk. Oct 07 22:21:30 did it create a dev package? Oct 07 22:22:08 are you making a dev image? Oct 07 22:52:50 @nerdboy: I get this error when running 'bitbake gnuradio-dev-image', it shows this error during the do_rootfs task. Oct 07 22:54:08 look under deploy for the packages Oct 07 22:54:37 if it didn't make fftw-dev-blah then that's your problem Oct 07 22:54:58 * nerdboy looks at Crofton Oct 07 22:55:05 he's the radio guy Oct 07 23:00:23 Thanks, should I look in :1 Oct 07 23:00:59 Sorry, should I look in log.do_rootfs or elswhere? Oct 07 23:04:47 In my top level log I have the following when I look for fftw: NOTE: recipe fftw-3.3.4-r0: task do_package_write_ipk_setscene: Succeeded Oct 07 23:11:59 Hmm, noticed that recipes-images/images/uhd-dev-image.bb contains fftw while recipes-images/images/gnuradio-dev-image.bb doesn't. Might be confused with libfftwf, fftwf and fftwf-dev... Oct 07 23:38:52 As far as I can see fftw is built correctly - don't understand why do_rootfs can't find it. Is there a way to forcefully rebuild a package? Oct 07 23:39:08 (without blowing away the whole build directory) Oct 07 23:50:25 mmichael: why is a dev package coming into image ? Oct 07 23:50:43 mmichael: are you adding debug support into image Oct 07 23:53:56 khem: Not sure if I understand your question. I am using the gnuradio-dev-image from https://github.com/balister/meta-sdr/tree/master/recipes-images/images, so I suppose that's why dev images are part of the package (?). Oct 07 23:54:37 Just noticed that when I remove the fftwf dependency from gnuradio_git.bb a whole bunch of new packages seem to get compiled. Oct 07 23:54:49 mmichael: ok I see tools-debug in IMAGE_FEATURES Oct 07 23:54:55 so yes its installing fftw Oct 07 23:55:20 are you on master oe-core ? Oct 07 23:55:42 yes (well, few days old, but don't see any changes to fftw since my last pull) Oct 07 23:56:08 ok Oct 07 23:56:25 Will tools-debug put a dependency on fftw? What file should I look at to see this? Oct 08 00:03:53 mmichael: not tools-debug but dbg-pkgs will Oct 08 00:04:25 mmichael: my builder is busy, but can you look at the deploy directory of fftw package Oct 08 00:04:37 and let me know all the ipk its generating Oct 08 00:09:17 khem: I have these fftw* packages under deploy/ipk/armv7ahf-neon: fftw-dbg_3.3.4-r0_armv7ahf-neon.ipk fftwl-wisdom_3.3.4-r0_armv7ahf-neon.ipk Oct 08 00:09:20 fftw-dev_3.3.4-r0_armv7ahf-neon.ipk fftw-staticdev_3.3.4-r0_armv7ahf-neon.ipk Oct 08 00:09:22 fftw-doc_3.3.4-r0_armv7ahf-neon.ipk fftw-wisdom_3.3.4-r0_armv7ahf-neon.ipk Oct 08 00:09:25 fftwf-wisdom_3.3.4-r0_armv7ahf-neon.ipk fftw-wisdom-to-conf_3.3.4-r0_armv7ahf-neon.ipk Oct 08 00:10:29 khem: is the problem that I am missing fftw_3.3.4-r0_armv7ahf-neon.ipk? If so, any suggestion on how I could get it there? Oct 08 00:10:41 thats the problem correct Oct 08 00:11:29 one solution is to add ALLOW_EMPTY_${PN} = "1" to fftw recipe Oct 08 00:12:57 other (better) option is to add RDEPENDS_${PN}-dev = "" Oct 08 00:13:19 try the latter first Oct 08 00:19:48 khem: thanks, will try that - so just in meta-oe/recipes-support/fftw/fftw_3.3.4.bb right? should I replace ${PN} with 3.4.4 or just leave as is? Oct 08 00:24:06 no Oct 08 00:24:16 mmichael: yes in meta-oe/recipes-support/fftw/fftw_3.3.4.bb Oct 08 00:24:31 stick RDEPENDS_${PN}-dev = "" Oct 08 00:24:36 and see if it works Oct 08 00:24:48 if it does then send the patch upstream too plz Oct 08 00:35:38 Thanks khem, will give it a try! Oct 08 00:45:18 Another issue I encountered earlier while trying to build gnuradio was that it couldn't find python-pygtk. It looks like this package was removed last year (see http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112461.html) but gnuradio still depends on it. Was able to work around it by removing grc from PACKAGECONFIG in meta-sdr/recipes-core/gnuradio/gnuradio_git.bb fow now. Where would Oct 08 00:45:24 be the best place to report / discuss this issue? Oct 08 00:46:22 mmichael, I ma the guy to talk to Oct 08 00:47:06 I'll be at elce next week Oct 08 00:47:23 do you mind emailing me some backgrous so I can make suggestions Oct 08 00:48:07 Great, sure thing! Oct 08 00:48:52 What's your e-mail address? Oct 08 00:51:04 mmichael: why :) you wiring me money Oct 08 00:51:44 if its patch send it to oe devel ml Oct 08 01:09:09 khem: was looking for Crofton|work's e-mail address ;-) Oct 08 01:11:12 khem: bitbake is still running but got to the following state -> NOTE: recipe fftw-3.3.4-r0: task do_rm_work: Succeeded Oct 08 01:11:58 when i look in deploy/ipk I can see that the *fftw* packages have been regenerated but we still don't have fftw_3.3.4-r0 Oct 08 01:12:58 note that fftw-dev seems to depend on fftw (not the other way around) - is the following syntax in fftw_3.3.4.bb still correct in that case? RDEPENDS_${PN}-dev = "" Oct 08 01:15:48 Crofton|work: never mind for email, just figured out who you are :-) Oct 08 01:16:53 Crofton|work: i'll mail you some more information tomorrow **** ENDING LOGGING AT Sat Oct 08 02:59:58 2016