Ticket #2032 (closed bug: fixed)
build bustage on r5bone r24818
| Reported by: | mmadia | Owned by: | axeld |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | - General | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | All | Blocking: |
Description
r24817 seems like the culprit, pulling and testing 24816 atm.
r24818 ./configure --include-gpl-addons --use-gcc-pipe --target=haiku --cross-tools-prefix /boot/apps/haiku/cross-tools/bin/i586-pc-haiku- jam -q haiku-image
error:
http://pastebin.org/27737 C++ generated/objects/bone/x86/release/tools/fs_shell/vfs.o /source/haiku-svn/haiku/src/tools/fs_shell/vfs.cpp: In function `fssh_status_t FSShell::vfs_get_fs_node_from_path(fssh_fs_volume *, const char *, bool, void **)': /source/haiku-svn/haiku/src/tools/fs_shell/vfs.cpp:2402: call of overloaded `fssh_get_vnode (fssh_fs_volume *&, fssh_vnode_id &, void **&)' is ambiguous /source/haiku-svn/haiku/src/tools/fs_shell/vfs.cpp:1989: candidates are: fssh_status_t FSShell::fssh_get_vnode(fssh_fs_volume *, long long int, void **) /source/haiku-svn/haiku/headers/private/fs_shell/fssh_fs_interface.h:330: fssh_status_t fssh_get_vnode(fssh_fs_volume *, long long int, void **)
gcc -c "src/tools/fs_shell/vfs.cpp" -O2 -Wall -Wno-trigraphs -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wpointer-arith -Wcast-align -Wsign-compare -Wno-multichar -DFS_SHELL=1 -D_ZETA_USING_DEPRECATED_API_=1 -D_ZETA_TS_FIND_DIR_=1 -DARCH_x86 -D_NO_INLINE_ASM -DCOMPILE_FOR_R5 -DHAIKU_HOST_PLATFORM_BONE -Ibuild/user_config_headers -Ibuild/config_headers -Isrc/tools/fs_shell -Igenerated/objects/common/tools/fs_shell -Igenerated/objects/bone/x86/common/tools/fs_shell -Igenerated/objects/haiku/x86/common/tools/fs_shell -I- -Iheaders/build -Iheaders/private/fs_shell -Iheaders/private/shared -Iheaders/build/host/bone -Iheaders/build/host/beos_common -o "generated/objects/bone/x86/release/tools/fs_shell/vfs.o" ;
...failed C++ generated/objects/bone/x86/release/tools/fs_shell/vfs.o ... ...skipped <build>fs_shell.a for lack of <src!tools!fs_shell>vfs.o... ...skipped <build>bfs_shell for lack of <build>fs_shell.a... ...skipped <HaikuImage>haiku.image-init-vars for lack of <build>bfs_shell... ...skipped walter.image for lack of <HaikuImage>haiku.image-init-vars... ...failed updating 1 target(s)...
