Ticket #217 (closed defect: invalid)

Opened 16 months ago

Last modified 16 months ago

sys-kernel/openmoko-sources-99999999: fatal: unable to run 'git-index-pack'

Reported by: dememax Owned by:
Priority: major Milestone: unsorted
Component: target Keywords:
Cc:

Description

Result of "emerge openmoko-sources", failure:

Initialized empty Git repository in /usr/portage/distfiles/git-src/openmoko-sources/
remote: Counting objects: 1091806, done.
remote: Compressing objects: 100% (199123/199123), done.
remote: Total 1091806 (delta 897457), reused 1081607 (delta 887551)
Receiving objects: 100% (1091806/1091806), 266.90 MiB | 189 KiB/s, done.
fatal: unable to run 'git-index-pack'
fatal: index-pack failed

On the other hand:

max-gta02 ~ # equery f git | grep git-index-pack
/usr/libexec/git-core/git-index-pack
/usr/share/doc/git-1.6.3.1/git-index-pack.txt.bz2
/usr/share/man/man1/git-index-pack.1.bz2

So, it is installed and works:

max-gta02 ~ # /usr/libexec/git-core/git-index-pack --help
usage: git index-pack [-v] [-o <index-file>] [{ ---keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }

But it isn't on the path:

max-gta02 ~ # which git-index-pack
which: no git-index-pack in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.3)

Change History

Changed 16 months ago by dememax

  • status changed from new to closed
  • resolution set to invalid

That's my fault. I've forgot about ANDROID_LOW_MEMORY_KILLER. I think it will be better to have some info on Trouble shooting page.

Changed 16 months ago by dememax

dmesg output:

select 1 (init), adj 0, size 49, to kill
select 2460 (syslog-ng), adj 0, size 98, to kill
select 2608 (sshd), adj 0, size 106, to kill
select 2610 (bash), adj 0, size 111, to kill
select 2616 (screen), adj 0, size 183, to kill
select 3023 (emerge), adj 0, size 3490, to kill
select 3208 (git-index-pack), adj 0, size 22232, to kill
send sigkill to 3208 (git-index-pack), adj 0, size 22232
Note: See TracTickets for help on using tickets.