gnuradio / gr-etcetera

Additional PyBOMBS recipes that aren't in gr-recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build problem with gqrx-digital

alejandro-amo opened this issue · comments

Hello.

On a updated ubuntu 16.04 installation. With GNURadio already working. Just trying to add GQRX, the result is attached.
pybombs-gqrx.txt

I think the way to fix it will be to add the -project or -makefile flag to the recipe.

Probably need to add -project next to each qmake

I'll remove gqrx-digital if it doesn't work. If someone provides a fix, we can keep it.

sorry I have been busy with other projects and didnt investigate this issue any further yet.
I can try modifications of the original recipe in order to see if they make the trick or not.
What is your theory, @erichahn ? Mine is, qmake expects a project file in that folder (in order to generate the makefiles, the default mode of operation of qmake), but somehow it is not there.

I tried adding the options the fail message said was required, but neither worked. One stayed in configuring for about 30 min before I cancelled it

On Sat, Feb 16, 2019, 4:17 PM Alister Amo @.*** wrote: sorry I have been busy with other projects and didnt check out this issue yet. I can try modifications of the original recipe in order to see if they make the trick or not. What is your theory, @erichahn https://github.com/erichahn ? Mine is, qmake expects a project file in that folder (in order to generate the makefiles, the default mode of operation of qmake), but somehow it is not there. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#57 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AFZfWWFHQBUPM5eKQy7OQAZp0-KjL2RSks5vOHV2gaJpZM4Y8ETs .

could share the contents of ls -R in the directory of the project if you are so kind?

found it:
Qmake commands need .. at the end. it was missing.
anyway, the code is so old that references gnuradio API interfaces removed long time ago and the build breaks because of that. The fork is considerably old and unmantained.

Not sure if there's anything we can do here. I added the .., but if gqrx-digital doesn't even build, then we should consider removing it. If there's more desire to discuss this, please reopen.