Your message dated Wed, 16 May 2018 12:51:11 +0000
with message-id <e1fivtf-0007gi...@fasolo.debian.org>
and subject line Bug#897542: fixed in raincat 1.1.1.2-4
has caused the Debian Bug report #897542,
regarding raincat: FTBFS:     Could not find module `Item.Items'
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.)


-- 
897542: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: raincat
Version: 1.1.1.2-3
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ./Setup build
> Preprocessing executable 'raincat' for Raincat-1.1.1.2..
> Building executable 'raincat' for Raincat-1.1.1.2..
> 
> <no location info>: warning: [-Wmissing-home-modules]
>     These modules are needed for compilation but not listed in your .cabal 
> file's other-modules: Paths_Raincat
> [ 1 of 34] Compiling Error.Error      ( src/Error/Error.hs, 
> dist/build/raincat/raincat-tmp/Error/Error.o )
> 
> src/Error/Error.hs:6:1: warning: [-Wdeprecations]
>     Module `Control.Monad.Error' is deprecated:
>       Use "Control.Monad.Except" instead
>   |
> 6 | import Control.Monad.Error
>   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> src/Error/Error.hs:14:10: warning: [-Wdeprecations]
>     In the use of type constructor or class `Error'
>     (imported from Control.Monad.Error, but defined in 
> transformers-0.5.2.0:Control.Monad.Trans.Error):
>     Deprecated: "Use Control.Monad.Trans.Except instead"
>    |
> 14 | instance Error RaincatError where
>    |          ^^^^^
> 
> src/Error/Error.hs:14:10: warning: [-Wdeprecations]
>     In the use of type constructor or class `Error'
>     (imported from Control.Monad.Error, but defined in 
> transformers-0.5.2.0:Control.Monad.Trans.Error):
>     Deprecated: "Use Control.Monad.Trans.Except instead"
>    |
> 14 | instance Error RaincatError where
>    |          ^^^^^
> [ 2 of 34] Compiling Game.GameState   ( src/Game/GameState.hs, 
> dist/build/raincat/raincat-tmp/Game/GameState.o )
> [ 3 of 34] Compiling Nxt.Audio        ( src/Nxt/Audio.hs, 
> dist/build/raincat/raincat-tmp/Nxt/Audio.o )
> [ 4 of 34] Compiling Nxt.Input        ( src/Nxt/Input.hs, 
> dist/build/raincat/raincat-tmp/Nxt/Input.o )
> 
> src/Nxt/Input.hs:6:19: warning: [-Wunused-top-binds]
>     Defined but not used: data constructor `InputState'
>   |
> 6 | data InputState = InputState
>   |                   ^^^^^^^^^^...
> 
> src/Nxt/Input.hs:8:9: warning: [-Wunused-top-binds]
>     Defined but not used: `up'
>   |
> 8 |         up      :: Bool,
>   |         ^^
> 
> src/Nxt/Input.hs:9:9: warning: [-Wunused-top-binds]
>     Defined but not used: `left'
>   |
> 9 |         left    :: Bool,
>   |         ^^^^
> 
> src/Nxt/Input.hs:10:9: warning: [-Wunused-top-binds]
>     Defined but not used: `down'
>    |
> 10 |         down    :: Bool,
>    |         ^^^^
> 
> src/Nxt/Input.hs:11:9: warning: [-Wunused-top-binds]
>     Defined but not used: `right'
>    |
> 11 |         right   :: Bool
>    |         ^^^^^
> [ 5 of 34] Compiling Nxt.Types        ( src/Nxt/Types.hs, 
> dist/build/raincat/raincat-tmp/Nxt/Types.o )
> [ 6 of 34] Compiling Nxt.Graphics     ( src/Nxt/Graphics.hs, 
> dist/build/raincat/raincat-tmp/Nxt/Graphics.o )
> [ 7 of 34] Compiling Panels.MessagePanel ( src/Panels/MessagePanel.hs, 
> dist/build/raincat/raincat-tmp/Panels/MessagePanel.o )
> [ 8 of 34] Compiling Paths_Raincat    ( 
> dist/build/raincat/autogen/Paths_Raincat.hs, 
> dist/build/raincat/raincat-tmp/Paths_Raincat.o )
> [ 9 of 34] Compiling Settings.CatSettings ( src/Settings/CatSettings.hs, 
> dist/build/raincat/raincat-tmp/Settings/CatSettings.o )
> [10 of 34] Compiling Settings.DisplaySettings ( 
> src/Settings/DisplaySettings.hs, 
> dist/build/raincat/raincat-tmp/Settings/DisplaySettings.o )
> [11 of 34] Compiling Level.Level      ( src/Level/Level.hs, 
> dist/build/raincat/raincat-tmp/Level/Level.o )
> [12 of 34] Compiling Input.InputState ( src/Input/InputState.hs, 
> dist/build/raincat/raincat-tmp/Input/InputState.o )
> [13 of 34] Compiling Game.GameInput   ( src/Game/GameInput.hs, 
> dist/build/raincat/raincat-tmp/Game/GameInput.o )
> [14 of 34] Compiling Settings.Path    ( src/Settings/Path.hs, 
> dist/build/raincat/raincat-tmp/Settings/Path.o )
> [15 of 34] Compiling Level.EndMarker  ( src/Level/EndMarker.hs, 
> dist/build/raincat/raincat-tmp/Level/EndMarker.o )
> [16 of 34] Compiling Cat.Cat          ( src/Cat/Cat.hs, 
> dist/build/raincat/raincat-tmp/Cat/Cat.o )
> [17 of 34] Compiling Items.Items      ( src/Items/Items.hs, 
> dist/build/raincat/raincat-tmp/Items/Items.o )
> [18 of 34] Compiling Panels.ItemPanel ( src/Panels/ItemPanel.hs, 
> dist/build/raincat/raincat-tmp/Panels/ItemPanel.o )
> [19 of 34] Compiling Items.ItemEffects ( src/Items/ItemEffects.hs, 
> dist/build/raincat/raincat-tmp/Items/ItemEffects.o )
> [20 of 34] Compiling Settings.RainSettings ( src/Settings/RainSettings.hs, 
> dist/build/raincat/raincat-tmp/Settings/RainSettings.o )
> [21 of 34] Compiling Settings.WorldSettings ( src/Settings/WorldSettings.hs, 
> dist/build/raincat/raincat-tmp/Settings/WorldSettings.o )
> [22 of 34] Compiling Settings.UISettings ( src/Settings/UISettings.hs, 
> dist/build/raincat/raincat-tmp/Settings/UISettings.o )
> [23 of 34] Compiling Level.FireHydrant ( src/Level/FireHydrant.hs, 
> dist/build/raincat/raincat-tmp/Level/FireHydrant.o )
> [24 of 34] Compiling Panels.MainPanel ( src/Panels/MainPanel.hs, 
> dist/build/raincat/raincat-tmp/Panels/MainPanel.o )
> [25 of 34] Compiling UI.ItemPanel     ( src/UI/ItemPanel.hs, 
> dist/build/raincat/raincat-tmp/UI/ItemPanel.o )
> 
> src/UI/ItemPanel.hs:5:1: error:
>     Could not find module `Item.Items'
>     Use -v to see a list of the files searched for.
>   |
> 5 | import Item.Items
>   | ^^^^^^^^^^^^^^^^^
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2018/05/02/raincat_1.1.1.2-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: raincat
Source-Version: 1.1.1.2-4

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

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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated raincat 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 16 May 2018 13:53:02 +0200
Source: raincat
Binary: raincat raincat-data
Architecture: source
Version: 1.1.1.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 raincat    - 2D puzzle game featuring a fuzzy little cat
 raincat-data - 2D puzzle game featuring a fuzzy little cat - data files
Closes: 874173 897542
Changes:
 raincat (1.1.1.2-4) unstable; urgency=medium
 .
   * Team upload.
   * Switch to compat level 11.
   * Drop deprecated menu file.
   * Declare compliance with Debian Policy 4.1.4.
   * Move the package to Git and salsa.debian.org.
   * Track new releases at github.com. Update homepage address.(Closes: #874173)
   * Add Items-module.patch and fix an import error and FTBFS.(Closes: #897542)
Checksums-Sha1:
 5e1d57efb882627a88de11abebc1cc80ed33bdf2 2430 raincat_1.1.1.2-4.dsc
 5362d11570b5f6c5723a967e7639ef0ace5bdaac 37580 raincat_1.1.1.2-4.debian.tar.xz
 6df083b273ad98d0a87d102bfb5b04f81ca73f50 12626 
raincat_1.1.1.2-4_amd64.buildinfo
Checksums-Sha256:
 fcff2a12aea6009fa8b4ad0957223b8c53b1d36e263ff009931e3e52641e1eb5 2430 
raincat_1.1.1.2-4.dsc
 f85d1cf212bc1ce4f9f8d2bc0def317102a854625c32fd23d8a58c8b3dfbebc7 37580 
raincat_1.1.1.2-4.debian.tar.xz
 14683e49a00e085b9c2d1228646cb1d400cb5feba5e3482bb7e1342621508bab 12626 
raincat_1.1.1.2-4_amd64.buildinfo
Files:
 79702d6aa6a9376d514e2e40ebe3b63a 2430 games optional raincat_1.1.1.2-4.dsc
 75ede702dc7b1ff3a2f4b3397a58c04b 37580 games optional 
raincat_1.1.1.2-4.debian.tar.xz
 66424bf2f513b5beeab89c7ee263dbbb 12626 games optional 
raincat_1.1.1.2-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlr8IoZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk5XYP/Ry7XQIQ2qMgr5bOW1ii1NNIkskDpbSRBvq2
lMHUOzuySscur48n6z3/JKxsEqbbG2mVftaDfE52BJ43Vf+alMB4ecCLsYd3KUG8
bCGsw6R5MXMzm89Au7LktqpdPpd7TibZok8aGgFye0b1uJWYtoTNt29ES/EDtQ7i
M6x9jKJOzTLy9m84wcF7f8WMgQHHyeci0kSi0yC5HwZELrgfKiMC9JJfk5mPqMm9
lCOH+KCmb385V83XbHWXKSS20Aiw2KNB5gw+bV121VmIc5pyByOoGiMZ0n6oyPnD
Ck5kGKthv2Wy+aGPUmBXYyBwYFBJWUnUSOoojdX77sjiauQNM7UPApTmJ9RhqQ8G
tf2VO0e/xOns6ACeJaCwocTMmbYEkSQIoSf+usmHi2knk8wTA0ygMf4YsQlov5bx
Z+jftyT9uHLA1I0dWrGj6uj/Xrq7aIa5cLyM/C/LD8DWtlZ8pQx+aVa5pzoOmliY
c43yhfjeeilCyixfmDz5uRM7+NQ4yrjLoCgq/5Z/Ax2bIaIEqvOEVFAIzdKfrCor
8fCcZmzbA9J9kT4PDQ1M5cEX1GyhP9cQnx364WtW1NB1cNsBoUV9QV4mk3eV5gBV
kZsWH1f97YJG2P279tvSoWEtM4s3zRCzjcE1QXq8eLHo+vk8Xs3zrjQ5N3ic6rfu
KxFH9oWD
=Tq9w
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to