Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#3242 closed bug (invalid)

r28828 build fails on haiku

Reported by: bbjimmy Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Link generated/objects/haiku/x86/release/add-ons/kernel/network/notifications/notifications generated/objects/haiku/x86/release/add-ons/kernel/network/notifications/notifications.o: In function `NetNotificationService::NetNotificationService(void)': notifications.cpp:(.text+0xaa): undefined reference to `BPrivate::Referenceable::Referenceable(bool)' collect2: ld returned 1 exit status

rm -f "generated/objects/haiku/x86/release/add-ons/kernel/network/notifications/notifications" gcc -nostdlib -Xlinker --no-undefined -Xlinker -soname="notifications" -o "generated/objects/haiku/x86/release/add-ons/kernel/network/notifications/notifications" "/boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-081024/crtbegin.o" "generated/objects/haiku/x86/release/add-ons/kernel/network/notifications/notifications.o" \ "generated/objects/haiku/x86/release/system/kernel/kernel.so" "/boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-081024/libgcc.a" "/boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-081024/crtend.o" ;

...failed Link generated/objects/haiku/x86/release/add-ons/kernel/network/notifications/notifications ... ...skipped <HaikuImage>haiku.image-copy-files-dummy-beos/system/add-ons/kernel/network for lack of <net>notifications... ...skipped haiku.image for lack of <HaikuImage>haiku.image-copy-files... ...failed updating 1 target(s)... ...skipped 2 target(s)... ...updated 329 target(s)...

Change History (4)

comment:1 by umccullough, 15 years ago

Try

jam clean;jam -aq

Worst case, remove the generated/objects and start fresh

comment:2 by anevilyak, 15 years ago

Resolution: invalid
Status: newclosed

Indeed, that looks like a stale dependency. Can't reproduce here in any case.

comment:3 by bbjimmy, 15 years ago

it is still compiling with:

jam clean;jam -aq

Has not reached the file yet.

in reply to:  1 comment:4 by bbjimmy, 15 years ago

Replying to umccullough:

I now have notifications in /BeO51/haiku/generated/objects/haiku/x86/release/add-ons/kernel/network/notifications

seems to be working ... thanks

Note: See TracTickets for help on using tickets.