On 05/21/2013 06:04 PM, Peter Trommler wrote:
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)
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?
It could - but to figure out what it really is, we need a reproduceable test case. Could you create one? Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org