Code Monkey home page Code Monkey logo

Comments (15)

maxim-belkin avatar maxim-belkin commented on September 16, 2024 1

#282 has been merged. You may want to:

brew update
brew update
brew upgrade
brew install libx11

and then repeat the steps that were failing.

from homebrew-xorg.

maxim-belkin avatar maxim-belkin commented on September 16, 2024

Thanks for the report @parsibox. I'll look into that.

from homebrew-xorg.

parsibox avatar parsibox commented on September 16, 2024

i update xcb-proto to 1.12

[parsibox@localhost Homebrew]$  pkg-config --modversion xcb-proto
1.12

but in instalation say :

checking for X11... no
configure: error: Package requirements (xproto >= 7.0.17 xextproto xtrans xcb >= 1.11.1 kbproto inputproto) were not met:

Requested 'xcb >= 1.11.1' but version of XCB is 1.11

from homebrew-xorg.

parsibox avatar parsibox commented on September 16, 2024

i find that pkg-config not read
/home/parsibox/.linuxbrew/lib/pkgconfig/xcb.pc
but read this :
/usr/lib64/pkgconfig/xcb.pc
how can i force pkg-config to read from /home/parsibox/.linuxbrew/lib/pkgconfig/xcb.pc ?

/home/parsibox/.linuxbrew/lib/pkgconfig/xcb.pc is :

[parsibox@localhost ~]$ cat /home/parsibox/.linuxbrew/lib/pkgconfig/xcb.pc
prefix=/home/parsibox/.linuxbrew/Cellar/libxcb/1.12
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
xcbproto_version=1.12

Name: XCB
Description: X-protocol C Binding
Version: 1.12
Requires.private: pthread-stubs xau >= 0.99.2 xdmcp
Libs: -L${libdir} -lxcb
Libs.private: 
Cflags: -I${includedir}


[parsibox@localhost ~]$ which pkg-config
~/.linuxbrew/bin/pkg-config

from homebrew-xorg.

parsibox avatar parsibox commented on September 16, 2024

i do it with :
export PKG_CONFIG_PATH=/home/parsibox/.linuxbrew/lib/pkgconfig/:$PKG_CONFIG_PATH

from homebrew-xorg.

maxim-belkin avatar maxim-belkin commented on September 16, 2024

#281 has been merged
#282 is in progress
bear with us as we update libxcb and xcb-proto to 1.12

from homebrew-xorg.

sjackman avatar sjackman commented on September 16, 2024

i find that pkg-config not read
/home/parsibox/.linuxbrew/lib/pkgconfig/xcb.pc
but read this :
/usr/lib64/pkgconfig/xcb.pc

Please report

which -a pkg-config
brew install pkg-config
which -a pkg-config

from homebrew-xorg.

parsibox avatar parsibox commented on September 16, 2024
[parsibox@localhost ~]$ which -a pkg-config
~/.linuxbrew/bin/pkg-config
~/.linuxbrew/bin/pkg-config
/usr/bin/pkg-config
[parsibox@localhost ~]$ brew install pkg-config
Warning: pkg-config-0.29.2 already installed
[parsibox@localhost ~]$ which -a pkg-config
~/.linuxbrew/bin/pkg-config
~/.linuxbrew/bin/pkg-config
/usr/bin/pkg-config

from homebrew-xorg.

sjackman avatar sjackman commented on September 16, 2024

I'd like to ask pkg-config to report its search path, but I can't find such an option in man pkg-config

from homebrew-xorg.

maxim-belkin avatar maxim-belkin commented on September 16, 2024
pkg-config --variable pc_path pkg-config

from homebrew-xorg.

parsibox avatar parsibox commented on September 16, 2024
# (edited by maxim-belkin)
$ pkg-config --variable pc_path pkg-config | tr ":" "\n"
  /home/parsibox/.linuxbrew/lib/pkgconfig
  /home/parsibox/.linuxbrew/share/pkgconfig
  /usr/local/lib/pkgconfig
  /usr/lib/pkgconfig
  /home/parsibox/.linuxbrew/Library/Homebrew/os/linux/pkgconfig 

from homebrew-xorg.

sjackman avatar sjackman commented on September 16, 2024

@maxim-belkin Is there a way to ask pkg-config which .pc file pkg-config xcb is interrogating?

from homebrew-xorg.

maxim-belkin avatar maxim-belkin commented on September 16, 2024
pkg-config --debug xcb 2>&1 | grep "Reading"

from homebrew-xorg.

parsibox avatar parsibox commented on September 16, 2024
[parsibox@localhost ~]$ pkg-config --debug xcb 2>&1 | grep "Reading"
Reading 'xcb' from file '/home/parsibox/.linuxbrew/lib/pkgconfig/xcb.pc'
Reading 'pthread-stubs' from file '/home/parsibox/.linuxbrew/lib/pkgconfig/pthread-stubs.pc'
Reading 'xau' from file '/home/parsibox/.linuxbrew/lib/pkgconfig/xau.pc'
Reading 'xproto' from file '/home/parsibox/.linuxbrew/lib/pkgconfig/xproto.pc'
Reading 'xdmcp' from file '/home/parsibox/.linuxbrew/lib/pkgconfig/xdmcp.pc'

from homebrew-xorg.

maxim-belkin avatar maxim-belkin commented on September 16, 2024

@parsibox do you still experience this issue or was it fixed by #280 (comment)?

from homebrew-xorg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.