Your message dated Sun, 19 Feb 2012 23:02:55 +0000
with message-id <[email protected]>
and subject line Bug#660416: fixed in ikarus 0.0.3+bzr.2010.01.26-2
has caused the Debian Bug report #660416,
regarding ikarus: FTBFS `pkglibdir' is not a legitimate directory for `DATA'
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
660416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660416
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ikarus
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch

Dear maintainer,

ikarus fails to build with automake 1.11.2 or greater.

Snippet:
dh clean --with autoreconf --parallel
   dh_testdir -O--parallel
   dh_auto_clean -O--parallel
   dh_autoreconf_clean -O--parallel
   dh_clean -O--parallel
 debian/rules build
dh build --with autoreconf --parallel
   dh_testdir -O--parallel
   dh_autoreconf -O--parallel
lib/Makefile.am:9: `pkglibdir' is not a legitimate directory for `DATA'
scheme/Makefile.am:105: shell sed 's/ .*//' ../.bzr/branch/last-revision 
2>/dev/null: non-POSIX variable name
scheme/Makefile.am:105: (probably a GNU make extension)
scheme/Makefile.am:106: shell ls ../.bzr/branch/last-revision 2>/dev/null: 
non-POSIX variable name
scheme/Makefile.am:106: (probably a GNU make extension)
scheme/Makefile.am:109: shell grep SIZEOF_VOID_P ../config.h | sed "s/.*\(.\: 
non-POSIX variable name
scheme/Makefile.am:109: (probably a GNU make extension)
scheme/Makefile.am:113: shell cat $(srcdir: non-POSIX variable name
scheme/Makefile.am:113: (probably a GNU make extension)
scheme/Makefile.am:2: `pkglibdir' is not a legitimate directory for `DATA'
autoreconf: automake failed with exit status: 1
dh_autoreconf: autoreconf -f -i returned exit code 1
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
******************************************************************************
Build finished at 20120208-1525
FAILED [dpkg-buildpackage died]

The full buidlog can be found at 
https://launchpad.net/ubuntu/+archive/test-rebuild-20120201/+build/3151144/+files/buildlog_ubuntu-precise-amd64.ikarus_0.0.3+bzr.2010.01.26-1_FAILEDTOBUILD.txt.gz.

The following patch fixes the problem.

Have a great day,

Leo.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric'), (100, 
'oneiric-backports')
Architecture: i386 (i686)

Kernel: Linux 3.2.2-030202-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Replace pkglib (deprecated) with pkgdata in Makefile.am.
 This fixes FTBFS with automake 1.11.2 or greater.
Author: Leo Iannacone <[email protected]>
Bug-Ubuntu: https://bugs.launchpad.net/+bug/935180

---
 lib/Makefile.am    |    2 +-
 scheme/Makefile.am |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

--- ikarus.orig/lib/Makefile.am
+++ ikarus/lib/Makefile.am
@@ -6,7 +6,7 @@ libCocoadir=$(pkglibdir)/Cocoa
 dist_libCocoa_DATA=Cocoa/helpers.ss
 
 
-dist_pkglib_DATA= match.ss gl.ss glut.ss \
+dist_pkgdata_DATA= match.ss gl.ss glut.ss \
   ypsilon-compat.ikarus.ss ypsilon-compat.ypsilon.ss \
   objc.ss Cocoa.ss 
 
--- ikarus.orig/scheme/Makefile.am
+++ ikarus/scheme/Makefile.am
@@ -1,5 +1,5 @@
 
-nodist_pkglib_DATA=ikarus.boot
+nodist_pkgdata_DATA=ikarus.boot
 
 EXTRA_DIST=ikarus.boot.4.prebuilt ikarus.boot.8.prebuilt last-revision \
   ikarus.enumerations.ss run-tests.ss \
@@ -100,7 +100,7 @@ EXTRA_DIST=ikarus.boot.4.prebuilt ikarus
   tests/tests-5.6-req.scm \
   tests/unicode.ss
 
-all: $(nodist_pkglib_DATA)
+all: $(nodist_pkgdata_DATA)
 
 revno = "$(shell sed 's/ .*//' ../.bzr/branch/last-revision 2>/dev/null)"
 $(srcdir)/last-revision: $(shell ls ../.bzr/branch/last-revision 2>/dev/null) 
@@ -116,7 +116,7 @@ ikarus.config.ss: Makefile last-revision
        echo '(define wordsize $(sizeofvoidp))' >>$@
 
 
-CLEANFILES=$(nodist_pkglib_DATA) ikarus.config.ss
+CLEANFILES=$(nodist_pkgdata_DATA) ikarus.config.ss
 MAINTAINERCLEANFILES=last-revision
 
 ikarus.boot: $(EXTRA_DIST) ikarus.config.ss 

--- End Message ---
--- Begin Message ---
Source: ikarus
Source-Version: 0.0.3+bzr.2010.01.26-2

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

ikarus_0.0.3+bzr.2010.01.26-2.debian.tar.gz
  to main/i/ikarus/ikarus_0.0.3+bzr.2010.01.26-2.debian.tar.gz
ikarus_0.0.3+bzr.2010.01.26-2.dsc
  to main/i/ikarus/ikarus_0.0.3+bzr.2010.01.26-2.dsc
ikarus_0.0.3+bzr.2010.01.26-2_amd64.deb
  to main/i/ikarus/ikarus_0.0.3+bzr.2010.01.26-2_amd64.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 protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barak A. Pearlmutter <[email protected]> (supplier of updated ikarus 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 protected])


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

Format: 1.8
Date: Sun, 19 Feb 2012 10:31:16 +0000
Source: ikarus
Binary: ikarus
Architecture: source amd64
Version: 0.0.3+bzr.2010.01.26-2
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Description: 
 ikarus     - Scheme compiler and interpreter
Closes: 660416
Changes: 
 ikarus (0.0.3+bzr.2010.01.26-2) unstable; urgency=low
 .
   * remove autoreconf-regenerated files to avoid confusion
   * add amd64 to package description
   * remove obsolete debian/docs debian/dirs
   * add build dependency on libffi
   * allow local non-quilt mods
   * quilt patch for automake bit rot (closes: #660416)
   * refresh quilt patches
   * dh 9
Checksums-Sha1: 
 b4576fbdf095b6e081028b385ae7ef7b2273c60e 1315 ikarus_0.0.3+bzr.2010.01.26-2.dsc
 a7c3d2ee98446c5d16e05a198e194524faeae430 14868 
ikarus_0.0.3+bzr.2010.01.26-2.debian.tar.gz
 fe442788f49d0fa5de880bf53841af31e9c5b859 2098612 
ikarus_0.0.3+bzr.2010.01.26-2_amd64.deb
Checksums-Sha256: 
 a85249edaccc46f24c1c9879c65ab679a971cabe14b55b671cf0e4edc6d73e65 1315 
ikarus_0.0.3+bzr.2010.01.26-2.dsc
 ed118a4f2ed478c47e278ad877c2247a7e239688fe8aaeacf7f808c0e0445e7b 14868 
ikarus_0.0.3+bzr.2010.01.26-2.debian.tar.gz
 c30ee6d28500462c75d5aad4244e1369a49ed4a211c278c22d589fa79689fffa 2098612 
ikarus_0.0.3+bzr.2010.01.26-2_amd64.deb
Files: 
 502a2aa6ddae1213578732d768a7d368 1315 lisp extra 
ikarus_0.0.3+bzr.2010.01.26-2.dsc
 1fdc8e790c9fb1bc0895df34a7d9f7dd 14868 lisp extra 
ikarus_0.0.3+bzr.2010.01.26-2.debian.tar.gz
 e8f736c83d05a62cf2f209ead32e84ee 2098612 lisp extra 
ikarus_0.0.3+bzr.2010.01.26-2_amd64.deb

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

iEYEARECAAYFAk9Be/QACgkQLz4Gnv7CP7LYzwCfZG6F6b/a5CXsPQKekmnbx7Ax
J5oAoJbaf0ZZTk8i7Y0FcthXn6KnNxji
=zoZp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to