[Bug 459138] Review Request: ctemplate - A simple but powerful template language for C++

bugzilla at redhat.com bugzilla at redhat.com
Sat Aug 16 15:27:42 UTC 2008


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


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





--- Comment #1 from Jason Tibbitts <tibbs at math.uh.edu>  2008-08-16 11:27:41 EDT ---
A couple of rpmlint issues you'll want to take a look at:
  ctemplate.x86_64: W: undefined-non-weak-symbol 
   /usr/lib64/libctemplate.so.0.0.0 pthread_rwlock_rdlock
  ctemplate.x86_64: W: undefined-non-weak-symbol 
   /usr/lib64/libctemplate.so.0.0.0 pthread_rwlock_wrlock
  ctemplate.x86_64: W: undefined-non-weak-symbol 
   /usr/lib64/libctemplate.so.0.0.0 pthread_rwlock_destroy
  ctemplate.x86_64: W: undefined-non-weak-symbol 
   /usr/lib64/libctemplate.so.0.0.0 pthread_rwlock_init
  ctemplate.x86_64: W: undefined-non-weak-symbol 
   /usr/lib64/libctemplate.so.0.0.0 pthread_rwlock_unlock

Looks like this library uses those pthread functions without linking to a
library which provides them.

  ctemplate.x86_64: E: binary-or-shlib-defines-rpath 
   /usr/bin/diff_tpl_auto_escape ['/usr/lib64']
  ctemplate.x86_64: E: binary-or-shlib-defines-rpath 
   /usr/bin/make_tpl_varnames_h ['/usr/lib64']

Usual rpath stuff.  It looks like you already have some chrpath calls in your
spec; you should looking at fixing up the above two complaints as well.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list