digitalmars.D.bugs - [Issue 2240] New: Phobos unittest fails to compile
- d-bugmail puremagic.com (58/58) Jul 22 2008 http://d.puremagic.com/issues/show_bug.cgi?id=2240
- d-bugmail puremagic.com (10/10) Oct 11 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2240
- d-bugmail puremagic.com (11/11) Sep 26 2010 http://d.puremagic.com/issues/show_bug.cgi?id=2240
http://d.puremagic.com/issues/show_bug.cgi?id=2240 Summary: Phobos unittest fails to compile Product: D Version: 2.017 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla digitalmars.com ReportedBy: lindevel gmx.net The Phobos buildsystem tries to compile the unittest, which is apparently C++, using GCC and thus fails with linking errors: gcc -m32 -pipe -O2 -march=athlon64 -O -Wl,-O1 -Wl,--hash-style=gnu -Wl,--sort-common -Wl,--as-needed -oobj/linux/release/unittest obj/linux/release/unittest.o obj/linux/release/all_std_modules_generated.o obj/linux/release/libphobos2.a -lpthread -lm -g -ldl obj/linux/release/libphobos2.a(dmain2.o): In function `main': internal/dmain2.d:(.text.main+0x10e): undefined reference to `__monitor_staticdtor' obj/linux/release/libphobos2.a(object.o):(.data+0x778): undefined reference to `_D8internal7monitor12__ModuleInfoZ' obj/linux/release/libphobos2.a(object.o): In function `_D6object6Object14notifyRegisterMFDFC6ObjectZvZv': internal/object.d:(.text._D6object6Object14notifyRegisterMFDFC6ObjectZvZv+0x8): undefined reference to `_D8internal7monitor10GetFatLockFC6ObjectZPS8internal7monitor7FatLock' internal/object.d:(.text._D6object6Object14notifyRegisterMFDFC6ObjectZvZv+0x14): undefined reference to `_D8internal7monitor12escalateLockFC6ObjectZv' internal/object.d:(.text._D6object6Object14notifyRegisterMFDFC6ObjectZvZv+0x27): undefined reference to `_D8internal7monitor10GetFatLockFC6ObjectZPS8internal7monitor7FatLock' internal/object.d:(.text._D6object6Object14notifyRegisterMFDFC6ObjectZvZv+0x36): undefined reference to `_D8internal7monitor7FatLock11SetDelegateMFDFC6ObjectZvZv' obj/linux/release/libphobos2.a(object.o): In function `_D6object6Object16notifyUnRegisterMFDFC6ObjectZvZv': internal/object.d:(.text._D6object6Object16notifyUnRegisterMFDFC6ObjectZvZv+0x14): undefined reference to `_D8internal7monitor10GetFatLockFC6ObjectZPS8internal7monitor7FatLock' internal/object.d:(.text._D6object6Object16notifyUnRegisterMFDFC6ObjectZvZv+0x23): undefined reference to `_D8internal7monitor7FatLock14RemoveDelegateMFDFC6ObjectZvZv' obj/linux/release/libphobos2.a(object.o): In function `_d_notify_release': internal/object.d:(.text._d_notify_release+0x8): undefined reference to `_D8internal7monitor10GetFatLockFC6ObjectZPS8internal7monitor7FatLock' internal/object.d:(.text._d_notify_release+0x10): undefined reference to `_D8internal7monitor7FatLock12HasDelegatesMFZb' internal/object.d:(.text._d_notify_release+0x1f): undefined reference to `_D8internal7monitor7FatLock17FinalizeDelegatesMFC6ObjectZv' obj/linux/release/libphobos2.a(synchro.o): In function `_D3std7synchro5Mutex5_ctorMFZC3std7synchro5Mutex': std/synchro.d:(.text._D3std7synchro5Mutex5_ctorMFZC3std7synchro5Mutex+0xa): undefined reference to `_monitors_attr' collect2: ld returned 1 exit status make: *** [obj/linux/release/unittest] Error 1 --
Jul 22 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2240 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei metalanguage.com AssignedTo|nobody puremagic.com |andrei metalanguage.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 11 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2240 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED 11:15:18 PDT --- This has been fixed a long time ago. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 26 2010