I am slowly getting to know the 'pybombs' handling I think, lot of guessing and trail and error. I have started to troubleshoot each problem in order, first one is failing install of 'cmake', I have tested a number of versions but each have same problem in PCLinuxOS KDE64. Build fails at approx 96%, I find main error is
[ 96%] Building CXX object Source/CMakeFiles/cpack.dir/CPack/cpack.cxx.o
/usr/bin/ld: CMakeFiles/ccmake.dir/CursesDialog/ccmake.cxx.o: undefined reference to symbol 'cbreak'
/lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
/usr/bin/ld: CMakeFiles/ccmake.dir/CursesDialog/ccmake.cxx.o: undefined reference to symbol 'cbreak'
/lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Question Dynamic Shared Object missing from what command line and which object?
I need a pointer and will follow up if I can
handy.
----------------------------
depends: wget
category: baseline
satisfy_deb: (python2.7 || python2.6) && python-dev
satisfy_rpm: (python-devel >= 2.6) && (python-devel <= 2.8)
source: wget://http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2 < --- src option
var config_opt = "--enable-shared"
inherit: autoconf
category: baseline
satisfy_deb: (python2.7 || python2.6) && python-dev
satisfy_rpm: (python-devel >= 2.6) && (python-devel <= 2.8)
source: wget://http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2 < --- src option
var config_opt = "--enable-shared"
inherit: autoconf
From: Tom Rondeau <tom@trondeau.com>
To: Handy Kirk <handy2209@yahoo.com.au>
Cc: "discuss-gnuradio@gnu.org" <discuss-gnuradio@gnu.org>
Sent: Monday, 22 June 2015, 22:10
Subject: Re: [Discuss-gnuradio] Fw: pybombs-gnuradio-install-missing files
I have cropped below so just a reminder left of the question raised about Python 2.6.4 ------------------- handy
On Sun, Jun 21, 2015 at 11:57 PM, Handy Kirk <handy2209@yahoo.com.au> wrote:
Thank you for replying Tom,
Installing from source: python
--2015-06-11 18:43:40-- http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2
Resolving www.python.org (www.python.org)... 103.245.222.223
Connecting to www.python.org (www.python.org)|103.245.222.223|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2 [following]
--2015-06-11 18:43:41-- https://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2
Connecting to www.python.org (www.python.org)|103.245.222.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11249486 (11M) [application/octet-stream]
Saving to: 'Python-2.6.4.tar.bz2'
Python-2.6.4.tar.bz2 100%[===============================>] 10.73M 256KB/s in 43s
That's very strange behavior to install Python 2.6. The dependency tree must have identified that for some other package it was installing. This is, of course, the problem with trying to use a general build overlay system like PyBOMBS on top of the OS's package manager: there are so many of these distros out there and they all behave differently.
Tom
No comments:
Post a Comment