Re: Incorrect apt-util-1.pc using --with-expat=builtin

2014-03-07 Thread Rhys Ulerich
Hi Jeff, > If nobody responds in the next couple of days, please open a bug for this at > http://issues.apache.org/bugzilla/ so that your report isn't forgotten. Filed as https://issues.apache.org/bugzilla/show_bug.cgi?id=56232. Thanks for the suggestion, Rhys

Incorrect apt-util-1.pc using --with-expat=builtin

2014-03-03 Thread Rhys Ulerich
I've noticed atop APR Utils 1.5.3 that when I configure using --with-expat=builtin I see the following within the installed ${prefix}/lib/pkgconfig/apr-util-1.pc: Libs: -L${libdir} -laprutil-${APRUTIL_MAJOR_VERSION} /g/g10/ulerich1/Build/apr-util-1.5.3/xml/expat/libexpat.la while I'd expect to

Anyone seeing -g -O2 in apr-1.pc after installation of 1.4.5?

2011-06-30 Thread Rhys Ulerich
Hi all, I just built and installed the public APR 1.4.5 tarball and noticed that the apr-1.pc file contains Cflags: -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -I${includedir} with a "-g -O2" that shouldn't be there. My configure line was merely ./configure. The tail end of configur

Re: [vote] release apr 1.3.9?

2009-09-21 Thread Rhys Ulerich
> Votes open for 48 hours... +1 'make check' clean on Ubuntu 8.04 64-bit using both GCC 4.3.1 and Intel 10.1 compilers. - Rhys

Re: [VOTE] Release APR 1.3.7

2009-07-22 Thread Rhys Ulerich
Nick> Critical question here: is this a regression, or does 1.3.6 show Nick> the same? Yes, I see the same problem on 1.3.6. Bojan> See if this works for you. Bojan's patch definitely improves the situation. testoc and testflock now run cleanly. On make check I now see: --8<--- testoc

Re: [VOTE] Release APR 1.3.7

2009-07-21 Thread Rhys Ulerich
>> Not sure what to make of these. ldd shows that all executables in >> test/ can find the dynamic libraries, including libimf.so, correctly. > > When you say that ldd is fine with the whole thing - do you have > LD_LIBRARY_PATH set at all somewhere or not? BTW, where is your > libimf.so? LD_LIBRA

Re: [VOTE] Release APR 1.3.7

2009-07-21 Thread Rhys Ulerich
All tests pass on Ubuntu 8.04 / 64-bit with gcc 4.3.1. On the same Ubuntu 8.04 / 64-bit system with Intel 10.1 compilers I see this from make check: testflock : \tryread: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory -tryread:

Re: apr 1.3.6 incorrectly includes "-g -O2" in 'pkg-config --cflags"

2009-07-13 Thread Rhys Ulerich
> How did you configure apr? My config.nice for a build using Intel compilers contains --8<--- #! /bin/sh # # Created by configure CC="icc"; export CC "./configure" \ "--prefix=/org/centers/pecos/LIBRARIES/APR/apr-1.3.6-intel-10.1.017" \ "CC=icc" \ "CXX=icpc" \ "CXXFLAGS=-DMPICH_IGNORE_CXX_SEEK"

apr 1.3.6 incorrectly includes "-g -O2" in 'pkg-config --cflags"

2009-07-13 Thread Rhys Ulerich
Hi all, apr version 1.3.6 incorrectly includes "-g -O2" in the output of 'pkg-config --cflags apr-1': -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -I/org/centers/pecos/LIBRARIES/APR/apr-1.3.6-intel-10.1.017/include/apr-1 A pkg-config package shouldn't be mucking with optimization