Your message dated Wed, 20 Sep 2006 18:21:07 +1000
with message-id <[EMAIL PROTECTED]>
and subject line FTBFS: "Failed to link Mesa source tree" fixed in unstable
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xorg-server
Version: 1:1.1.1-1
Severity: serious

Hi,

your package failed to build from source. Sadly I had no time
investigating yet, why, but it does seem to appear on all architectures.

| Automatic build of xorg-server_1:1.1.1-1 on odin by sbuild/sparc 79
| Build started at 20060808-0841
| ******************************************************************************
| Checking available source versions...
| Fetching source files...
| Reading Package Lists...
| Building Dependency Tree...
| Need to get 8702kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main xorg-server 1:1.1.1-1 
(dsc) [1928B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main xorg-server 1:1.1.1-1 
(tar) [8389kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main xorg-server 1:1.1.1-1 
(diff) [311kB]
| Fetched 8702kB in 0s (9722kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 4.0.0), pkg-config, bison, flex, 
x11proto-bigreqs-dev, x11proto-composite-dev, x11proto-core-dev, 
x11proto-damage-dev, x11proto-evie-dev, x11proto-fixes-dev, x11proto-kb-dev (>= 
1.0.1-1), x11proto-xinerama-dev, x11proto-randr-dev, x11proto-record-dev, 
x11proto-render-dev, x11proto-resource-dev, x11proto-scrnsaver-dev, 
x11proto-trap-dev, x11proto-video-dev, x11proto-xcmisc-dev, x11proto-xext-dev 
(>= 6.9.99.0-1), x11proto-xf86bigfont-dev, x11proto-xf86dga-dev, 
x11proto-xf86misc-dev, x11proto-xf86vidmode-dev, xtrans-dev, libxau-dev (>= 
1:0.99.1-1), libxdmcp-dev (>= 1:0.99.1-1), libxfont-dev, libfontenc-dev, 
libxkbfile-dev (>= 1:0.99.1-1), x11proto-xf86dri-dev, libdrm-dev, 
mesa-swx11-source (>> 6.4.0), x11proto-gl-dev (>= 1.4.1-1), libgl1-mesa-dev, 
libxmuu-dev (>= 1:0.99.1-1), libxext-dev (>= 1:0.99.1-1), libx11-dev (>= 
1:0.99.2-1), libxrender-dev (>= 1:0.9.0-1), libxi-dev (>= 1:0.99.1-1), 
x11proto-dmx-dev, quilt, libdmx-dev (>= 1:1.0.1-1), libxpm-dev (>= 1:3.5.3-1), 
libxaw7-dev (>= 1:0.99.1-1), libxt-dev (>= 1:0.99.1-1), libxmu-dev (>= 
1:0.99.1-1), libxtst-dev (>= 1:0.99.1-1), libxres-dev (>= 1:0.99.1-1)
| Build-Conflicts: xlibs-static-dev
...
|  debian/rules build
| mkdir stampdir
| >stampdir/stampdir
| if [ ! -e stampdir/patches ]; then \
|               mkdir stampdir/patches; \
|               ln -s stampdir/patches .pc; \
|               echo 2 >stampdir/patches/.version; \
|       fi; \
|       if [ ! -e stampdir/log ]; then \
|               mkdir stampdir/log; \
|       fi; \
|       if [ ! -e patches ]; then \
|               ln -s debian/patches patches; \
|       fi; \
|       >stampdir/prepare
| if ! [ `which quilt` ]; then \
|               echo "Couldn't find quilt. Please install it or add it to the 
build-depends for this package."; \
|               exit 1; \
|       fi; \
|       if quilt next; then \
|         echo -n "Applying patches..."; \
|         if quilt push -a -v >stampdir/log/patch 2>&1; then \
|           echo "successful."; \
|         else \
|           echo "failed! (check stampdir/log/patch for details)"; \
|           exit 1; \
|         fi; \
|       else \
|         echo "No patches to apply"; \
|       fi; \
|       >stampdir/patch
| 001_ubuntu_add_extra_modelines_from_xorg.patch
| Applying patches...successful.
| dh_testdir
| mkdir -p obj-sparc-linux-gnu/GL
| cd obj-sparc-linux-gnu && \
|       ../configure --prefix=/usr --mandir=\${prefix}/share/man \
|                    --infodir=\${prefix}/share/info --sysconfdir=/etc \
|                    --localstatedir=/var --build=sparc-linux-gnu 
--disable-static --enable-xorg --enable-dri 
--with-mesa-source=/usr/share/mesa-source --with-fontdir=/usr/share/fonts/X11 
--with-serverconfig-path=/etc/X11/xserver --enable-xtrap --enable-dmx 
--enable-vfb --disable-lbx --disable-xprint --disable-xorgconfig 
--disable-xorgcfg --with-xkb-path=/usr/share/X11/xkb 
--with-xkb-output=/var/lib/xkb CFLAGS="-Wall -g -O2" 
| checking for a BSD-compatible install... /usr/bin/install -c
| checking whether build environment is sane... yes
| checking for gawk... gawk
| checking whether make sets $(MAKE)... yes
| checking whether to enable maintainer-specific portions of Makefiles... no
| checking for gcc... gcc
| checking for C compiler default output file name... a.out
| checking whether the C compiler works... yes
| checking whether we are cross compiling... no
| checking for suffix of executables... 
| 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 ANSI C... none needed
| checking for style of include used by make... GNU
| checking dependency style of gcc... gcc3
| checking for a BSD-compatible install... /usr/bin/install -c
| checking whether ln -s works... yes
| checking build system type... sparc-unknown-linux-gnu
| checking host system type... sparc-unknown-linux-gnu
| checking for a sed that does not truncate output... /bin/sed
| checking for egrep... grep -E
| checking for ld used by gcc... /usr/bin/ld
| checking if the linker (/usr/bin/ld) is GNU ld... yes
| checking for /usr/bin/ld option to reload object files... -r
| checking for BSD-compatible nm... /usr/bin/nm -B
| checking how to recognise dependent libraries... pass_all
| checking how to run the C preprocessor... gcc -E
| 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 dlfcn.h usability... yes
| checking dlfcn.h presence... yes
| checking for dlfcn.h... yes
| checking for g++... g++
| checking whether we are using the GNU C++ compiler... yes
| checking whether g++ accepts -g... yes
| checking dependency style of g++... gcc3
| checking how to run the C++ preprocessor... g++ -E
| checking for g77... no
| checking for f77... no
| checking for xlf... no
| checking for frt... no
| checking for pgf77... no
| checking for fort77... no
| checking for fl32... no
| checking for af77... no
| checking for f90... no
| checking for xlf90... no
| checking for pgf90... no
| checking for epcf90... no
| checking for f95... no
| checking for fort... no
| checking for xlf95... no
| checking for ifc... no
| checking for efc... no
| checking for pgf95... no
| checking for lf95... no
| checking for gfortran... no
| checking whether we are using the GNU Fortran 77 compiler... no
| checking whether  accepts -g... no
| checking the maximum length of command line arguments... 65536
| checking command to parse /usr/bin/nm -B output from gcc object... ok
| checking for objdir... .libs
| checking for ar... ar
| checking for ranlib... ranlib
| checking for strip... strip
| checking if gcc supports -fno-rtti -fno-exceptions... no
| checking for gcc option to produce PIC... -fPIC
| checking if gcc PIC flag -fPIC works... yes
| checking if gcc static flag -static works... yes
| checking if gcc supports -c -o file.o... yes
| checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
| checking whether -lc should be explicitly linked in... 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... no
| configure: creating libtool
| appending configuration tag "CXX" to libtool
| checking for ld used by g++... /usr/bin/ld
| checking if the linker (/usr/bin/ld) is GNU ld... yes
| checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
| checking for g++ option to produce PIC... -fPIC
| checking if g++ PIC flag -fPIC works... yes
| checking if g++ static flag -static works... yes
| checking if g++ supports -c -o file.o... yes
| checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
| checking dynamic linker characteristics... GNU/Linux ld.so
| checking how to hardcode library paths into programs... immediate
| appending configuration tag "F77" to libtool
| checking whether make sets $(MAKE)... (cached) yes
| checking for pkg-config... /usr/bin/pkg-config
| checking pkg-config is at least version 0.9.0... yes
| checking for flex... flex
| checking for yywrap in -lfl... yes
| checking lex output file root... lex.yy
| checking whether yytext is a pointer... yes
| checking for bison... bison -y
| checking for cpp... /usr/bin/cpp
| checking if /usr/bin/cpp requires -undef... yes
| checking if /usr/bin/cpp requires -traditional... yes
| checking for dirent.h that defines DIR... yes
| checking for library containing opendir... none required
| checking for ANSI C header files... (cached) yes
| checking fcntl.h usability... yes
| checking fcntl.h presence... yes
| checking for fcntl.h... yes
| checking for stdlib.h... (cached) yes
| checking for string.h... (cached) yes
| checking for unistd.h... (cached) yes
| checking for an ANSI C-conforming const... yes
| checking whether byte ordering is bigendian... yes
| checking for unsigned long... yes
| checking size of unsigned long... 4
| checking for pid_t... yes
| checking for vprintf... yes
| checking for _doprnt... no
| checking for geteuid... yes
| checking for getuid... yes
| checking for link... yes
| checking for memmove... yes
| checking for memset... yes
| checking for mkstemp... yes
| checking for strchr... yes
| checking for strrchr... yes
| checking for strtol... yes
| checking for getopt... yes
| checking for getopt_long... yes
| checking for vsnprintf... yes
| checking for walkcontext... no
| checking for backtrace... yes
| checking for working alloca.h... yes
| checking for alloca... yes
| checking for getdtablesize... yes
| checking for getifaddrs... yes
| checking for getpeereid... no
| checking for getpeerucred... no
| checking for strlcat... no
| checking for mmap... yes
| checking for sqrt in -lm... yes
| checking ndbm.h usability... no
| checking ndbm.h presence... no
| checking for ndbm.h... no
| checking dbm.h usability... no
| checking dbm.h presence... no
| checking for dbm.h... no
| checking rpcsvc/dbm.h usability... no
| checking rpcsvc/dbm.h presence... no
| checking for rpcsvc/dbm.h... no
| checking linux/agpgart.h usability... yes
| checking linux/agpgart.h presence... yes
| checking for linux/agpgart.h... yes
| checking sys/agpio.h usability... no
| checking sys/agpio.h presence... no
| checking for sys/agpio.h... no
| checking linux/apm_bios.h usability... yes
| checking linux/apm_bios.h presence... yes
| checking for linux/apm_bios.h... yes
| checking linux/fb.h usability... yes
| checking linux/fb.h presence... yes
| checking for linux/fb.h... yes
| checking asm/mtrr.h usability... no
| checking asm/mtrr.h presence... no
| checking for asm/mtrr.h... no
| checking sys/memrange.h usability... no
| checking sys/memrange.h presence... no
| checking for sys/memrange.h... no
| checking machine/mtrr.h usability... no
| checking machine/mtrr.h presence... no
| checking for machine/mtrr.h... no
| checking for sys/linker.h... no
| checking for SYSV IPC... yes
| checking execinfo.h usability... yes
| checking execinfo.h presence... yes
| checking for execinfo.h... yes
| checking for backtrace in -lc... yes
| checking for MMX capable platform... 
| checking to see if we can install the Xorg server as root... no
| checking if Xtrans should support UNIX socket connections... yes
| checking if Xtrans should support TCP socket connections... yes
| checking for library containing socket... none required
| checking for library containing gethostbyname... none required
| checking for getaddrinfo... yes
| checking if IPv6 support should be built... yes
| checking for struct sockaddr_in.sin_len... no
| checking for authdes_seccreate... no
| checking for authdes_create... yes
| checking for library containing getsecretkey... none required
| checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes
| checking for /usr/share/X11/sgml/defs.ent... no
| checking for linuxdoc... no
| checking for ps2pdf... no
| checking Whether to build documentation... no
| checking Whether to build pdf documentation... no
| checking for XLIB... yes
| checking for GL... yes
| Creating destination directories for mesa module ... DONE
| Creating destination directories for glx module ... DONE
| Checking that the source files exist for mesa module ... 
|    error:   /usr/share/mesa-source/src/mesa/main/bitset.h not found
| configure: error: Failed to link Mesa source tree.  Please specify a proper 
path to Mesa sources, or disable GLX.
| make: *** [build-stamp] Error 1
| ******************************************************************************
| Build finished at 20060808-0844
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=1:1.1.1-1&pkg=xorg-server&arch=sparc

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


--- End Message ---
--- Begin Message ---
the fixed version is now in unstable

--- End Message ---

Reply via email to