LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 06-09-2011, 11:43 AM   #16
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0

k let me try all above 4 steps
 
Old 06-10-2011, 12:05 AM   #17
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna

i cant able to download :
http://archive.xfce.org/xfce/4.8/

any other solutions to download xfce-4.8 sources??
 
Old 06-10-2011, 12:17 AM   #18
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna
i got
i didnt get solution to download all at a time
so i downloaded each package with wget.
 
Old 06-10-2011, 06:05 AM   #19
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna

root [ /home/janu/Downloads/xc]#tar -jxf xfce-4.8.tar.bz2
extracted as /src dir

xfconfig- required packages:
dbus-glib-0.72.tar.gz,D-BUS-1.2.24.
i installed successfully: D-BUS-1.2.24 http://www.linuxfromscratch.org/blfs...eral/dbus.html
now
root [ /home/janu/Downloads/xc/src ]# tar -zxf dbus-glib-0.72.tar.gz
root [ /home/janu/Downloads/xc/src ]# cd dbus-glib-0.72
root [ /home/janu/Downloads/xc/src/dbus-glib-0.72 ]# make install
make: *** No rule to make target `install'. Stop.

root [ /home/janu/Downloads/xc/src/dbus-glib-0.72 ]# ls

aclocal.m4 config.sub doc ltmain.sh README
AUTHORS configure Doxyfile m4 stamp-h1
ChangeLog configure.ac Doxyfile.in Makefile test
config.guess COPYING gtk-doc.make Makefile.am tools
config.h dbus HACKING Makefile.in
config.h.in dbus-glib-1.pc INSTALL missing
config.log dbus-glib-1.pc.in install-sh NEWS
config.status depcomp libtool po


root [ /home/janu/Downloads/xc/src/dbus-glib-0.72 ]#./configure --prefix=${PREFIX} && make && make install
////// is above 'dbus-glib' configure part right???
result:no errors.

----xfconf-4.8.0---------
root [ /home/janu/Downloads/xc/src ]# tar -jxf xfconf-4.8.0.tar.bz2
root [ /home/janu/Downloads/xc/src ]# cd xfconf-4.8.0
root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# ./configure --prefix=${PREFIX} && make && make install

result:at last lines
xfconf-gvaluefuncs.c:42:28: fatal error: dbus/dbus-glib.h: No such file or directory
compilation terminated.
make[3]: Entering directory `/home/janu/Downloads/xc/src/xfconf-4.8.0/common'
CC libxfconf_common_la-xfconf-errors.lo
CC libxfconf_common_la-xfconf-marshal.lo
CCLD libxfconf-common.la
CC libxfconf_gvaluefuncs_la-xfconf-gvaluefuncs.lo
xfconf-gvaluefuncs.c:42:28: fatal error: dbus/dbus-glib.h: No such file or directory
compilation terminated.
make[3]: *** [libxfconf_gvaluefuncs_la-xfconf-gvaluefuncs.lo] Error 1
make[3]: Leaving directory `/home/janu/Downloads/xc/src/xfconf-4.8.0/common'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/janu/Downloads/xc/src/xfconf-4.8.0/common'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/janu/Downloads/xc/src/xfconf-4.8.0'
make: *** [all] Error 2

Last edited by janakiramulu; 06-10-2011 at 06:28 AM.
 
Old 06-10-2011, 06:26 AM   #20
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
I would take a look at dbus and dbus bindings did u install dbus? from BLFS
 
Old 06-10-2011, 06:36 AM   #21
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Quote:
Originally Posted by janakiramulu View Post
i installed successfully: D-BUS-1.2.24 http://www.linuxfromscratch.org/blfs...eral/dbus.html
now
root [ /home/janu/Downloads/xc/src ]# tar -zxf dbus-glib-0.72.tar.gz
root [ /home/janu/Downloads/xc/src ]# cd dbus-glib-0.72
root [ /home/janu/Downloads/xc/src/dbus-glib-0.72 ]# make install
make: *** No rule to make target `install'. Stop.

root [ /home/janu/Downloads/xc/src/dbus-glib-0.72 ]#./configure --prefix=${PREFIX} && make && make install
////// is above 'dbus-glib' configure part right???
No it is not.

- The version used is wrong, why 0.72, while the BLFS book talks about and uses 0.88,
- Why first a make install and then ./configure --prefix=${PREFIX} && make && make, both are wrong. Follow the BLFS book when installing some package that is mentioned there. To install dbus glib follow these BLFS instructions
 
Old 06-10-2011, 07:48 AM   #22
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
I would take a look at dbus and dbus bindings did u install dbus? from BLFS sorry double post

Last edited by spiky0011; 06-10-2011 at 08:05 AM. Reason: sorry double post
 
Old 06-10-2011, 11:58 PM   #23
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna
i installed dbus glib :fhttp://www.linuxfromscratch.org/blfs/view/svn/general/dbus-bindings.html

while doing exo-0.6.0-its asked :
- Error : Atleast one of the required Perl modules (URI:Escape, URI:File and URI:URI) was not found in your system

so i done this:
wget http://search.cpan.org/CPAN/authors/...RI-1.40.tar.gz
tar xzf URI-1.40.tar.gz
cd URI-1.35
perl Makefile.PL
make
make test
make install

now
----exo-0.6.0-----------[i done CHAPTER-6.30.libtool-2.2.10 while doing LFS-6.7]

root [ /home/janu/Downloads/xc/src/exo-0.6.0 ]# ./configure --prefix=${PREFIX} && make && make install
result:
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

Last edited by janakiramulu; 06-11-2011 at 12:03 AM.
 
Old 06-11-2011, 01:31 AM   #24
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,
Quote:
Originally Posted by janakiramulu View Post
while doing exo-0.6.0-its asked :
- Error : Atleast one of the required Perl modules (URI:Escape, URI:File and URI:URI) was not found in your system
As stated on the Xfce building page you need to make sure the dependencies mentioned are installed (The Dependencies section, especially the Package specific dependencies part).

Quote:
wget http://search.cpan.org/CPAN/authors/...RI-1.40.tar.gz
tar xzf URI-1.40.tar.gz
cd URI-1.35
perl Makefile.PL
make
make test
make install
Is the part I made red a typo?? If it is: The above looks good.

Quote:
----exo-0.6.0-----------[i done CHAPTER-6.30.libtool-2.2.10 while doing LFS-6.7]
libtool was indeed installed during the LFS build.

Quote:
root [ /home/janu/Downloads/xc/src/exo-0.6.0 ]# ./configure --prefix=${PREFIX} && make && make install
result:
libtool: link: only absolute run-paths are allowed
make[4]: *** [_exo.la] Error 1
Are there any more message before the blue part in the above output? And did you find anything related in the log config and or make files?

Hope this helps.
 
Old 06-11-2011, 01:42 AM   #25
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna
that is mistake of pasting. i done exactly URI-1.40.tar.gz only

now check this; 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
 
Old 06-11-2011, 02:26 AM   #26
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

I never seen this error before so I did a little search and came up with the following:

- exo Release Feed, which mentions fixing a missing linker flag (0.6.1). Maybe this error you are seeing is related to that. You might want to try a newer exo release (try 0.6.2). You can download it here: exo sources

Hope thi helps.
 
Old 06-11-2011, 04:16 AM   #27
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

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

now see this is exo-0.6.2.tar.bz2:

root [ /home/janu/Downloads/xc/src/exo-0.6.2 ]#./configure --prefix=${PREFIX} && make && make install

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.2/python'
Making all in examples
make[4]: Entering directory `/home/janu/Downloads/xc/src/exo-0.6.2/python/examples'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.2/python/examples'
make[4]: Entering directory `/home/janu/Downloads/xc/src/exo-0.6.2/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.2/python'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.2/python'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.2/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.2'
make: *** [all] Error 2


i have tried exo-0.6.1.tar.bz2 also even though exactly error same as above: .http://archive.xfce.org/src/xfce/exo/0.6/

Last edited by janakiramulu; 06-11-2011 at 04:27 AM.
 
Old 06-11-2011, 04:32 AM   #28
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi again,

I cannot point you to anything in particular at this moment, but I'm starting to think that something must have gone wrong in one of the earlier stages of the build (not Xfce specific, it might even be LFS/BLFS)

You haven't answered this previous question yet:
Quote:
Originally Posted by druuna
And did you find anything related in the log config and or make files?
Just grasping at straws here:
- this seems to be linker specific, try running ldconfig as root,
- check /etc/ld.so.conf to see if the correct paths are present (if you edit this file, run ldconfig afterwards).

Hope this helps.
 
Old 06-11-2011, 04:37 AM   #29
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi

q: did you find anything related in the log config and or make files?
ans:no [ i have not seen anything related which you specified]

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

Last edited by janakiramulu; 06-12-2011 at 06:12 AM.
 
Old 06-11-2011, 05:02 AM   #30
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

Your ld.so.conf file seems to be missing a few entries (that does depend on what you did/didn't install).

Try the following as root:
Code:
# create a backup
cp /etc/ld.so.conf /etc/ld.so.conf.org

# replace current /etc/ld.so.conf

cat > /etc/ld.so.conf << "EOF"
# /etc/ld.so.conf

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

# End
EOF

# run ldconfig
ldconfig
Besides the above, this doesn't look correct, but a search tells us that this shouldn't be a problem:
Quote:
Originally Posted by janakiramulu
ldconfig: /usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file - it has the wrong magic bytes at the start.
Hope this helps.

Last edited by druuna; 06-11-2011 at 05:11 AM. Reason: fixed typo
 
0 members found this post helpful.
  


Reply

Tags
lfs, xfce



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: XFCE 4.8 Desktop Environment LXer Syndicated Linux News 0 02-21-2011 12:30 PM
LXer: Xfce 4.6.1 Desktop Environment released LXer Syndicated Linux News 0 04-21-2009 06:00 PM
desktop environment install without root permission cad Linux - Desktop 1 02-25-2007 08:14 AM
LXer: Xfce 4.4: The best lightweight desktop environment LXer Syndicated Linux News 0 02-20-2007 08:01 PM
KDE desktop environment install? ToofDogger Linux - General 5 08-30-2005 02:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 10:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration