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

Bug#257026: marked as done (apache: build fails(configure) on stable due to broken echo)



Your message dated Wed, 30 Jun 2004 18:05:44 +0100
with message-id <20040630170544.GC30334@parcelfarce.linux.theplanet.co.uk>
and subject line Bug#257026: apache: build fails(configure) on stable due to broken echo
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Jun 2004 15:44:21 +0000
>From emiel@il.fontys.nl Wed Jun 30 08:44:21 2004
Return-path: <emiel@il.fontys.nl>
Received: from charm.il.fontys.nl (mail.il.fontys.nl) [145.85.127.2] (postfix)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BfhG1-00066w-00; Wed, 30 Jun 2004 08:44:21 -0700
Received: from localhost (localhost [127.0.0.1])
	by mail.il.fontys.nl (Postfix) with ESMTP
	id B4D8E26A98; Wed, 30 Jun 2004 17:44:10 +0200 (CEST)
Received: by mail.il.fontys.nl (Postfix, from userid 1654)
	id 9DCEC26A8B; Wed, 30 Jun 2004 17:44:09 +0200 (CEST)
From: Emiel van Laar <emiel@il.fontys.nl>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apache: build fails(configure) on stable due to broken echo
X-Mailer: reportbug 1.50
Date: Wed, 30 Jun 2004 17:44:09 +0200
Message-Id: <[🔎] 20040630154409.9DCEC26A8B@mail.il.fontys.nl>
X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at il.fontys.nl
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apache
Version: 1.3.26-0woody5
Severity: important

I am unable to build apache-1.3.26 on Debian woody.

emiel@charm:~/tmp/apache-1.3.26/build-tree/apache_1.3.26> ./configure --prefix=/tmp
Configuring for Apache, Version 1.3.26
 + Warning: Your 'echo' command is slightly broken.
 + It interprets escape sequences per default. We already
 + tried 'echo -E' but had no real success. If errors occur
 + please set the SEO variable in 'configure' manually to
 + the required 'echo' options, i.e. those which force your
 + 'echo' to not interpret escape sequences per default.
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Syntax error --- The configuration file is used only to
define the list of included modules or to set Makefile in src
options or Configure rules, and I don't see that at all:
 `$(SRCDIR)/apaci`
no
default
default
no
no
no
yes
no
default
no
default
default

The following section of the configure script causes the problem.
I have tried with EO='-e' but nothing gives.

EO='' # CHANGE THIS VARIABLE HERE IF YOU HAVE PROBLEMS WITH ECHO!
bytes=`echo $SEO '\1' | wc -c | awk '{ printf("%s", $1); }'`
if [ "x$bytes" != "x3" ]; then
    bytes=`echo -E '\1' | wc -c | awk '{ printf("%s", $1); }'`
    if [ "x$bytes" != "x3" ]; then
        echo " + Warning: Your 'echo' command is slightly broken."
        echo " + It interprets escape sequences per default. We already"
        echo " + tried 'echo -E' but had no real success. If errors occur"
        echo " + please set the SEO variable in 'configure' manually to"
        echo " + the required 'echo' options, i.e. those which force your"
        echo " + 'echo' to not interpret escape sequences per default."
    else
        SEO='-E'
    fi
fi

I need this to build on Debian woody.

Extra info: 

emiel@charm:~> dpkg -s shellutils
Package: shellutils
Essential: yes
Status: install ok installed
Priority: required
Section: base
Installed-Size: 1840
Maintainer: Michael Stone <mstone@debian.org>
Version: 2.0.11-11
Replaces: bsdutils (<= 3.0-2), util-linux (<< 2.9e-0.1)
Pre-Depends: libc6 (>= 2.2.3-7), login | hurd
Conflicts: login (<< 19990827-1)
Description: The GNU shell programming utilities.
 The utilities: basename chroot date dirname echo env expr factor false groups
 hostid id logname nice nohup pathchk pinky printenv printf pwd seq sleep stty
 tee test true tty uname users who whoami yes.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux charm 2.4.25 #1 Thu Apr 1 15:39:01 CEST 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache depends on:
ii  apache-common             1.3.26-0woody5 Support files for all Apache webse
ii  dpkg                      1.9.21         Package maintenance system for Deb
ii  libc6                     2.2.5-11.5     GNU C Library: Shared libraries an
ii  libdb2                    2:2.7.7.0-7    The Berkeley database routines (ru
ii  libexpat1                 1.95.2-6       XML parsing C library - runtime li
ii  logrotate                 3.5.9-8        Log rotation utility
ii  mime-support              3.18-1.3       MIME files 'mime.types' & 'mailcap
ii  perl                      5.6.1-8.7      Larry Wall's Practical Extraction 
ii  perl [perl5]              5.6.1-8.7      Larry Wall's Practical Extraction 


---------------------------------------
Received: (at 257026-close) by bugs.debian.org; 30 Jun 2004 17:05:45 +0000
>From willy@www.linux.org.uk Wed Jun 30 10:05:45 2004
Return-path: <willy@www.linux.org.uk>
Received: from parcelfarce.linux.theplanet.co.uk (www.linux.org.uk) [195.92.249.252] (93)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BfiWn-0005RJ-00; Wed, 30 Jun 2004 10:05:45 -0700
Received: from willy by www.linux.org.uk with local (Exim 4.33)
	id 1BfiWm-0003Py-6I; Wed, 30 Jun 2004 18:05:44 +0100
Date: Wed, 30 Jun 2004 18:05:44 +0100
From: Matthew Wilcox <willy@debian.org>
To: Emiel van Laar <emiel@il.fontys.nl>, 257026-close@bugs.debian.org
Subject: Re: Bug#257026: apache: build fails(configure) on stable due to broken echo
Message-ID: <20040630170544.GC30334@parcelfarce.linux.theplanet.co.uk>
References: <[🔎] 20040630154409.9DCEC26A8B@mail.il.fontys.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 20040630154409.9DCEC26A8B@mail.il.fontys.nl>
User-Agent: Mutt/1.4.1i
Sender: <willy@www.linux.org.uk>
Delivered-To: 257026-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

On Wed, Jun 30, 2004 at 05:44:09PM +0200, Emiel van Laar wrote:
> I am unable to build apache-1.3.26 on Debian woody.

It isn't necessarily supposed to build on woody.  If it does, that's a bonus.
If not ... you get to keep both pieces.

> emiel@charm:~/tmp/apache-1.3.26/build-tree/apache_1.3.26> ./configure --prefix=/tmp

This isn't how to build a debian package.  You probably want to do:

dpkg-buildpackage -rfakeroot -uc -us

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain



Reply to: