Ticket #12162: buildlog.txt

File buildlog.txt, 16.5 KB (added by haiqu, 9 years ago)

Tail of the build log

Line 
1InitScript1 /Work/generated.x86gcc2/haiku-floppyboot-init-vars
2InitScript1 /Work/generated.x86gcc2/haiku-floppyboot-make-dirs
3CreateContainerMakeDirectoriesScript1 /Work/generated.x86gcc2/haiku-floppyboot-make-dirs
4AddTargetVariableToScript1 <unique!target>_target_542
5InitScript1 /Work/generated.x86gcc2/haiku-floppyboot-copy-files
6AddVariableToScript1 /Work/generated.x86gcc2/haiku-floppyboot-init-vars
7C++ /Work/generated.x86gcc2/objects/haiku/x86_gcc2/release/system/kernel/disk_device_manager/KFileDiskDevice.o
8C++ /Work/generated.x86gcc2/objects/haiku/x86_gcc2/release/system/kernel/disk_device_manager/KDiskSystem.o
9In file included from /Work/haiku/headers/private/kernel/disk_device_manager/KDiskDevice.h:11,
10 from /Work/haiku/headers/private/kernel/disk_device_manager/KFileDiskDevice.h:8,
11 from /Work/haiku/src/system/kernel/disk_device_manager/KFileDiskDevice.cpp:7:
12/Work/haiku/src/tests/kits/storage/virtualdrive/lock.h:30: syntax error before `int'
13/Work/haiku/src/tests/kits/storage/virtualdrive/lock.h:31: syntax error before `int'
14/Work/haiku/src/tests/kits/storage/virtualdrive/lock.h:36: syntax error before `int'
15/Work/haiku/src/tests/kits/storage/virtualdrive/lock.h:37: syntax error before `int'
16In file included from /Work/haiku/headers/private/kernel/disk_device_manager/KFileDiskDevice.h:8,
17 from /Work/haiku/src/system/kernel/disk_device_manager/KFileDiskDevice.cpp:7:
18/Work/haiku/headers/private/kernel/disk_device_manager/KDiskDevice.h:95: syntax error before `;'
19In file included from /Work/haiku/headers/private/kernel/arch/thread.h:12,
20 from /Work/haiku/headers/private/kernel/thread.h:17,
21 from /Work/haiku/headers/private/kernel/util/AutoLock.h:17,
22 from /Work/haiku/headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h:11,
23 from /Work/haiku/src/system/kernel/disk_device_manager/KFileDiskDevice.cpp:18:
24/Work/haiku/headers/private/kernel/thread_types.h:186: syntax error before `;'
25/Work/haiku/headers/private/kernel/thread_types.h:399: syntax error before `;'
26/Work/haiku/headers/private/kernel/thread_types.h: In method `bool BKernel::Team::Lock()':
27/Work/haiku/headers/private/kernel/thread_types.h:307: `fLock' undeclared (first use this function)
28/Work/haiku/headers/private/kernel/thread_types.h:307: (Each undeclared identifier is reported only once
29/Work/haiku/headers/private/kernel/thread_types.h:307: for each function it appears in.)
30/Work/haiku/headers/private/kernel/thread_types.h:307: implicit declaration of function `int BKernel::mutex_lock(...)'
31/Work/haiku/headers/private/kernel/thread_types.h: In method `bool BKernel::Team::TryLock()':
32/Work/haiku/headers/private/kernel/thread_types.h:309: implicit declaration of function `int BKernel::mutex_trylock(...)'
33cc1plus: warnings being treated as errors
34/Work/haiku/headers/private/kernel/thread_types.h:309: warning: control reaches end of non-void function `BKernel::Team::TryLock()'
35/Work/haiku/headers/private/kernel/thread_types.h: In method `void BKernel::Team::Unlock()':
36/Work/haiku/headers/private/kernel/thread_types.h:311: implicit declaration of function `int BKernel::mutex_unlock(...)'
37/Work/haiku/headers/private/kernel/thread_types.h: At top level:
38/Work/haiku/headers/private/kernel/thread_types.h:610: syntax error before `;'
39/Work/haiku/headers/private/kernel/thread_types.h: In method `bool BKernel::Thread::TryLock()':
40/Work/haiku/headers/private/kernel/thread_types.h:556: warning: control reaches end of non-void function `BKernel::Thread::TryLock()'
41/Work/haiku/headers/private/kernel/thread_types.h: At top level:
42/Work/haiku/headers/private/kernel/thread_types.h:639: syntax error before `;'
43/Work/haiku/headers/private/kernel/thread_types.h: In method `bool BKernel::ProcessSession::TryLock()':
44/Work/haiku/headers/private/kernel/thread_types.h:634: warning: control reaches end of non-void function `BKernel::ProcessSession::TryLock()'
45/Work/haiku/headers/private/kernel/thread_types.h: At top level:
46/Work/haiku/headers/private/kernel/thread_types.h:675: syntax error before `;'
47/Work/haiku/headers/private/kernel/thread_types.h: In method `bool BKernel::ProcessGroup::TryLock()':
48/Work/haiku/headers/private/kernel/thread_types.h:657: warning: control reaches end of non-void function `BKernel::ProcessGroup::TryLock()'
49/Work/haiku/headers/private/kernel/util/AutoLock.h: At top level:
50In file included from /Work/haiku/headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h:11,
51 from /Work/haiku/src/system/kernel/disk_device_manager/KFileDiskDevice.cpp:18:
52/Work/haiku/headers/private/kernel/util/AutoLock.h:25: `mutex' was not declared in this scope
53/Work/haiku/headers/private/kernel/util/AutoLock.h:25: `lockable' was not declared in this scope
54/Work/haiku/headers/private/kernel/util/AutoLock.h:26: `BPrivate::Lock' declared as an `inline' variable
55/Work/haiku/headers/private/kernel/util/AutoLock.h:26: syntax error before `{'
56/Work/haiku/headers/private/kernel/util/AutoLock.h:30: `mutex' was not declared in this scope
57/Work/haiku/headers/private/kernel/util/AutoLock.h:30: `lockable' was not declared in this scope
58/Work/haiku/headers/private/kernel/util/AutoLock.h:31: two or more data types in declaration of `Unlock'
59/Work/haiku/headers/private/kernel/util/AutoLock.h:31: `BPrivate::Unlock' declared as an `inline' variable
60/Work/haiku/headers/private/kernel/util/AutoLock.h:31: syntax error before `{'
61/Work/haiku/headers/private/kernel/util/AutoLock.h:36: `mutex' was not declared in this scope
62/Work/haiku/headers/private/kernel/util/AutoLock.h:36: `MutexLocking' was not declared in this scope
63/Work/haiku/headers/private/kernel/util/AutoLock.h:36: template argument 1 is invalid
64/Work/haiku/headers/private/kernel/util/AutoLock.h:36: template argument 2 is invalid
65/Work/haiku/headers/private/kernel/util/AutoLock.h:36: ANSI C++ forbids declaration `MutexLocker' with no type
66/Work/haiku/headers/private/kernel/util/AutoLock.h:41: `recursive_lock' was not declared in this scope
67/Work/haiku/headers/private/kernel/util/AutoLock.h:41: `lockable' was not declared in this scope
68/Work/haiku/headers/private/kernel/util/AutoLock.h:42: `Lock' declared as an `inline' variable
69/Work/haiku/headers/private/kernel/util/AutoLock.h:42: syntax error before `{'
70/Work/haiku/headers/private/kernel/util/AutoLock.h:46: `recursive_lock' was not declared in this scope
71/Work/haiku/headers/private/kernel/util/AutoLock.h:46: `lockable' was not declared in this scope
72/Work/haiku/headers/private/kernel/util/AutoLock.h:47: two or more data types in declaration of `Unlock'
73/Work/haiku/headers/private/kernel/util/AutoLock.h:47: `Unlock' declared as an `inline' variable
74/Work/haiku/headers/private/kernel/util/AutoLock.h:47: syntax error before `{'
75/Work/haiku/headers/private/kernel/util/AutoLock.h:52: `recursive_lock' was not declared in this scope
76/Work/haiku/headers/private/kernel/util/AutoLock.h:52: template argument 1 is invalid
77/Work/haiku/headers/private/kernel/util/AutoLock.h:52: ANSI C++ forbids declaration `RecursiveLocker' with no type
78/Work/haiku/headers/private/kernel/util/AutoLock.h:57: `rw_lock' was not declared in this scope
79/Work/haiku/headers/private/kernel/util/AutoLock.h:57: `lockable' was not declared in this scope
80/Work/haiku/headers/private/kernel/util/AutoLock.h:58: `Lock' declared as an `inline' variable
81/Work/haiku/headers/private/kernel/util/AutoLock.h:58: redefinition of `bool Lock'
82/Work/haiku/headers/private/kernel/util/AutoLock.h:42: `bool Lock' previously defined here
83/Work/haiku/headers/private/kernel/util/AutoLock.h:58: syntax error before `{'
84/Work/haiku/headers/private/kernel/util/AutoLock.h:62: `rw_lock' was not declared in this scope
85/Work/haiku/headers/private/kernel/util/AutoLock.h:62: `lockable' was not declared in this scope
86/Work/haiku/headers/private/kernel/util/AutoLock.h:63: two or more data types in declaration of `Unlock'
87/Work/haiku/headers/private/kernel/util/AutoLock.h:63: `Unlock' declared as an `inline' variable
88/Work/haiku/headers/private/kernel/util/AutoLock.h:63: conflicting types for `class ReadWriteLockReadLocking Unlock'
89/Work/haiku/headers/private/kernel/util/AutoLock.h:47: previous declaration as `class RecursiveLockLocking Unlock'
90/Work/haiku/headers/private/kernel/util/AutoLock.h:63: syntax error before `{'
91/Work/haiku/headers/private/kernel/util/AutoLock.h:70: `rw_lock' was not declared in this scope
92/Work/haiku/headers/private/kernel/util/AutoLock.h:70: `lockable' was not declared in this scope
93/Work/haiku/headers/private/kernel/util/AutoLock.h:71: `Lock' declared as an `inline' variable
94/Work/haiku/headers/private/kernel/util/AutoLock.h:71: redefinition of `bool Lock'
95/Work/haiku/headers/private/kernel/util/AutoLock.h:58: `bool Lock' previously defined here
96/Work/haiku/headers/private/kernel/util/AutoLock.h:71: syntax error before `{'
97/Work/haiku/headers/private/kernel/util/AutoLock.h:75: `rw_lock' was not declared in this scope
98/Work/haiku/headers/private/kernel/util/AutoLock.h:75: `lockable' was not declared in this scope
99/Work/haiku/headers/private/kernel/util/AutoLock.h:76: two or more data types in declaration of `Unlock'
100/Work/haiku/headers/private/kernel/util/AutoLock.h:76: `Unlock' declared as an `inline' variable
101/Work/haiku/headers/private/kernel/util/AutoLock.h:76: conflicting types for `class ReadWriteLockWriteLocking Unlock'
102/Work/haiku/headers/private/kernel/util/AutoLock.h:63: previous declaration as `class ReadWriteLockReadLocking Unlock'
103/Work/haiku/headers/private/kernel/util/AutoLock.h:76: syntax error before `{'
104/Work/haiku/headers/private/kernel/util/AutoLock.h:81: `rw_lock' was not declared in this scope
105/Work/haiku/headers/private/kernel/util/AutoLock.h:81: template argument 1 is invalid
106/Work/haiku/headers/private/kernel/util/AutoLock.h:81: ANSI C++ forbids declaration `ReadLocker' with no type
107/Work/haiku/headers/private/kernel/util/AutoLock.h:82: `rw_lock' was not declared in this scope
108/Work/haiku/headers/private/kernel/util/AutoLock.h:82: template argument 1 is invalid
109/Work/haiku/headers/private/kernel/util/AutoLock.h:82: ANSI C++ forbids declaration `WriteLocker' with no type
110/Work/haiku/headers/private/kernel/util/AutoLock.h:322: parse error before `}'
111/Work/haiku/headers/private/kernel/util/AutoLock.h:325: `MutexLocker' not declared
112/Work/haiku/headers/private/kernel/util/AutoLock.h:326: `RecursiveLocker' not declared
113/Work/haiku/headers/private/kernel/util/AutoLock.h:327: `ReadLocker' not declared
114/Work/haiku/headers/private/kernel/util/AutoLock.h:328: `WriteLocker' not declared
115/Work/haiku/headers/private/kernel/util/AutoLock.h:329: `InterruptsLocker' not declared
116/Work/haiku/headers/private/kernel/util/AutoLock.h:330: `SpinLocker' not declared
117/Work/haiku/headers/private/kernel/util/AutoLock.h:331: `InterruptsSpinLocker' not declared
118/Work/haiku/headers/private/kernel/util/AutoLock.h:332: `ReadSpinLocker' not declared
119/Work/haiku/headers/private/kernel/util/AutoLock.h:333: `InterruptsReadSpinLocker' not declared
120/Work/haiku/headers/private/kernel/util/AutoLock.h:334: `WriteSpinLocker' not declared
121/Work/haiku/headers/private/kernel/util/AutoLock.h:335: `InterruptsWriteSpinLocker' not declared
122/Work/haiku/headers/private/kernel/util/AutoLock.h:336: `WriteSequentialLocker' not declared
123/Work/haiku/headers/private/kernel/util/AutoLock.h:337: `InterruptsWriteSequentialLocker' not declared
124/Work/haiku/headers/private/kernel/util/AutoLock.h:338: `ThreadCPUPinner' not declared
125/Work/haiku/headers/private/kernel/util/AutoLock.h:339: `TeamLocker' not declared
126/Work/haiku/headers/private/kernel/util/AutoLock.h:340: `ThreadLocker' not declared
127In file included from /Work/haiku/headers/private/kernel/disk_device_manager/KDiskDeviceManager.h:13,
128 from /Work/haiku/headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h:15,
129 from /Work/haiku/src/system/kernel/disk_device_manager/KFileDiskDevice.cpp:18:
130/Work/haiku/headers/private/kernel/Notifications.h:164: syntax error before `;'
131/Work/haiku/headers/private/kernel/Notifications.h: In method `bool DefaultNotificationService::Lock()':
132/Work/haiku/headers/private/kernel/Notifications.h:135: `fLock' undeclared (first use this function)
133/Work/haiku/headers/private/kernel/Notifications.h:135: implicit declaration of function `int recursive_lock_lock(...)'
134/Work/haiku/headers/private/kernel/Notifications.h:136: warning: control reaches end of non-void function `DefaultNotificationService::Lock()'
135/Work/haiku/headers/private/kernel/Notifications.h: In method `void DefaultNotificationService::Unlock()':
136/Work/haiku/headers/private/kernel/Notifications.h:138: implicit declaration of function `int recursive_lock_unlock(...)'
137C++ /Work/generated.x86gcc2/objects/haiku/x86_gcc2/release/system/kernel/disk_device_manager/KFileSystem.o
138/Work/haiku/headers/private/kernel/Notifications.h: At top level:
139/Work/haiku/headers/private/kernel/Notifications.h:250: syntax error before `;'
140/Work/haiku/headers/private/kernel/Notifications.h: In method `void DefaultNotificationService::Notify(const BPrivate::KMessage &, long unsigned int)':
141/Work/haiku/headers/private/kernel/Notifications.h:258: warning: unused variable `RecursiveLocker _'
142/Work/haiku/headers/private/kernel/disk_device_manager/KDiskDeviceManager.h: At top level:
143In file included from /Work/haiku/headers/private/kernel/disk_device_manager/KDiskDeviceUtils.h:15,
144 from /Work/haiku/src/system/kernel/disk_device_manager/KFileDiskDevice.cpp:18:
145/Work/haiku/headers/private/kernel/disk_device_manager/KDiskDeviceManager.h:136: syntax error before `;'
146
147gcc -c "/Work/haiku/src/system/kernel/disk_device_manager/KFileDiskDevice.cpp" -O2 -Wall -Wno-trigraphs -Wno-multichar -Werror -pipe -nostdinc -pipe -nostdinc -pipe -finline -fno-builtin -fno-exceptions -march=pentium -fno-pic -D_KERNEL_MODE -DARCH_x86 -DB_USE_BUILTIN_ATOMIC_FUNCTIONS -D_BEOS_R5_COMPATIBLE_ -DBOOT_ARCHIVE_IMAGE_OFFSET=320 -D__HAIKU_PRIMARY_PACKAGING_ARCH=\"x86_gcc2\" -DHAIKU_DISTRO_COMPATIBILITY_DEFAULT -DHAIKU_INCLUDE_PATENTED_CODE=0 -DHAIKU_TARGET_PLATFORM_HAIKU -DHAIKU_REGULAR_BUILD -I/Work/haiku/build/user_config_headers -I/Work/haiku/build/config_headers -I/Work/haiku/src/system/kernel/disk_device_manager -I/Work/generated.x86gcc2/objects/common/system/kernel/disk_device_manager -I/Work/generated.x86gcc2/objects/haiku_host/x86_gcc2/common/system/kernel/disk_device_manager -I/Work/generated.x86gcc2/objects/haiku/x86_gcc2/common/system/kernel/disk_device_manager -I/Work/haiku/src/system/kernel/disk_device_manager/jobs -I/Work/haiku/src/kits/storage/disk_device -I/Work/haiku/src/tests/kits/storage/virtualdrive -iquote -I/Work/haiku/headers/private/kernel/boot/platform/bios_ia32 -I/Work/haiku/headers/private/kernel/disk_device_manager -I/Work/haiku/headers/private/kernel -I/Work/haiku/headers/private/kernel/fs -I/Work/haiku/headers/private/kernel/util -I/Work/haiku/headers/private/. -I/Work/haiku/headers/private/system -I/Work/haiku/headers/private/system/arch/x86 -I/Work/haiku/headers/private/shared -I/Work/haiku/headers/private/storage -I/Work/haiku/headers/private/. -I/Work/haiku/headers/private/kernel -I/Work/haiku/headers/private/libroot -I/Work/haiku/headers/private/shared -I/Work/haiku/headers/private/kernel/boot/platform/bios_ia32 -I/Work/haiku/headers/private/kernel/arch/x86 -I/Work/generated.x86gcc2/objects/haiku/x86_gcc2/common/system/kernel -I/Work/haiku/headers/private/. -I/Work/haiku/headers/private/system -I/Work/haiku/headers/private/system/arch/x86 -I/Work/haiku/headers/cpp -I/Work/haiku/headers/build/gcc-2.95.3 -I/Work/haiku/headers -I/Work/haiku/headers/posix -I/Work/haiku/headers/glibc -I/Work/haiku/headers/os -I/Work/haiku/headers/os/add-ons -I/Work/haiku/headers/os/add-ons/file_system -I/Work/haiku/headers/os/add-ons/graphics -I/Work/haiku/headers/os/add-ons/input_server -I/Work/haiku/headers/os/add-ons/registrar -I/Work/haiku/headers/os/add-ons/screen_saver -I/Work/haiku/headers/os/add-ons/tracker -I/Work/haiku/headers/os/app -I/Work/haiku/headers/os/device -I/Work/haiku/headers/os/drivers -I/Work/haiku/headers/os/game -I/Work/haiku/headers/os/interface -I/Work/haiku/headers/os/kernel -I/Work/haiku/headers/os/locale -I/Work/haiku/headers/os/media -I/Work/haiku/headers/os/mail -I/Work/haiku/headers/os/midi -I/Work/haiku/headers/os/midi2 -I/Work/haiku/headers/os/net -I/Work/haiku/headers/os/storage -I/Work/haiku/headers/os/support -I/Work/haiku/headers/os/translation -I/Work/haiku/headers/private/. -o "/Work/generated.x86gcc2/objects/haiku/x86_gcc2/release/system/kernel/disk_device_manager/KFileDiskDevice.o" ;
148
149...failed C++ /Work/generated.x86gcc2/objects/haiku/x86_gcc2/release/system/kernel/disk_device_manager/KFileDiskDevice.o ...
150
151BUILD FAILURE:
152...failed updating 1 target(s)...
153...skipped 8 target(s)...
154...updated 8 target(s)...