From: Andreas Enge <andreas@enge.fr>
To: bug-guix@gnu.org
Subject: PKG_CONFIG_PATH
Date: Sun, 3 Mar 2013 20:51:00 +0100 [thread overview]
Message-ID: <201303032051.00691.andreas@enge.fr> (raw)
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
next reply other threads:[~2013-03-03 19:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-03 19:51 Andreas Enge [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201303032051.00691.andreas@enge.fr \
--to=andreas@enge.fr \
--cc=bug-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.