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

Bug#134260: marked as done (package writes to /usr/share during build)



Your message dated Tue, 19 Nov 2002 08:02:32 -0500
with message-id <E18E81Q-00053T-00@auric.debian.org>
and subject line Bug#134260: fixed in tetex-bin 1.0.7+20021025-2
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; 16 Feb 2002 16:28:12 +0000
>From vorlon@netexpress.net Sat Feb 16 10:28:11 2002
Return-path: <vorlon@netexpress.net>
Received: from minbar.dodds.net [64.22.202.18] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16c7h5-0004eM-00; Sat, 16 Feb 2002 10:28:11 -0600
Received: by minbar.dodds.net (Postfix, from userid 1000)
	id 5F2061A117; Sat, 16 Feb 2002 10:28:11 -0600 (CST)
Date: Sat, 16 Feb 2002 10:28:11 -0600
From: Steve Langasek <vorlon@netexpress.net>
To: submit@bugs.debian.org
Subject: package writes to /usr/share during build
Message-ID: <20020216162809.GL29004@dodds.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
X-message-flag: Outlook: A program to spread viri, but it can do mail too.
Delivered-To: submit@bugs.debian.org

Package: tetex-bin
Version: 1.0.7+20011202-3.1
Severity: serious
Tags: patch
Justification: fails to build from source

The build scripts from tetex-bin 1.0.7+20011202-3.1 use a $(mandir) 
setting which does not respect $(prefix).  I found the patch below was 
necessary in order to get the package to build on my system using 
fakeroot.

Steve Langasek
postmodern programmer

diff -uNr tetex-bin-1.0.7+20011202.orig/debian/rules tetex-bin-1.0.7+20011202/debian/rules
--- tetex-bin-1.0.7+20011202.orig/debian/rules	Fri Feb 15 22:45:15 2002
+++ tetex-bin-1.0.7+20011202/debian/rules	Fri Feb 15 23:35:55 2002
@@ -40,7 +40,7 @@
 	install -d debian/tmp
 	cd debian/tmp && install -d `cat ../dirs`
 #tetex-bin install
-	make install prefix=`pwd`/debian/tmp/usr texmf=`pwd`/debian/tmp/usr/share/texmf
+	make install prefix=`pwd`/debian/tmp/usr texmf=`pwd`/debian/tmp/usr/share/texmf mandir=`pwd`/debian/tmp/usr/share/man/
 	make strip prefix=`pwd`/debian/tmp/usr
 	# move web2c to var
 	cp -a debian/tmp/usr/share/texmf/web2c debian/tmp/var/lib/texmf

---------------------------------------
Received: (at 134260-close) by bugs.debian.org; 19 Nov 2002 13:08:26 +0000
>From katie@auric.debian.org Tue Nov 19 07:08:26 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18E877-00006q-00; Tue, 19 Nov 2002 07:08:25 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 18E81Q-00053T-00; Tue, 19 Nov 2002 08:02:32 -0500
From: Atsuhito KOHDA <kohda@debian.org>
To: 134260-close@bugs.debian.org
X-Katie: $Revision: 1.28 $
Subject: Bug#134260: fixed in tetex-bin 1.0.7+20021025-2
Message-Id: <E18E81Q-00053T-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Tue, 19 Nov 2002 08:02:32 -0500
Delivered-To: 134260-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
tetex-bin, which is due to be installed in the Debian FTP archive:

libkpathsea-dev_1.0.7+20021025-2_i386.deb
  to pool/main/t/tetex-bin/libkpathsea-dev_1.0.7+20021025-2_i386.deb
libkpathsea3_1.0.7+20021025-2_i386.deb
  to pool/main/t/tetex-bin/libkpathsea3_1.0.7+20021025-2_i386.deb
tetex-bin_1.0.7+20021025-2.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_1.0.7+20021025-2.diff.gz
tetex-bin_1.0.7+20021025-2.dsc
  to pool/main/t/tetex-bin/tetex-bin_1.0.7+20021025-2.dsc
tetex-bin_1.0.7+20021025-2_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_1.0.7+20021025-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 134260@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Atsuhito KOHDA <kohda@debian.org> (supplier of updated tetex-bin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 19 Nov 2002 17:15:59 +0900
Source: tetex-bin
Binary: libkpathsea3 tetex-bin libkpathsea-dev
Architecture: source i386
Version: 1.0.7+20021025-2
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Atsuhito KOHDA <kohda@debian.org>
Description: 
 libkpathsea-dev - kpathsea.a and include files for teTeX
 libkpathsea3 - shared libkpathsea for teTeX
 tetex-bin  - teTeX binary files
Closes: 113631 134260 148910 151680 162052
Changes: 
 tetex-bin (1.0.7+20021025-2) unstable; urgency=low
 .
   * I updated 45TeXinputs and 95NonPath which I forgot to do by accident.
     This was essential and sorry.  [kohda]
   * Fixed rules, now building would work with ash.  [kohda]  (Closes: #134260)
   * Following could be closed now.  [kohda]
    - xdvi worked with *.dvi.gz  (Closes: #113631)
    - mktexdir seemed fixed in upstream.  (Closes: #148910)
    - now depended on perl-tk.  (Closes: #151680)
    - dvips was now of 5.92a >= 5.86f  (Closes: #162052)
Files: 
 f4160b54635d52189af55c56c21743a1 959 tex optional tetex-bin_1.0.7+20021025-2.dsc
 0751b3e5fd7c3ae7437318c2e6cc24ae 42295 tex optional tetex-bin_1.0.7+20021025-2.diff.gz
 8fb34ca70d09e5bf8116c5a9d643eec6 2775600 tex optional tetex-bin_1.0.7+20021025-2_i386.deb
 084d6de9330114a708e475ca7977fb0a 42718 libs optional libkpathsea3_1.0.7+20021025-2_i386.deb
 2ee0675185e3877fa9c2c1c77812a1e0 62652 devel optional libkpathsea-dev_1.0.7+20021025-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE92jGg1IXdL1v6kOwRAirfAJwJGeNV7CZITHvZBjKJMrjDTu04TACfUX4w
0X0YdHO5zQBCCpaNF1wWbFY=
=mq9F
-----END PGP SIGNATURE-----



Reply to: