On Fri, Apr 22, 2005 at 12:56:28AM -0700, Blars Blarson wrote: > Package: openldap2.2 > Version: 2.2.23-3 > Severity: serious > Tags: sid > Justification: fails to build from source
> openldap2.2 fails to build from source on sparc and other buildds, duplicated > on sparc pbuilder. > for F in /build/buildd/openldap2.2-2.2.23/debian/install/usr/lib/*.so.*.*.*; > do \ > if ldd -d -r $F 2>&1 | grep '^undefined symbol:'; then \ > echo; \ > echo "library $F has undefined references. Please fix this before > continuing."; \ > exit 1; \ > fi; \ > done Hah, whoops, obvious thinko; need to set LD_LIBRARY_PATH here. Will be fixed in svn shortly. -- Steve Langasek postmodern programmer
signature.asc
Description: Digital signature

