LinuxQuestions.org
Help answer threads with 0 replies.
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 05-01-2016, 05:34 PM   #1
Jigsaw
Member
 
Registered: Apr 2016
Location: Indonesia
Distribution: Debian
Posts: 77

Rep: Reputation: Disabled
No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found


I had an error when configure mesa 11.2.1 on blfs 7.9 in x windows system.

Code:
configure: error: Package requirements (x11 xext xdamage xfixes x11-xcb xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8) were not met:

No package 'x11' found
No package 'xext' found
No package 'xdamage' found
No package 'xfixes' found
No package 'x11-xcb' 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 DRIGL_CFLAGS
and DRIGL_LIBS to avoid the need to call pkg-config.

What should I do?
 
Old 05-01-2016, 11:21 PM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Install the missing libraries or adjust PKG_CONFIG_PATH if you installed them someplace non-standard.
 
Old 05-02-2016, 01:46 AM   #3
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
Hi

They didn't get installed with Xorg Libaries,
Just wget the files from the list and install what you are missing.

http://ftp.x.org/pub/individual/lib/

Make sure $XORG_CONFIG and $XORG_PREFIX are set
 
Old 05-02-2016, 03:42 AM   #4
Jigsaw
Member
 
Registered: Apr 2016
Location: Indonesia
Distribution: Debian
Posts: 77

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by weibullguy View Post
Install the missing libraries or adjust PKG_CONFIG_PATH if you installed them someplace non-standard.
at the time of compile & make install this error appears libx11, what should I do sir?

Code:
libtool: link: warning: `/usr/lib64/libxcb.la' seems to be moved
/tools/bin/sed: can't read Folder/libX11-1.6.3/src/libX11.la: No such file or directory
libtool: link: `Folder/libX11-1.6.3/src/libX11.la' is not a valid libtool archive
Makefile:767: recipe for target 'libX11-xcb.la' failed
make[3]: *** [libX11-xcb.la] Error 1
make[3]: Leaving directory '/sources/xwindow/Untitled Folder/libX11-1.6.3/src'
Makefile:1117: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/sources/xwindow/Untitled Folder/libX11-1.6.3/src'
Makefile:682: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/sources/xwindow/Untitled Folder/libX11-1.6.3/src'
Makefile:514: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Last edited by Jigsaw; 05-02-2016 at 03:54 AM.
 
Old 05-02-2016, 03:42 AM   #5
Jigsaw
Member
 
Registered: Apr 2016
Location: Indonesia
Distribution: Debian
Posts: 77

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by spiky0011 View Post
Hi

They didn't get installed with Xorg Libaries,
Just wget the files from the list and install what you are missing.

http://ftp.x.org/pub/individual/lib/

Make sure $XORG_CONFIG and $XORG_PREFIX are set
at the time of compile & make install this error appears libx11, what should I do sir?

Code:
libtool: link: warning: `/usr/lib64/libxcb.la' seems to be moved
/tools/bin/sed: can't read Folder/libX11-1.6.3/src/libX11.la: No such file or directory
libtool: link: `Folder/libX11-1.6.3/src/libX11.la' is not a valid libtool archive
Makefile:767: recipe for target 'libX11-xcb.la' failed
make[3]: *** [libX11-xcb.la] Error 1
make[3]: Leaving directory '/sources/xwindow/Untitled Folder/libX11-1.6.3/src'
Makefile:1117: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/sources/xwindow/Untitled Folder/libX11-1.6.3/src'
Makefile:682: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/sources/xwindow/Untitled Folder/libX11-1.6.3/src'
Makefile:514: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Last edited by Jigsaw; 05-02-2016 at 03:54 AM.
 
Old 05-02-2016, 03:59 AM   #6
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
Did something go wrong with
http://www.linuxfromscratch.org/blfs.../x/libxcb.html
 
Old 05-02-2016, 04:55 AM   #7
Jigsaw
Member
 
Registered: Apr 2016
Location: Indonesia
Distribution: Debian
Posts: 77

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by spiky0011 View Post
I repeat from the start but still an error like this:

Code:
make[4]: Nothing to be done for 'install-exec-am'.
 /tools/bin/mkdir -p '/usr/share/X11'
/tools/bin/mkdir: cannot create directory '/usr/share/X11': File exists
Makefile:629: recipe for target 'install-dist_X11DATA' failed
make[4]: *** [install-dist_X11DATA] Error 1
make[4]: Leaving directory '/sources/xwindow/lib/libX11-1.6.3/src/xcms'
Makefile:745: recipe for target 'install-am' failed
make[3]: *** [install-am] Error 2
make[3]: Leaving directory '/sources/xwindow/lib/libX11-1.6.3/src/xcms'
Makefile:1117: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/sources/xwindow/lib/libX11-1.6.3/src'
Makefile:1274: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/sources/xwindow/lib/libX11-1.6.3/src'
Makefile:514: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
I tried to re-install libxcb still can not install libX11

Code:
make[3]: Leaving directory '/sources/xwindow/libxcb-1.11.1/src'
make[2]: Leaving directory '/sources/xwindow/libxcb-1.11.1/src'
make[1]: Leaving directory '/sources/xwindow/libxcb-1.11.1/src'
Making install in tests
make[1]: Entering directory '/sources/xwindow/libxcb-1.11.1/tests'
make[2]: Entering directory '/sources/xwindow/libxcb-1.11.1/tests'
make[3]: Entering directory '/sources/xwindow/libxcb-1.11.1/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/sources/xwindow/libxcb-1.11.1/tests'
make[2]: Leaving directory '/sources/xwindow/libxcb-1.11.1/tests'
make[1]: Leaving directory '/sources/xwindow/libxcb-1.11.1/tests'
Making install in doc
make[1]: Entering directory '/sources/xwindow/libxcb-1.11.1/doc'
make[2]: Entering directory '/sources/xwindow/libxcb-1.11.1/doc'
make[2]: Nothing to be done for 'install-exec-am'.
cp -pR ./tutorial '/usr/share/doc/libxcb-1.11.1/'
make[2]: Leaving directory '/sources/xwindow/libxcb-1.11.1/doc'
make[1]: Leaving directory '/sources/xwindow/libxcb-1.11.1/doc'
Making install in man
make[1]: Entering directory '/sources/xwindow/libxcb-1.11.1/man'
make[2]: Entering directory '/sources/xwindow/libxcb-1.11.1/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /tools/bin/mkdir -p '/usr/share/man/man3'
 /tools/bin/install -c -m 644 xcb-examples.3 xcb-requests.3 '/usr/share/man/man3'
make[2]: Leaving directory '/sources/xwindow/libxcb-1.11.1/man'
make[1]: Leaving directory '/sources/xwindow/libxcb-1.11.1/man'
make[1]: Entering directory '/sources/xwindow/libxcb-1.11.1'
make[2]: Entering directory '/sources/xwindow/libxcb-1.11.1'
make[2]: Nothing to be done for 'install-exec-am'.
 /tools/bin/mkdir -p '/usr/lib/pkgconfig'
 /tools/bin/install -c -m 644 xcb.pc xcb-composite.pc xcb-damage.pc xcb-dpms.pc xcb-dri2.pc xcb-dri3.pc xcb-glx.pc xcb-present.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xevie.pc xcb-xf86dri.pc xcb-xfixes.pc xcb-xinerama.pc xcb-xinput.pc xcb-xkb.pc xcb-xprint.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc '/usr/lib/pkgconfig'
make[2]: Leaving directory '/sources/xwindow/libxcb-1.11.1'
make[1]: Leaving directory '/sources/xwindow/libxcb-1.11.1'

Last edited by Jigsaw; 05-02-2016 at 05:01 AM.
 
Old 05-02-2016, 05:37 AM   #8
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
whats inside /usr/share/X11.

If it,s empty delete it
 
Old 05-02-2016, 10:08 PM   #9
Jigsaw
Member
 
Registered: Apr 2016
Location: Indonesia
Distribution: Debian
Posts: 77

Original Poster
Rep: Reputation: Disabled
this dir /usr/share/X11 not empty locale, rgb.txt, xerroDB, xkb, xman help xorg.xonf.d
 
Old 05-03-2016, 02:37 AM   #10
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
Ok what i would do is mv X11 some where else, then try installing libX11-1.6.3, as you have not deleted X11 you still have the contents, any of the files /dir in X11 came from xorg libaries
 
1 members found this post helpful.
Old 05-03-2016, 11:33 AM   #11
Jigsaw
Member
 
Registered: Apr 2016
Location: Indonesia
Distribution: Debian
Posts: 77

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by spiky0011 View Post
Ok what i would do is mv X11 some where else, then try installing libX11-1.6.3, as you have not deleted X11 you still have the contents, any of the files /dir in X11 came from xorg libaries
I tried moving the X11 and now successfully thank you sir
 
Old 04-24-2019, 05:45 AM   #12
Bravius
LQ Newbie
 
Registered: Apr 2019
Posts: 3

Rep: Reputation: Disabled
[QUOTE=Jigsaw;5539183]I had an error when configure mesa 11.2.1 on blfs 7.9 in x windows system.

Code:
configure: error: Package requirements (x11 xext xdamage xfixes x11-xcb xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8) were not met:

No package 'x11' found
No package 'xext' found
No package 'xdamage' found
No package 'xfixes' found
No package 'x11-xcb' 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 DRIGL_CFLAGS
and DRIGL_LIBS to avoid the need to call pkg-config.

What should I do?
 
Old 04-25-2019, 07:33 AM   #13
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
Code:
ls -l /usr/lib/X11
"Did you happen to run this command ln -sv $XORG_PREFIX/lib/X11 /usr/lib/X11 &&
ln -sv $XORG_PREFIX/include/X11 /usr/include/X11"

Or was $XORG_PRFIX and $XORG_CONFIG not set?

Last edited by spiky0011; 04-25-2019 at 07:35 AM.
 
Old 02-10-2021, 03:01 PM   #14
arvid001
LQ Newbie
 
Registered: Apr 2018
Posts: 22

Rep: Reputation: Disabled
Linux has mutated...not a good thing!

Once upon a time Linux was based on the POSIX standard and was closely related to
UNIX. In that era the mantra was "Small is good...and fast!".

Recent distributions seem bloated and slow. There are way too many applications
hard-wired into the kernel. Apparently the concept of dynamically loadable modules
has been totally forgotten.

Now X-11 has been removed from Linux and replaced with a broken piece of app launcher
called Wayland.

A move is underway to replace the C-standard compiler (GCC) with a slightly modified
version of the non-standards compliant Microsoft compiler.

Package maintenance tools (Synaptic) will no longer run in root. There is no suitable
alternative for Synaptic. It is becoming tiring to go all the way back to "dpkg" to
keep my Linux current with newer software. Newer Linux users will have no idea of how
to maintain their Linux systems without conventional commands in conventional places.
This is not an acceptable situation.
 
Old 02-23-2021, 08:35 PM   #15
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,740

Rep: Reputation: 5923Reputation: 5923Reputation: 5923Reputation: 5923Reputation: 5923Reputation: 5923Reputation: 5923Reputation: 5923Reputation: 5923Reputation: 5923Reputation: 5923
arvid001,
While I feel your pain ranting on an unrelated topic to a solved 2 year old thread is pointless and against the forum rules.
 
  


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
[SOLVED] No package 'pangox' found Ongbuntu Slackware 22 09-23-2013 10:57 PM
[SOLVED] x-windows-system package not found, other packages not found. bwilky11 Debian 3 04-12-2012 12:39 PM
Package not found nessin Linux - Software 2 06-13-2008 09:53 PM
Package needs re-installation, but package cannot be found woodbase Debian 4 09-26-2006 01:07 PM
Package not found.. hammerstein02 Linux - Newbie 1 12-02-2002 05:35 PM

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

All times are GMT -5. The time now is 02:26 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