all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* PKG_CONFIG_PATH
@ 2013-03-03 19:51 Andreas Enge
  2013-03-03 21:19 ` PKG_CONFIG_PATH Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Enge @ 2013-03-03 19:51 UTC (permalink / raw)
  To: bug-guix

Concerning x.org, I am making some progress: The files missing on ftp are 
actually available on the http servers, as found out through #xorg-devel.

Now I am trying to compile a few packages and need to add some 
dependencies. The following happens for xlsatoms during the configure 
phase:

Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found

The file xorg-macros.pc is contained in the input util-macros, but not 
referenced in PKG_CONFIG_PATH:
export PKG_CONFIG_PATH="/nix/store/ps4d74mwhawnlcbn95lbnwcvz0mc1892-
libxcb-1.8.1/lib/pkgconfig:/nix/store/bq361v58rl2p7dv0npf7hdsnhjlbk2p8-
xz-5.0.4/lib/pkgconfig"

This is because it is not contained in a subdirectory lib/pkgconfig, but in 
share/pkgconfig. Should we add "share/pkgconfig" to the lines
  (set-path-environment-variable "PKG_CONFIG_PATH"
                                 '("lib/pkgconfig" "lib64/pkgconfig")
in guix/build/gnu-build-system.scm in the core-updates branch?

Andreas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-04 21:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 19:51 PKG_CONFIG_PATH Andreas Enge
2013-03-03 21:19 ` PKG_CONFIG_PATH Ludovic Courtès
2013-03-04 12:55   ` PKG_CONFIG_PATH Andreas Enge
2013-03-04 21:41     ` PKG_CONFIG_PATH Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.