[Bug 243109] Review Request: loki-lib - Loki C++ Library

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 27 20:00:01 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: loki-lib - Loki C++ Library


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=243109





------- Additional Comments From tibbs at math.uh.edu  2007-06-27 15:59 EST -------
Hmm, this one didn't build for me; the test suite fails:

g++ --shared -fPIC -L../../lib -L. -o libsingletondll.so singletondll.lo -lfoo
../../lib/libloki.so
/usr/bin/ld: cannot find -lfoo
collect2: ld returned 1 exit status
make[1]: *** [libsingletondll.so] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/loki-0.1.6/test/SingletonDll'

Since I build on an 8-way, I disabled parallel make and got a different set of
errors:
g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -I../../include -DNDEBUG  -c -o
LockTest.o LockTest.cpp
LockTest.cpp: In function 'void* RunLocked(void*)':
LockTest.cpp:374: error: cast from 'void*' to 'int' loses precision
LockTest.cpp: In function 'void* RunLockedStorage(void*)':
LockTest.cpp:390: error: cast from 'void*' to 'int' loses precision
LockTest.cpp: In function 'void* Run(void*)':
LockTest.cpp:411: error: cast from 'void*' to 'int' loses precision
LockTest.cpp: In function 'void DoLockedPtrTest()':
LockTest.cpp:426: warning: ignoring return value of 'int system(const char*)',
declared with attribute warn_unused_result
LockTest.cpp:434: warning: ignoring return value of 'int system(const char*)',
declared with attribute warn_unused_result
LockTest.cpp: In function 'void DoLockedStorageTest()':
LockTest.cpp:451: warning: ignoring return value of 'int system(const char*)',
declared with attribute warn_unused_result
LockTest.cpp:458: warning: ignoring return value of 'int system(const char*)',
declared with attribute warn_unused_result
make[1]: *** [LockTest.o] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/loki-0.1.6/test/SmartPtr'
make: *** [SmartPtr] Error 2

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list