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.

109 lines
7.5 KiB

  1. [TIMESTAMP] 1087483337 Thu Jun 17 16:42:17 2004
  2. [CONFIG-ID] 2.1.0-DEV-x86-reference-expert
  3. [ROCKVER] 2.1.0-DEV
  4. [LOGS] 5-vstserver.err 9-vstserver.err
  5. [5-ERROR] Running main build function 'build_this_package' ...
  6. [5-ERROR] Extracting vstserver-0.3.1.tar.bz2 (--use-compress-program=bzip2 -xf) ...
  7. [5-ERROR] Fixing ownership and permissions ...
  8. [5-ERROR] Removing CVS and .svn directories ...
  9. [5-ERROR] Changeing into /ROCK/src.vstserver.1087480259.28880.2900046927/vstserver-0.3.1 ...
  10. [5-ERROR] Creating /usr/<..> if required ...
  11. [5-ERROR] echo "\
  12. [5-ERROR] cd include/vst;\
  13. [5-ERROR] cp ../aeffectx_org.h aeffectx.h;\
  14. [5-ERROR] patch -p0 <../aeffectx.diff\
  15. [5-ERROR] " >makevstserver.sh
  16. [5-ERROR] sh makevstserver.sh
  17. [5-ERROR] patching file aeffectx.h
  18. [5-ERROR] rm makevstserver.sh
  19. [5-ERROR] gcc -c server/vstserver.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT -DVERSION_MAJOR=0 -DVERSION_MINOR=3 -DVERSION_MINOR_MINOR=1
  20. [5-ERROR] gcc -c library/newdelete.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT -DVERSION_MAJOR=0 -DVERSION_MINOR=3 -DVERSION_MINOR_MINOR=1
  21. [5-ERROR] gcc -c library/setparameter.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  22. [5-ERROR] gcc -c library/getparameter.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  23. [5-ERROR] gcc -c library/dispatcher.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  24. [5-ERROR] gcc -c library/process.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  25. [5-ERROR] gcc -c library/processreplacing.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  26. [5-ERROR] gcc -c library/processing.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  27. [5-ERROR] gcc -c library/l_effProcessEvents.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  28. [5-ERROR] gcc -c k_various/k_communicate.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  29. [5-ERROR] gcc -c k_various/k_locks.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  30. [5-ERROR] gcc -c common/cache.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  31. [5-ERROR] gcc -c library/newdeletecache.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  32. [5-ERROR] ar rus libvst.a newdelete.o setparameter.o getparameter.o dispatcher.o process.o processreplacing.o processing.o l_effProcessEvents.o k_communicate.o k_locks.o cache.o newdeletecache.o
  33. [5-ERROR] ar: creating libvst.a
  34. [5-ERROR] gcc -o vstserver vstserver.o -L. -lvst
  35. [5-ERROR] echo "\
  36. [5-ERROR] cd servant/win;\
  37. [5-ERROR] /usr/bin/winemaker --lower-none --nolower-include --nosource-fix --nobanner --nobackup -I../../include -I/usr/include/wine/windows -L../.. -lvstservant -L/usr/local/lib -L/site/lib .;\
  38. [5-ERROR] ./configure --with-wine=/usr\
  39. [5-ERROR] " >makevstserver.sh
  40. [5-ERROR] sh makevstserver.sh
  41. [5-ERROR] Scanning the source directories...
  42. [5-ERROR] Generating project files...
  43. [5-ERROR] .
  44. [5-ERROR] makevstserver.sh: line 1: ./configure: No such file or directory
  45. [5-ERROR] make: *** [servant/win/Makefile] Error 127
  46. [5-ERROR] --- BUILD ERROR ---
  47. [5-ERROR] Creating file list and doing final adaptions ...
  48. [5-ERROR] processing static lib corrections ...
  49. [5-ERROR] Found 8 files for this package.
  50. [5-ERROR] Clear (old) md5sums and cksums ...
  51. [5-ERROR] Calculating package dependencies ...
  52. [5-ERROR] Creating md5sum and cksum files ... done.
  53. [5-ERROR] Creating package description ...
  54. [5-ERROR] Making post-install adaptions.
  55. [9-ERROR] Running main build function 'build_this_package' ...
  56. [9-ERROR] Extracting vstserver-0.3.1.tar.bz2 (--use-compress-program=bzip2 -xf) ...
  57. [9-ERROR] Fixing ownership and permissions ...
  58. [9-ERROR] Removing CVS and .svn directories ...
  59. [9-ERROR] Changeing into /ROCK/src.vstserver.1087483311.18381.1105089698/vstserver-0.3.1 ...
  60. [9-ERROR] Creating /usr/<..> if required ...
  61. [9-ERROR] echo "\
  62. [9-ERROR] cd include/vst;\
  63. [9-ERROR] cp ../aeffectx_org.h aeffectx.h;\
  64. [9-ERROR] patch -p0 <../aeffectx.diff\
  65. [9-ERROR] " >makevstserver.sh
  66. [9-ERROR] sh makevstserver.sh
  67. [9-ERROR] patching file aeffectx.h
  68. [9-ERROR] rm makevstserver.sh
  69. [9-ERROR] gcc -c server/vstserver.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT -DVERSION_MAJOR=0 -DVERSION_MINOR=3 -DVERSION_MINOR_MINOR=1
  70. [9-ERROR] gcc -c library/newdelete.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT -DVERSION_MAJOR=0 -DVERSION_MINOR=3 -DVERSION_MINOR_MINOR=1
  71. [9-ERROR] gcc -c library/setparameter.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  72. [9-ERROR] gcc -c library/getparameter.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  73. [9-ERROR] gcc -c library/dispatcher.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  74. [9-ERROR] gcc -c library/process.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  75. [9-ERROR] gcc -c library/processreplacing.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  76. [9-ERROR] gcc -c library/processing.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  77. [9-ERROR] gcc -c library/l_effProcessEvents.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  78. [9-ERROR] gcc -c k_various/k_communicate.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  79. [9-ERROR] gcc -c k_various/k_locks.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  80. [9-ERROR] gcc -c common/cache.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  81. [9-ERROR] gcc -c library/newdeletecache.c -Wall -Iinclude -Ik_various/include -I/site/include -I/usr/local/include -g -fPIC -D_REENTRANT
  82. [9-ERROR] ar rus libvst.a newdelete.o setparameter.o getparameter.o dispatcher.o process.o processreplacing.o processing.o l_effProcessEvents.o k_communicate.o k_locks.o cache.o newdeletecache.o
  83. [9-ERROR] ar: creating libvst.a
  84. [9-ERROR] gcc -o vstserver vstserver.o -L. -lvst
  85. [9-ERROR] echo "\
  86. [9-ERROR] cd servant/win;\
  87. [9-ERROR] /usr/bin/winemaker --lower-none --nolower-include --nosource-fix --nobanner --nobackup -I../../include -I/usr/include/wine/windows -L../.. -lvstservant -L/usr/local/lib -L/site/lib .;\
  88. [9-ERROR] ./configure --with-wine=/usr\
  89. [9-ERROR] " >makevstserver.sh
  90. [9-ERROR] sh makevstserver.sh
  91. [9-ERROR] Scanning the source directories...
  92. [9-ERROR] Generating project files...
  93. [9-ERROR] .
  94. [9-ERROR] makevstserver.sh: line 1: ./configure: No such file or directory
  95. [9-ERROR] make: *** [servant/win/Makefile] Error 127
  96. [9-ERROR] --- BUILD ERROR ---
  97. [9-ERROR] Creating file list and doing final adaptions ...
  98. [9-ERROR] processing static lib corrections ...
  99. [9-ERROR] Found 8 files for this package.
  100. [9-ERROR] Clear (old) md5sums and cksums ...
  101. [9-ERROR] Calculating package dependencies ...
  102. [9-ERROR] Creating md5sum and cksum files ... done.
  103. [9-ERROR] Creating package description ...
  104. [9-ERROR] Making post-install adaptions.