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

Bug#118159: marked as done (apache-dev: apxs passes invalid arguments to the linking stage)



Your message dated Tue, 14 Oct 2003 19:18:30 +0100
with message-id <20031014181830.GI27861@parcelfarce.linux.theplanet.co.uk>
and subject line gcc doesn't care
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; 3 Nov 2001 17:44:27 +0000
>From marcin@owsiany.pl Sat Nov 03 11:44:27 2001
Return-path: <marcin@owsiany.pl>
Received: from plus.ds14.agh.edu.pl [149.156.124.14] (qmailr)
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 1604qI-0008D1-00; Sat, 03 Nov 2001 11:44:26 -0600
Received: (qmail 21967 invoked from network); 3 Nov 2001 17:44:18 -0000
Received: from menel.ds14.agh.edu.pl (HELO melina.ds14.agh.edu.pl) (192.168.26.246)
  by plus.ds14.agh.edu.pl with SMTP; 3 Nov 2001 17:44:18 -0000
Received: from porridge by melina.ds14.agh.edu.pl with local (Exim 3.32 #1 (Debian))
	id 1604s8-0000SP-00; Sat, 03 Nov 2001 18:46:20 +0100
From: Marcin Owsiany <porridge@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apache-dev: apxs passes invalid arguments to the linking stage
X-Reportbug-Version: 1.33
X-Mailer: reportbug 1.33
Date: Sat, 03 Nov 2001 18:46:20 +0100
Message-Id: <E1604s8-0000SP-00@melina.ds14.agh.edu.pl>
Sender: Marcin Owsiany <marcin@owsiany.pl>
Delivered-To: submit@bugs.debian.org

Package: apache-dev
Version: 1.3.22-2
Severity: minor

I'm not sure this is a bug, since the linking stage _seems_ to run OK,
but nevertheless I don't think that apxs should pass the compilator
options verbatim to the linker:

porridge@melina:~/debian/devel/libapache-mod-auth-shadow$ apxs -Wc,-O2 -Wc,-Wall -D INSTBINDIR=\\\"/foo/bar\\\"  -c mod_auth_shadow.c
gcc -DLINUX=22 -DEAPI -DTARGET="apache" -I/usr/include/db1 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic -DSHARED_MODULE -I/usr/include/apache-1.3 -O2 -Wall -DINSTBINDIR=\"/foo/bar\"  -c mod_auth_shadow.c
mod_auth_shadow.c: In function `user_in_group':
mod_auth_shadow.c:261: warning: unused variable `user_gid'
gcc -shared -o mod_auth_shadow.so mod_auth_shadow.o -Wc,-O2 -Wc,-Wall -lc -lm -lcrypt -ldb1 -ldb
                                                    ^^^^^^^^^^^^^^^^^
porridge@melina:~/debian/devel/libapache-mod-auth-shadow$

regards

Marcin

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux melina 2.2.19pre17 #1 Tue Mar 13 22:37:59 EST 2001 i586
Locale: LANG=pl_PL, LC_CTYPE=pl_PL

Versions of packages apache-dev depends on:
ii  apache-common                1.3.22-2    Support files for all Apache webse
ii  libc6                        2.2.4-4     GNU C Library: Shared libraries an
ii  libdb2                       2:2.7.7.0-1 The Berkeley database routines (ru


---------------------------------------
Received: (at 118159-close) by bugs.debian.org; 14 Oct 2003 18:18:33 +0000
>From willy@www.linux.org.uk Tue Oct 14 13:18:31 2003
Return-path: <willy@www.linux.org.uk>
Received: from parcelfarce.linux.theplanet.co.uk (www.linux.org.uk) [195.92.249.252] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A9Tkd-0003LN-00; Tue, 14 Oct 2003 13:18:31 -0500
Received: from willy by www.linux.org.uk with local (Exim 4.22)
	id 1A9Tkc-0005Sx-Oi
	for 118159-close@bugs.debian.org; Tue, 14 Oct 2003 19:18:30 +0100
Date: Tue, 14 Oct 2003 19:18:30 +0100
From: Matthew Wilcox <willy@debian.org>
To: 118159-close@bugs.debian.org
Subject: gcc doesn't care
Message-ID: <20031014181830.GI27861@parcelfarce.linux.theplanet.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.1i
Sender: <willy@www.linux.org.uk>
Delivered-To: 118159-close@bugs.debian.org
X-Spam-Status: No, hits=1.0 required=4.0
	tests=BAYES_60
	version=2.53-bugs.debian.org_2003_10_13
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_13 (1.174.2.15-2003-03-30-exp)


It really doesn't matter if you hand gcc compiler options while using
it for linking; it just ignores them.

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk



Reply to: