Your message dated Wed, 17 Dec 2008 15:32:03 +0000
with message-id <e1lcynx-00014u...@ries.debian.org>
and subject line Bug#419397: fixed in haskell98-tutorial 200006-2-1.1
has caused the Debian Bug report #419397,
regarding haskell98-tutorial: FTBFS after the tetex to texlive transition
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 ow...@bugs.debian.org
immediately.)


-- 
419397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419397
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: haskell98-tutorial
Version: 200006-2-1
Severity: important
Tags: patch
Justification: fails to build from source

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

Hi Ian,

I am planning to upload the modular Hugs from experimental to unstable
ASAP. As a precaution I am rebuilding all packages which build depend
on Hugs.

When I was rebuilding haskell98-tutorial I noticed that it FTBFS due
to tetex to texlive transition [1].

I have fixed this by updating the build dependencies. After that it
also FTBFS with the new hugs packages. This was caused by an import of
the IOExts module which is no longer in the default search path sine
the September 2006 release of hugs:

   - The compatibility libraries are no longer included on the default
     search path. You can access them by adding "{Hugs}/oldlib" to the
     search path (see -Pstr), but they will be removed in the next
     release.

Attached is my patch which enables the package to build against the
texlive and the new hugs packages.

Greetings Arjan

- -- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-2-nebula (PREEMPT)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

haskell98-tutorial depends on no packages.

Versions of packages haskell98-tutorial recommends:
ii  haskell98-report              20030706-3 The Haskell 98 Language and Librar

- -- no debconf information

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

iD8DBQFGIjs6UALvsZYuOJARArFZAJ9k4DAPiU/GTJxOqTkEAU02+AqHLQCgnoJe
KK3CfDKkDiio+WV61fWfHhs=
=VsF/
-----END PGP SIGNATURE-----
diff -u haskell98-tutorial-200006-2/tex.hs haskell98-tutorial-200006-2/tex.hs
--- haskell98-tutorial-200006-2/tex.hs
+++ haskell98-tutorial-200006-2/tex.hs
@@ -82,7 +82,7 @@
 import IO hiding (bracket)
 import Char(isSpace, isAlpha, isDigit)
 
-import IOExts(unsafePerformIO)  -- debugging only
+import System.IO.Unsafe(unsafePerformIO)  -- debugging only
 
 data FontStyle = RM | IT | TT | Bold | Sym | UL
     deriving (Eq,Show)
diff -u haskell98-tutorial-200006-2/debian/changelog haskell98-tutorial-200006-2/debian/changelog
--- haskell98-tutorial-200006-2/debian/changelog
+++ haskell98-tutorial-200006-2/debian/changelog
@@ -1,3 +1,13 @@
+haskell98-tutorial (200006-2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build against texlive as tetex has been dropped. (Closes: .....)
+  * tex.hs: import unsafePerformIO from System.IO.Unsafe as the IOExts
+    module is no longer included on the default search path since the
+    September 2006 release of Hugs.
+  
+ -- Arjan Oosting <ar...@debian.org>  Sun, 15 Apr 2007 16:36:50 +0200
+
 haskell98-tutorial (200006-2-1) unstable; urgency=low
 
   * New upstream source, also claiming to be June 2000. Closes: #344323.
diff -u haskell98-tutorial-200006-2/debian/control haskell98-tutorial-200006-2/debian/control
--- haskell98-tutorial-200006-2/debian/control
+++ haskell98-tutorial-200006-2/debian/control
@@ -3,7 +3,7 @@
 Section: doc
 Priority: optional
 Standards-Version: 3.7.2
-Build-Depends: hugs, flex, debhelper (>= 4), tetex-bin
+Build-Depends: hugs, flex, debhelper (>= 4), texlive-latex-base, texlive-generic-recommended
 
 Package: haskell98-tutorial
 Architecture: all

--- End Message ---
--- Begin Message ---
Source: haskell98-tutorial
Source-Version: 200006-2-1.1

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

haskell98-tutorial_200006-2-1.1.diff.gz
  to pool/main/h/haskell98-tutorial/haskell98-tutorial_200006-2-1.1.diff.gz
haskell98-tutorial_200006-2-1.1.dsc
  to pool/main/h/haskell98-tutorial/haskell98-tutorial_200006-2-1.1.dsc
haskell98-tutorial_200006-2-1.1_all.deb
  to pool/main/h/haskell98-tutorial/haskell98-tutorial_200006-2-1.1_all.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 419...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bill Allombert <ballo...@debian.org> (supplier of updated haskell98-tutorial 
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 ftpmas...@debian.org)


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

Format: 1.8
Date: Wed, 17 Dec 2008 15:37:56 +0100
Source: haskell98-tutorial
Binary: haskell98-tutorial
Architecture: source all
Version: 200006-2-1.1
Distribution: unstable
Urgency: low
Maintainer: Ian Lynagh (wibble) <ig...@debian.org>
Changed-By: Bill Allombert <ballo...@debian.org>
Description: 
 haskell98-tutorial - A Gentle Introduction to Haskell 98
Closes: 419397
Changes: 
 haskell98-tutorial (200006-2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload based on a patch by Arjan Oosting:
     - Build against texlive as tetex has been dropped. (Closes: #419397)
     - tex.hs: import unsafePerformIO from System.IO.Unsafe as the IOExts
       module is no longer included on the default search path since the
       September 2006 release of Hugs.
   * haskell98-tutorial.doc-base:
     - Change programming to Programming to follow doc-base policy.
Checksums-Sha1: 
 133d37c16081f9521c92dac9a49d20cad4877b6f 1124 
haskell98-tutorial_200006-2-1.1.dsc
 c2c91320db218ce495b488e67a8fc74e754e53af 3882 
haskell98-tutorial_200006-2-1.1.diff.gz
 8933797650c0b1318f0d74321f530c85c6b2bf38 113694 
haskell98-tutorial_200006-2-1.1_all.deb
Checksums-Sha256: 
 c643e600a64a30a04a08b690e5e45be2a3a8c6b52c652b090f6946ced3df186d 1124 
haskell98-tutorial_200006-2-1.1.dsc
 ca5ff9a4c54a241e3dcf9af75481cc4148141ac2269b0202d17a56539064195c 3882 
haskell98-tutorial_200006-2-1.1.diff.gz
 26022c0d77c101e1cca6d1d2a850eddc6d92d9b8ad4c6b49ec591cacbac23976 113694 
haskell98-tutorial_200006-2-1.1_all.deb
Files: 
 36a5f81a99aa2d8653b01387d02648fa 1124 doc optional 
haskell98-tutorial_200006-2-1.1.dsc
 6c27de22e27bcb94279f645d9f0a28cc 3882 doc optional 
haskell98-tutorial_200006-2-1.1.diff.gz
 eaf71b28712b9e809675fcc4e45070e3 113694 doc optional 
haskell98-tutorial_200006-2-1.1_all.deb

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

iEYEARECAAYFAklJGBwACgkQeDPs8bVESBU5+QCfc6Raj2foanUutKy6HJ4qcKea
ZWoAnA1G3SVFUwtKGHLTHa5aALKit3g2
=Kw0b
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to