Don't like ads? PRO users don't see any ads ;-)
Guest

cgit-0.8.3.1-2-i686-build.log

By: a guest on Apr 28th, 2010  |  syntax: None  |  size: 2.96 KB  |  hits: 219  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.     MM ui-tree.d
  2.     MM ui-tag.d
  3.     MM ui-summary.d
  4.     MM ui-stats.d
  5.     MM ui-snapshot.d
  6.     MM ui-shared.d
  7.     MM ui-repolist.d
  8.     MM ui-refs.d
  9.     MM ui-plain.d
  10.     MM ui-patch.d
  11.     MM ui-log.d
  12.     MM ui-diff.d
  13.     MM ui-commit.d
  14.     MM ui-clone.d
  15.     MM ui-blob.d
  16.     MM ui-atom.d
  17.     MM shared.d
  18.     MM scan-tree.d
  19.     MM parsing.d
  20.     MM html.d
  21.     MM configfile.d
  22.     MM cmd.d
  23.     MM cgit.d
  24.     MM cache.d
  25. CGIT_VERSION = v0.8.3.1
  26. 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
  27.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  28.                                  Dload  Upload   Total   Spent    Left  Speed
  29.  
  30.   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  31.   0 2121k    0  8387    0     0  12265      0  0:02:57 --:--:--  0:02:57 18153
  32.   8 2121k    8  189k    0     0   105k      0  0:00:20  0:00:01  0:00:19  120k
  33.  29 2121k   29  615k    0     0   218k      0  0:00:09  0:00:02  0:00:07  236k
  34.  30 2121k   30  652k    0     0   175k      0  0:00:12  0:00:03  0:00:09  186k
  35.  50 2121k   50 1069k    0     0   218k      0  0:00:09  0:00:04  0:00:05  228k
  36.  74 2121k   74 1590k    0     0   279k      0  0:00:07  0:00:05  0:00:02  316k
  37.  98 2121k   98 2089k    0     0   312k      0  0:00:06  0:00:06 --:--:--  388k
  38. 100 2121k  100 2121k    0     0   314k      0  0:00:06  0:00:06 --:--:--  383k
  39.     CC cmd.o
  40.     CC cache.o
  41.     CC cgit.o
  42.     CC configfile.o
  43.     CC html.o
  44.     CC parsing.o
  45.     CC scan-tree.o
  46.     CC shared.o
  47.     CC ui-atom.o
  48.     CC ui-blob.o
  49.     CC ui-clone.o
  50.     CC ui-commit.o
  51.     CC ui-diff.o
  52.     CC ui-log.o
  53.     CC ui-patch.o
  54.     CC ui-plain.o
  55.     CC ui-refs.o
  56.     CC ui-repolist.o
  57. In file included from cgit.h:5:0,
  58.                  from ui-repolist.c:15:
  59. git/git-compat-util.h:59:0: warning: "_XOPEN_SOURCE" redefined
  60. /usr/include/features.h:160:0: note: this is the location of the previous definition
  61.     CC ui-shared.o
  62.     CC ui-snapshot.o
  63. In file included from git/cache.h:16:0,
  64.                  from cgit.h:6,
  65.                  from ui-repolist.c:15:
  66. /usr/include/zlib.h:1583:30: error: conflicting types for 'gzseek64'
  67. /usr/include/zlib.h:1567:30: note: previous declaration of 'gzseek64' was here
  68. /usr/include/zlib.h:1584:30: error: conflicting types for 'gztell64'
  69. /usr/include/zlib.h:1568:30: note: previous declaration of 'gztell64' was here
  70. /usr/include/zlib.h:1585:30: error: conflicting types for 'gzoffset64'
  71. /usr/include/zlib.h:1569:30: note: previous declaration of 'gzoffset64' was here
  72. /usr/include/zlib.h:1586:28: error: conflicting types for 'adler32_combine64'
  73. /usr/include/zlib.h:1570:26: note: previous declaration of 'adler32_combine64' was here
  74. /usr/include/zlib.h:1587:28: error: conflicting types for 'crc32_combine64'
  75. /usr/include/zlib.h:1571:26: note: previous declaration of 'crc32_combine64' was here
  76. make: *** [ui-repolist.o] Error 1
  77. make: *** Waiting for unfinished jobs....