Muthaspewka!

git clone --progress gnuradio.git - GNU Radio
Cloning into gnuradio…
error: Unable to get pack file
http://gnuradio.org/git/gnuradio.git/objects/pack/pack-f226f3ea8e0b1778c849c7ac2c27532d22f0fefd.pack
transfer closed with 88647 bytes remaining to read
error: Unable to find 404ce04347b132e963564099f18345c19e2685c6 under
gnuradio.git - GNU Radio
Cannot obtain needed blob 404ce04347b132e963564099f18345c19e2685c6
while processing commit 69dcaa75b629af4ebc465a073f54af84b7c75a11.
error: Fetch failed.


Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium


Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On 27/05/14 00:21, Marcus D. Leech wrote:

problem, as that “transfer closed” would have been when your system was
CMakePushCheckState

– Configuring incomplete, errors occurred!

Check if portaudio19-dev installed.
root@sdrbox:~# dpkg -l|grep portaudio
ii libportaudio2:amd64 19+svn20140130-1
amd64 Portable audio I/O - shared library
ii libportaudiocpp0:amd64 19+svn20140130-1
amd64 Portable audio I/O C++ bindings - shared library
ii portaudio19-dev 19+svn20140130-1
amd64 Portable audio I/O - development files
73 … Sid.


Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks

On 05/26/2014 08:40 PM, Sid B. wrote:

[mleech@marcus2 ~]$ rpm -qa |grep portaudio
portaudio-19-11.fc14.x86_64
portaudio-devel-19-11.fc14.x86_64


Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium

On 27/05/14 02:01, Marcus D. Leech wrote:

73 … Sid.

[mleech@marcus2 ~]$ rpm -qa |grep portaudio
portaudio-19-11.fc14.x86_64
portaudio-devel-19-11.fc14.x86_64

OK, it’s Fedora.
slipstream:/usr/src/gnuradio # ls -l cmake/Modules/FindPortaudio.cmake
-rw-r–r-- 1 lancelot users 786 May 3 2012
cmake/Modules/FindPortaudio.cmake

In the gnuradio/build directory run “ccmake …”
“t” to toggle advanced mode.
Scroll down to the lines
PORTAUDIO_INCLUDE_DIRS
PORTAUDIO_LIBRARIES

Hit Enter and type /usr/include (Enter)
Scroll down to the PORTAUDIO_LIBRARIES line and hit Enter
Type where libportaudio.so lives, e.g /usr/lib64/libportaudio.so and hit
Enter.
Type “c” to configure.
Then “g” to generate.

Then “cmake …”
73 … Sid.


Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks

On 05/26/2014 09:56 PM, Sid B. wrote:

  • development files
    -rw-r–r-- 1 lancelot users 786 May 3 2012
    Type where libportaudio.so lives, e.g /usr/lib64/libportaudio.so and
    hit Enter.
    Type “c” to configure.
    Then “g” to generate.

Then “cmake …”
73 … Sid.

That yields the same results.

On 27/05/14 02:01, Marcus D. Leech wrote:

73 … Sid.

[mleech@marcus2 ~]$ rpm -qa |grep portaudio
portaudio-19-11.fc14.x86_64
portaudio-devel-19-11.fc14.x86_64

Hmmmmmmmm… a very old version of Fedora.

When a new version comes out I upgrade to the latest using yum -
likewise with openSUSE, Ubuntu and Ubuntu ARM. I crawl from one version
to the next and only do a fresh install if I upgrade HD’s.

Problem comes when new code requires something that is a level or
several higher than you have installed - upgrade beyond one or 2
versions probably doesn’t work and you are forced to do a fresh install
then all the other packages required after that, plus fresh setups.

You get changes like systemd replacing sysvinit which is seamless if you
are one or 2 levels back. With a fresh install there are many new things
you are presented with suddenly, more to deal with when you are trying
to get up and working.
73 … Sid.


Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks

On 05/26/2014 10:24 PM, Sid B. wrote:

  • development files
    When a new version comes out I upgrade to the latest using yum -
    you are one or 2 levels back. With a fresh install there are many new
    things you are presented with suddenly, more to deal with when you are
    trying to get up and working.
    73 … Sid.

I removed portaudio from the system, which cured this particular
problem, since i only had 1 package that depended on it, and I’m not
using it.


Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium

On 05/26/2014 07:07 PM, Johnathan C. wrote:

connected to them, not gnuradio.org.

Yup, came back up. But then, cmake fails tonight on my system, in an
area it has never failed before:

– checking for module ‘portaudio-2.0’
– found portaudio-2.0, version 19
CMake Error at cmake/Modules/FindPortaudio.cmake:37 (include):
include could not find load file:

 CMakePushCheckState

Call Stack (most recent call first):
gr-audio/lib/CMakeLists.txt:135 (find_package)

CMake Error at cmake/Modules/FindPortaudio.cmake:38
(cmake_push_check_state):
Unknown CMake command “cmake_push_check_state”.
Call Stack (most recent call first):
gr-audio/lib/CMakeLists.txt:135 (find_package)

– Configuring incomplete, errors occurred!


Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium

On 27/05/14 03:29, Marcus D. Leech wrote:

ii portaudio19-dev 19+svn20140130-1 amd64 Portable audio

You get changes like systemd replacing sysvinit which is seamless if

OK Marcus,
I am building the latest git on Fedora 20.
It configured without complaints - portaudio-19-17.fc20.x86_64 and
portaudio-devel-19-17.fc20.x86_64 installed.

May be portaudio in Fedora 14 is too old.
73 … Sid.


Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks


Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio