Bug#468465: FTBFS: make: execvp: ./configure: Permission denied

Vincent Bernat bernat at luffy.cx
Fri Feb 29 08:42:51 UTC 2008


Package: libgpmg1
Version: 1.20.3~pre3-1
Severity: serious
Tags: patch
Justification: FTBFS

Hi !

When building gpm from source, I get:

autoconf
./configure --prefix=/usr --sysconfdir=/etc
make: execvp: ./configure: Permission denied

Building again solves the problem. Attached a very simple patch to
solve the problem.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgpmg1 depends on:
ii  libc6                         2.7-9      GNU C Library: Shared libraries

libgpmg1 recommends no packages.

-- no debconf information
-------------- next part --------------
--- gpm-1.20.3~pre3/debian/rules~	2008-02-29 09:40:30.000000000 +0100
+++ gpm-1.20.3~pre3/debian/rules	2008-02-29 09:40:50.000000000 +0100
@@ -19,6 +19,7 @@
 	autoconf
 
 config.status: configure
+	chmod +x configure
 	./configure --prefix=/usr --sysconfdir=/etc
 
 build: config.status


More information about the pkg-gpm-devel mailing list