On Tue, Mar 06, 2007 at 01:38:51PM +0100, Trond Danielsen wrote:
> Hi,
> 
> I creating a spec file for GNU Radio, and I discovered some minor issues:
> 
> 1. Standard library paths are hardcoded into some of the libraries. I
> use this command in the spec file to fix libtool before building:
> sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
> libtool
> sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

Just out of curiosity, how does _everybody_ else handle this problem?
I suspect that they're not editing libtool source.

Please take a look at the .spec files for other applications built
with autotools.

> 2. Install path for some of the python modules are problematic:
>   /usr/lib64/python2.4/site-packages/__init__.py
>   /usr/lib64/python2.4/site-packages/_usrp_prims.la
>   /usr/lib64/python2.4/site-packages/_usrp_prims.so
>   /usr/lib64/python2.4/site-packages/usrp_dbid.py
>   /usr/lib64/python2.4/site-packages/usrp_fpga_regs.py
>   /usr/lib64/python2.4/site-packages/usrp_prims.py
> 
> Would it be possible to move these to a separate subfolder?

Yes, I'll move the installation of those.  It'll be later today.

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to