summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://mathstuf.id.fedoraproject.org/ <mathstuf@web>2015-07-22 03:17:28 +0000
committerGravatar admin <admin@branchable.com>2015-07-22 03:17:28 +0000
commit37fd7e52b8c047653af686c0f63a278e413d007b (patch)
tree9d74f16fe059abf26ea32ee7af92613b87990e7c
parent87a809c1a9bd8ff61f729bca27117f03f13bab6b (diff)
-rw-r--r--doc/bugs/OOM_while_configuring_git-annex.mdwn46
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/bugs/OOM_while_configuring_git-annex.mdwn b/doc/bugs/OOM_while_configuring_git-annex.mdwn
new file mode 100644
index 000000000..cd5d878bc
--- /dev/null
+++ b/doc/bugs/OOM_while_configuring_git-annex.mdwn
@@ -0,0 +1,46 @@
+### Please describe the problem.
+When running configure, the system runs out of memory:
+
+[[https://kojipkgs.fedoraproject.org//work/tasks/1587/10431587/build.log]]
+
+built with versions from:
+
+[[https://kojipkgs.fedoraproject.org//work/tasks/1587/10431587/root.log]]
+
+### What steps will reproduce the problem?
+Rebuilding on koji. Also occurs in mock. Haven't tried a naked build (yet).
+
+### What version of git-annex are you using? On what operating system?
+Currently, 5.20141203. Newest snapshot requires deps not yet packaged in Fedora.
+
+### Please provide any additional information below.
+
+[[!format sh """
++ ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/doc/git-annex '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' --ghc --enable-executable-dynamic '--ghc-options= -optc-O2 -optc-g -optc-pipe -optc-Wall -optc-Werror=format-security -optc-Wp,-D_FORTIFY_SOURCE=2 -optc-fexceptions -optc-fstack-protector-strong -optc--param=ssp-buffer-size=4 -optc-grecord-gcc-switches -optc-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -optc-m32 -optc-march=i686 -optc-mtune=atom -optc-fasynchronous-unwind-tables -optl-Wl,-z,relro'
+ checking version...fatal: Not a git repository (or any of the parent directories): .git
+ 5.20141203
+ checking UPGRADE_LOCATION... not available
+ checking git... yes
+ checking git version... 2.4.6
+ 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... no
+ checking bup... no
+ checking nice... yes
+ checking ionice... yes
+ checking nocache... no
+ checking gpg... gpg2
+ checking lsof... not available
+ checking git-remote-gcrypt... not available
+ checking ssh connection caching... yes
+ checking sha1... sha1sum
+ checking sha256... sha256sum
+ checking sha512... sha512sum
+ checking sha224... sha224sum
+ checking sha384...Setup: out of memory (requested 1048576 bytes)
+"""]]