e2fsprogs: [m68k] FTBFS /usr/bin/autoconf2.13: line 145: configure: Permission denied

Bug #8281 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
e2fsprogs (Debian)
Fix Released
Unknown
e2fsprogs (Ubuntu)
Invalid
Low
LaMont Jones

Bug Description

Automatically imported from Debian bug report #272558 http://bugs.debian.org/272558

Revision history for this message
In , Theodore Ts'o (tytso) wrote : Re: Bug#272558: e2fsprogs: [m68k] FTBFS /usr/bin/autoconf2.13: line 145: configure: Permission denied

On Mon, Sep 20, 2004 at 09:14:46PM +0200, Christian T. Steigies wrote:
> Package: e2fsprogs
> Version: 1.35-7
>
> cd /build/buildd/e2fsprogs-1.35 && autoconf
> configure.in:682: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:683: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:684: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:685: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:694: warning: AC_TRY_RUN called without default to allow cross compiling
> /usr/bin/autoconf2.13: line 145: configure: Permission denied
> make[1]: *** [/build/buildd/e2fsprogs-1.35/configure] Error 1
>
> On some other arches it fails with missing auto* tools, so this might be a
> timeskew problem, or missing build-depends?

Both configure and configure.in are modified by the patch created by
dpkg-source, and unfortunately in the patch file, configure.in is
patched after configure, so make thinks it needs to rebuild the
configure script. (Bad dpkg-source! No biscuit!)

Sigh. I'll add a "find . -name configure | xargs touch" to the
debian/rules file.

      - Ted

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #272558 http://bugs.debian.org/272558

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 20 Sep 2004 21:14:46 +0200
From: "Christian T. Steigies" <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: e2fsprogs: [m68k] FTBFS /usr/bin/autoconf2.13: line 145: configure:
 Permission denied

Package: e2fsprogs
Version: 1.35-7
Severity: serious
Justification: FTBFS

Automatic build of e2fsprogs_1.35-7 on tanda by sbuild/m68k 1.170.5
[...]
** Using build dependencies supplied by package:
Build-Depends: texi2html, gettext, texinfo, dc, debhelper (>= 4)
[...]
make -C /build/buildd/e2fsprogs-1.35/debian/BUILD-STD all
make[1]: Entering directory `/build/buildd/e2fsprogs-1.35/debian/BUILD-STD'
cd /build/buildd/e2fsprogs-1.35 && autoconf
configure.in:682: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:683: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:684: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:685: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:694: warning: AC_TRY_RUN called without default to allow cross compiling
/usr/bin/autoconf2.13: line 145: configure: Permission denied
make[1]: *** [/build/buildd/e2fsprogs-1.35/configure] Error 1

configure is non-writable
buildd@tanda:/usr/local/chroot/unstable/build/buildd/e2fsprogs-1.35>ll config*
-r-xr-xr-x 1 buildd buildd 43611 Sep 19 15:33 config.guess
-r-xr-xr-x 1 buildd buildd 14108 Dec 7 2003 config.rpath
-r-xr-xr-x 1 buildd buildd 31160 Sep 19 15:33 config.sub
-r-xr-xr-x 1 buildd buildd 195918 Sep 19 15:33 configure
-r--r--r-- 1 buildd buildd 23584 Sep 19 15:33 configure.in

See logs at http://buildd.debian.org/build.php?arch=&pkg=e2fsprogs

On some other arches it fails with missing auto* tools, so this might be a
timeskew problem, or missing build-depends?

Christian

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 20 Sep 2004 16:54:06 -0400
From: Theodore Ts'o <email address hidden>
To: "Christian T. Steigies" <email address hidden>, <email address hidden>
Subject: Re: Bug#272558: e2fsprogs: [m68k] FTBFS /usr/bin/autoconf2.13: line 145: configure:
 Permission denied

On Mon, Sep 20, 2004 at 09:14:46PM +0200, Christian T. Steigies wrote:
> Package: e2fsprogs
> Version: 1.35-7
>
> cd /build/buildd/e2fsprogs-1.35 && autoconf
> configure.in:682: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:683: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:684: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:685: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:694: warning: AC_TRY_RUN called without default to allow cross compiling
> /usr/bin/autoconf2.13: line 145: configure: Permission denied
> make[1]: *** [/build/buildd/e2fsprogs-1.35/configure] Error 1
>
> On some other arches it fails with missing auto* tools, so this might be a
> timeskew problem, or missing build-depends?

Both configure and configure.in are modified by the patch created by
dpkg-source, and unfortunately in the patch file, configure.in is
patched after configure, so make thinks it needs to rebuild the
configure script. (Bad dpkg-source! No biscuit!)

Sigh. I'll add a "find . -name configure | xargs touch" to the
debian/rules file.

      - Ted

Revision history for this message
Matt Zimmerman (mdz) wrote :

Doesn't seem to affect our builds, but please investigate

Revision history for this message
LaMont Jones (lamont) wrote :

This applies to pretty much any buildd trying to build 1.35-7. Does not apply
to 1.35-6 and friends, as long as we don't patch configure.in or such.

Revision history for this message
In , Steve Langasek (vorlon) wrote : only present in sid version of package

tags 272558 +sid
thanks

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 20 Sep 2004 21:17:01 -0700
From: Steve Langasek <email address hidden>
To: <email address hidden>
Subject: only present in sid version of package

tags 272558 +sid
thanks

Revision history for this message
In , Theodore Ts'o (tytso) wrote : Bug#272558: fixed in e2fsprogs 1.35-8
Download full text (5.8 KiB)

Source: e2fsprogs
Source-Version: 1.35-8

We believe that the bug you reported is fixed in the latest version of
e2fsprogs, which is due to be installed in the Debian FTP archive:

comerr-dev_2.1-1.35-8_i386.deb
  to pool/main/e/e2fsprogs/comerr-dev_2.1-1.35-8_i386.deb
e2fsck-static_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/e2fsck-static_1.35-8_i386.deb
e2fslibs-dev_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/e2fslibs-dev_1.35-8_i386.deb
e2fslibs_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/e2fslibs_1.35-8_i386.deb
e2fsprogs-udeb_1.35-8_i386.udeb
  to pool/main/e/e2fsprogs/e2fsprogs-udeb_1.35-8_i386.udeb
e2fsprogs_1.35-8.diff.gz
  to pool/main/e/e2fsprogs/e2fsprogs_1.35-8.diff.gz
e2fsprogs_1.35-8.dsc
  to pool/main/e/e2fsprogs/e2fsprogs_1.35-8.dsc
e2fsprogs_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/e2fsprogs_1.35-8_i386.deb
libblkid-dev_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libblkid-dev_1.35-8_i386.deb
libblkid1-udeb_1.35-8_i386.udeb
  to pool/main/e/e2fsprogs/libblkid1-udeb_1.35-8_i386.udeb
libblkid1_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libblkid1_1.35-8_i386.deb
libcomerr2_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libcomerr2_1.35-8_i386.deb
libss2_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libss2_1.35-8_i386.deb
libuuid1-udeb_1.35-8_i386.udeb
  to pool/main/e/e2fsprogs/libuuid1-udeb_1.35-8_i386.udeb
libuuid1_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libuuid1_1.35-8_i386.deb
ss-dev_2.0-1.35-8_i386.deb
  to pool/main/e/e2fsprogs/ss-dev_2.0-1.35-8_i386.deb
uuid-dev_1.2-1.35-8_i386.deb
  to pool/main/e/e2fsprogs/uuid-dev_1.2-1.35-8_i386.deb

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 <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Theodore Y. Ts'o <email address hidden> (supplier of updated e2fsprogs 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 <email address hidden>)

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

Format: 1.7
Date: Sat, 25 Sep 2004 07:37:52 -0400
Source: e2fsprogs
Binary: e2fslibs-dev libblkid1-udeb libblkid1 comerr-dev libuuid1 ss-dev uuid-dev e2fslibs e2fsck-static e2fsprogs-udeb libuuid1-udeb e2fsprogs libblkid-dev libcomerr2 libss2
Architecture: source i386
Version: 1.35-8
Distribution: unstable
Urgency: low
Maintainer: Theodore Y. Ts'o <email address hidden>
Changed-By: Theodore Y. Ts'o <email address hidden>
Description:
 comerr-dev - The Common Error Description library - headers and static librari
 e2fsck-static - A statically-linked version of the ext2 filesystem checker
 e2fslibs - The EXT2 filesystem libraries
 e2fslibs-dev - The EXT2 filesystem libraries - headers and static libraries
 e2fsprogs - The EXT2 file system utilities and libraries
 e2fsprogs-udeb - A stripped-down versions of e2fsprogs, for debian-installer (udeb)
 libblkid-dev - Block device id library - headers and static libraries
 libblkid1 - Block device id library
 libblkid1-udeb - Block device id li...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (6.0 KiB)

Message-Id: <email address hidden>
Date: Sat, 25 Sep 2004 09:17:07 -0400
From: <email address hidden> (Theodore Y. Ts'o)
To: <email address hidden>
Subject: Bug#272558: fixed in e2fsprogs 1.35-8

Source: e2fsprogs
Source-Version: 1.35-8

We believe that the bug you reported is fixed in the latest version of
e2fsprogs, which is due to be installed in the Debian FTP archive:

comerr-dev_2.1-1.35-8_i386.deb
  to pool/main/e/e2fsprogs/comerr-dev_2.1-1.35-8_i386.deb
e2fsck-static_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/e2fsck-static_1.35-8_i386.deb
e2fslibs-dev_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/e2fslibs-dev_1.35-8_i386.deb
e2fslibs_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/e2fslibs_1.35-8_i386.deb
e2fsprogs-udeb_1.35-8_i386.udeb
  to pool/main/e/e2fsprogs/e2fsprogs-udeb_1.35-8_i386.udeb
e2fsprogs_1.35-8.diff.gz
  to pool/main/e/e2fsprogs/e2fsprogs_1.35-8.diff.gz
e2fsprogs_1.35-8.dsc
  to pool/main/e/e2fsprogs/e2fsprogs_1.35-8.dsc
e2fsprogs_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/e2fsprogs_1.35-8_i386.deb
libblkid-dev_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libblkid-dev_1.35-8_i386.deb
libblkid1-udeb_1.35-8_i386.udeb
  to pool/main/e/e2fsprogs/libblkid1-udeb_1.35-8_i386.udeb
libblkid1_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libblkid1_1.35-8_i386.deb
libcomerr2_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libcomerr2_1.35-8_i386.deb
libss2_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libss2_1.35-8_i386.deb
libuuid1-udeb_1.35-8_i386.udeb
  to pool/main/e/e2fsprogs/libuuid1-udeb_1.35-8_i386.udeb
libuuid1_1.35-8_i386.deb
  to pool/main/e/e2fsprogs/libuuid1_1.35-8_i386.deb
ss-dev_2.0-1.35-8_i386.deb
  to pool/main/e/e2fsprogs/ss-dev_2.0-1.35-8_i386.deb
uuid-dev_1.2-1.35-8_i386.deb
  to pool/main/e/e2fsprogs/uuid-dev_1.2-1.35-8_i386.deb

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 <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Theodore Y. Ts'o <email address hidden> (supplier of updated e2fsprogs 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 <email address hidden>)

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

Format: 1.7
Date: Sat, 25 Sep 2004 07:37:52 -0400
Source: e2fsprogs
Binary: e2fslibs-dev libblkid1-udeb libblkid1 comerr-dev libuuid1 ss-dev uuid-dev e2fslibs e2fsck-static e2fsprogs-udeb libuuid1-udeb e2fsprogs libblkid-dev libcomerr2 libss2
Architecture: source i386
Version: 1.35-8
Distribution: unstable
Urgency: low
Maintainer: Theodore Y. Ts'o <email address hidden>
Changed-By: Theodore Y. Ts'o <email address hidden>
Description:
 comerr-dev - The Common Error Description library - headers and static librari
 e2fsck-static - A statically-linked version of the ext2 filesystem checker
 e2fslibs - The EXT2 filesystem libraries
 e2fslibs-dev - The EXT2 filesystem libraries - headers and static libraries
 e2fsprogs - The EXT2 file system utilities and libraries
 e2fsprogs-udeb - A s...

Read more...

Revision history for this message
In , Adrian Bunk (bunk) wrote : e2fsprogs bugs still present in sarge

reopen 272558
tags 272558 -sid
tags 272558 sarge
reopen 272698
tags 272698 sarge

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 17 Oct 2004 15:18:38 +0200
From: Adrian Bunk <email address hidden>
To: <email address hidden>
Subject: e2fsprogs bugs still present in sarge

reopen 272558
tags 272558 -sid
tags 272558 sarge
reopen 272698
tags 272698 sarge

Revision history for this message
In , Steve Langasek (vorlon) wrote : this bug is *NOT* present in sarge

tags 272558 -sarge
tags 272558 +sid
close 272558
thanks

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 17 Oct 2004 12:51:27 -0700
From: Steve Langasek <email address hidden>
To: <email address hidden>
Subject: this bug is *NOT* present in sarge

tags 272558 -sarge
tags 272558 +sid
close 272558
thanks

Changed in e2fsprogs:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.