- MM ui-tree.d
- MM ui-tag.d
- MM ui-summary.d
- MM ui-stats.d
- MM ui-snapshot.d
- MM ui-shared.d
- MM ui-repolist.d
- MM ui-refs.d
- MM ui-plain.d
- MM ui-patch.d
- MM ui-log.d
- MM ui-diff.d
- MM ui-commit.d
- MM ui-clone.d
- MM ui-blob.d
- MM ui-atom.d
- MM shared.d
- MM scan-tree.d
- MM parsing.d
- MM html.d
- MM configfile.d
- MM cmd.d
- MM cgit.d
- MM cache.d
- CGIT_VERSION = v0.8.3.1
- curl http://www.kernel.org/pub/software/scm/git/git-1.6.4.3.tar.bz2 | tar -xj && rm -rf git && mv git-1.6.4.3 git
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 2121k 0 8387 0 0 12265 0 0:02:57 --:--:-- 0:02:57 18153
- 8 2121k 8 189k 0 0 105k 0 0:00:20 0:00:01 0:00:19 120k
- 29 2121k 29 615k 0 0 218k 0 0:00:09 0:00:02 0:00:07 236k
- 30 2121k 30 652k 0 0 175k 0 0:00:12 0:00:03 0:00:09 186k
- 50 2121k 50 1069k 0 0 218k 0 0:00:09 0:00:04 0:00:05 228k
- 74 2121k 74 1590k 0 0 279k 0 0:00:07 0:00:05 0:00:02 316k
- 98 2121k 98 2089k 0 0 312k 0 0:00:06 0:00:06 --:--:-- 388k
- 100 2121k 100 2121k 0 0 314k 0 0:00:06 0:00:06 --:--:-- 383k
- CC cmd.o
- CC cache.o
- CC cgit.o
- CC configfile.o
- CC html.o
- CC parsing.o
- CC scan-tree.o
- CC shared.o
- CC ui-atom.o
- CC ui-blob.o
- CC ui-clone.o
- CC ui-commit.o
- CC ui-diff.o
- CC ui-log.o
- CC ui-patch.o
- CC ui-plain.o
- CC ui-refs.o
- CC ui-repolist.o
- In file included from cgit.h:5:0,
- from ui-repolist.c:15:
- git/git-compat-util.h:59:0: warning: "_XOPEN_SOURCE" redefined
- /usr/include/features.h:160:0: note: this is the location of the previous definition
- CC ui-shared.o
- CC ui-snapshot.o
- In file included from git/cache.h:16:0,
- from cgit.h:6,
- from ui-repolist.c:15:
- /usr/include/zlib.h:1583:30: error: conflicting types for 'gzseek64'
- /usr/include/zlib.h:1567:30: note: previous declaration of 'gzseek64' was here
- /usr/include/zlib.h:1584:30: error: conflicting types for 'gztell64'
- /usr/include/zlib.h:1568:30: note: previous declaration of 'gztell64' was here
- /usr/include/zlib.h:1585:30: error: conflicting types for 'gzoffset64'
- /usr/include/zlib.h:1569:30: note: previous declaration of 'gzoffset64' was here
- /usr/include/zlib.h:1586:28: error: conflicting types for 'adler32_combine64'
- /usr/include/zlib.h:1570:26: note: previous declaration of 'adler32_combine64' was here
- /usr/include/zlib.h:1587:28: error: conflicting types for 'crc32_combine64'
- /usr/include/zlib.h:1571:26: note: previous declaration of 'crc32_combine64' was here
- make: *** [ui-repolist.o] Error 1
- make: *** Waiting for unfinished jobs....