Ubuntu Pastebin

Paste from make at Fri, 6 May 2016 23:24:38 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
steve@steve-pc:~/Scaricati/veriwell-2.8.7$ make
make  all-recursive
make[1]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7"
Making all in replace
make[2]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7/replace"
Making all in libz
make[3]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7/replace/libz"
make[3]: Nessuna operazione da eseguire per "all".
make[3]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7/replace/libz"
Making all in libbz2
make[3]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7/replace/libbz2"
make[3]: Nessuna operazione da eseguire per "all".
make[3]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7/replace/libbz2"
Making all in .
make[3]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7/replace"
make[3]: Nessuna operazione da eseguire per "all-am".
make[3]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7/replace"
make[2]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7/replace"
Making all in lxt
make[2]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7/lxt"
make[2]: Nessuna operazione da eseguire per "all".
make[2]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7/lxt"
Making all in src
make[2]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7/src"
echo '#define BINDIR "/usr/local/bin"' >build.h
echo '#define LIBDIR "/usr/local/lib"' >>build.h
echo '#define INCLUDEDIR "/usr/local/include"' >>build.h
echo '#define CFLAGS "-g -O2"' >>build.h
echo '#define LDFLAGS ""' >>build.h
echo '#define LIBS "  "' >>build.h
make  all-am
make[3]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7/src"
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT veriwell.lo -MD -MP -MF .deps/veriwell.Tpo -c -o veriwell.lo veriwell.cc
 g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT veriwell.lo -MD -MP -MF .deps/veriwell.Tpo -c veriwell.cc  -fPIC -DPIC -o .libs/veriwell.o
In file included from veriwell.cc:41:0:
glue.h: In member function 'int File::fscanf(char*, ...)':
glue.h:127:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      error("Internal error", NULL, NULL);
                                        ^
In file included from vtypes.h:26:0,
                 from veriwell.cc:32:
veriwell.cc: At global scope:
../config.h:138:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 #define VERSION "2.8.7"
                 ^
veriwell.cc:62:23: note: in expansion of macro 'VERSION'
 char *versionString = VERSION;
                       ^
veriwell.cc: In function 'void init()':
veriwell.cc:120:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_V("\n\n%s version %s, \n", VERIWELL, VERSION );
                                                         ^
veriwell.cc:140:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  dumpfile = shell_fopen("dump.out", "wb");
                                         ^
veriwell.cc:140:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
veriwell.cc: In function 'void error_with_file_and_line(char*, lineno_t, char*, char*, char*)':
veriwell.cc:190:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("C%d: ", cmd_level);
                                   ^
veriwell.cc:193:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("%s: L%ld: ", file, line);
                                         ^
veriwell.cc:195:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("VeriWell: ");
                             ^
veriwell.cc:198:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_error_V("error: ");
                             ^
veriwell.cc:200:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_error_V("\n");
                        ^
veriwell.cc: In function 'void warning_with_file_and_line(char*, lineno_t, char*, char*, char*)':
veriwell.cc:225:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("%s: L%ld: ", file, line);
                                         ^
veriwell.cc:227:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("VeriWell: ");
                             ^
veriwell.cc:229:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_error_V("warning: ");
                               ^
veriwell.cc:231:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_error_V("\n");
                        ^
veriwell.cc: In function 'void sorry_with_file_and_line(char*, lineno_t, char*, char*, char*)':
veriwell.cc:256:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("%s: L%ld: ", file, line);
                                         ^
veriwell.cc:258:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("VeriWell: ");
                             ^
veriwell.cc:260:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_error_V("sorry: ");
                             ^
veriwell.cc:262:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_error_V("\n");
                        ^
veriwell.cc: In function 'char* xmalloc(unsigned int)':
veriwell.cc:304:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  fatal("Memory exhausted.", NULL);
                                 ^
veriwell.cc: In function 'char* xrealloc(char*, int)':
veriwell.cc:315:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  fatal("Memory exhausted.", NULL);
                                 ^
veriwell.cc: In function 'int test_file(char*)':
veriwell.cc:339:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     FILE *tmp = shell_fopen(filename, "r");
                                          ^
veriwell.cc: In function 'void Cmdline(int, char**)':
veriwell.cc:361:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("Specifying -f without a filename is illegal\n");
                                                                ^
veriwell.cc:366:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("Specifying -i without a filename is illegal\n");
                                                                ^
veriwell.cc:371:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("Specifying -l without a filename is illegal\n");
                                                                ^
veriwell.cc:376:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("Specifying -k without a filename is illegal\n");
                                                                ^
veriwell.cc:391:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  warning("Proceeding without a log file", NULL_CHAR, NULL_CHAR);
                                                               ^
veriwell.cc:393:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  log_file = shell_fopen(log_file_name, "w+t");
                                             ^
veriwell.cc:398:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       log_file_name, NULL_CHAR);
                               ^
veriwell.cc:415:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  warning("Proceeding without a key file", NULL_CHAR, NULL_CHAR);
                                                               ^
veriwell.cc:417:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  key_file = shell_fopen(key_file_name, "w+t");
                                             ^
veriwell.cc:422:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       key_file_name, NULL_CHAR);
                               ^
veriwell.cc:436:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_V("Processing command file : %s\n", fp->name);
                                                     ^
veriwell.cc:440:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  if ((fin = File::fopen(fp->name, "r")) == NULL) {
                                      ^
veriwell.cc:441:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      printf_error_V("%s: can't open %s\n", progname, fp->name);
                                                              ^
veriwell.cc:446:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      fin->fscanf("%s", input);
                             ^
veriwell.cc:451:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   ("Specifying -f without a filename is illegal\n");
                                                   ^
veriwell.cc:457:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   ("Specifying -i without a filename is illegal\n");
                                                   ^
veriwell.cc:476:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_V("Entering Phase I...\n");
                                  ^
veriwell.cc:480:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      printf_V("Compiling source file : %s\n", fp->name);
                                                       ^
veriwell.cc:486:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_V("\nEntering Phase II...\n");
                                     ^
veriwell.cc:490:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_V("Entering Phase III...\n");
                                    ^
veriwell.cc:500:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      printf_V("1 warning in compilation\n");
                                           ^
veriwell.cc:502:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      printf_V("%d warnings in compilation\n", warningcount);
                                                           ^
veriwell.cc:507:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      printf_V("1 error in compilation\n");
                                         ^
veriwell.cc:509:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      printf_V("%d errors in compilation\n", errorcount);
                                                       ^
veriwell.cc:513:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_V("No errors in compilation\n");
                                          ^
veriwell.cc: In function 'void process_cmdline(char*)':
veriwell.cc:547:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      fatal("Could not open (-f) input file '%s'\n", input);
                                                          ^
veriwell.cc:561:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  if ((i_file = File::fopen(input, "r")) == 0) {
                                      ^
veriwell.cc:562:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      fatal("Could not open (-i) input file '%s'\n", input);
                                                          ^
veriwell.cc:595:27: warning: format not a string literal and no format arguments [-Wformat-security]
         printf( copyright );
                           ^
veriwell.cc: In function 'int moreinput(char*)':
veriwell.cc:763:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     if ((fin = File::fopen(infile, "r")) == NULL) {
                                       ^
veriwell.cc:764:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_error_V("%s: cannot open %s\n", progname, infile);
                                                         ^
veriwell.cc: In function 'void print_info()':
veriwell.cc:918:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_V("%d Error", errorcount);
                                    ^
veriwell.cc:920:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_V("%c", (int) 's');
                          ^
veriwell.cc:922:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_V(", %d Warning", warningcount);
                                          ^
veriwell.cc:924:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  printf_V("%c", (int) 's');
                          ^
veriwell.cc:929:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       (double) clock_simulate / CPS);
                                    ^
veriwell.cc: In function 'void finish()':
veriwell.cc:935:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_V("\nNormal exit\n");
                               ^
veriwell.cc:936:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     printf_V("Thank you for using %s\n", VERIWELL);
                                                  ^
 g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT veriwell.lo -MD -MP -MF .deps/veriwell.Tpo -c veriwell.cc -o veriwell.o >/dev/null 2>&1
mv -f .deps/veriwell.Tpo .deps/veriwell.Plo
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g -O2 -version-info 0:0:0  -o libveriwell.la -rpath /usr/local/lib parse.lo sdfparse.lo sdfcpars.lo multdiv.lo print.lo usertask.lo flags.lo store.lo nsched.lo verisys.lo check.lo gates.lo schedule.lo strobe.lo glue.lo obstack.lo scope.lo timescal.lo systask.lo copy.lo veriwell.lo pass2.lo sdf.lo sdfclex.lo decl.lo io.lo pass3.lo trace.lo dumpvar.lo lex.lo pli.lo tree.lo sdflex.lo eval.lo macro.lo udp.lo exec.lo specify.lo plihacks.lo random.lo ../lxt/liblxt.la ../replace/libreplace.la 
rm -fr  .libs/libveriwell.a .libs/libveriwell.la .libs/libveriwell.lai .libs/libveriwell.so .libs/libveriwell.so.0 .libs/libveriwell.so.0.0.0
g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o  .libs/parse.o .libs/sdfparse.o .libs/sdfcpars.o .libs/multdiv.o .libs/print.o .libs/usertask.o .libs/flags.o .libs/store.o .libs/nsched.o .libs/verisys.o .libs/check.o .libs/gates.o .libs/schedule.o .libs/strobe.o .libs/glue.o .libs/obstack.o .libs/scope.o .libs/timescal.o .libs/systask.o .libs/copy.o .libs/veriwell.o .libs/pass2.o .libs/sdf.o .libs/sdfclex.o .libs/decl.o .libs/io.o .libs/pass3.o .libs/trace.o .libs/dumpvar.o .libs/lex.o .libs/pli.o .libs/tree.o .libs/sdflex.o .libs/eval.o .libs/macro.o .libs/udp.o .libs/exec.o .libs/specify.o .libs/plihacks.o .libs/random.o -Wl,--whole-archive ../lxt/.libs/liblxt.a ../replace/.libs/libreplace.a -Wl,--no-whole-archive  -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o  -Wl,-soname -Wl,libveriwell.so.0 -o .libs/libveriwell.so.0.0.0
(cd .libs && rm -f libveriwell.so.0 && ln -s libveriwell.so.0.0.0 libveriwell.so.0)
(cd .libs && rm -f libveriwell.so && ln -s libveriwell.so.0.0.0 libveriwell.so)
rm -fr .libs/libveriwell.lax
mkdir .libs/libveriwell.lax
rm -fr .libs/libveriwell.lax/liblxt.a
mkdir .libs/libveriwell.lax/liblxt.a
(cd .libs/libveriwell.lax/liblxt.a && ar x /home/steve/Scaricati/veriwell-2.8.7/src/../lxt/.libs/liblxt.a)
rm -fr .libs/libveriwell.lax/libreplace.a
mkdir .libs/libveriwell.lax/libreplace.a
(cd .libs/libveriwell.lax/libreplace.a && ar x /home/steve/Scaricati/veriwell-2.8.7/src/../replace/.libs/libreplace.a)
ar cru .libs/libveriwell.a  parse.o sdfparse.o sdfcpars.o multdiv.o print.o usertask.o flags.o store.o nsched.o verisys.o check.o gates.o schedule.o strobe.o glue.o obstack.o scope.o timescal.o systask.o copy.o veriwell.o pass2.o sdf.o sdfclex.o decl.o io.o pass3.o trace.o dumpvar.o lex.o pli.o tree.o sdflex.o eval.o macro.o udp.o exec.o specify.o plihacks.o random.o  .libs/libveriwell.lax/liblxt.a/lxt.o .libs/libveriwell.lax/liblxt.a/lxt2.o .libs/libveriwell.lax/liblxt.a/lxt2_write.o .libs/libveriwell.lax/liblxt.a/lxt_write.o  .libs/libveriwell.lax/libreplace.a/bzcompress.o .libs/libveriwell.lax/libreplace.a/blocksort.o .libs/libveriwell.lax/libreplace.a/inffast.o .libs/libveriwell.lax/libreplace.a/gzio.o .libs/libveriwell.lax/libreplace.a/compress.o .libs/libveriwell.lax/libreplace.a/uncompr.o .libs/libveriwell.lax/libreplace.a/adler32.o .libs/libveriwell.lax/libreplace.a/randtable.o .libs/libveriwell.lax/libreplace.a/inflate.o .libs/libveriwell.lax/libreplace.a/readline.o .libs/libveriwell.lax/libreplace.a/zutil.o .libs/libveriwell.lax/libreplace.a/crc32.o .libs/libveriwell.lax/libreplace.a/crctable.o .libs/libveriwell.lax/libreplace.a/trees.o .libs/libveriwell.lax/libreplace.a/deflate.o .libs/libveriwell.lax/libreplace.a/inftrees.o .libs/libveriwell.lax/libreplace.a/huffman.o .libs/libveriwell.lax/libreplace.a/bzlib.o .libs/libveriwell.lax/libreplace.a/bzdecompress.o .libs/libveriwell.lax/libreplace.a/infback.o 
ranlib .libs/libveriwell.a
rm -fr .libs/libveriwell.lax
creating libveriwell.la
(cd .libs && rm -f libveriwell.la && ln -s ../libveriwell.la libveriwell.la)
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g -O2   -o veriwell defaultveriuser.o  libveriwell.la   
g++ -g -O2 -o .libs/veriwell defaultveriuser.o  ./.libs/libveriwell.so
creating veriwell
make[3]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7/src"
make[2]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7/src"
Making all in doc
make[2]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7/doc"
make[2]: Nessuna operazione da eseguire per "all".
make[2]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7/doc"
Making all in .
make[2]: ingresso nella directory "/home/steve/Scaricati/veriwell-2.8.7"
make[2]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7"
make[1]: uscita dalla directory "/home/steve/Scaricati/veriwell-2.8.7"
steve@steve-pc:~/Scaricati/veriwell-2.8.7$ 
Download as text