mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
8.7 KiB

  1. [COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY]
  3. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. [COPY] Please add additional copyright information _after_ the line containing
  5. [COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. [COPY]
  8. [COPY] ROCK Linux: rock-src/package/avm/crypto++/crypto++.cache
  9. [COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; either version 2 of the License, or
  14. [COPY] (at your option) any later version. A copy of the GNU General Public
  15. [COPY] License can be found at Documentation/COPYING.
  16. [COPY]
  17. [COPY] Many people helped and are helping developing ROCK Linux. Please
  18. [COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. [COPY] file for details.
  20. [COPY]
  21. [COPY] --- ROCK-COPYRIGHT-NOTE-END ---
  22. [TIMESTAMP] 1181233921 Thu Jun 7 18:32:01 2007 (5) ERROR
  23. [TIMESTAMP] 1181785384 Thu Jun 14 03:43:04 2007 (9) ERROR
  24. [TIMESTAMP] 1181837602 Thu Jun 14 18:13:22 2007 (5) ERROR
  25. [TIMESTAMP] 1181930881 Fri Jun 15 20:08:01 2007 (9) ERROR
  26. [TIMESTAMP] 1181958956 Sat Jun 16 03:55:56 2007 (5) ERROR
  27. [TIMESTAMP] 1181980877 Sat Jun 16 10:01:17 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-crypto++.err 9-crypto++.err
  31. [BUILDTIME] 1252 (5) ERROR
  32. [BUILDTIME] 1245 (9) ERROR
  33. [BUILDTIME] 1204 (5) ERROR
  34. [BUILDTIME] 1200 (9) ERROR
  35. [BUILDTIME] 1193 (5) ERROR
  36. [BUILDTIME] 1204 (9) ERROR
  37. [5-ERROR] inflating: crypto++/tiger.h
  38. [5-ERROR] inflating: crypto++/tigertab.cpp
  39. [5-ERROR] inflating: crypto++/trdlocal.cpp
  40. [5-ERROR] inflating: crypto++/trdlocal.h
  41. [5-ERROR] inflating: crypto++/trunhash.h
  42. [5-ERROR] inflating: crypto++/ttmac.cpp
  43. [5-ERROR] inflating: crypto++/ttmac.h
  44. [5-ERROR] inflating: crypto++/twofish.cpp
  45. [5-ERROR] inflating: crypto++/twofish.h
  46. [5-ERROR] inflating: crypto++/twofishv.dat
  47. [5-ERROR] inflating: crypto++/usage.dat
  48. [5-ERROR] inflating: crypto++/validat1.cpp
  49. [5-ERROR] inflating: crypto++/validat2.cpp
  50. [5-ERROR] inflating: crypto++/validat3.cpp
  51. [5-ERROR] inflating: crypto++/validate.h
  52. [5-ERROR] inflating: crypto++/wait.cpp
  53. [5-ERROR] inflating: crypto++/wait.h
  54. [5-ERROR] inflating: crypto++/wake.cpp
  55. [5-ERROR] inflating: crypto++/wake.h
  56. [5-ERROR] inflating: crypto++/whrlpool.cpp
  57. [5-ERROR] inflating: crypto++/whrlpool.h
  58. [5-ERROR] inflating: crypto++/winpipes.cpp
  59. [5-ERROR] inflating: crypto++/winpipes.h
  60. [5-ERROR] inflating: crypto++/words.h
  61. [5-ERROR] inflating: crypto++/xormac.h
  62. [5-ERROR] inflating: crypto++/xtr.cpp
  63. [5-ERROR] inflating: crypto++/xtr.h
  64. [5-ERROR] inflating: crypto++/xtrcrypt.cpp
  65. [5-ERROR] inflating: crypto++/xtrcrypt.h
  66. [5-ERROR] inflating: crypto++/xtrdh171.dat
  67. [5-ERROR] inflating: crypto++/xtrdh342.dat
  68. [5-ERROR] inflating: crypto++/zdeflate.cpp
  69. [5-ERROR] inflating: crypto++/zdeflate.h
  70. [5-ERROR] inflating: crypto++/zinflate.cpp
  71. [5-ERROR] inflating: crypto++/zinflate.h
  72. [5-ERROR] inflating: crypto++/zlib.cpp
  73. [5-ERROR] inflating: crypto++/zlib.h
  74. [5-ERROR] g++-42 -g -msse2 -pipe -c 3way.cpp
  75. [5-ERROR] seckey.h: In function 'void CryptoPP::CheckedSetKey(T*, CryptoPP::CipherDir, const byte*, unsigned int, const CryptoPP::NameValuePairs&) [with T = CryptoPP::BlockCipherFinal<DECRYPTION, CryptoPP::ThreeWay::Dec>]':
  76. [5-ERROR] seckey.h:179: instantiated from 'void CryptoPP::BlockCipherFinal<DIR, BASE>::SetKey(const byte*, unsigned int, const CryptoPP::NameValuePairs&) [with CryptoPP::CipherDir DIR = DECRYPTION, BASE = CryptoPP::ThreeWay::Dec]'
  77. [5-ERROR] 3way.cpp:139: instantiated from here
  78. [5-ERROR] seckey.h:137: error: no matching function for call to 'CryptoPP::BlockCipherFinal<DECRYPTION, CryptoPP::ThreeWay::Dec>::UncheckedSetKey(CryptoPP::CipherDir&, const byte*&, unsigned int&)'
  79. [5-ERROR] 3way.cpp:64: note: candidates are: void CryptoPP::ThreeWay::Base::UncheckedSetKey(CryptoPP::CipherDir, const byte*, unsigned int, unsigned int)
  80. [5-ERROR] seckey.h: In function 'void CryptoPP::CheckedSetKey(T*, CryptoPP::CipherDir, const byte*, unsigned int, const CryptoPP::NameValuePairs&) [with T = CryptoPP::BlockCipherFinal<ENCRYPTION, CryptoPP::ThreeWay::Enc>]':
  81. [5-ERROR] seckey.h:179: instantiated from 'void CryptoPP::BlockCipherFinal<DIR, BASE>::SetKey(const byte*, unsigned int, const CryptoPP::NameValuePairs&) [with CryptoPP::CipherDir DIR = ENCRYPTION, BASE = CryptoPP::ThreeWay::Enc]'
  82. [5-ERROR] 3way.cpp:139: instantiated from here
  83. [5-ERROR] seckey.h:137: error: no matching function for call to 'CryptoPP::BlockCipherFinal<ENCRYPTION, CryptoPP::ThreeWay::Enc>::UncheckedSetKey(CryptoPP::CipherDir&, const byte*&, unsigned int&)'
  84. [5-ERROR] 3way.cpp:64: note: candidates are: void CryptoPP::ThreeWay::Base::UncheckedSetKey(CryptoPP::CipherDir, const byte*, unsigned int, unsigned int)
  85. [5-ERROR] make: *** [3way.o] Error 1
  86. [5-ERROR] --- BUILD ERROR ---
  87. [9-ERROR] inflating: crypto++/tiger.h
  88. [9-ERROR] inflating: crypto++/tigertab.cpp
  89. [9-ERROR] inflating: crypto++/trdlocal.cpp
  90. [9-ERROR] inflating: crypto++/trdlocal.h
  91. [9-ERROR] inflating: crypto++/trunhash.h
  92. [9-ERROR] inflating: crypto++/ttmac.cpp
  93. [9-ERROR] inflating: crypto++/ttmac.h
  94. [9-ERROR] inflating: crypto++/twofish.cpp
  95. [9-ERROR] inflating: crypto++/twofish.h
  96. [9-ERROR] inflating: crypto++/twofishv.dat
  97. [9-ERROR] inflating: crypto++/usage.dat
  98. [9-ERROR] inflating: crypto++/validat1.cpp
  99. [9-ERROR] inflating: crypto++/validat2.cpp
  100. [9-ERROR] inflating: crypto++/validat3.cpp
  101. [9-ERROR] inflating: crypto++/validate.h
  102. [9-ERROR] inflating: crypto++/wait.cpp
  103. [9-ERROR] inflating: crypto++/wait.h
  104. [9-ERROR] inflating: crypto++/wake.cpp
  105. [9-ERROR] inflating: crypto++/wake.h
  106. [9-ERROR] inflating: crypto++/whrlpool.cpp
  107. [9-ERROR] inflating: crypto++/whrlpool.h
  108. [9-ERROR] inflating: crypto++/winpipes.cpp
  109. [9-ERROR] inflating: crypto++/winpipes.h
  110. [9-ERROR] inflating: crypto++/words.h
  111. [9-ERROR] inflating: crypto++/xormac.h
  112. [9-ERROR] inflating: crypto++/xtr.cpp
  113. [9-ERROR] inflating: crypto++/xtr.h
  114. [9-ERROR] inflating: crypto++/xtrcrypt.cpp
  115. [9-ERROR] inflating: crypto++/xtrcrypt.h
  116. [9-ERROR] inflating: crypto++/xtrdh171.dat
  117. [9-ERROR] inflating: crypto++/xtrdh342.dat
  118. [9-ERROR] inflating: crypto++/zdeflate.cpp
  119. [9-ERROR] inflating: crypto++/zdeflate.h
  120. [9-ERROR] inflating: crypto++/zinflate.cpp
  121. [9-ERROR] inflating: crypto++/zinflate.h
  122. [9-ERROR] inflating: crypto++/zlib.cpp
  123. [9-ERROR] inflating: crypto++/zlib.h
  124. [9-ERROR] g++-42 -g -msse2 -pipe -c 3way.cpp
  125. [9-ERROR] seckey.h: In function 'void CryptoPP::CheckedSetKey(T*, CryptoPP::CipherDir, const byte*, unsigned int, const CryptoPP::NameValuePairs&) [with T = CryptoPP::BlockCipherFinal<DECRYPTION, CryptoPP::ThreeWay::Dec>]':
  126. [9-ERROR] seckey.h:179: instantiated from 'void CryptoPP::BlockCipherFinal<DIR, BASE>::SetKey(const byte*, unsigned int, const CryptoPP::NameValuePairs&) [with CryptoPP::CipherDir DIR = DECRYPTION, BASE = CryptoPP::ThreeWay::Dec]'
  127. [9-ERROR] 3way.cpp:139: instantiated from here
  128. [9-ERROR] seckey.h:137: error: no matching function for call to 'CryptoPP::BlockCipherFinal<DECRYPTION, CryptoPP::ThreeWay::Dec>::UncheckedSetKey(CryptoPP::CipherDir&, const byte*&, unsigned int&)'
  129. [9-ERROR] 3way.cpp:64: note: candidates are: void CryptoPP::ThreeWay::Base::UncheckedSetKey(CryptoPP::CipherDir, const byte*, unsigned int, unsigned int)
  130. [9-ERROR] seckey.h: In function 'void CryptoPP::CheckedSetKey(T*, CryptoPP::CipherDir, const byte*, unsigned int, const CryptoPP::NameValuePairs&) [with T = CryptoPP::BlockCipherFinal<ENCRYPTION, CryptoPP::ThreeWay::Enc>]':
  131. [9-ERROR] seckey.h:179: instantiated from 'void CryptoPP::BlockCipherFinal<DIR, BASE>::SetKey(const byte*, unsigned int, const CryptoPP::NameValuePairs&) [with CryptoPP::CipherDir DIR = ENCRYPTION, BASE = CryptoPP::ThreeWay::Enc]'
  132. [9-ERROR] 3way.cpp:139: instantiated from here
  133. [9-ERROR] seckey.h:137: error: no matching function for call to 'CryptoPP::BlockCipherFinal<ENCRYPTION, CryptoPP::ThreeWay::Enc>::UncheckedSetKey(CryptoPP::CipherDir&, const byte*&, unsigned int&)'
  134. [9-ERROR] 3way.cpp:64: note: candidates are: void CryptoPP::ThreeWay::Base::UncheckedSetKey(CryptoPP::CipherDir, const byte*, unsigned int, unsigned int)
  135. [9-ERROR] make: *** [3way.o] Error 1
  136. [9-ERROR] --- BUILD ERROR ---