Ticket #35: output.txt

File output.txt, 2.5 kB (added by Florian, 6 years ago)

The output of the build

Line 
1 STDOUT:
2 -------------------
3
4 *** build v3.02 (build 2208)***
5 Default target is '../foo'
6 Current Dir '/home/florian/dev/d/tests/buildtest/somefolder/'
7 Compiler installed in /usr/local/bin/
8 Active Version: 'D_InlineAsm'
9 Active Version: 'build'
10 Active Version: 'BuildVerbose'
11 Active Version: 'X86'
12 Active Version: 'Unix'
13 Active Version: 'Posix'
14 Active Version: 'LittleEndian'
15 Active Version: 'linux'
16  file->module ./../foo.d => .....foo
17 Updating ./../foo.d dependants time from 1151961140 to 1151962948
18 Time 1151961140 for source ./../foo.d
19 Time 1151962948 for object foo.o
20 Scanning ./../foo.d
21 Module name set to 'foo'
22  module->file bar => bar.d
23  file->module /home/florian/dev/d/tests/buildtest/bar.d => bar
24 Updating /home/florian/dev/d/tests/buildtest/bar.d dependants time from 1151961112 to 1151962948
25 Time 1151961112 for source /home/florian/dev/d/tests/buildtest/bar.d
26 Time 1151962948 for object bar.o
27 Scanning /home/florian/dev/d/tests/buildtest/bar.d
28 Module name set to 'bar'
29  module->file foo => /home/florian/dev/d/tests/buildtest/foo.d
30  file->module /home/florian/dev/d/tests/buildtest/foo.d => foo
31 Updating /home/florian/dev/d/tests/buildtest/foo.d dependants time from 1151961140 to 1151962948
32 Time 1151961140 for source /home/florian/dev/d/tests/buildtest/foo.d
33 Time 1151962948 for object foo.o
34 Scanning /home/florian/dev/d/tests/buildtest/foo.d
35 Module name set to 'foo'
36  module->file bar => /home/florian/dev/d/tests/buildtest/bar.d
37 source file[0] ./../foo.d
38 Newer time: from not recorded to 1151962948
39 source file[1] /home/florian/dev/d/tests/buildtest/bar.d
40 source file[2] /home/florian/dev/d/tests/buildtest/foo.d
41
42 Building target '/home/florian/dev/d/tests/buildtest/foo'
43 Time not recorded for /home/florian/dev/d/tests/buildtest/foo (target)
44 Time 1151962948 (most recent)
45 Linking with ..........
46  foo.o bar.o foo.o -o /home/florian/dev/d/tests/buildtest/foo -lc -lgphobos -lpthread -lm
47
48 Running '/usr/local/bin/gdc  foo.o bar.o foo.o -o /home/florian/dev/d/tests/buildtest/foo -lc -lgphobos -lpthread -lm'
49 Failed. Return code: 0100
50
51
52 build args: ...............
53  [ 0]: -V
54
55 command line files: ...............
56  [ 0]: ../foo.d
57
58 source files: ...............
59  [ 0]: ./../foo.d
60  [ 1]: /home/florian/dev/d/tests/buildtest/bar.d
61  [ 2]: /home/florian/dev/d/tests/buildtest/foo.d
62
63 import roots: .................
64  [ 0]: /home/florian/dev/d/tests/buildtest/
65
66 ignored packages: .................
67  [ 0]: gphobos
68
69
70
71
72 STDERR:
73 -------------------
74
75 foo.o: In function `_Dmain':foo.d:(.text+0x0): multiple definition of `_Dmain'
76 foo.o:foo.d:(.text+0x0): first defined here
77 collect2: ld retuned 1