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

Bug#68560: marked as done ([fixed in gcc-2.97] PATCH: debian build problem: $(ENV))



Your message dated Sat, 21 Jul 2001 13:35:16 +0200
with message-id <15193.26868.406156.593153@gargle.gargle.HOWL>
and subject line packages removed
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Aug 2000 02:56:41 +0000
>From river!reiter@uunet.uu.net Fri Aug 04 21:56:41 2000
Return-path: <river!reiter@uunet.uu.net>
Received: from andhu.lnk.telstra.net (snufflelufagas.bofh.asn.au) [139.130.48.34] 
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 13Ku8d-00005z-00; Fri, 04 Aug 2000 21:56:40 -0500
Received: from river.UUCP (uucp@localhost)
	by snufflelufagas.bofh.asn.au (8.9.1/8.9.1) with UUCP id MAA00056;
	Sat, 5 Aug 2000 12:54:07 +1000
Received: by forest.bofh.asn.au
	via sendmail from stdin
	id <m13KtHd-000ToHC@forest.nuthouse.au> (Debian Smail3.2.0.102)
	for submit@bugs.debian.org; Sat, 5 Aug 2000 12:01:53 +1000 (EST) 
Message-Id: <m13KtHd-000ToHC@forest.nuthouse.au>
Date: Sat, 5 Aug 2000 12:01:53 +1000 (EST)
From: pjm@bofh.asn.au
Subject: libgcj0: PATCH: debian build problem: $(ENV)
To: submit@bugs.debian.org
X-Mailer: bug 3.3.4
Delivered-To: submit@bugs.debian.org

Package: libgcj0
Version: 2.95.1-5
Severity: normal

In POSIX shells, the ENV variable is consulted during shell
initialization.  $(ENV) is used for a different purpose in debian/rules
of libgcj, which does the wrong thing if ENV is already defined.

The attached simple patch fixes that by renaming ENV to ENVPREFIX.
(Alternatively, choose your own new name and do a global replace in
debian/rules.)

pjm.


--- debian/rules-5	Sat Aug  5 11:47:36 2000
+++ debian/rules	Sat Aug  5 11:53:43 2000
@@ -23,7 +23,7 @@
 version=$(shell expr `pwd` : '.*-\([0-9.]*\)')
 version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*')
 
-#ENV	= PATH=/usr/lib/gcc-ss/bin:$$PATH \
+#ENVPREFIX	= PATH=/usr/lib/gcc-ss/bin:$$PATH \
 #		LD_LIBRARY_PATH=/usr/lib/gcc-ss/lib
 PWD	:= $(shell pwd)
 
@@ -56,7 +56,7 @@
 	rm -rf builddir
 	mkdir builddir
 	cd builddir && \
-	    $(ENV) CFLAGS="-g -O2" ../$(dir)/configure -v --prefix=/usr \
+	    $(ENVPREFIX) CFLAGS="-g -O2" ../$(dir)/configure -v --prefix=/usr \
 		--enable-shared \
 		--enable-fast-character \
 		--enable-java-gc=$(java_gc) \
@@ -70,12 +70,12 @@
 build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-	$(ENV) $(MAKE) -C builddir
+	$(ENVPREFIX) $(MAKE) -C builddir
 	touch build-stamp
 
 check: build-stamp
 	dh_testdir
-	$(ENV) $(MAKE) -C builddir check
+	$(ENVPREFIX) $(MAKE) -C builddir check
 
 clean:
 	dh_testdir
@@ -117,7 +117,7 @@
 	dh_installdirs -p$(p_lib) $(lib_dirs)
 	dh_installdirs -p$(p_dev) $(dev_dirs)
 	-mkdir -p $(d)/usr
-	$(ENV) $(MAKE) -C builddir install prefix=$(PWD)/$(d)/usr
+	$(ENVPREFIX) $(MAKE) -C builddir install prefix=$(PWD)/$(d)/usr
 
 	: # adjust installation locations
 #	if [ -d $(d)/usr/lib ]; then rmdir $(d)/usr/lib; else true; fi

---------------------------------------
Received: (at 68560-done) by bugs.debian.org; 21 Jul 2001 11:37:34 +0000
>From doko@cs.tu-berlin.de Sat Jul 21 06:37:34 2001
Return-path: <doko@cs.tu-berlin.de>
Received: from mail.cs.tu-berlin.de [::ffff:130.149.17.13] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15Nv4f-0003ub-00; Sat, 21 Jul 2001 06:37:34 -0500
Received: from bolero.cs.tu-berlin.de (doko@bolero.cs.tu-berlin.de [130.149.19.1])
	by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id NAA27827;
	Sat, 21 Jul 2001 13:35:16 +0200 (MET DST)
Received: (from doko@localhost)
	by bolero.cs.tu-berlin.de (8.10.2+Sun/8.9.3) id f6LBZGU17086;
	Sat, 21 Jul 2001 13:35:16 +0200 (MEST)
From: Matthias Klose <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <15193.26868.406156.593153@gargle.gargle.HOWL>
Date: Sat, 21 Jul 2001 13:35:16 +0200
To: 68560-done@bugs.debian.org, 79984-done@bugs.debian.org
Subject: packages removed
X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid
Delivered-To: 68560-done@bugs.debian.org

bugs in packages remoced from unstable



Reply to: