LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found (https://www.linuxquestions.org/questions/linux-from-scratch-13/no-package-x11-found-no-package-xext-found-no-package-xdamage-found-no-package-xfixes-found-no-package-x11-xcb-found-4175578776/)

Jigsaw 05-01-2016 05:34 PM

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?

weibullguy 05-01-2016 11:21 PM

Install the missing libraries or adjust PKG_CONFIG_PATH if you installed them someplace non-standard.

spiky0011 05-02-2016 01:46 AM

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

Jigsaw 05-02-2016 03:42 AM

Quote:

Originally Posted by weibullguy (Post 5539298)
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


Jigsaw 05-02-2016 03:42 AM

Quote:

Originally Posted by spiky0011 (Post 5539326)
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


spiky0011 05-02-2016 03:59 AM

Did something go wrong with
http://www.linuxfromscratch.org/blfs.../x/libxcb.html

Jigsaw 05-02-2016 04:55 AM

Quote:

Originally Posted by spiky0011 (Post 5539350)

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'


spiky0011 05-02-2016 05:37 AM

whats inside /usr/share/X11.

If it,s empty delete it

Jigsaw 05-02-2016 10:08 PM

this dir /usr/share/X11 not empty locale, rgb.txt, xerroDB, xkb, xman help xorg.xonf.d

spiky0011 05-03-2016 02:37 AM

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

Jigsaw 05-03-2016 11:33 AM

Quote:

Originally Posted by spiky0011 (Post 5539864)
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

Bravius 04-24-2019 05:45 AM

[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?

spiky0011 04-25-2019 07:33 AM

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?

arvid001 02-10-2021 03:01 PM

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.

michaelk 02-23-2021 08:35 PM

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.


All times are GMT -5. The time now is 12:36 AM.