checking if /home/wohlbier/devel/packages/spack/lib/spack/env/gcc/gcc -std=gnu99 supports -Werror=attributes... yes
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
checking whether make supports nested variables... (cached) yes
checking whether to build developer documentation... yes
checking for doxygen... no
configure: WARNING: doxygen not found - documentation targets will be skipped
configure: WARNING: dot not found - doxygen targets will be skipped
checking for CHECK... no
checking for XCBPROTO... yes
checking for NEEDED... no
configure: error: Package requirements (pthread-stubs xau >= 0.99.2) were not met:
No package 'pthread-stubs' found
No package 'xau' 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 NEEDED_CFLAGS
and NEEDED_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
In spack/var/spack/repos/builtin/packages/libxcb/package.py I see
# depends_on('pthread') # Ubuntu: apt-get install libpthread-stubs0-dev
# depends_on('xau') # Ubuntu: apt-get install libxau-dev
and indeed:
wohlbier@wohlbier-VirtualBox-14:~/devel/packages$ dpkg -s libpthread-stubs0-dev
Package: libpthread-stubs0-dev
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 40
Architecture: amd64
Multi-Arch: same
Source: libpthread-stubs
Version: 0.3-4
wohlbier@wohlbier-VirtualBox-14:~/devel/packages$ dpkg -s libxau-dev
Package: libxau-dev
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 81
Architecture: amd64
Multi-Arch: same
Source: libxau
Version: 1:1.0.8-1
Depends: libxau6 (= 1:1.0.8-1), x11proto-core-dev