Xfce Forum

Sub domains
 

You are not logged in.

#1 2011-06-11 11:01:26

janakiramulu
Member
Registered: 2011-06-11
Posts: 11

libtool: link: only absolute run-paths are allowed

http://www.xfce.org/download/building
Package:exo
Dependency(-ies):libxfce4util, gtk+, perl-uri [i have installed all successfully]


now as root
>root [ ~ ]# ldconfig
ldconfig: /usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file - it has the wrong magic bytes at the start.


>root [ ~ ]# cat /etc/ld.so.conf
# Begin /etc/ld.so.conf

/usr/local/lib
/opt/lib

# End /etc/ld.so.conf
# Begin gnome addition to /etc/ld.so.conf

/opt/gnome-2.30.2/lib

# End gnome addition
# Begin qt addition to /etc/ld.so.conf

/opt/qt/lib

# End qt addition
# Begin qt addition to /etc/ld.so.conf

/opt/qt/lib

# End qt addition   


i thought its not proper so i edited as like  below:i took back up  ld.so.conf.[as ld.so.conf.org]


and new ld.so.conf as below:

root [ /etc ]# cat ld.so.conf
# /etc/ld.so.conf

/lib
/usr/lib
/usr/local/lib
/var/lib
/opt/lib
/opt/qt/lib
/opt/gnome-2.30.2/lib

# End

>root [ /etc ]# ldconfig
result:
ldconfig: /usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file - it has the wrong magic bytes at the start.


i didnt reboot the system

see this i started as fresh installation -exo-0.6.0:

root [ /home/janu/Downloads/xc/src/exo-0.6.0 ]# ./configure --prefix=${PREFIX} && make && make install
make[2]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0/po'
Making all in python
make[2]: Entering directory `/home/janu/Downloads/xc/src/exo-0.6.0/python'
GEN exo.c
Could not write method ExoIconView.widget_to_icon_coords: No ArgType for gint*
Could not write method ExoIconView.icon_to_widget_coords: No ArgType for gint*
Could not write method ExoIconView.get_item_at_pos: No ArgType for GtkTreePath**
Could not write method ExoIconView.get_visible_range: No ArgType for GtkTreePath**
Could not write method ExoIconView.get_cursor: No ArgType for GtkTreePath**
Could not write method ExoIconView.enable_model_drag_source: No ArgType for const-GtkTargetEntry*
Could not write method ExoIconView.enable_model_drag_dest: No ArgType for const-GtkTargetEntry*
Could not write method ExoIconView.get_drag_dest_item: No ArgType for GtkTreePath**
Could not write method ExoIconView.get_dest_item_at_pos: No ArgType for GtkTreePath**
Could not write method ExoIconView.get_search_equal_func: No ArgType for ExoIconViewSearchEqualFunc
Could not write method ExoIconView.set_search_equal_func: No ArgType for ExoIconViewSearchEqualFunc
Could not write method ExoIconView.get_search_position_func: No ArgType for ExoIconViewSearchPositionFunc
Could not write method ExoIconView.set_search_position_func: No ArgType for ExoIconViewSearchPositionFunc
Warning: generating old-style constructor for:exo_toolbars_view_new_with_model
Warning: generating old-style constructor for:exo_wrap_table_new
Warning: Constructor for ExoIconBar needs to be updated to new API
See http://live.gnome.org/PyGTK_2fWhatsN...e-constructors
Warning: Constructor for ExoIconView needs to be updated to new API
See http://live.gnome.org/PyGTK_2fWhatsN...e-constructors
Warning: Constructor for ExoToolbarsEditor needs to be updated to new API
See http://live.gnome.org/PyGTK_2fWhatsN...e-constructors
Warning: Constructor for ExoToolbarsEditorDialog needs to be updated to new API
See http://live.gnome.org/PyGTK_2fWhatsN...e-constructors
Warning: Constructor for ExoToolbarsView needs to be updated to new API
See http://live.gnome.org/PyGTK_2fWhatsN...e-constructors
Warning: Constructor for ExoWrapTable needs to be updated to new API
See http://live.gnome.org/PyGTK_2fWhatsN...e-constructors
***INFO*** The coverage of global functions is 100.00% (12/12)
***INFO*** The coverage of methods is 88.50% (100/113)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
make all-recursive
make[3]: Entering directory `/home/janu/Downloads/xc/src/exo-0.6.0/python'
Making all in examples
make[4]: Entering directory `/home/janu/Downloads/xc/src/exo-0.6.0/python/examples'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0/python/examples'
make[4]: Entering directory `/home/janu/Downloads/xc/src/exo-0.6.0/python'
CC _exo_la-exomodule.lo
CC _exo_la-pyexobinding.lo
CC _exo_la-exo.lo
CCLD _exo.la

libtool: link: only absolute run-paths are allowed
make[4]: *** [_exo.la] Error 1
make[4]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0/python'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0/python'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.0'
make: *** [all] Error 2

still same errors even for exo-0.6.2.tar.bz2 ,exo-0.6.1.tar.bz2 also
can any one help plz??

Last edited by janakiramulu (2011-06-11 11:05:08)

Offline

#2 2011-06-20 10:50:43

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: libtool: link: only absolute run-paths are allowed

No idea. Maybe you can skip the python module, not used by any of the modules.

Offline

Board footer

Powered by FluxBB