Your message dated Sun, 20 Nov 2016 00:49:01 +0200
with message-id <20161119224901.qjikpiuknfns3...@bunk.spdns.de>
and subject line Re: Bug#844968: git-annex: FTBFS: cabal: unable to decommit 
memory: Invalid argument
has caused the Debian Bug report #844968,
regarding git-annex: FTBFS: cabal: unable to decommit memory: Invalid argument
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.)


-- 
844968: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844968
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: git-annex
Version: 6.20161012-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Note that this build machine has 256GB of RAM. Maybe there's something
strange going on with machines with a lot of RAM?

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> if [ "debian/cabal-wrapper" = ./Setup ]; then ghc --make Setup; fi
> if [ "debian/cabal-wrapper" = stack ]; then \
>       debian/cabal-wrapper build -j1; \
> else \
>       debian/cabal-wrapper configure --ghc-options="-optl-Wl,-z,relro -optc-g 
> -optc-O2 -optc-fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -optc-fstack-protector-strong -optc-Wformat -optc-Werror=format-security 
> -optc-Wp,-Wdate-time -optc-Wp,-D_FORTIFY_SOURCE=2"; \
> fi
> Config file path source is default config file.
> Config file /tmp/tmp.XSW1xAw2K6/.cabal/config not found.
> Writing default configuration to /tmp/tmp.XSW1xAw2K6/.cabal/config
> Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal
> update' to download it.
> Resolving dependencies...
> cabal: unable to decommit memory: Invalid argument
> Warning: solver failed to find a solution:
> Could not resolve dependencies:
> trying: git-annex-6.20161012 (user goal)
> next goal: persistent-template (dependency of git-annex-6.20161012)
> rejecting: persistent-template-2.5.1.6/installed-FlO... (conflict:
> persistent-template => persistent==2.6/installed-2DW..., git-annex =>
> persistent(<2.5))
> Dependency tree exhaustively searched.
> Trying configure anyway.
> [ 1 of 34] Compiling Utility.FileSize ( Utility/FileSize.hs, 
> dist/setup/Utility/FileSize.o )
> cabal: unable to decommit memory: Invalid argument
> cabal: unable to decommit memory: Invalid argument
> [ 2 of 34] Compiling Utility.Applicative ( Utility/Applicative.hs, 
> dist/setup/Utility/Applicative.o )
> [ 3 of 34] Compiling Utility.PosixFiles ( Utility/PosixFiles.hs, 
> dist/setup/Utility/PosixFiles.o )
> [ 4 of 34] Compiling Utility.SystemDirectory ( Utility/SystemDirectory.hs, 
> dist/setup/Utility/SystemDirectory.o )
> [ 5 of 34] Compiling Utility.Env      ( Utility/Env.hs, 
> dist/setup/Utility/Env.o )
> [ 6 of 34] Compiling Utility.PartialPrelude ( Utility/PartialPrelude.hs, 
> dist/setup/Utility/PartialPrelude.o )
> [ 7 of 34] Compiling Utility.Process.Shim ( Utility/Process/Shim.hs, 
> dist/setup/Utility/Process/Shim.o )
> [ 8 of 34] Compiling Utility.Data     ( Utility/Data.hs, 
> dist/setup/Utility/Data.o )
> [ 9 of 34] Compiling Utility.Exception ( Utility/Exception.hs, 
> dist/setup/Utility/Exception.o )
> [10 of 34] Compiling Build.Mans       ( Build/Mans.hs, 
> dist/setup/Build/Mans.o )
> [11 of 34] Compiling Utility.FileSystemEncoding ( 
> Utility/FileSystemEncoding.hs, dist/setup/Utility/FileSystemEncoding.o )
> [12 of 34] Compiling Utility.Tmp      ( Utility/Tmp.hs, 
> dist/setup/Utility/Tmp.o )
> [13 of 34] Compiling Utility.UserInfo ( Utility/UserInfo.hs, 
> dist/setup/Utility/UserInfo.o )
> [14 of 34] Compiling Utility.OSX      ( Utility/OSX.hs, 
> dist/setup/Utility/OSX.o )
> [15 of 34] Compiling Utility.Monad    ( Utility/Monad.hs, 
> dist/setup/Utility/Monad.o )
> [16 of 34] Compiling Utility.Misc     ( Utility/Misc.hs, 
> dist/setup/Utility/Misc.o )
> [17 of 34] Compiling Utility.Process  ( Utility/Process.hs, 
> dist/setup/Utility/Process.o )
> [18 of 34] Compiling Utility.SafeCommand ( Utility/SafeCommand.hs, 
> dist/setup/Utility/SafeCommand.o )
> [19 of 34] Compiling Utility.Network  ( Utility/Network.hs, 
> dist/setup/Utility/Network.o )
> [20 of 34] Compiling Utility.FreeDesktop ( Utility/FreeDesktop.hs, 
> dist/setup/Utility/FreeDesktop.o )
> [21 of 34] Compiling Assistant.Install.AutoStart ( 
> Assistant/Install/AutoStart.hs, dist/setup/Assistant/Install/AutoStart.o )
> [22 of 34] Compiling Utility.ExternalSHA ( Utility/ExternalSHA.hs, 
> dist/setup/Utility/ExternalSHA.o )
> [23 of 34] Compiling Utility.Directory ( Utility/Directory.hs, 
> dist/setup/Utility/Directory.o )
> [24 of 34] Compiling Build.Version    ( Build/Version.hs, 
> dist/setup/Build/Version.o )
> [25 of 34] Compiling Utility.Path     ( Utility/Path.hs, 
> dist/setup/Utility/Path.o )
> [26 of 34] Compiling Build.TestConfig ( Build/TestConfig.hs, 
> dist/setup/Build/TestConfig.o )
> [27 of 34] Compiling Common           ( Common.hs, dist/setup/Common.o )
> [28 of 34] Compiling Utility.DottedVersion ( Utility/DottedVersion.hs, 
> dist/setup/Utility/DottedVersion.o )
> [29 of 34] Compiling Git.Version      ( Git/Version.hs, 
> dist/setup/Git/Version.o )
> [30 of 34] Compiling Build.Configure  ( Build/Configure.hs, 
> dist/setup/Build/Configure.o )
> [31 of 34] Compiling Config.Files     ( Config/Files.hs, 
> dist/setup/Config/Files.o )
> [32 of 34] Compiling Assistant.Install.Menu ( Assistant/Install/Menu.hs, 
> dist/setup/Assistant/Install/Menu.o )
> [33 of 34] Compiling Build.DesktopFile ( Build/DesktopFile.hs, 
> dist/setup/Build/DesktopFile.o )
> [34 of 34] Compiling Main             ( dist/setup/setup.hs, 
> dist/setup/Main.o )
> Linking ./dist/setup/setup ...
> ghc: unable to decommit memory: Invalid argument
> ghc: unable to decommit memory: Invalid argument
> ghc: unable to decommit memory: Invalid argument
> ghc: unable to decommit memory: Invalid argument
> ghc: unable to decommit memory: Invalid argument
> ghc: unable to decommit memory: Invalid argument
>   checking version... 6.20161012
>   checking UPGRADE_LOCATION... not available
>   checking git... yes
>   checking git version... 2.10.2
>   checking cp -a... yes
>   checking cp -p... yes
>   checking cp --preserve=timestamps... yes
>   checking cp --reflink=auto... yes
>   checking xargs -0... yes
>   checking rsync... yes
>   checking curl... yes
>   checking wget... yes
>   checking wget supports -q --show-progress... yes
>   checking bup... no
>   checking nice... yes
>   checking ionice... yes
>   checking nocache... no
>   checking gpg... gpg
>   checking lsof... lsof
>   checking git-remote-gcrypt... git-remote-gcrypt
>   checking ssh connection caching... yes
>   checking sha1... sha1sum
>   checking sha256... sha256sum
>   checking sha512... sha512sum
>   checking sha224... sha224sum
>   checking sha384...cabal: unable to decommit memory: Invalid argument
> cabal: unable to decommit memory: Invalid argument
> cabal: unable to decommit memory: Invalid argument
> cabal: unable to decommit memory: Invalid argument
> cabal: unable to decommit memory: Invalid argument
> setup: unable to decommit memory: Invalid argument
> setup: unable to decommit memory: Invalid argument
>  sha384sum
> Configuring git-annex-6.20161012...
> setup: Encountered missing dependencies:
> persistent <2.5
> setup: unable to decommit memory: Invalid argument
> setup: unable to decommit memory: Invalid argument
> setup: unable to decommit memory: Invalid argument
> cabal: unable to decommit memory: Invalid argument
> Makefile:18: recipe for target 'Build/SysConfig.hs' failed
> make[1]: *** [Build/SysConfig.hs] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2016/11/18/git-annex_6.20161012-1_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 ---
Version: 6.20161118-1

On Sat, Nov 19, 2016 at 08:10:32AM +0100, Lucas Nussbaum wrote:
> Source: git-annex
> Version: 6.20161012-1
>...
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> Note that this build machine has 256GB of RAM. Maybe there's something
> strange going on with machines with a lot of RAM?
> 
> Relevant part (hopefully):
>...
> > Configuring git-annex-6.20161012...
> > setup: Encountered missing dependencies:
> > persistent <2.5
>...

That's the actual error, and this is the same as #842572

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply via email to