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

Bug#605752: marked as done (FTBFS: lacks Build-Depends on libxext-dev)



Your message dated Fri, 3 Dec 2010 16:53:38 +0100
with message-id <20101203155338.GE13776@debian.org>
and subject line Re: Bug#605752: FTBFS: lacks Build-Depends on libxext-dev
has caused the Debian Bug report #605752,
regarding FTBFS: lacks Build-Depends on libxext-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
605752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605752
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libxfixes
Version: 1:4.0.5-1
Severity: important
Tags: patch
Justification: fails to build from source

I guess some Build-Depends of libxfixes has lost Depends on libxext-dev.
With libxext-dev uninstalled fails with:

	[[ buildlog excerpt ]]
	config.status: executing depfiles commands
	config.status: executing libtool commands
	cd build && /usr/bin/make
	make[1]: Entering directory `/tmp/libxfixes_0f9B85/libxfixes-4.0.5/build'
	/usr/bin/make  all-recursive
	make[2]: Entering directory `/tmp/libxfixes_0f9B85/libxfixes-4.0.5/build'
	Making all in src
	make[3]: Entering directory `/tmp/libxfixes_0f9B85/libxfixes-4.0.5/build/src'
	  CC     Cursor.lo
	In file included from ../../src/Xfixesint.h:34,
			 from ../../src/Cursor.c:48:
	/usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
	make[3]: *** [Cursor.lo] Error 1
	make[3]: Leaving directory `/tmp/libxfixes_0f9B85/libxfixes-4.0.5/build/src'
	make[2]: *** [all-recursive] Error 1
	make[2]: Leaving directory `/tmp/libxfixes_0f9B85/libxfixes-4.0.5/build'
	make[1]: *** [all] Error 2
	make[1]: Leaving directory `/tmp/libxfixes_0f9B85/libxfixes-4.0.5/build'
	make: *** [build-stamp] Error 2
	dpkg-buildpackage: error: debian/rules build gave error exit status 2
	[[ end excerpt ]]

Succedes otherwise.  Relation at your option.  Please update your
control.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (700, 'stable'), (1, 'testing'), (1, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
--- ../control	2010-12-02 23:15:09.000000000 +0200
+++ debian/control	2010-12-02 23:21:18.000000000 +0200
@@ -12,6 +12,7 @@
  automake,
  libtool,
  xutils-dev (>= 1:7.5+4),
+ libxext-dev,
 Standards-Version: 3.9.0
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git

--- End Message ---
--- Begin Message ---
Hi,

Eric Pozharski <whynot@pozharski.name> (02/12/2010):
> 	  CC     Cursor.lo
> 	In file included from ../../src/Xfixesint.h:34,
> 			 from ../../src/Cursor.c:48:
> 	/usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory

what's your version of x11proto-fixes-dev? With the version in
squeeze, we have the following includes, and the following
dependencies:
| $ git grep '#include'
| xfixesproto.h:#include <X11/Xmd.h>
| xfixesproto.h:#include <X11/extensions/xfixeswire.h>
| xfixesproto.h:#include <X11/extensions/shapeconst.h>
and:
| Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev, x11proto-xext-dev (>= 7.0.99.1)


Looking at the version we had in lenny:
| xfixesproto.h:#include <X11/Xmd.h>
| xfixesproto.h:#include <X11/extensions/xfixeswire.h>
| xfixesproto.h:#include <X11/extensions/shape.h>

but shape.h got renamed to shapeconst.h, so I suspect you're running a
proto package from lenny and one from squeeze, which explains the
issue you're having. Upgrade your system to squeeze and that's going
to be fine.

Not a bug in libxfixes at any rate, closing accordingly.

Thanks for your bug report.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: