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

Bug#94699: marked as done (tetex-bin: PATCH: gcc 3.0 issues, Build failure on PARISC machines)



Your message dated Sun, 3 Jun 2001 21:23:20 +0200 (CEST)
with message-id <Pine.NEB.4.33.0106032121470.13929-100000@mimas.fachschaften.tu-muenchen.de>
and subject line Fixed in tetex-bin 1.0.7+20001218-4
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; 21 Apr 2001 07:47:30 +0000
>From lamont@smallone.fc.hp.com Sat Apr 21 02:47:30 2001
Return-path: <lamont@smallone.fc.hp.com>
Received: from atlrel1.hp.com [156.153.255.210] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14qs78-00026d-00; Sat, 21 Apr 2001 02:47:30 -0500
Received: from security.hp.com (cranston.fc.hp.com [15.1.44.224])
	by atlrel1.hp.com (Postfix) with ESMTP id 5A66C53C
	for <submit@bugs.debian.org>; Sat, 21 Apr 2001 03:47:29 -0400 (EDT)
Received: from smallone.fc.hp.com (smallone.fc.hp.com [15.1.44.235])
	by security.hp.com (Postfix) with ESMTP
	id F35201872C; Sat, 21 Apr 2001 01:47:24 -0600 (MDT)
Received: by smallone.fc.hp.com (Postfix, from userid 1001)
	id D64A218C04; Sat, 21 Apr 2001 01:44:18 -0600 (MDT)
From: LaMont Jones <lamont@smallone.fc.hp.com>
Subject: tetex-bin: PATCH: gcc 3.0 issues, Build failure on PARISC machines
To: submit@bugs.debian.org
X-Mailer: bug 3.3.9
Message-Id: <20010421074418.D64A218C04@smallone.fc.hp.com>
Date: Sat, 21 Apr 2001 01:44:18 -0600 (MDT)
Delivered-To: submit@bugs.debian.org

Package: tetex-bin
Version: 1.0.7+20001218-3
Severity: normal

Two things:

1) gcc 3.0 implements printf() as a macro, patch attched.

2) The config.guess and config.sub files in the source need to be updated
   to the current ones (at http://subversions.gnu.org/cgi-bin/cvsweb/config/)

With those changes, the package builds.

lamont

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux smallone 2.4.0 #23 Sat Apr 14 23:32:01 MDT 2001 parisc64 unknown

--- texk/dvipsk/afm2tfm.c.orig	Sat Apr 21 01:24:50 2001
+++ texk/dvipsk/afm2tfm.c	Sat Apr 21 01:25:01 2001
@@ -1976,11 +1976,13 @@
 /*
  *   This routine prints out the line that needs to be added to psfonts.map.
  */
+#ifndef VMCMS
 void conspsfonts() {
    (void)printf("%s %s", outname,
-#ifndef VMCMS
    fontname) ;
 #else /* VM/CMS: fontname is ascii, so we use ebfontname */
+void conspsfonts() {
+   (void)printf("%s %s", outname,
    ebfontname) ;
 #endif
    if (slantparam || efactorparam || inenname) {

---------------------------------------
Received: (at 94699-done) by bugs.debian.org; 3 Jun 2001 19:23:30 +0000
>From bunk@fs.tum.de Sun Jun 03 14:23:31 2001
Return-path: <bunk@fs.tum.de>
Received: from nilpferd.fachschaften.tu-muenchen.de [129.187.176.79] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 156dTG-0007ZG-00; Sun, 03 Jun 2001 14:23:30 -0500
Received: (qmail 18929 invoked from network); 3 Jun 2001 19:23:27 -0000
Received: from mimas.fachschaften.tu-muenchen.de (HELO mimas) (129.187.176.26)
  by nilpferd.fachschaften.tu-muenchen.de with SMTP; 3 Jun 2001 19:23:27 -0000
Date: Sun, 3 Jun 2001 21:23:20 +0200 (CEST)
From: Adrian Bunk <bunk@fs.tum.de>
X-X-Sender:  <bunk@mimas.fachschaften.tu-muenchen.de>
To:  <39464-done@bugs.debian.org>,  <63450-done@bugs.debian.org>, 
     <63451-done@bugs.debian.org>,  <67162-done@bugs.debian.org>, 
     <88397-done@bugs.debian.org>,  <94457-done@bugs.debian.org>, 
     <94699-done@bugs.debian.org>,  <94929-done@bugs.debian.org>
Subject: Fixed in tetex-bin 1.0.7+20001218-4
Message-ID: <Pine.NEB.4.33.0106032121470.13929-100000@mimas.fachschaften.tu-muenchen.de>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 94699-done@bugs.debian.org

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

Format: 1.7
Date: Sat,  2 Jun 2001 15:46:12 +0200
Source: tetex-bin
Binary: tetex-bin libkpathsea-dev libkpathsea3
Architecture: source i386
Version: 1.0.7+20001218-4
Distribution: unstable
Urgency: medium
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Adrian Bunk <bunk@fs.tum.de>
Description:
 libkpathsea-dev - kpathsea.a and include files for teTeX
 libkpathsea3 - shared libkpathsea for teTeX
 tetex-bin  - teTeX binary files
Closes: 39464 63450 63451 67162 88397 94457 94699 94929
Changes:
 tetex-bin (1.0.7+20001218-4) unstable; urgency=medium
 .
   * When moving xdvi in 1.0.7+20001218-1 I accidentially deleted
     the move of (o)xdvi.bin to (o)xdvi.real... (closes: #94929)
   * Applied a patch by C.M. Connelly <c@eskimo.com> to get texconfig
     use dialog again. (closes: #94457)
   * Applied a patch by LaMont Jones <lamont@smallone.fc.hp.com> to get
     texk/dvipsk/afm2tfm.c compile with gcc-3.0 and updated
     config.guess and config.sub. (closes: #94699)
   * Applied a patch by C.M. Connelly <c@eskimo.com> to fix a problem
     where Omega started the editor with an empty file.
     (closes: #63450)
   * Applied a patch by C.M. Connelly <c@eskimo.com> to fix a
     compile warning in tftopl and vftovp. (closes: #63451)
   * Call perl explicitely using #!/usr/bin/perl in the following
     programs:
     - e2pall
     - epstopdf
     - texexec
     - texshow
     - texutil
     - thumbpdf
     (closes: #67162)
   * Added the following man pages written by
     C.M. Connelly <c@eskimo.com>:
     - e2pall.1
     - fmtutil.8
     - fmtutil.cnf.5
     - fontinst.1
     - kpsepath.1
     - kpsetool.1
     - kpsexpand.1
     - mkfontdesc.8
     - mkindex.1
     - mkocp.1
     - mkofm.1
     - ofm2opl.1
     - opl2ofm.1
     - otp2ocp.1
     - outocp.1
     - ovf2ovp.1
     - ovp2ovf.1
     - pslatex.1
     - rubibtex.1
     - rumakeindex.1
     - texdoc.1
     - texexec.1
     - texi2pdf.1
     - texlinks.8
     - texshow.1
     - texutil.1
     - thumbpdf.1
     - ttf2afm.1
     (closes: #39464)
   * Made the build dependency on debhelper versioned (>= 3.0.6)
     because we use dh_installman now.
   * Made a small correction to xdvi.1. (closes: #88397)
Files:
 072f39905b73bb721e0282bbda56021d 815 tex standard tetex-bin_1.0.7+20001218-4.dsc
 a5a1c7b7601a12655ce201871cf6be9f 52014 tex standard tetex-bin_1.0.7+20001218-4.diff.gz
 541b686ac8c86208ed0666f9828e3ec0 2546110 tex standard tetex-bin_1.0.7+20001218-4_i386.deb
 71e94a21594bc668c9a0f5ea233785e4 34910 libs standard libkpathsea3_1.0.7+20001218-4_i386.deb
 78275dc88bce9a1acaa869ced364956f 63310 devel optional libkpathsea-dev_1.0.7+20001218-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7GnoemfzqmE8StAARAqDZAKCJ95I0k0K6g/SMUWy5ajzyOTahegCeJf4Y
R+l3hE6+6YSMbjaZKbDnHcg=
=6p+n
-----END PGP SIGNATURE-----



Reply to: