Gentoo Archives: gentoo-user-de

From: Magnus Rosenbaum <cmr_lists@×××××××××××××.de>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] bash: ./configure: /bin/sh: bad interpreter: Permission denied
Date: Tue, 12 Jan 2010 22:05:55
Message-Id: 4B4CE347.2080602@forestfactory.de
1 Ich versuche grade syslog-ng zu emergen und bekomme folgenden Fehler:
2
3
4 * Messages for package app-admin/syslog-ng-3.0.4:
5
6 *
7 * ERROR: app-admin/syslog-ng-3.0.4 failed.
8 * Call stack:
9 * ebuild.sh, line 49: Called src_configure
10 * environment, line 2249: Called econf
11 '--disable-dependency-tracking' '--sysconfdir=/etc/syslog-ng'
12 '--with-pidfile-dir=/var/run' '--disable-linux-caps' '--disable-ipv6'
13 '--enable-pcre' '--disable-spoof-source' '--disable-sql' '--enable-ssl'
14 '--enable-tcp-wrapper' '--enable-dynamic-linking'
15 * ebuild.sh, line 537: Called die
16 * The specific snippet of code:
17 * die "configure is not executable"
18 * The die message:
19 * configure is not executable
20
21
22 Ich habe nun festgestellt, dass configure nur ausführen lässt, wenn man es
23 vorher kopiert, oder sonst irgendwie bearbeitet:
24
25 ~ # cd /var/tmp/portage/app-admin/syslog-ng-3.0.4/temp/work/syslog-ng-3.0.4/
26 syslog-ng-3.0.4 # cp configure configure_
27 syslog-ng-3.0.4 # diff configure configure_
28 syslog-ng-3.0.4 # cmp configure configure_
29 syslog-ng-3.0.4 # ./configure
30 bash: ./configure: /bin/sh: bad interpreter: Permission denied
31 v8006 syslog-ng-3.0.4 # ./configure_
32 checking for pkg-config... /usr/bin/pkg-config
33 checking pkg-config is at least version 0.9.0... yes
34 checking for a BSD-compatible install... /usr/bin/install -c
35 checking whether build environment is sane...
36 [...]
37
38 Hat jemand eine Ahnung, wieso hier nur die Kopie ausgeführt werden kann,
39 aber das Original nicht?
40
41 --
42 Carl Magnus Rosenbaum M.A.
43 Administration - Programmierung - Weiterbildung http://cmr.cx/
44 Tel: +49 89 70066626 Fax: +49 89 70066686 Mobil: +49 163 1737001
45 PGP Fingerprint: DEBC 3C99 EF1D 74F0 D4C7 EFF5 C268 3690 0EA1 7641

Replies

Subject Author
Re: [gentoo-user-de] bash: ./configure: /bin/sh: bad interpreter: Permission denied Magnus Rosenbaum <cmr_lists@×××××××××××××.de>
Re: [gentoo-user-de] bash: ./configure: /bin/sh: bad interpreter: Permission denied Dirk Heinrichs <dirk.heinrichs@××××××.de>