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 09-24-2010, 03:58 AM   #1
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
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?

Last edited by jmc1987; 09-24-2010 at 04:23 AM.
 
Old 09-24-2010, 04:08 AM   #2
corbis_demon
Member
 
Registered: Jun 2004
Distribution: CLFS
Posts: 523

Rep: Reputation: 38
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.

Last edited by corbis_demon; 09-24-2010 at 04:18 AM.
 
Old 09-24-2010, 04:18 AM   #3
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Original Poster
Rep: Reputation: 119Reputation: 119
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
 
Old 09-24-2010, 04:22 AM   #4
corbis_demon
Member
 
Registered: Jun 2004
Distribution: CLFS
Posts: 523

Rep: Reputation: 38
Sorry, but which package produces the output you mention?
 
Old 09-24-2010, 04:23 AM   #5
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Original Poster
Rep: Reputation: 119Reputation: 119
Okay I recompiled libXaw and reinstalled and it worked. I may have skipped it. Thanks for your time
 
Old 09-24-2010, 04:30 AM   #6
corbis_demon
Member
 
Registered: Jun 2004
Distribution: CLFS
Posts: 523

Rep: Reputation: 38
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.
 
Old 09-24-2010, 04:33 AM   #7
corbis_demon
Member
 
Registered: Jun 2004
Distribution: CLFS
Posts: 523

Rep: Reputation: 38
Sorry, last post came a bit late.
 
  


Reply



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
Postfix issue ; Must issue a STARTTLS command first after forcing TLS sarajevo Linux - Server 3 05-14-2009 08:28 AM
Trouble mounting ipod. Hal issue and mount point issue. okos Slackware 2 05-10-2009 11:51 PM
Ffmpeg and Xing header - iTunes issue and Duration issue JavaNinja Linux - Software 7 02-04-2009 09:14 AM
SuSE10.2 networking issue Inter. connect. issue LVSuSE Linux - Networking 3 08-31-2007 02:42 AM
failed dependacy. But the needed library exists. What to do? vs_optimist Linux - Newbie 1 07-05-2006 02:15 AM

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

All times are GMT -5. The time now is 08:33 AM.

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