pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[LINUX] libXvMC build fails



Latest pkgsrc tree updated yesterday (17-Sep-2012) via CVS.

libXvMC fails to build, aborting during compilation.

Note that 'configure' doesn't seem to find 'xorg-macros'.pc, but
pkg-config finds it all right. Don't know if this is relevant, though,
because configure goes ahead anyway.

Here's the the log:

----------BEGIN LOG---------

pkgsrc/x11/libXvMC# pkg-config --modversion xorg-macros
1.7.0
pkgsrc/x11/libXvMC# find /usr -type f -name 'xorg-macros.pc'
/usr/pkgsrc/devel/xorg-util-macros/work/util-macros-1.7.0/xorg-macros.pc
/usr/pkgsrc/devel/xorg-util-macros/work/.destdir/usr/pkg/share/pkgconfig/xorg-macros.pc
/usr/pkg/share/pkgconfig/xorg-macros.pc
pkgsrc/x11/libXvMC#
pkgsrc/x11/libXvMC# echo $PKG_CONFIG_PATH
/usr/pkg/share/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
pkgsrc/x11/libXvMC#
pkgsrc/x11/libXvMC# bmake
=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency tnftp-[0-9]*: found tnftp-20070806
=> Checksum SHA1 OK for libXvMC-1.0.6.tar.bz2
=> Checksum RMD160 OK for libXvMC-1.0.6.tar.bz2
===> Installing dependencies for libXvMC-1.0.6
=> Build dependency libtool-base>=2.2.6bnb3: found
libtool-base-2.2.6bnb5
=> Build dependency pkg-config>=0.19: found pkg-config-0.25nb1
=> Build dependency x11-links>=0.66: found x11-links-0.68
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.6
===> Overriding tools for libXvMC-1.0.6
===> Extracting for libXvMC-1.0.6
===> Patching for libXvMC-1.0.6
===> Creating toolchain wrappers for libXvMC-1.0.6
===> Configuring for libXvMC-1.0.6
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
=> Adding run-time search paths to pkg-config files.
checking for a BSD-compatible install... /bin/install -c -o root -g root
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p...
/usr/pkgsrc/x11/libXvMC/work/.tools/bin/mkdir -p
checking for gawk... /bin/awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for style of include used by make... GNU
checking for i386-slackware-linux-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/egrep
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pkg-config is at least version 0.9.0... yes
checking build system type... i386-slackware-linux-gnu
checking host system type... i386-slackware-linux-gnu
checking for a sed that does not truncate output... /bin/sed
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 for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99...
/usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld...
yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 131072
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i486-slackware-linux/bin/ld option to reload object
files... -r
checking for i386-slackware-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i386-slackware-linux-ar... no
checking for ar... ar
checking for i386-slackware-linux-strip... no
checking for strip... strip
checking for i386-slackware-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99
object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... /bin/rm: cannot
remove `conftest*': No such file or directory
yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker
(/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... /bin/rm: cannot
remove `conftest*': No such file or directory
no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for XVMC... yes
checking for shmat... yes
checking whether malloc(0) returns NULL... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/X11/Makefile
config.status: creating include/X11/extensions/Makefile
config.status: creating src/Makefile
config.status: creating xvmc.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/rm: cannot remove `libtoolT': No such file or directory
=> Modifying libtool scripts to use pkgsrc libtool
===> Building for libXvMC-1.0.6
/usr/pkg/bin/bmake  all-recursive
Making all in src
  CC     libXvMC_la-XvMC.lo
  CCLD   libXvMC.la
libtool: link: warning:
`/usr/pkgsrc/x11/libXvMC/work/.buildlink/lib/libX11.la' seems to be
moved
grep: /usr/pkgsrc/x11/libXvMC/work/.buildlink/lib/libxcb-xlib.la: No
such file or directory
/bin/sed: can't read
/usr/pkgsrc/x11/libXvMC/work/.buildlink/lib/libxcb-xlib.la: No such file
or directory
libtool: link:
`/usr/pkgsrc/x11/libXvMC/work/.buildlink/lib/libxcb-xlib.la' is not a
valid libtool archive
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/x11/libXvMC/work/libXvMC-1.0.6/src
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/x11/libXvMC/work/libXvMC-1.0.6
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/x11/libXvMC/work/libXvMC-1.0.6
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/x11/libXvMC
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/x11/libXvMC
Exit 1
pkgsrc/x11/libXvMC#

----------END LOG---------

-- 
> head -n1 /etc/*-{version,release} && uname -mprs
Slackware 12.1.0
Linux 2.6.24.5-smp i686 AMD Turion(tm) 64 Mobile Technology MK-36


Home | Main Index | Thread Index | Old Index