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

Bug#431315: marked as done (xserver-xorg-video-avivo_0.0.1+git20070614-1(hppa/experimental): FTBFS: configure not executable)



Your message dated Mon, 02 Jul 2007 00:17:05 +0000
with message-id <E1I59bF-0004UR-9d@ries.debian.org>
and subject line Bug#431315: fixed in xserver-xorg-video-avivo 0.0.1+git20070701-1
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: xserver-xorg-video-avivo
Version: 0.0.1+git20070614-1
Severity: serious

Hi,

your package failed to build from source. You know the drill ;)

| Automatic build of xserver-xorg-video-avivo_0.0.1+git20070614-1 on meitner by sbuild/hppa 98-farm
| Build started at 20070701-1615
| ******************************************************************************
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 389kB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main xserver-xorg-video-avivo 0.0.1+git20070614-1 (dsc) [937B]
| Get:2 http://ftp.de.debian.org experimental/main xserver-xorg-video-avivo 0.0.1+git20070614-1 (tar) [81.1kB]
| Get:3 http://ftp.de.debian.org experimental/main xserver-xorg-video-avivo 0.0.1+git20070614-1 (diff) [307kB]
| Fetched 389kB in 4s (90.8kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev (>= 2:1.2.99.902), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev, libpciaccess-dev, autotools-dev, quilt
| Checking for already installed source dependencies...
[...]
| Checking correctness of source dependencies...
| Toolchain package versions: libc6-dev_2.5-9 gcc-4.1_4.1.2-12 g++-4.1_4.1.2-12 binutils_2.17cvs20070426-8 libstdc++6-4.1-dev_4.1.2-12 libstdc++6_4.2-20070609-1
| ------------------------------------------------------------------------------
| gpg: Signature made Fri Jun 15 02:34:10 2007 CEST using DSA key ID AC5F700C
| gpg: Can't check signature: public key not found
| dpkg-source: extracting xserver-xorg-video-avivo in xserver-xorg-video-avivo-0.0.1+git20070614
| dpkg-source: unpacking xserver-xorg-video-avivo_0.0.1+git20070614.orig.tar.gz
| dpkg-source: applying /home/buildd/build/xserver-xorg-video-avivo_0.0.1+git20070614-1.diff.gz
| su: Authentication service cannot retrieve authentication info.
| (Ignored)
| dpkg-buildpackage: source package is xserver-xorg-video-avivo
| dpkg-buildpackage: source version is 0.0.1+git20070614-1
| dpkg-buildpackage: host architecture hppa
| dpkg-buildpackage: source version without epoch 0.0.1+git20070614-1
|  /usr/bin/fakeroot debian/rules clean
| rm -f stampdir/genscripts
| rm -f debian/*.config \
| 	      debian/*.postinst \
| 	      debian/*.postrm \
| 	      debian/*.preinst \
| 	      debian/*.prerm
| rm -f stampdir/patch
| Unapplying patches...nothing to do.
| dh_testdir
| rm -f .pc patches
| rm -rf stampdir build-tree
| rm -rf imports
| dh_clean debian/shlibs.local \
| 	         debian/MANIFEST.hppa debian/MANIFEST.hppa.new \
| 	         debian/po/pothead
| dh_testdir
| dh_testroot
| rm -f build-stamp 
| # Add here commands to clean up after the build process.
| /usr/bin/make distclean
| make[1]: Entering directory `/build/buildd/xserver-xorg-video-avivo-0.0.1+git20070614'
| make[1]: *** No rule to make target `distclean'.  Stop.
| make[1]: Leaving directory `/build/buildd/xserver-xorg-video-avivo-0.0.1+git20070614'
| make: [clean] Error 2 (ignored)
| rm -f config.sub config.guess
| dh_clean 
|  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 debian/patches ] && [ ! -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
| implicit_declarations.diff
| Applying patches...successful.
| dh_testdir
| # Add here commands to configure the package.
| cp -f /usr/share/misc/config.sub config.sub
| cp -f /usr/share/misc/config.guess config.guess
| ./configure --prefix=/usr --mandir=\${prefix}/share/man \
| 		--infodir=\${prefix}/share/info \
| 		CFLAGS="-Wall -g -Wno-unused -O2" CPPFLAGS="-D_BSD_SOURCE" \
| 		--build=hppa-linux-gnu
| /bin/sh: ./configure: Permission denied
| make: *** [config.status] Error 126
| ******************************************************************************
| Build finished at 20070701-1616
| FAILED [dpkg-buildpackage died]

Full build log(s): http://experimental.ftbfs.de/build.php?&ver=0.0.1+git20070614-1&pkg=xserver-xorg-video-avivo&arch=hppa

Gruesse,
-- 
Frank Lichtenheld <frank@lichtenheld.de>
www: http://www.djpig.de/


--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-avivo
Source-Version: 0.0.1+git20070701-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-avivo, which is due to be installed in the Debian FTP archive:

xserver-xorg-video-avivo_0.0.1+git20070701-1.diff.gz
  to pool/main/x/xserver-xorg-video-avivo/xserver-xorg-video-avivo_0.0.1+git20070701-1.diff.gz
xserver-xorg-video-avivo_0.0.1+git20070701-1.dsc
  to pool/main/x/xserver-xorg-video-avivo/xserver-xorg-video-avivo_0.0.1+git20070701-1.dsc
xserver-xorg-video-avivo_0.0.1+git20070701-1_i386.deb
  to pool/main/x/xserver-xorg-video-avivo/xserver-xorg-video-avivo_0.0.1+git20070701-1_i386.deb
xserver-xorg-video-avivo_0.0.1+git20070701.orig.tar.gz
  to pool/main/x/xserver-xorg-video-avivo/xserver-xorg-video-avivo_0.0.1+git20070701.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 431315@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated xserver-xorg-video-avivo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 02 Jul 2007 01:49:53 +0200
Source: xserver-xorg-video-avivo
Binary: xserver-xorg-video-avivo
Architecture: source i386
Version: 0.0.1+git20070701-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 xserver-xorg-video-avivo - X.Org X server -- Avivo display driver
Closes: 431315
Changes: 
 xserver-xorg-video-avivo (0.0.1+git20070701-1) experimental; urgency=low
 .
   * Use a separate build directory.
   * New upstream snapshot.
     + update implicit_declarations.diff and refresh other patches.
   * chmod +x configure in debian/rules clean (closes: #431315); thanks, Frank
     Lichtenheld!
Files: 
 870120d0b7aea7d27665628eed48ec4b 937 x11 extra xserver-xorg-video-avivo_0.0.1+git20070701-1.dsc
 f28bb807964f8e1788490e31af426219 77393 x11 extra xserver-xorg-video-avivo_0.0.1+git20070701.orig.tar.gz
 204ca98f3ec2cb7482540e5042f3cbed 306646 x11 extra xserver-xorg-video-avivo_0.0.1+git20070701-1.diff.gz
 dde4ad2dd7873db8fa6f3f4d9c42acf9 31706 x11 extra xserver-xorg-video-avivo_0.0.1+git20070701-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGiEGbmEvTgKxfcAwRAr7GAJ9W8LftrqjlaarSxUE61QuScHFk4gCfRtq/
D3C64aAHjTMYzTZhgVVb2M8=
=h44f
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: