LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   xphelloworld-1.0.1 Dependacy issue (https://www.linuxquestions.org/questions/linux-from-scratch-13/xphelloworld-1-0-1-dependacy-issue-834191/)

jmc1987 09-24-2010 03:58 AM

xphelloworld-1.0.1 Dependacy issue
 
I am using BLFS in Xorg Applications and when it try to run ./configure $XORG_CONFIG i get this error

Quote:

checking for XPXTHELLOWORLD... configure: error: Package requirements (xaw8 xprintutil xt xp) were not met:

No package 'xaw8' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XPXTHELLOWORLD_CFLAGS
and XPXTHELLOWORLD_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Where is the package that contains xaw8?

corbis_demon 09-24-2010 04:08 AM

libxaw is provided by xorg-libraries. Are you sure you aren't using newer release sources for your build? libxaw8.so is not part of the Xorg-lib version used in the BLFS book.

EDIT: My bad, the libXaw version in the BLFS book is the latest. I don't know for sure, but I think libxaw8 has been obsolete for quite some time, and is no longer built when compiling libxaw. This is a list of libraries installed byu libXaw:

Code:

root [ ~/test/usr/lib ]# ls -al
total 6290
drwxr-xr-x 3 root root    496 2010-09-24 14:46 .
drwxr-xr-x 5 root root    120 2010-09-24 14:46 ..
lrwxrwxrwx 1 root root      10 2010-09-24 14:46 libXaw.so -> libXaw7.so
lrwxrwxrwx 1 root root      12 2010-09-24 14:46 libXaw.so.6 -> libXaw6.so.6
lrwxrwxrwx 1 root root      12 2010-09-24 14:46 libXaw.so.7 -> libXaw7.so.7
-rw-r--r-- 1 root root 1697490 2010-09-24 14:46 libXaw6.a
-rwxr-xr-x 1 root root    998 2010-09-24 14:46 libXaw6.la
lrwxrwxrwx 1 root root      16 2010-09-24 14:46 libXaw6.so -> libXaw6.so.6.0.1
lrwxrwxrwx 1 root root      16 2010-09-24 14:46 libXaw6.so.6 -> libXaw6.so.6.0.1
-rwxr-xr-x 1 root root 1121280 2010-09-24 14:46 libXaw6.so.6.0.1
-rw-r--r-- 1 root root 2148834 2010-09-24 14:46 libXaw7.a
-rwxr-xr-x 1 root root    1017 2010-09-24 14:46 libXaw7.la
lrwxrwxrwx 1 root root      16 2010-09-24 14:46 libXaw7.so -> libXaw7.so.7.0.0
lrwxrwxrwx 1 root root      16 2010-09-24 14:46 libXaw7.so.7 -> libXaw7.so.7.0.0
-rwxr-xr-x 1 root root 1453326 2010-09-24 14:46 libXaw7.so.7.0.0
drwxr-xr-x 2 root root      96 2010-09-24 14:46 pkgconfig

I'll try building the errant package and see if I the error is reproduced.

jmc1987 09-24-2010 04:18 AM

http://anduin.linuxfromscratch.org/f...g/app-7.2.wget this is the resources for Xorg APP
http://anduin.linuxfromscratch.org/f...g/lib-7.2.wget this is the resources for Xorg Libs

corbis_demon 09-24-2010 04:22 AM

Sorry, but which package produces the output you mention?

jmc1987 09-24-2010 04:23 AM

Okay I recompiled libXaw and reinstalled and it worked. I may have skipped it. Thanks for your time ;)

corbis_demon 09-24-2010 04:30 AM

Ok, nevermind. You are trying to install the Xphelloworld package. But it is not in xorg-apps wget list of the BLFS book. So why are you trying to build it? Of course, you can, but it's an old package and has dependencies that are no longer around. That's why you're getting that error.

corbis_demon 09-24-2010 04:33 AM

Sorry, last post came a bit late. :)


All times are GMT -5. The time now is 07:33 PM.