Hi, I have been seeing the following in Factory builds of all Haskell libraries on OBS recently: [ 46s] ghc-base-devel-4.6.0.1-6.6 ######################################## [ 1006s] ghc-pkg: out of memory (requested 1048576 bytes) See: https://build.opensuse.org/package/rawlog?arch=x86_64&package=hscolour&project=devel%3Alanguages%3Ahaskell%3Anext&repository=openSUSE_Factory ghc-pkg is run in the %post section of all ghc-*-devel packages. Reading through the logs of other Haskell packages on OBS I think ghc-pkg allocates all available memory and is then killed only when glibc-locale is not installed. openSUSE 12.1, 12.2, and 12.3 all preinstall glibc-locale and there I have not seen any problems with ghc-pkg. After adding a Requires to the package providing ghc-pkg (ghc-compiler) Haskell packages build normally now (see devel:languages:haskell). I am not sure this is the right way to fix this issue though. I have not been able to reproduce the issue building on my local machine running openSUSE 12.2 and I have not heard anyone on the Haskell mailing lists complain about ghc-pkg. Could this be a glibc issue? Thanks, Peter -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org