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-12-2011, 08:43 AM   #46
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

Yes taousif lfs had been built and he is now on blfs trying to setup XFCE
 
Old 06-12-2011, 10:51 AM   #47
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 connect2janu View Post
root [ /home/janu/Downloads/xc/src/exo-0.6.0 ]# ./configure --prefix=${PREFIX} && make && make install
checking GTHREAD_LIBS... -pthread -lgthread-2.0 -lrt -lglib-2.0
checking for libxfce4util-1.0 >= 4.8.0... not found
According to the exo configure step it is not installed, or it is installed but cannot be found. The log file that was created by the configure step tells you more about this error then is shown on screen, you need to check that out.

The following command tells you where libxfce4util is installed (if it is):
Code:
find / -type f -name libxfce4util-* 2>/dev/null | grep -v html
Hope this helps.
 
Old 06-12-2011, 11:57 PM   #48
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna
see this:following command output is nothing

root [ ~ ]# find / -type f -name libxfce4util-* 2>/dev/null | grep -v html
root [ ~ ]#

root [ ~ ]# cd /home/janu/Downloads/xc/src/
root [ /home/janu/Downloads/xc/src ]# find / -type f -name libxfce4util-* 2>/dev/null | grep -v html
root [ /home/janu/Downloads/xc/src ]#

means its not installed right?
what is missing ???
 
Old 06-13-2011, 01:37 AM   #49
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna
see this
root [ /home/janu/Downloads/xc/src ]# pkg-config --modversion libxfce4util-1.0
result:Package libxfce4util-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxfce4util-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxfce4util-1.0' found
 
Old 06-13-2011, 03:24 AM   #50
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
root [ ~ ]# find / -type f -name libxfce4util-* 2>/dev/null | grep -v html
root [ ~ ]#

root [ /home/janu/Downloads/xc/src ]# find / -type f -name libxfce4util-* 2>/dev/null | grep -v html
root [ /home/janu/Downloads/xc/src ]#

means its not installed right?
It does seem that libxfce4util is not installed.

PS: Why do you execute the command I gave twice? It (the find command I posted) starts looking in the root directory.....

Quote:
Originally Posted by janakiramulu
root [ /home/janu/Downloads/xc/src ]# pkg-config --modversion libxfce4util-1.0
result:Package libxfce4util-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxfce4util-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxfce4util-1.0' found
Why are you still looking for version 1.0? I thought I explained that already in post #41.

Also: The find command I posted in post #47 already looked for files with libxfce4util in their name (and as you posted, it did not find anything).

Install the required package.

Hope this helps.
 
Old 06-13-2011, 04:35 AM   #51
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna

If you followed the package install order shown on the xfce build page, you already installed libxfce4util (version 4.8.1), it should have been the second package you installed.


[sorry for that:i have not followed exactly as that order]
if that is mistake i will remove /src directory and again i will extract:http://archive.xfce.org/xfce/4.8/
and i will install :http://www.xfce.org/download/building as per order
let you know progress soon

Last edited by janakiramulu; 06-20-2011 at 01:18 AM.
 
Old 06-13-2011, 05:49 AM   #52
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna

this i time exactly i followed order as mentioned here:http://www.xfce.org/download/building

Package Dependency(-ies)
xfce4-dev-tools autoconf, automake, intltool, pkgconfig
libxfce4util glib
xfconf libxfce4util, dbus-glib
libxfce4ui libxfce4util, gtk+, xfconf
libxfcegui4 libxfce4util, gtk+, libglade
exo libxfce4util, gtk+, perl-uri

i installed exo dependencies successfully:no errors

but now ----exo----------

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

file=`echo uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo ur_PK | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ur_PK.po
file=`echo ur | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ur.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[2]: Leaving directory `/home/janu/Downloads/xc/src/exo-0.6.2/po'
Making all in python
make[2]: Entering directory `/home/janu/Downloads/xc/src/exo-0.6.2/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.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


later i done with exo-0.6.0.tar.bz2,eventhough same error.

see ld.so.conf:
root [ /home/janu/Downloads/xc/src ]# cat /etc/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

Last edited by janakiramulu; 06-13-2011 at 05:55 AM.
 
Old 06-13-2011, 06:10 AM   #53
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna

this time i rebooted and [i dont know .here rebooting is right/wrong]
now i tried for --exo-----
root [ /home/janu/Downloads/xc/src/exo-0.6.2 ]# ./configure --prefix=${PREFIX} && make && make install

checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking for libintl.h... (cached) yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... ar ast be bg bn ca cs cy da de dz el en_GB es et eu fi fr gl he hr hu id is it ja ka kk ku lt lv mk nb nl pa pl pt_BR pt ro ru si sk sl sq sv tl_PH tr ug uk ur_PK ur zh_CN zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${datarootdir}/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config >= 0.9.0... 0.22
checking for glib-2.0 >= 2.18.0... 2.24.2
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for gio-2.0 >= 2.18.0... 2.24.2
checking GIO_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GIO_LIBS... -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
checking for gtk+-2.0 >= 2.14.0... 2.20.1
checking GTK_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
checking GTK_LIBS... -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
checking for gthread-2.0 >= 2.16.0... 2.24.2
checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTHREAD_LIBS... -pthread -lgthread-2.0 -lrt -lglib-2.0
checking for libxfce4util-1.0 >= 4.8.0... not found
*** The required package libxfce4util-1.0 was not found on your system.
*** Please install libxfce4util-1.0 (atleast version 4.8.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.


why i am getting different answers:
whats wrong
 
Old 06-13-2011, 06:17 AM   #54
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna

SMALL INFORMATION:
http://www.linuxfromscratch.org/blfs...vn/index.html:this one actually i am following[BLFS-SVN]

Package Dependency(-ies)
xfce4-dev-tools autoconf, automake, intltool, pkgconfig
I WAS NOT INSTALL pkg-config-0.22
:THIS IS NOT AVAILABLE AT http://www.linuxfromscratch.org/blfs...svn/index.html

SO I GOOGLE IT FOR pkg-config-0.22 :I GOT IT -BLFS-6.3
i INSTALLED pkg-config-0.22 http://www.linuxfromscratch.org/blfs...pkgconfig.html[BLFS-6.3]

then i did post#52
after reboot post#53

Last edited by janakiramulu; 06-13-2011 at 06:24 AM.
 
Old 06-13-2011, 06:31 AM   #55
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
SO I GOOGLE IT FOR pkg-config-0.22 :I GOT IT -BLFS-6.3
i INSTALLED pkg-config-0.22 http://www.linuxfromscratch.org/blfs...pkgconfig.html[BLFS-6.3]
You don't have a clue what your are doing and are systematically messing up your system due to that.

pkg-config (0.25) was already installed during the build of LFS.

You now have an old version of pkg-config, possibly in a different location then the one installed during LFS.
 
2 members found this post helpful.
Old 06-13-2011, 10:56 PM   #56
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna
yes you are right.
while building lfs-6.7 i done 6.18. Pkg-config-0.25 in /sources dir

now i have installed Pkg-config-0.22 in /home/janu/Downloads/xc dir

now i will remove old version Pkg-config-0.22 source[extracted ] dir in /home/janu/Downloads/xc dir
and i will reboot i will start
is this k??
or what shall i do to remove old version only

Last edited by janakiramulu; 06-13-2011 at 11:04 PM.
 
Old 06-14-2011, 12:11 AM   #57
corbis_demon
Member
 
Registered: Jun 2004
Distribution: CLFS
Posts: 523

Rep: Reputation: 38
Really, man I think you'd do better trying another distro first. LFS/CLFS/BLFS/CBLFS isn't for novices.
 
1 members found this post helpful.
Old 06-14-2011, 02:49 AM   #58
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna

check the results[blue part] my be i am missing $PREFIX variable:

>root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# echo $PKG_CONFIG_PATH
result:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/local/lib/pkgconfig
>root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# bash -c 'echo $PKG_CONFIG_PATH'
result:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/local/lib/pkgconfig
>root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# echo $PREFIX
result:nothing
>root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# bash -c 'echo $PREFIX'
result:nothing

>root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# export | grep "PRE"
result:declare -x XORG_PREFIX="/usr"
>root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# set | grep "PRE"
result:XORG_PREFIX=/usr
>root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# export | grep "PKG"
result:declare -x PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/local/lib/pkgconfig"
>root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# set | grep "PKG"
result:PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/local/lib/pkgconfig
>root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]#
 
Old 06-15-2011, 03:54 AM   #59
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna
i removed old version Pkg-config-0.22 source[extracted ] dir in /home/janu/Downloads/xc dir
i rebooted and i started as fresh for xfce4.8
now again i followed same order as mentioned here: http://www.xfce.org/download/building

--------libxfce4util-4.8.1 ------------
root [ /home/janu/Downloads/xc/src/libxfce4util-4.8.1 ]# ./configure --prefix=${PREFIX} && make && make install
make[1]: Leaving directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/libxfce4util'
Making install in docs
make[1]: Entering directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/docs'
make[2]: Entering directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/docs'
make[2]: Nothing to be done for `install-exec-am'.
-- Installing ./html/home.png
-- Installing ./html/index.html
.........
..........
-- Installing ./html/style.css
-- Installing ./html/up.png
make[2]: Leaving directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/docs'
make[1]: Leaving directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/docs'
Making install in po
make[1]: Entering directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/po'
linguas="am ar ast bn ca cs cy da de dz el en_GB es et eu fi fr gl he hu id it ja ka kk ko lt lv mk nb nl pa pl pt_BR pt ro ru si sk sl sq sv tl_PH tr ug uk ur_PK ur zh_CN zh_TW "; \
for lang in $linguas; do \
dir=/share/locale/$lang/LC_MESSAGES; \
/bin/sh /home/janu/Downloads/xc/src/libxfce4util-4.8.1/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/libxfce4util.mo; \
echo "installing $lang.gmo as $dir/libxfce4util.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/libxfce4util.mo; \
echo "installing ./$lang.gmo as" \
"$dir/libxfce4util.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/libxfce4util.mo.m; \
echo "installing $lang.gmo.m as $dir/libxfce4util.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/libxfce4util.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/libxfce4util.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing am.gmo as /share/locale/am/LC_MESSAGES/libxfce4util.mo
.....
......
installing zh_CN.gmo as /share/locale/zh_CN/LC_MESSAGES/libxfce4util.mo
installing zh_TW.gmo as /share/locale/zh_TW/LC_MESSAGES/libxfce4util.mo
make[1]: Leaving directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/po'
Making install in xfce4-kiosk-query
make[1]: Entering directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/xfce4-kiosk-query'
make[2]: Entering directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/xfce4-kiosk-query'
test -z "/sbin" || /bin/mkdir -p "/sbin"
/bin/sh ../libtool --mode=install /usr/bin/install -c xfce4-kiosk-query '/sbin'
libtool: install: /usr/bin/install -c .libs/xfce4-kiosk-query /sbin/xfce4-kiosk-query
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/xfce4-kiosk-query'
make[1]: Leaving directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1/xfce4-kiosk-query'
make[1]: Entering directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1'
make[2]: Entering directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1'
make[1]: Leaving directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1'
root [ /home/janu/Downloads/xc/src/libxfce4util-4.8.1 ]#

-----xfconf-4.8.0-------
root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# ./configure --prefix=${PREFIX} && make && make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for ANSI C header files... (cached) yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... ar ast bn ca cs da de el en_GB es eu fi fr gl he hu id it ja kk lv nb nl pa pl pt_BR pt ro ru si sk sv tr ug uk ur_PK ur zh_CN zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${datarootdir}/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config >= 0.9.0... 0.22
checking for gobject-2.0 >= 2.18.0... 2.24.2
checking GLIB_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0
checking for libxfce4util-1.0 >= 4.8.0... not found
*** The required package libxfce4util-1.0 was not found on your system.
*** Please install libxfce4util-1.0 (atleast version 4.8.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]#

any suggation plz

Last edited by janakiramulu; 06-15-2011 at 04:03 AM.
 
Old 06-15-2011, 05:51 AM   #60
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
i removed old version Pkg-config-0.22 source[extracted ] dir in /home/janu/Downloads/xc dir
No you did _not_ remove pkg-config, you deleted the source directory and not the installed files.

Quote:
-------- libxfce4util-4.8.1 ------------
root [ /home/janu/Downloads/xc/src/libxfce4util-4.8.1 ]# ./configure --prefix=${PREFIX} && make && make install

installing am.gmo as /share/locale/am/LC_MESSAGES/libxfce4util.mo
installing zh_CN.gmo as /share/locale/zh_CN/LC_MESSAGES/libxfce4util.mo
installing zh_TW.gmo as /share/locale/zh_TW/LC_MESSAGES/libxfce4util.mo
test -z "/sbin" || /bin/mkdir -p "/sbin"
/bin/sh ../libtool --mode=install /usr/bin/install -c xfce4-kiosk-query '/sbin'
libtool: install: /usr/bin/install -c .libs/xfce4-kiosk-query /sbin/xfce4-kiosk-query
The above clearly shows that PREFIX is _not_ set and thus the install locations are incorrect.

But that shouldn't surprise you, you already noticed this in your previous post. You really think that ignoring it will help in any way? The only thing you accomplished is messing up your system even further.....

Quote:
any suggation plz
Stop what you are doing, get familiar with linux in general and try again once you know what you are doing and feel comfortable using the command line.

Installing from source is not a copy-paste exercise, you need to be able to interpret log files and output shown to screen. You also need to read and be able to understand what's said on web pages and written in a variety of help files that come with the source.

As you yourself showed in your previous post (the libxfce4util-4.8.1 part), not getting an error during the build does not automatically mean it was installed correctly. In this case it is installed, but in the wrong location. You need to be able to pick this up and fix this yourself.

If setting a variable to a specific value is too hard for you to do, then you have a long way to go before you are ready to try to build a B/LFS sytem. BLFS and all that comes with it is a lot harder then LFS. LFS is mostly a copy-paste exercise when it comes down to it (although doing that will not teach you anything at all).
 
1 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 12:30 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