jade: FTBFS with new make

Bug #28063 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
jade (Debian)
Fix Released
Unknown
jade (Ubuntu)
Fix Released
High
Unassigned

Bug Description

Automatically imported from Debian bug report #346185 http://bugs.debian.org/346185

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Fri, 06 Jan 2006 09:38:45 +0100
From: Daniel Schepler <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: jade: FTBFS with new make

--=-=-=

Package: jade
Severity: serious
Version: 1.2.1-45
Tags: patch

Because of changes in recent versions of make for Posix compliance,
the jade package now fails to build with:

...
echo "libsp1c2:Version=libsp1c2 (= 1.3.4-1.2.1-45)" \
            >> debian/libsp1-dev.substvars
sed -e 's|%{default-catalogs}|/etc/sgml/catalog|; \
                s|%{default-sgml-path}|/usr/local/share/sgml:/usr/share/sgml|; \
                s|%{sgmldir}|/usr/share/sgml|;' \
                debian/README.Debian.in > debian/README.Debian
sed: -e expression #1, char 143: unterminated address regex
make: *** [binary-arch] Error 1

I've attached a patch which fixes this failure for me.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

--=-=-=
Content-Type: text/x-patch
Content-Disposition: inline; filename=jade.diff

diff -urN jade-1.2.1.old/debian/rules jade-1.2.1/debian/rules
--- jade-1.2.1.old/debian/rules 2006-01-06 09:26:34.000000000 +0100
+++ jade-1.2.1/debian/rules 2006-01-06 09:32:06.000000000 +0100
@@ -174,9 +174,9 @@
      >> debian/${pkg-libsp1-dev}.substvars

 # substitution in README.Debian
- sed -e 's|%{default-catalogs}|$(default-catalogs)|; \
- s|%{default-sgml-path}|$(default-sgml-path)|; \
- s|%{sgmldir}|$(sgmldir)|;' \
+ sed -e 's|%{default-catalogs}|$(default-catalogs)|; '\
+' s|%{default-sgml-path}|$(default-sgml-path)|; '\
+' s|%{sgmldir}|$(sgmldir)|;' \
   debian/README.Debian.in > debian/README.Debian

 ##

--=-=-=--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Fri, 6 Jan 2006 06:33:12 -0500
From: Neil Roeth <email address hidden>
To: Daniel Schepler <email address hidden>, <email address hidden>
Subject: Bug#346185: jade: FTBFS with new make

On Jan 6, Daniel Schepler (<email address hidden>) wrote:
 > Package: jade
 > Severity: serious
 > Version: 1.2.1-45
 > Tags: patch
 >
 > Because of changes in recent versions of make for Posix compliance,
 > the jade package now fails to build with:
 >
 > ...
 > echo "libsp1c2:Version=libsp1c2 (= 1.3.4-1.2.1-45)" \
 > >> debian/libsp1-dev.substvars
 > sed -e 's|%{default-catalogs}|/etc/sgml/catalog|; \
 > s|%{default-sgml-path}|/usr/local/share/sgml:/usr/share/sgml|; \
 > s|%{sgmldir}|/usr/share/sgml|;' \
 > debian/README.Debian.in > debian/README.Debian
 > sed: -e expression #1, char 143: unterminated address regex
 > make: *** [binary-arch] Error 1
 >
 > I've attached a patch which fixes this failure for me.

Thanks, I'll fix it soon.

--
Neil Roeth

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 06 Jan 2006 20:17:06 -0800
From: Neil Roeth <email address hidden>
To: <email address hidden>
Subject: Bug#346185: fixed in jade 1.2.1-46

Source: jade
Source-Version: 1.2.1-46

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

jade_1.2.1-46.diff.gz
  to pool/main/j/jade/jade_1.2.1-46.diff.gz
jade_1.2.1-46.dsc
  to pool/main/j/jade/jade_1.2.1-46.dsc
jade_1.2.1-46_i386.deb
  to pool/main/j/jade/jade_1.2.1-46_i386.deb
libsp1-dev_1.3.4-1.2.1-46_i386.deb
  to pool/main/j/jade/libsp1-dev_1.3.4-1.2.1-46_i386.deb
libsp1c2_1.3.4-1.2.1-46_i386.deb
  to pool/main/j/jade/libsp1c2_1.3.4-1.2.1-46_i386.deb
sp_1.3.4-1.2.1-46_i386.deb
  to pool/main/j/jade/sp_1.3.4-1.2.1-46_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 <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Neil Roeth <email address hidden> (supplier of updated jade 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 <email address hidden>)

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

Format: 1.7
Date: Fri, 6 Jan 2006 06:46:18 -0500
Source: jade
Binary: jade sp libsp1-dev libsp1c2
Architecture: source i386
Version: 1.2.1-46
Distribution: unstable
Urgency: low
Maintainer: Neil Roeth <email address hidden>
Changed-By: Neil Roeth <email address hidden>
Description:
 jade - James Clark's DSSSL Engine
 libsp1-dev - James Clark's SP suite, developer support
 libsp1c2 - Runtime library for James Clark's SP suite
 sp - James Clark's SGML parsing tools
Closes: 346185
Changes:
 jade (1.2.1-46) unstable; urgency=low
 .
   * debian/rules: Fix quoting on multiline sed command to fix make
     backward incompatibilit: "FTBFS with new make". Also fixed
     README.Debian.in: sgml-dir -> sgmldir. Thanks to Daniel
     Schepler. (closes: #346185)
Files:
 9d0e677affa8de46eab9a1edb3b01bfe 645 text optional jade_1.2.1-46.dsc
 14483a03a20c3908799979ae55e3a072 367379 text optional jade_1.2.1-46.diff.gz
 20f59487bfdd8562576fb8e1c2e8da90 175692 text optional sp_1.3.4-1.2.1-46_i386.deb
 8b3dc0f2d6bc5d0e0f550936ac54ed45 1345268 libs optional libsp1c2_1.3.4-1.2.1-46_i386.deb
 a91f64dd555d3df18981246930db0b26 1814610 libdevel optional libsp1-dev_1.3.4-1.2.1-46_i386.deb
 1d9f086f4425720ff88e255e80e5010b 308806 text optional jade_1.2.1-46_i386.deb

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

iD8DBQFDvzTT6j+skPrutKkRAuYuAJ0YYe+nr6OHkGgZ8bayx4m7WdfPHwCfRCGo
KWhT9E3eaeyYFqImdlniy7s=
=3JEY
-----END PGP SIGNATURE-----

Revision history for this message
Matt Zimmerman (mdz) wrote :

Fixed in 1.2.1-46 and newer:

      jade | 1.2.1-46ubuntu1 | http://us.archive.ubuntu.com dapper/main Packages

Changed in jade:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.